.page-container {
	margin: 0 auto;
	width: 85%;
}

.pageBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.pageBanner img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;

}

.breadcrumbs {
	padding: 10px 0;
	background: #f2f2f2;
	min-height: 40px;
}

.breadcrumbs h2 {
	font-size: 24px;
	line-height: 50px;
	font-weight: 6 00;
	margin: 0;
	color: var(--color-primary);
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--color-primary);
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: var(--color-primary);
	content: "/";
}

.breadcrumbs ol li a {
	color: var(--color-primary);
}


.page-class {
	padding: 30px 0;
}

.page-class h2 {
	color: #121315;
	font-size: 24px;
	line-height: 50px;
}

.page-class h4 {
	color: #333;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
}

.portfolio-container {
	padding: 20px 0 60px 0;
	font-size: 0;
	width: calc(100% + 50px);
	margin-left: -25px;
}

.portfolio-container .portfolio-item {
	display: inline-block;
	width: calc(25% - 30px);
	box-sizing: border-box;
	margin: 15px;
	border-radius: 20px;
	padding: 20px 15px;
	background: #fff;
	box-shadow: 0 6px 12px 0 rgba(12, 31, 80, 0.06);
	background-image: -webkit-linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	background-image: -ms-linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	background-image: linear-gradient(-45deg, #ebf4ff, #f6faff, #ecf5fd);
	vertical-align: top;
}

.portfolio-container .portfolio-item a {
	display: block;
}

.portfolio-container .portfolio-item img {
	width: 100%;
	border-radius: 10px;
}

.portfolio-container .portfolio-item h4 {
	color: #121315;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.portfolio-container .portfolio-item h6 {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.portfolio-container .portfolio-item:hover {
	background-image: -webkit-linear-gradient(-45deg, #d6e9ff, #ebf4ff, #d6e9ff);
	background-image: -ms-linear-gradient(-45deg, #d6e9ff, #ebf4ff, #d6e9ff);
	background-image: linear-gradient(-45deg, #d6e9ff, #ebf4ff, #d6e9ff);
}

.portfolio-container .portfolio-item a:hover h4 {
	color: var(--color-primary);
}

.pro-nav {
	border-top: 1px solid #eee;
	padding: 15px 0;
}

.pro-nav a {
	display: inline-block;
	margin: 15px 50px 15px 0;
	font-size: 16px;
	line-height: 40px;
	border-radius: 10px;
	color: #121315;
	position: relative;
}

.pro-nav a:hover {
	color: var(--color-primary);
}

.pro-nav a.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #121315;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.proDetail {
	padding: 60px 0;
	position: relative;
}

.proDetail a.back {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 16px;
	line-height: 40px;
	color: #121315;
	display: inline-block;
}

.proDetail a.back:hover {
	color: var(--color-primary);
}

.proDetail .card {
	padding: 20px;
}

.proDetail .card img {
	width: 100%;
}

.proDetail h2 {
	font-size: 36px;
	line-height: 70px;
	font-weight: bold;
	
}

.proDetail h4 {
	font-size: 24px;
	line-height: 60px;
	color: #2e67b8;
	font-weight: 400;
}

.proDetail p {
	font-size: 16px;
	line-height: 36px;
	padding: 15px 0;
}



.proDetail .layui-col-md4 dl dt {
	color: #2e67b8;
}

.proDetail dl dt {
	font-size: 20px;
	line-height:60px;
	font-weight: bold;
}

.proDetail dl,
.proDetail dl p,
.proDetail dl li {
	font-size: 16px;
	line-height: 36px;
	padding: 0;
}

.proDetail dl li {
	list-style: outside;
	margin-left: 30px;
}

.color-list ol {
	display: inline-block;
	box-sizing: border-box;
	padding-right: 30px;
	width: 150px;
	font-size: 16px;
	line-height:60px;
}

.color-list ol span {
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: #000 1px solid;
	vertical-align: middle;
}

.proDetail table {
	width: 100%;
}

.proDetail table thead td {
	width: 50%;
	font-weight: bold;
}

.proDetail table td {
	border: #ddd 1px solid;
	padding: 0 15px;
	font-size: 16px;
	line-height:45px
}
.proDetail .list-paddingleft-2{
	max-width: 90%;
}

.proDetail table tbody tr:nth-child(odd) td {
    background: #f6f6f6;
}

.contact {
	padding: 60px 0;
}

.contact-item {
	background: #ebf4ff;
	padding: 30px;
	border-radius: 20px;
	text-align: center;
}

.contact-item i {
	font-size: 30px;
	color: #5762af;
}

.contact-item p {
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.about {
	padding: 60px 0;
}

.about .text {
	font-size: 16px;
	line-height: 32px;
	text-indent: 32px;
	margin-top: 50px;
}

.about .text p {
	padding: 10px 0;
}

.trade-content {
	padding: 30px 0;
}

.trade-title {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin: 50px 0;
	position: relative;
}

.trade-title:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid;
	border-color: #2e67b8 transparent transparent;
}

.trade-title:after {
	content: "";
	position: absolute;
	width: 52px;
	height: 3px;
	background-color: #2e67b8;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.trade-black {
	background-color: #30383e;
}

.trade-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease;
}

.trade-box-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.trade-box-item {
	flex: 1;
	text-align: center;
	position: relative;
	height: 400px;
	background: no-repeat center;
	background-size: 100% auto;
}

.trade-content .trade-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.item-logo {
	margin: 0 auto;
	display: block;
}

.trade-content .trade-box-item .item-logo {
	position: relative;
	margin-top: 120px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.item-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	position: relative;
}

.trade-content .item-title:before {
	content: "";
	position: relative;
	display: block;
	width: 20px;
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}

.item-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.trade-content .trade-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}

.trade-content .trade-box-item:hover:before {
	background-color: rgba(0, 48, 116, .9);
}

.trade-content .trade-box-item:hover .item-logo {
	margin-top: 80px;
}

.trade-content .trade-box-item:hover .item-title:before {
	opacity: 0;
	margin-bottom: 0;
}

.contenttt {
	padding: 60px 0;
}

.list.mdr-icons {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: start;
	text-align: center;
	width: 100%;
	gap: 10px;
	

}

.list.mdr-icons li.item {
	flex: 0 0 calc((100% - (10 * 10px)) / 10); /* 默认每行7个，减去gap的总宽度 */
	max-width: calc((100% - (10 * 10px)) / 10); /* 确保不超过计算宽度 */
	border: 1px solid #F3F3F3;
	padding: 20px 6px;

}


.list.mdr-icons li.item span {
	display: inline-block;
}

.list.mdr-icons li.item p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
}

.icon-kob-mdr:before {
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: 50%;

}


.icon-kob-mdr-32:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2240%22%20viewBox%3D%220%200%2048%2040%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20d%3D%22M4.818%2C22.316%20L14.782%2C22.316%20L14.782%2C20.455%20L6.945%2C20.455%20L6.945%2C6.664%20L4.818%2C6.664%20L4.818%2C22.316%20Z%20M29.167%2C8.915%20C30.211%2C10.284%2030.723%2C12.065%2030.723%2C14.234%20C30.723%2C16.565%2030.127%2C18.509%2028.943%2C20.045%20C27.55%2C21.867%2025.566%2C22.787%2022.989%2C22.787%20C20.574%2C22.787%2018.69%2C21.989%2017.32%2C20.391%20C16.092%2C18.86%2015.478%2C16.913%2015.478%2C14.583%20C15.478%2C12.451%2015.99%2C10.653%2017.034%2C9.137%20C18.384%2C7.216%2020.39%2C6.254%2023.028%2C6.254%20C25.791%2C6.255%2027.837%2C7.134%2029.167%2C8.915%20L29.167%2C8.915%20Z%20M27.306%2C18.88%20C28.144%2C17.548%2028.554%2C15.992%2028.554%2C14.254%20C28.554%2C12.413%2028.084%2C10.941%2027.1%2C9.815%20C26.139%2C8.69%2024.83%2C8.136%2023.173%2C8.136%20C21.534%2C8.136%2020.226%2C8.69%2019.203%2C9.795%20C18.179%2C10.92%2017.668%2C12.556%2017.668%2C14.724%20C17.668%2C16.466%2018.098%2C17.918%2018.977%2C19.103%20C19.857%2C20.291%2021.27%2C20.905%2023.255%2C20.905%20C25.115%2C20.904%2026.466%2C20.229%2027.306%2C18.88%20L27.306%2C18.88%20Z%20M31.254%2C6.664%20L31.254%2C8.546%20L36.534%2C8.546%20L36.534%2C22.317%20L38.681%2C22.317%20L38.681%2C8.546%20L43.96%2C8.546%20L43.96%2C6.664%20L31.254%2C6.664%20Z%20M0%2C0.038%20L0%2C29.962%20L48%2C29.962%20L48%2C0.038%20L0%2C0.038%20Z%20M46.245%2C28.207%20L1.755%2C28.207%20L1.755%2C1.794%20L46.245%2C1.794%20L46.245%2C28.207%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-31:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2230%22%20viewBox%3D%220%200%2048%2030%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20d%3D%22M0%2C0.038%20L0%2C29.962%20L48%2C29.962%20L48%2C0.038%20L0%2C0.038%20Z%20M46.245%2C28.207%20L1.755%2C28.207%20L1.755%2C1.795%20L46.245%2C1.795%20L46.245%2C28.207%20Z%20M18.627%2C7.505%20L29.451%2C7.505%20L29.451%2C10.868%20L21.932%2C10.868%20L21.932%2C13.42%20L28.647%2C13.42%20L28.647%2C16.783%20L21.932%2C16.783%20L21.932%2C19.379%20L29.451%2C19.379%20L29.451%2C22.743%20L18.627%2C22.743%20L18.627%2C7.505%20Z%20M35.368%2C10.868%20L35.368%2C13.442%20L41.362%2C13.442%20L41.362%2C16.806%20L35.368%2C16.806%20L35.368%2C22.743%20L32.061%2C22.743%20L32.061%2C7.505%20L42.884%2C7.505%20L42.884%2C10.868%20L35.368%2C10.868%20Z%20M15.986%2C21.806%20L15.986%2C18.431%20L15.986%2C18.431%20C15.978%2C17.306%2015.589%2C16.279%2014.944%2C15.459%20C15.597%2C14.624%2015.986%2C13.572%2015.986%2C12.429%20C15.986%2C9.727%2013.809%2C7.533%2011.111%2C7.505%20L5.158%2C7.504%20L5.158%2C22.743%20L8.462%2C22.743%20L8.462%2C17.353%20L11.04%2C17.353%20C11.048%2C17.353%2011.055%2C17.352%2011.061%2C17.352%20C11.958%2C17.352%2012.682%2C18.079%2012.682%2C18.974%20C12.682%2C18.981%2012.682%2C18.989%2012.682%2C18.995%20L12.682%2C22.742%20L14.472%2C22.742%20L15.986%2C22.742%20L16.582%2C22.742%20L16.582%2C22.336%20C16.274%2C22.337%2016.022%2C22.104%2015.986%2C21.806%20Z%20M11.075%2C14.048%20L8.462%2C14.048%20L8.462%2C10.81%20L11.07%2C10.811%20C11.96%2C10.816%2012.682001%2C11.537%2012.682001%2C12.43%20C12.683%2C13.318%2011.964%2C14.041%2011.075%2C14.048%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-28:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2237%22%20viewBox%3D%220%200%2048%2037%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.719%2C26.467%20L33.194%2C26.467%20L33.194%2C18.512%20L30.693%2C18.512%20L30.693%2C16.756%20L38.807%2C16.756%20L38.807%2C26.467%20L41.395%2C26.467%20L41.395%2C28.268%20L30.719%2C28.268%20L30.719%2C26.467%20Z%20M33.05%2C12.281%20C33.05%2C13.864%2034.347%2C15.144%2035.927%2C15.144%20C37.528%2C15.144%2038.807%2C13.865%2038.807%2C12.281%20C38.807%2C10.7%2037.528%2C9.40599942%2035.927%2C9.40599942%20C34.347%2C9.405%2033.05%2C10.7%2033.05%2C12.281%20L33.05%2C12.281%20Z%20M48%2C4.065%20L48%2C35.635%20L47.31%2C35.765%20C47.165%2C35.791%2043.654%2C36.496%2040.866%2C36.496%20L39.943%2C36.468%20C37.51%2C36.295%2035.8%2C35.273%2034.143%2C34.281%20C32.545%2C33.333%2031.049%2C32.439%2029.008%2C32.439%20L28.722%2C32.439%20C26.907%2C32.509%2026.806%2C32.237%2024.288%2C33.27%20L23.957%2C33.418%20L23.64%2C33.27%20C21.526%2C32.41%2021.167%2C32.397%2020.058%2C32.34%20L19.237%2C32.296%20C17.153%2C32.152%2015.581%2C33.025%2013.959%2C33.962%20C12.288%2C34.91%2010.561%2C35.906%208.146%2C35.963%20L7.916%2C35.963%20C4.954%2C35.963%200.793%2C34.785%200.619%2C34.741%20L0%2C34.568%20L0%2C3.13%20L1.135%2C3.576%20C3.195%2C4.368%204.46%2C4.596%206.561%2C4.596%20L6.818%2C4.596%20C9.095%2C4.583%2010.391%2C4.181%2012.475%2C3.461%20C13.367%2C3.174%2014.059%2C2.757%2014.75%2C2.367%20C15.829%2C1.748%2016.964%2C1.1%2018.648%2C0.985%20C20.732%2C0.828%2022.142%2C1.072%2024.013%2C1.936%20C25.913%2C1.132%2027.267%2C0.958%2029.368%2C1.16%20C31.079%2C1.319%2032.201%2C1.992%2033.28%2C2.655%20C33.954%2C3.043%2034.645%2C3.476%2035.538%2C3.821%20C37.714%2C4.639%2038.992%2C5.002%2041.194%2C5.102%20C43.379%2C5.217%2044.688%2C5.074%2046.907%2C4.395%20L48%2C4.065%20Z%20M20.128%2C30.641%20C21.181%2C30.702%2021.768%2C30.757%2023.078%2C31.245%20L23.078%2C3.389%20C21.582%2C2.727%2020.475%2C2.554%2018.762%2C2.67%20C17.452%2C2.772%2016.59%2C3.259%2015.58%2C3.835%20C14.875%2C4.252%2014.059%2C4.713%2013.022%2C5.074%20C10.834%2C5.822%209.368%2C6.268%206.848%2C6.296%20L6.561%2C6.296%20C4.661%2C6.296%203.336%2C6.11%201.683%2C5.564%20L1.683%2C33.272%20C2.937%2C33.59%205.826%2C34.268%207.914%2C34.268%20C10.103%2C34.239%2011.552%2C33.391%2013.109%2C32.497%20C14.894%2C31.488%2016.747%2C30.427%2019.352%2C30.597%20L20.128%2C30.641%20Z%20M46.303%2C6.324%20C44.502%2C6.799%2043.136%2C6.901%2041.121%2C6.799%20C38.688%2C6.682%2037.253%2C6.268%2034.933%2C5.388%20C33.899%2C5.002%2033.106%2C4.513%2032.402%2C4.094%20C31.353%2C3.462%2030.531%2C2.972%2029.195%2C2.844%20C27.481%2C2.671%2026.358%2C2.814%2024.76%2C3.462%20L24.76%2C31.274%20C26.446%2C30.67%2026.906%2C30.815%2028.647%2C30.757%20L29.007%2C30.745%20C31.527%2C30.745%2033.293%2C31.806%2035.007%2C32.827%20C36.561%2C33.763%2038.028%2C34.642%2040.058%2C34.787%20C42.086%2C34.93%2044.994%2C34.469%2046.302%2C34.238%20L46.302%2C6.324%20L46.303%2C6.324%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-22:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.816%2C25.371%20C9.587%2C28.663%2011.35%2C31.011%2012.882%2C32.675%20L8.773%2C36.741%20L8.816%2C25.371%20Z%20M15.219%2C34.836%20L15.36%2C34.934%20C18.024%2C36.554%2019.644%2C37.011%2021.665%2C37.272%20L12.969%2C37.272%20L15.219%2C34.836%20Z%20M26.175%2C37.229%20C28.067%2C36.956%2029.784%2C36.369%2032.349%2C34.835%20L34.599%2C37.271%20L26.175%2C37.229%20Z%20M18.827%2C31.599%20L23.915%2C26.403%20L28.968%2C31.544%20L28.785%2C31.643%20C27.121%2C32.589%2025.815%2C32.946%2023.97%2C32.946%20C22.032%2C32.944%2020.587%2C32.588%2018.827%2C31.599%20L18.827%2C31.599%20Z%20M34.783%2C32.588%20L34.869%2C32.445%20C36.532%2C30.64%2037.98%2C28.621%2038.883%2C25.184%20L38.883%2C36.553%20L34.783%2C32.588%20Z%20M26.306%2C23.923%20L33.468%2C16.707%20L33.566%2C16.881%20C34.513%2C18.597%2034.784%2C19.902%2034.784%2C21.708%20C34.784%2C24.912%2034.013%2C27.088%2031.807%2C29.424%20L26.306%2C23.923%20Z%20M15.807%2C29.381%20C13.599%2C27.173%2012.742%2C25.012%2012.742%2C21.893%20C12.742%2C19.947%2013.242%2C18.37%2014.23%2C16.653%20L21.393%2C23.87%20L15.904%2C29.467%20L15.807%2C29.381%20Z%20M8.688%2C10.978%20L10.935%2C13.229%20L10.849%2C13.37%20C9.719%2C15.077%208.957%2C17.108%208.688%2C18.413%20L8.688%2C10.978%20Z%20M36.621%2C13.229%20L38.883%2C10.978%20L38.837%2C18.24%20C38.425%2C16.293%2037.307%2C14.272%2036.621%2C13.229%20L36.621%2C13.229%20Z%20M16.262%2C13.816%20L16.349%2C13.729%20C18.469%2C11.609%2020.861%2C10.706%2023.785%2C10.706%20C26.762%2C10.706%2029.196%2C11.74%2031.305%2C13.816%20L23.827%2C21.391%20L16.262%2C13.816%20Z%20M9.187%2C6.512%20L21.079%2C6.555%20C18.47%2C6.957%2015.634%2C8.316%2013.198%2C10.522%20L9.187%2C6.512%20Z%20M34.239%2C10.436%20C31.847%2C8.273%2029.281%2C7.099%2026.579%2C6.512%20L38.382%2C6.512%20L34.373%2C10.522%20L34.239%2C10.436%20Z%20M47.782%2C45.425%20L43.761%2C41.521%20L43.761%2C6.283%20L47.555%2C2.392%20L45.034%2C0%20L43.316%2C1.62%20L4.262%2C1.62%20L2.6%2C0%20L0.218%2C2.48%20L3.903%2C6.098%20L3.903%2C41.695%20L0.218%2C45.467%20L2.819%2C47.956%20L8.556%2C42.097%20L39.426%2C42.097%20L45.348%2C48%20L47.782%2C45.425%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-21:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0.999%2C48%20L49.001%2C48%20L49.001%2C0%20L0.999%2C0%20L0.999%2C48%20Z%20M4.53%2C44.467%20L45.466%2C44.467%20L45.466%2C3.531%20L4.53%2C3.531%20L4.53%2C44.467%20Z%20M8.862%2C21.821%20L41.161%2C21.821%20L41.161%2C25.918%20L8.862%2C25.918%20L8.862%2C21.821%20Z%22%20transform%3D%22translate%28-1%29%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-27:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24.01%2C0%20C10.758%2C0%200%2C10.736%200%2C23.989%20C0%2C37.242%2010.758%2C48%2024.01%2C48%20C37.264%2C48%2048%2C37.242%2048%2C23.989%20C48%2C10.736%2037.264%2C0%2024.01%2C0%20Z%20M23.972%2C39.484%20L23.972%2C44.99%20C17.05%2C43.161%2011.761%2C35.1%2011.937%2C33.485%20C12.331%2C29.946%2018.584%2C22.593%2023.972%2C21.375%20L23.972%2C26.625%20C28.377%2C25.581%2034.667%2C19.939%2036.203%2C14.689%20C36.693%2C13.017%2030.657%2C4.187%2023.972%2C2.792%20L23.972%2C8.337%20C12.371%2C8.476%206.647%2C18.698%205.822%2C22.731%20C5.35%2C24.971%204.328%2C27.039%205.35%2C32.738%20C7.1%2C41.351%2014.515%2C44.635%2015.419%2C45.129%20L14.494%2C44.715%20C6.647%2C41.116%201.2%2C33.191%201.2%2C23.989%20C1.2%2C11.405%2011.405%2C1.179%2024.01%2C1.179%20C36.595%2C1.179%2045.347%2C11.542%2042.495%2C23.812%20C40.881%2C31.56%2034.058%2C39.306%2023.972%2C39.484%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-20:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129.5 98.7'%3E%3Cpath d='M25.5 89.9h83.7l10.4 8.7 4-4.3-5.1-4.4h11l-11.9-62.1c-1.5-7.9-2.3-10.5-5-14.7l-.2-.4 8.9-7.9-4.1-4.4-8.5 7.6-1.5-1.6C101.1 1.3 97.7 0 84.4 0H27.1v6.6h56.5c8.5 0 14.7.9 19.8 6.1L67.8 44.3h-2.7L13.7.6 9.6 4.8 56 44.3h-8.7c-18.6 0-27.6 10.2-39 30.6L0 89.9h16.7l-5.5 4.9 4.1 4 10.2-8.9zm41-36.5l35.1 29.9H32.9l33.6-29.9zm6.2-2.5h41.9l6.3 32.3h-10.2l-38-32.3zM16.3 74.7c11.3-19.6 18.9-23.8 33.8-23.8h10.5L24.1 83.3H11.3l5-8.6zm90.6-57.3l.2.5c1.6 2.7 2.7 5.7 3.5 10.3l2.8 16.1H76.7l30.2-26.9z' fill-rule='evenodd' clip-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}

.icon-kob-mdr-30:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2242%22%20viewBox%3D%220%200%2048%2042%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M31.465%2C11.543%20L43.433%2C7.663%20L43.809%2C8.813%20L31.853%2C12.696%20L31.465%2C11.543%20Z%20M19.147%2C15.541%20L1.189%2C21.389%20L1.565%2C22.539%20L19.522%2C16.693%20L19.147%2C15.541%20Z%20M21.257%2C19.06%20L16.236%2C26.034%20L17.219%2C26.745%20L22.252%2C19.759%20L21.257%2C19.06%20Z%20M29.809%2C9.24%20L34.765%2C2.189%20L33.782%2C1.477%20L28.825%2C8.529%20L29.809%2C9.24%20Z%20M24.892%2C20.638%20L24.906%2C30.225%20L26.109%2C30.225%20L26.109%2C20.625%20L24.892%2C20.638%20Z%20M24.892%2C7.623%20L26.108%2C7.623%20L26.108%2C0.429%20L24.892%2C0.429%20L24.892%2C7.623%20Z%20M22.11%2C8.554%20L17.258%2C1.788%20L16.276%2C2.5%20L21.139%2C9.265%20L22.11%2C8.554%20Z%20M28.8%2C19.771%20L44.48%2C41.236%20L45.463%2C40.511%20L29.783%2C19.061%20L28.8%2C19.771%20Z%20M19.522%2C11.531%20L7.71%2C7.7%20L7.335%2C8.852%20L19.147%2C12.682%20L19.522%2C11.531%20Z%20M31.491%2C16.692%20L47.625%2C21.919%20L48%2C20.767%20L31.853%2C15.528%20L31.491%2C16.692%20Z%20M8.034%2C41.571%20L17.621%2C41.571%20L17.621%2C31.985%20L8.034%2C31.985%20L8.034%2C41.571%20Z%20M12.756%2C28.336%20L24.608%2C33.86%20L25.528%2C31.882%20L12.745%2C25.928%20L0%2C31.895%20L0.919%2C33.874%20L12.77%2C28.351%20L12.756%2C28.336%20Z%20M26.626%2C17.547%20C28.528%2C16.925%2029.55%2C14.907%2028.942%2C13.018%20C28.32%2C11.116%2026.302%2C10.095%2024.401%2C10.703%20C22.523%2C11.311%2021.489%2C13.342%2022.097%2C15.231%20C22.719%2C17.119%2024.736%2C18.155%2026.626%2C17.547%20L26.626%2C17.547%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-29:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2244%22%20height%3D%2248%22%20viewBox%3D%220%200%2044%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.062%2C26.146%20C43.033%2C26.945%2042.388%2C27.591%2041.588%2C27.591%20C40.997%2C27.591%2040.494%2C27.238%2040.255%2C26.735%20L40.268%2C26.79%20C39.666%2C25.796%2038.629%2C25.122%2037.309%2C25.136%20C35.908%2C25.136%2034.826%2C25.879%2034.238%2C26.988%20C34.097%2C27.268%2033.802%2C27.451%2033.467%2C27.451%20C33.102%2C27.451%2032.85%2C27.297%2032.723%2C26.988%20C32.134%2C25.88%2031.041%2C25.136%2029.64%2C25.136%20C28.236%2C25.136%2027.142%2C25.879%2026.567%2C26.988%20C26.413%2C27.268%2026.132%2C27.451%2025.794%2C27.451%20C25.459%2C27.451%2025.178%2C27.24%2025.037%2C26.96%20C24.491%2C25.937%2023.496%2C25.249%2022.233%2C25.165%20L22.233%2C27.24%20L22.584%2C27.24%20L22.584%2C44.128%20C22.584%2C45.109%2022.19%2C46.023%2021.476%2C46.737%20C20.661%2C47.535%2019.511%2C48%2018.304%2C48%20L18.262%2C48%20C15.682%2C47.984%2014.068%2C46.624%2014.068%2C44.492%20L14.068%2C43.904%20L15.838%2C43.904%20L15.838%2C44.492%20C15.838%2C45.923%2017.154%2C46.23%2018.278%2C46.245%20C19.132%2C46.273%2019.752%2C45.966%2020.241%2C45.474%20C20.507%2C45.221%2020.829%2C44.772%2020.829%2C44.126%20L20.829%2C27.239%20L21.18%2C27.239%20L21.18%2C25.248%20C20.17%2C25.473%2019.37%2C26.117%2018.909%2C27%20C18.754%2C27.268%2018.474%2C27.464%2018.124%2C27.45%20C17.772%2C27.45%2017.366%2C26.945%2017.366%2C26.945%20C16.777%2C25.864%2015.696%2C25.135%2014.308%2C25.135%20C12.889%2C25.135%2011.782%2C25.906%2011.207%2C27.029%20C11.052%2C27.281%2010.786%2C27.464%2010.463%2C27.45%20C10.112%2C27.45%209.86%2C27.254%209.721%2C26.973%20C9.13%2C25.878%208.036%2C25.135%206.635%2C25.135%20C5.204%2C25.135%203.522%2C27.085%203.522%2C27.085%20C3.114%2C27.337%202.876%2C27.591%202.399%2C27.591%20C1.599%2C27.591%200.925%2C26.999%200.925%2C26.187%20C0.925%2C23.48%2010.002%2C14.138%2020.828%2C13.717%20L20.828%2C12.258%20L22.583%2C12.258%20L22.583%2C13.717%20C34.868%2C14.195%2043.02%2C23.017%2043.062%2C26.146%20L43.062%2C26.146%20Z%20M30.338%2C3.492%20L31.041%2C0.827%20C31.125%2C0.505%2031.208%2C0.07%2030.9%2C0%20L30.436%2C0.154%20L28.068%2C2.819%20C27.604%2C3.34%2027.926%2C4.222%2028.558%2C4.544%20C29.272%2C4.91%2030.129%2C4.277%2030.338%2C3.492%20L30.338%2C3.492%20Z%20M26.537%2C9.665%20L27.24%2C6.985%20C27.322%2C6.676%2027.408%2C6.241%2027.085%2C6.157%20L26.636%2C6.326%20L24.267%2C8.991%20C23.804%2C9.51%2024.126%2C10.394%2024.756%2C10.716%20C25.471%2C11.066%2026.327%2C10.435%2026.537%2C9.665%20L26.537%2C9.665%20Z%20M33.131%2C13.213%20L33.832%2C10.549%20C33.916%2C10.226%2034.015%2C9.79%2033.691%2C9.721%20L33.228%2C9.875%20L30.857%2C12.54%20C30.396%2C13.072%2030.73%2C13.942%2031.349%2C14.265%20C32.064%2C14.629%2032.935%2C13.999%2033.131%2C13.213%20L33.131%2C13.213%20Z%20M37.27%2C6.79%20L37.969%2C4.108%20C38.055%2C3.8%2038.138%2C3.366%2037.816%2C3.296%20L37.366%2C3.45%20L34.995%2C6.116%20C34.533%2C6.635%2034.868%2C7.517%2035.487%2C7.841%20C36.202%2C8.206%2037.057%2C7.575%2037.27%2C6.79%20L37.27%2C6.79%20Z%20M42.235%2C13.13%20L42.936%2C10.465%20C43.019%2C10.141%2043.117%2C9.705%2042.794%2C9.637%20L42.332%2C9.79%20L39.961%2C12.455%20C39.499%2C12.988%2039.834%2C13.858%2040.452%2C14.181%20C41.168%2C14.546%2042.038%2C13.915%2042.235%2C13.13%20L42.235%2C13.13%20Z%20M16.678%2C11.193%20L17.378%2C8.527%20C17.462%2C8.206%2017.547%2C7.771%2017.237%2C7.7%20L16.776%2C7.854%20L14.404%2C10.519%20C13.943%2C11.039%2014.279%2C11.922%2014.895%2C12.246%20C15.612%2C12.609%2016.468%2C11.979%2016.678%2C11.193%20L16.678%2C11.193%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-34:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2246%22%20viewBox%3D%220%200%2048%2046%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20points%3D%2235.026%20.883%2035.026%2025.637%2029.628%2017.203%2023.896%2025.951%2018.413%2017.246%2012.973%2025.951%207.261%2017.309%200%2029.445%200%2045.117%2048%2045.117%2048%20.883%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-19:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2238%22%20viewBox%3D%220%200%2048%2038%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.938%2C29.946%20L45.791%2C34.392%20L47.425%2C31.973%20L40.487%2C27.375%20C42.032%2C24.304%2042.806%2C21.918%2042.806%2C18.803%20C42.806%2C15.557%2041.945%2C12.846%2040.212%2C9.785%20L48%2C4.59%20L46.191%2C2.008%20L38.35%2C7.16%20C34.963%2C3.054%2029.996%2C0.516%2024.158%2C0.516%20C18.19%2C0.516%2014.443%2C2.826%2010.141%2C7.214%20L1.852%2C1.824%20L0%2C4.46%20L8.432%2C9.96%20C6.743%2C13.032%205.828%2C15.646%205.828%2C19.252%20C5.828%2C22.366%206.514%2C24.806%207.786%2C27.421%20L1.079%2C31.929%20L2.712%2C34.348%20L9.465%2C30.077%20C13.222%2C34.804%2017.743%2C37.483%2024.157%2C37.483%20C30.585%2C37.483%2034.877%2C34.849%2038.938%2C29.946%20L38.938%2C29.946%20Z%20M11.949%2C28.41%20L24.3%2C20.297%20L36.411%2C28.28%20C33.427%2C32.288%2029.364%2C34.619%2024.255%2C34.619%20C19.322%2C34.619%2014.978%2C32.331%2011.949%2C28.41%20L11.949%2C28.41%20Z%20M27.1%2C18.445%20L37.717%2C11.452%20C39.211%2C13.837%2039.983%2C16.146%2039.983%2C18.848%20C39.983%2C21.375%2039.308%2C23.399%2038.034%2C25.655%20L27.1%2C18.445%20Z%20M8.702%2C19.251%20C8.702%2C16.189%209.465%2C13.891%2010.913%2C11.539%20L21.402%2C18.445%20L10.238%2C25.699%20C9.191%2C23.444%208.702%2C21.733%208.702%2C19.251%20L8.702%2C19.251%20Z%20M12.722%2C8.969%20C16.207%2C5.364%2019.769%2C3.381%2024.43%2C3.381%20C29.224%2C3.381%2033.111%2C5.538%2035.868%2C8.839%20L24.3%2C16.55%20L12.722%2C8.969%20Z%22/%3E%0A%3C/svg%3E%0A');
	background-repeat: no-repeat;
}

.icon-kob-mdr-33:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.471%2C20.449%20C19.899%2C19.157%2023.225%2C17.387%2023.225%2C12.075%20L23.225%2C0%20L0.775%2C0%20L0.775%2C12.075%20C0.775%2C17.387%204.101%2C19.157%206.529%2C20.449%20C8.073%2C21.271%209.292%2C21.921%209.292%2C23.148%20C9.292%2C23.972%208.244%2C24.753%206.918%2C25.745%20C4.325%2C27.678%200.775%2C30.327%200.775%2C35.948%20L0.775%2C48%20L23.224%2C48%20L23.224%2C35.923%20C23.224%2C30.321%2019.676%2C27.677%2017.085%2C25.747%20C15.757%2C24.756%2014.708%2C23.974%2014.708%2C23.148%20C14.709%2C21.921%2015.927%2C21.271%2017.471%2C20.449%20Z%20M16.037%2C27.147%20C18.259%2C28.802%2020.734%2C30.649%2021.336%2C34.22%20L2.668%2C34.22%20C3.275%2C30.646%205.747%2C28.799%207.964%2C27.148%20C9.621%2C25.91%2011.042%2C24.847%2011.042%2C23.148%20C11.042%2C20.869%209.082%2C19.825%207.352%2C18.904%20C4.979%2C17.641%202.526%2C16.335%202.526%2C12.074%20L2.526%2C1.75%20L21.475%2C1.75%20L21.475%2C12.075%20C21.475%2C16.336%2019.022%2C17.641%2016.649%2C18.904%20C14.92%2C19.825%2012.96%2C20.869%2012.96%2C23.148%20C12.959%2C24.851%2014.385%2C25.915%2016.037%2C27.147%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-24:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2230%22%20viewBox%3D%220%200%2048%2030%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.739%2C29.271%20L48%2C0.729%20L44.819%2C0.729%20L43.735%2C4.742%20C42.412%2C3.911%2041.46%2C3.551%2040.234%2C3.551%20C37.556%2C3.551%2036.331%2C6.384%2033.433%2C6.384%20C30.195%2C6.384%2028.271%2C3.048%2025.339%2C3.048%20C22.792%2C3.048%2021.095%2C6.241%2017.203%2C6.241%20C13.801%2C6.241%2012.531%2C3.321%208.584%2C3.321%20C7.174%2C3.321%206.311%2C3.637%204.537%2C4.557%20L3.543%2C0.729%20L0%2C0.729%20L7.263%2C29.272%20L40.739%2C29.272%20L40.739%2C29.271%20Z%20M18.679%2C19.803%20C18.679%2C18.631%2018.997%2C17.768%2019.664%2C17.768%20C20.199%2C17.768%2020.682%2C18.304%2020.682%2C19.581%20C20.682%2C21.08%2020.418%2C21.935%2019.708%2C21.935%20C18.941%2C21.935%2018.679%2C21.213%2018.679%2C19.803%20L18.679%2C19.803%20Z%20M27.637%2C20.305%20L27.637%2C14.803%20C27.637%2C13.732%2027.911%2C13.24%2028.589%2C13.24%20C29.364%2C13.24%2029.507%2C13.688%2029.507%2C14.803%20L29.507%2C20.305%20C29.507%2C21.398%2029.321%2C21.989%2028.589%2C21.989%20C27.681%2C21.988%2027.637%2C21.397%2027.637%2C20.305%20L27.637%2C20.305%20Z%20M23.294%2C19.441%20C23.294%2C17.209%2022.704%2C15.514%2020.594%2C15.514%20C20.199%2C15.514%2019.611%2C15.7%2018.866%2C15.972%20C18.866%2C14.627%2018.897%2C13.195%2019.751%2C13.195%20C20.375%2C13.195%2020.637%2C13.774%2020.637%2C14.845%20L22.891%2C14.845%20C22.891%2C12.824%2022.147%2C10.996%2019.577%2C10.996%20C17.303%2C10.996%2016.341%2C12.32%2016.341%2C14.671%20L16.341%2C20.62%20C16.341%2C22.764%2017.445%2C24.1410018%2019.841%2C24.1410018%20C22.387%2C24.143%2023.294%2C22.491%2023.294%2C19.441%20L23.294%2C19.441%20Z%20M31.935%2C20.305%20L31.935%2C14.803%20C31.935%2C12.464%2031.116%2C10.899%2028.457%2C10.899%20C25.668%2C10.899%2025.065%2C12.594%2025.065%2C14.803%20L25.065%2C20.305%20C25.065%2C22.951%2026.028%2C24.319%2028.544%2C24.319%20C30.929%2C24.318%2031.935%2C22.765%2031.935%2C20.305%20L31.935%2C20.305%20Z%20M5.085%2C7.071%20C6.355%2C6.152%207.263%2C5.704%208.486%2C5.704%20C12.215%2C5.704%2013.485%2C8.625%2017.116%2C8.625%20C21.284%2C8.625%2023.732%2C5.563%2025.712%2C5.563%20C27.911%2C5.563%2029.967%2C8.997%2033.334%2C8.997%20C36.604%2C8.997%2038.245%2C6.065%2040.465%2C6.065%20C41.143%2C6.065%2041.778%2C6.241%2043.188%2C7.345%20L38.333%2C26.278%20L9.898%2C26.278%20L5.085%2C7.071%20Z%22/%3E%0A%3C/svg%3E%0A');
	background-repeat: no-repeat;
}

.icon-kob-mdr-25:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2235%22%20viewBox%3D%220%200%2048%2035%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.571%2C15.141%20L44.565%2C15.141%20L44.565%2C20.285%20L34.571%2C20.285%20C35.752%2C25.679%2040.534%2C29.723%2046.275%2C29.723%20C46.859%2C29.723%2047.429%2C29.696%2048%2C29.612%20L48%2C34.784%20C47.014%2C34.84%2047.152%2C34.867%2046.275%2C34.867%20C36.809%2C34.867%2029.134%2C27.194%2029.134%2C17.713%20C29.134%2C8.246%2036.809%2C0.573%2046.275%2C0.573%20C46.845%2C0.573%2047.429%2C0.629%2048%2C0.671%20L48%2C5.842%20C47.444%2C5.758%2046.859%2C5.716%2046.275%2C5.716%20C40.534%2C5.715%2035.752%2C9.761%2034.571%2C15.141%20L34.571%2C15.141%20Z%20M18.849%2C29.611%20C18.293%2C29.695%2017.708%2C29.722%2017.14%2C29.722%20C10.508%2C29.722%205.143%2C24.342%205.143%2C17.712%20C5.143%2C11.095%2010.508%2C5.715%2017.14%2C5.715%20C17.708%2C5.715%2018.293%2C5.757%2018.863%2C5.841%20L18.863%2C0.67%20C18.294%2C0.628%2017.708%2C0.572%2017.14%2C0.572%20C7.672%2C0.572%200%2C8.246%200%2C17.712%20C0%2C27.193%207.672%2C34.866%2017.14%2C34.866%20C18.015%2C34.866%2017.876%2C34.839%2018.863%2C34.783%20L18.849%2C29.611%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-26:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2238%22%20height%3D%2248%22%20viewBox%3D%220%200%2038%2048%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M27.495%2C0%20C29.876%2C0%2031.801%2C1.927%2031.801%2C4.321%20C31.801%2C6.701%2029.876%2C8.627%2027.495%2C8.627%20C25.114%2C8.627%2023.174%2C6.701%2023.174%2C4.321%20C23.174%2C1.927%2025.114%2C0%2027.495%2C0%20L27.495%2C0%20Z%20M10.148%2C8.782%20C9.883%2C8.579%209.414%2C8.751%209.319%2C9.079%20C9.226%2C9.457%209.743%2C9.863%2010.087%2C9.691%20L23.253%2C13.777%20L23.784%2C14.011%20L24.003%2C14.388%20C24.991%2C16.876%2025.741%2C18.316%2025.978%2C21.04%20C25.993%2C21.29%2026.007%2C21.478%2026.199%2C21.651%20C26.385%2C21.807%2026.574%2C21.853%2026.807%2C21.792%20L37.11%2C21.792%20C37.438%2C21.792%2037.623%2C21.542%2037.703%2C21.197%20C37.813%2C20.68%2037.765%2C20.447%2037.641%2C19.975%20C36.579%2C16.014%2034.714%2C13.211%2033.022%2C9.91%20C32.866%2C9.643%2032.74%2C9.534%2032.491%2C9.392%20C32.099%2C9.172%2031.802%2C9.251%2031.348%2C9.236%20L10.148%2C8.782%20Z%20M27.104%2C22.325%20C26.806%2C22.23%2026.573%2C22.263%2026.305%2C22.405%20C25.93%2C22.607%2025.758%2C22.905%2025.741%2C23.31%20L21.75%2C47.014%20L21.953%2C47.515%20C22.187%2C47.608%2022.359%2C47.374%2022.502%2C47.171%20L30.424%2C33.158%20C30.626%2C32.801%2030.816%2C32.359%2031.206%2C32.47%20C31.551%2C32.548%2031.583%2C32.892%2031.644%2C33.238%20L34.776%2C48%20L35.448%2C47.984%20L37.623%2C23.765%20L37.483%2C23.076%20L27.104%2C22.325%20Z%20M19.996%2C23.358%20C20.028%2C23.625%2019.84%2C23.842%2019.496%2C24.015%20L19.542%2C24.282%20L17.226%2C46.388%20C17.196%2C46.654%2016.975%2C46.857%2016.693%2C46.857%20L5.499%2C46.874%20L5.313%2C46.842%20L5.249%2C46.796%20L5.155%2C46.733%20L5.095%2C46.671%20L5.031%2C46.576%20L5%2C46.498%20L4.985%2C46.436%20L1.07%2C24.329%20L1.084%2C24.11%20C0.506%2C23.922%200.192%2C23.687%200.239%2C23.358%20C0.082%2C21.793%204.67%2C22.168%2010.118%2C22.168%20C15.565%2C22.168%2020.374%2C21.949%2019.996%2C23.358%20L19.996%2C23.358%20Z%20M10.854%2C24.532%20L10.964%2C27.02%20L14.218%2C27.02%20L14.313%2C24.532%20L10.854%2C24.532%20Z%20M18.071%2C28.087%20L15.238%2C28.087%20L15.143%2C30.795%20L17.789%2C30.795%20L18.071%2C28.087%20Z%20M13.891%2C35.741%20L11.324%2C35.741%20L11.434%2C38.435%20L13.782%2C38.435%20L13.891%2C35.741%20Z%20M14.846%2C38.436%20L16.991%2C38.436%20L17.273%2C35.742%20L14.956%2C35.742%20L14.846%2C38.436%20Z%20M10.352%2C38.436%20L10.244%2C35.742%20L7.692%2C35.742%20L8.02%2C38.436%20L10.352%2C38.436%20Z%20M8.146%2C39.516%20L8.443%2C42.036%20L10.508%2C42.036%20L10.4%2C39.516%20L8.146%2C39.516%20Z%20M13.923%2C34.661%20L14.033%2C31.876%20L11.168%2C31.876%20L11.275%2C34.661%20L13.923%2C34.661%20Z%20M10.087%2C31.876%20L7.222%2C31.876%20L7.552%2C34.661%20L10.211%2C34.661%20L10.087%2C31.876%20Z%20M10.041%2C30.795%20L9.931%2C28.087%20L6.767%2C28.087%20L7.098%2C30.795%20L10.041%2C30.795%20Z%20M5.688%2C28.087%20L2.823%2C28.087%20L3.309%2C30.795%20L6.016%2C30.795%20L5.688%2C28.087%20Z%20M3.495%2C31.876%20L3.98%2C34.661%20L6.484%2C34.661%20L6.14%2C31.876%20L3.495%2C31.876%20Z%20M4.17%2C35.741%20L4.654%2C38.435%20L6.939%2C38.435%20L6.611%2C35.741%20L4.17%2C35.741%20Z%20M4.842%2C39.516%20L5.297%2C42.036%20L7.362%2C42.036%20L7.065%2C39.516%20L4.842%2C39.516%20Z%20M5.952%2C45.808%20L7.816%2C45.808%20L7.504%2C43.116%20L5.484%2C43.116%20L5.952%2C45.808%20Z%20M8.897%2C45.808%20L10.665%2C45.808%20L10.555%2C43.116%20L8.567%2C43.116%20L8.897%2C45.808%20Z%20M11.73%2C45.808%20L13.5%2C45.808%20L13.593%2C43.116%20L11.622%2C43.116%20L11.73%2C45.808%20Z%20M13.641%2C42.035%20L13.736%2C39.515%20L11.48%2C39.515%20L11.573%2C42.035%20L13.641%2C42.035%20Z%20M14.704%2C42.035%20L16.598%2C42.035%20L16.882%2C39.515%20L14.8%2C39.515%20L14.704%2C42.035%20Z%20M17.681%2C31.876%20L15.098%2C31.876%20L14.989%2C34.661%20L17.384%2C34.661%20L17.681%2C31.876%20Z%20M14.173%2C28.087%20L11.009%2C28.087%20L11.119%2C30.795%20L14.079%2C30.795%20L14.173%2C28.087%20Z%20M6.329%2C24.517%20L6.643%2C27.021%20L9.898%2C27.021%20L9.789%2C24.533%20L6.329%2C24.517%20Z%20M2.148%2C24.314%20L2.634%2C27.02%20L5.562%2C27.02%20L5.264%2C24.5%20C4.042%2C24.486%202.979%2C24.424%202.148%2C24.314%20L2.148%2C24.314%20Z%20M16.207%2C45.793%20L16.489%2C43.115%20L14.673%2C43.115%20L14.564%2C45.793%20L16.207%2C45.793%20Z%20M18.461%2C24.282%20C17.681%2C24.424%2016.614%2C24.486%2015.379%2C24.516%20L15.283%2C27.02%20L18.179%2C27.02%20L18.461%2C24.282%20Z%20M17.868%2C15.858%20L17.57%2C15.968%20C16.221%2C16.454%2016.286%2C17.268%2014.547%2C18.238%20C13.937%2C18.583%2014.283%2C19.428%2013.719%2C19.837%20C12.966%2C20.368%2012.279%2C19.788%2011.371%2C19.837%20C9.961%2C19.915%209.209%2C20.525%207.816%2C20.368%20C7.08%2C20.274%206.656%2C20.213%205.984%2C19.915%20C5.202%2C19.555%204.763%2C19.257%204.17%2C18.615%20C5.719%2C18.114%206.581%2C17.456%207.504%2C16.126%20C8.051%2C15.327%208.272%2C14.812%208.49%2C13.871%20C9.414%2C14.2%2010.118%2C14.421%2010.869%2C14.621%20L12.012%2C14.153%20L15.441%2C12.758%20L15.943%2C12.883%20L17.915%2C15.233%20L17.868%2C15.858%20Z%20M17.226%2C15.797%20L15.475%2C13.716%20L12.311%2C14.999%20L12.577%2C15.061%20C14.391%2C15.499%2015.347%2C14.92%2017.226%2C15.797%20L17.226%2C15.797%20Z%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-23:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2247%22%20viewBox%3D%220%200%2048%2047%22%3E%0A%20%20%3Cpath%20fill%3D%22%23404040%22%20fill-rule%3D%22evenodd%22%20d%3D%22M840.016%2C1497.29203%20L869.975%2C1497.29203%20L875.696%2C1503%20L878.022%2C1500.64797%20L874.672%2C1497.29203%20L879%2C1497.29203%20L864.566%2C1472.5426%20L878.107%2C1458.97104%20L875.781%2C1456.57635%20L862.822%2C1469.5299%20L855%2C1456%20L847.17%2C1469.5299%20L834.211%2C1456.57734%20L831.885%2C1458.97104%20L845.436%2C1472.5426%20L831%2C1497.29203%20L835.33%2C1497.29203%20L831.971%2C1500.64797%20L834.297%2C1503%20L840.016%2C1497.29203%20Z%20M855%2C1482.34159%20L865.322%2C1492.67823%20L844.67%2C1492.67823%20L855%2C1482.34159%20Z%20M857.23%2C1479.85166%20L861.259%2C1475.82216%20L871.04%2C1492.67724%20L870.06%2C1492.67724%20L857.23%2C1479.85166%20Z%20M848.742%2C1475.82315%20L852.762%2C1479.85266%20L839.932%2C1492.67922%20L838.949%2C1492.67922%20L848.742%2C1475.82315%20Z%20M850.477%2C1472.8531%20L855%2C1465.05201%20L859.514%2C1472.8531%20L855%2C1477.37166%20L850.477%2C1472.8531%20Z%22%20transform%3D%22translate%28-831%20-1456%29%22/%3E%0A%3C/svg%3E%0A');
}

.icon-kob-mdr-53:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20fill%3D%22%231A1A18%22%20d%3D%22M13.259%2019.262c.356-.545%207.073-10.872%207.606-11.681.035-.053.118-.107.178-.108%201.649-.006%205.002-.001%205.035.001v1.315s-2.849.007-4.184-.007c-.211-.003-.318.075-.418.232-.371.584-7.692%2011.851-8.188%2012.625a.407.407%200%200%200-.057.202c-.004%205.873-.003%2011.745-.007%2017.619%200%20.101.039.155.112.196.357.197.667.458.936.758.588.655.995%201.406%201.124%202.287.041.271.089.543.088.814a4.59%204.59%200%200%201-.093.859%204.246%204.246%200%200%201-.691%201.646%204.589%204.589%200%200%201-2.172%201.696c-.64.243-1.296.32-1.964.268a4.27%204.27%200%200%201-2.248-.839c-.555-.409-1.03-.902-1.333-1.53a5.6%205.6%200%200%201-.438-1.141%204.13%204.13%200%200%201-.085-1.418%204.574%204.574%200%200%201%20.482-1.643c.313-.598.729-1.116%201.28-1.513.107-.079.213-.163.327-.229.117-.067.154-.154.154-.289-.003-3.488-.001-10.637-.001-10.637a.156.156%200%200%201-.026-.011L1.097%2040.405%200%2039.688c.361-.556%208.594-13.212%208.659-13.338a.518.518%200%200%200%20.041-.225c.002-4.166.002-8.331.002-12.496%200-3.537-.002-7.073.002-10.609%200-.479.188-.897.482-1.272a2.19%202.19%200%200%201%201.132-.762%202.184%202.184%200%200%201%201.456.053c.54.214.957.586%201.215%201.115.156.316.24.654.24%201.011l-.001%2015.907v.184l.031.006m-3.237%204.988c.04-.053.052-.063.06-.076.559-.86%201.116-1.721%201.676-2.581a.876.876%200%200%200%20.155-.504c-.006-5.963-.006-11.925-.002-17.888%200-.553-.433-1.008-.979-.988-.502.019-.91.413-.91.913V24.25z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.022%2024.25v-.218V3.126c0-.5.408-.894.91-.913.546-.02.979.435.979.988-.004%205.963-.004%2011.925.002%2017.888%200%20.194-.055.35-.155.504-.56.859-1.117%201.72-1.676%202.581-.008.013-.02.023-.06.076%22/%3E%3Cg%20fill%3D%22%231A1A18%22%3E%3Cpath%20d%3D%22M28.599%205.802L30.17%204.37c.278-.252.591-.53.912-.92.339-.408.417-.599.417-.877%200-.46-.27-.772-.721-.772-.694%200-.756.712-.765.885h-1.328c0-.243%200-.694.356-1.137.347-.434.989-.66%201.728-.66%201.319%200%202.049.712%202.049%201.649%200%20.625-.243%201.433-2.865%203.542.877-.018.981-.026%201.667-.035.929-.018%201.033-.018%201.233-.026v1.007h-4.255V5.802zM34.764%205.533a.68.68%200%200%200%20.712.677c.47%200%20.895-.339.895-1.138%200-.582-.226-1.085-.808-1.085-.581%200-.729.469-.772.607l-1.259-.035.139-3.586h3.673v.99h-2.526l-.078%201.502c.19-.165.478-.434%201.146-.434.973%200%201.789.712%201.789%201.927%200%201.033-.608%202.197-2.162%202.197-.634%200-1.276-.165-1.693-.66-.304-.364-.329-.738-.338-.963h1.282zM41.226%202.347a1.46%201.46%200%200%201-1.468%201.467%201.465%201.465%200%200%201-1.467-1.467A1.47%201.47%200%200%201%2039.758.88a1.465%201.465%200%200%201%201.468%201.467zm-2.04%200c0%20.321.26.573.572.573.33%200%20.582-.26.582-.573s-.261-.573-.582-.573a.576.576%200%200%200-.572.573zM46.34%202.798c-.026-.217-.104-1.103-1.016-1.103-.999%200-1.415%201.042-1.415%202.335%200%20.374%200%202.153%201.311%202.153.564%200%201.103-.356%201.129-1.189h1.415c-.026.374-.061.955-.564%201.476-.556.573-1.259.703-1.832.703-2.162%200-2.865-1.597-2.865-3.151%200-1.988%201.111-3.308%202.874-3.308%201.372%200%202.336.833%202.336%202.084H46.34z%22/%3E%3C/g%3E%3C/svg%3E');
}

.icon-kob-mdr-54:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20fill%3D%22%231A1A18%22%20d%3D%22M13.259%2019.262c.356-.545%207.073-10.872%207.606-11.681.035-.053.118-.107.178-.108%201.649-.006%205.002-.001%205.035.001v1.315s-2.849.007-4.184-.007c-.211-.003-.318.075-.418.232-.371.584-7.692%2011.851-8.188%2012.625a.407.407%200%200%200-.057.202c-.004%205.873-.003%2011.745-.007%2017.619%200%20.101.039.155.112.196.357.197.667.458.936.758.588.655.995%201.406%201.124%202.287.041.271.089.543.088.814a4.59%204.59%200%200%201-.093.859%204.246%204.246%200%200%201-.691%201.646%204.589%204.589%200%200%201-2.172%201.696c-.64.243-1.296.32-1.964.268a4.27%204.27%200%200%201-2.248-.839c-.555-.409-1.03-.902-1.333-1.53a5.6%205.6%200%200%201-.438-1.141%204.13%204.13%200%200%201-.085-1.418%204.574%204.574%200%200%201%20.482-1.643c.313-.598.729-1.116%201.28-1.513.107-.079.213-.163.327-.229.117-.067.154-.154.154-.289-.003-3.488-.001-10.637-.001-10.637a.156.156%200%200%201-.026-.011L1.097%2040.405%200%2039.688c.361-.556%208.594-13.212%208.659-13.338a.518.518%200%200%200%20.041-.225c.002-4.166.002-8.331.002-12.496%200-3.537-.002-7.073.002-10.609%200-.479.188-.897.482-1.272a2.19%202.19%200%200%201%201.132-.762%202.184%202.184%200%200%201%201.456.053c.54.214.957.586%201.215%201.115.156.316.24.654.24%201.011l-.001%2015.907v.184l.031.006m-3.237%204.988c.04-.053.052-.063.06-.076.559-.86%201.116-1.721%201.676-2.581a.876.876%200%200%200%20.155-.504c-.006-5.963-.006-11.925-.002-17.888%200-.553-.433-1.008-.979-.988-.502.019-.91.413-.91.913V24.25z%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10.022%2024.25v-.218V3.126c0-.5.408-.894.91-.913.546-.02.979.435.979.988-.004%205.963-.004%2011.925.002%2017.888%200%20.194-.055.35-.155.504-.56.859-1.117%201.72-1.676%202.581-.008.013-.02.023-.06.076%22/%3E%3Cg%20fill%3D%22%231A1A18%22%3E%3Cpath%20d%3D%22M29.719%205.377c.009.191.061.807.781.807.486%200%20.781-.356.781-.825%200-.894-.859-.894-1.493-.894V3.449c.607-.017%201.502-.035%201.502-.903%200-.478-.355-.721-.746-.721-.374%200-.738.252-.738.755h-1.328c.025-.269.052-.651.355-1.024.399-.486%201.042-.668%201.685-.668%201.545%200%202.04.99%202.04%201.649%200%201.016-.895%201.293-1.163%201.372.19.061.442.139.721.373.425.356.495.799.495%201.085%200%201.024-.938%201.789-2.197%201.789-.434%200-1.067-.096-1.458-.408-.539-.443-.556-1.129-.556-1.372h1.319zM35.476.879c.852%200%201.354.46%201.58.799.312.46.547%201.05.547%202.188%200%201.406-.32%203.256-2.145%203.256-1.554%200-2.092-1.494-2.092-3.108%200-.808.165-3.135%202.11-3.135zm.669%201.711c-.035-.165-.183-.703-.66-.703-.373%200-.538.338-.599.521-.2.617-.2%201.545-.2%201.693%200%201.033.156%201.997.808%201.997.694%200%20.808-1.181.808-2.014-.001-.383-.045-1.095-.157-1.494zM41.226%202.347a1.46%201.46%200%200%201-1.468%201.467%201.465%201.465%200%200%201-1.467-1.467A1.47%201.47%200%200%201%2039.758.88a1.465%201.465%200%200%201%201.468%201.467zm-2.04%200c0%20.321.26.573.572.573.33%200%20.582-.26.582-.573s-.261-.573-.582-.573a.576.576%200%200%200-.572.573zM46.34%202.798c-.026-.217-.104-1.103-1.016-1.103-.999%200-1.415%201.042-1.415%202.335%200%20.374%200%202.153%201.311%202.153.564%200%201.103-.356%201.129-1.189h1.415c-.026.374-.061.955-.564%201.476-.556.573-1.259.703-1.832.703-2.162%200-2.865-1.597-2.865-3.151%200-1.988%201.111-3.308%202.874-3.308%201.372%200%202.336.833%202.336%202.084H46.34z%22/%3E%3C/g%3E%3C/svg%3E');
}

.icon-kob-mdr-52:before {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2248%22%20height%3D%2248%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%231A1A18%22%20d%3D%22M23.988%200C10.755%200%200%2010.774%200%2023.989%200%2037.223%2010.755%2048%2023.988%2048%2037.224%2048%2048%2037.223%2048%2023.989%2048%2010.774%2037.224%200%2023.988%200m0%201.771c12.271%200%2022.24%209.969%2022.24%2022.218a22.09%2022.09%200%200%201-2.143%209.478l-15.103-7.98c3.835-2.323%206.589-4.977%206.589-10.07%200-6.43-4.818-10.302-10.796-10.302-2.892%200-11.229%201.041-11.78%209.122h4.563c.137-2.418%202.674-5.132%206.666-5.132%205.054%200%206.724%203.363%206.724%206.118%200%204.48-2.595%205.916-6.213%208.001l-19.86-10.52C8.749%206.175%2015.85%201.771%2023.988%201.771m0%2044.458c-12.249%200-22.22-9.97-22.22-22.241%200-3.479.826-6.782%202.263-9.733l18.897%2010.008-2.871%201.67c-4.622%202.696-7.867%206.529-8.121%2013.706h23.636v-4.068h-18.76c.196-1.339%201.238-4.032%205.938-6.647l3.599-1.966.827-.451%2016.085%208.514c-3.836%206.685-11.032%2011.208-19.273%2011.208%22/%3E%3C/svg%3E');
}


.icon-kob-mdr-58:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 99.5 92.9'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D.st1%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M49.8 1h27.8c9.3 0 17.6 6 20.7 14.9 1.2 3.5 1.4 7.1.9 10.7-.4 2.9-1.6 5.6-3.1 8.1-6.4 11-12.7 22.1-19.1 33.1-2.8 4.9-5.6 9.9-8.6 14.8-2.4 4-6 6.8-10.3 8.5-3 1.2-6.2 1.9-9.4 1.7-8.2-.6-14.4-4.4-18.4-11.6-3.6-6.4-7.4-12.8-11.1-19.2-5.5-9.5-11-19-16.4-28.5C.5 29.4-.5 24.9.2 20.2 1.4 12 5.9 6 13.6 2.7 16.4 1.5 19.4 1 22.4 1h27.4zm.6 88.3c.9-.1 2.4-.3 3.9-.6 5-1.2 8.9-4 11.5-8.4 4.4-7.5 8.7-15.1 13-22.7 4.8-8.4 9.7-16.8 14.6-25.2 2.6-4.6 3.2-9.5 1.7-14.6-2-7.1-9.2-13.1-17.2-13.1H21.7c-2.7 0-5.3.6-7.7 1.8C4.4 11.2.8 22.5 6 32c4.3 7.8 8.9 15.5 13.4 23.2 4.7 8.1 9.4 16.3 14.1 24.4 3.6 6.3 9 9.5 16.9 9.7z'/%3E%3Cpath class='st0' d='M62.6 72.7c.4 3.8-4.2 5.9-7.3 4.8-.8-.3-1.6-.6-2.4-1-2.3-1-4.5-.1-6.8.3-2.6.5-5.2 1.2-7.9.5-2.3-.7-3.3-3-2.8-4.8 1.3-5.1 4-9.3 8.1-12.7 1.2-1 2.6-1.9 3.9-2.7 1.8-1.1 3.6-.5 5.2.4 3 1.6 5.1 4.2 6.9 7 1.5 2.4 2.8 4.8 3.1 7.7-.1.2-.1.3 0 .5zM39.3 18.8c4.8 2.5 4 7.6 1.6 9.9-1.3 1.3-3 1.6-4.7 1.7-3.5.1-6.9.1-10.4.1-.9 0-1.4-.4-1.4-1.4V9.7c0-.9.4-1.2 1.2-1.2 3.8.1 7.7 0 11.5.3 2.3.2 3.8 1.7 4.5 3.9.6 2 0 3.7-1.3 5.2-.3.3-.6.6-1 .9zm-6.7 7.8c1.2 0 2.3 0 3.5-.2 1.7-.2 2.5-2 1.8-3.6-.6-1.3-1.7-1.7-2.9-1.7-1.6-.1-3.2 0-4.8-.1-.7 0-1 .3-1 1v3.5c0 .8.4 1.1 1.2 1.1.6-.1 1.4 0 2.2 0zm-.1-14.1c-.8 0-1.7-.1-2.5 0-.3 0-.8.5-.9.8-.1 1-.1 2 0 3 0 .3.4.9.7.9 1.8.1 3.6.1 5.4-.1 1.4-.1 2.1-1.3 2-2.7-.1-1.3-.8-1.9-2.4-1.9h-2.3zM53.9 19.4c-.1-2.7.5-5.3 2.2-7.5 1.5-2 3.5-3.1 5.9-3.5 3.5-.6 6.8-.2 9.7 2.3 1.9 1.6 2.8 3.7 3.2 6.1.6 3.7.3 7.4-2.1 10.4-1.6 2-3.7 3.3-6.3 3.5-2.6.2-5.3.2-7.7-1.2-3.3-2-4.8-5-4.9-8.8v-1.3zm16.6 0c-.3-1.3-.4-2.5-.8-3.6-.7-2.2-2.5-3.5-4.7-3.6-2.4-.1-4.5.7-5.5 3-1.2 2.7-1.2 5.5-.1 8.4.8 2.1 3.2 3.4 5.2 3.3 2.3-.1 4.3-1.4 5-3.5.5-1.3.6-2.7.9-4zM49.2 44.4c.1 1.7-.1 3.4-1.1 5-1.7 2.8-4.5 3.1-6.7.7-3.1-3.3-4-9.2-1.9-13.3 1.4-2.9 4.4-3.4 6.7-1.1 1.6 1.7 3.2 4.9 3 8.7zM51.4 46.1c.3-3.9 1.1-7.1 3.7-9.5 2.8-2.6 6.3-1.7 7.2 2 1.2 4.7-.1 8.9-3.6 12.3-2.6 2.4-6 1.3-6.7-2-.2-1-.5-2.1-.6-2.8zM59.4 59.8c0-4.3 2.4-8.1 5.7-9.4 2.1-.8 4.4.2 5.3 2.4 1.5 3.6-.2 8.6-2.8 10.6-1 .8-2.3 1.5-3.5 1.8-2.6.5-4.2-1.6-4.6-4.1-.1-.6-.1-1.1-.1-1.3zM40.1 57.5c-.2.6-.5 2-1.2 3.1-1 1.7-3 2.2-4.9 1.4-4-1.7-6.9-8.5-4.5-12.6 1.4-2.3 3.8-2.9 6-1.4 3.1 2 4.4 5.1 4.6 9.5zM50.8 19.6v9.5c0 1.2-.5 1.6-1.6 1.5-3.5 0-3.2.2-3.2-3.1V10.1c0-1.1.3-1.6 1.5-1.5 3.7.1 3.3-.4 3.3 3.1v7.9z'/%3E%3Cpath class='st1' d='M32.6 26.6h-2.3c-.8 0-1.2-.3-1.2-1.1V22c0-.7.3-1 1-1 1.6 0 3.2 0 4.8.1 1.2.1 2.3.4 2.9 1.7.7 1.5-.1 3.3-1.8 3.6-1.1.1-2.3.1-3.4.2zM32.5 12.5h2.3c1.6.1 2.2.6 2.4 1.9.1 1.3-.6 2.5-2 2.7-1.8.2-3.6.1-5.4.1-.3 0-.7-.6-.7-.9-.1-1-.1-2 0-3 0-.3.5-.8.9-.8.8-.1 1.7 0 2.5 0zM70.5 19.4c-.3 1.3-.4 2.7-.8 4-.7 2.1-2.7 3.4-5 3.5-2 .1-4.4-1.2-5.2-3.3-1.1-2.8-1.1-5.6.1-8.4 1-2.3 3.1-3.1 5.5-3 2.3.1 4.1 1.4 4.7 3.6.3 1.1.4 2.3.7 3.6z'/%3E%3C/svg%3E");
}

.icon-kob-mdr-60:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.3 70.5'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D%3C/style%3E%3Cpath class='st0' d='M54.2 70.5H1.9c-1.8 0-1.8 0-1.8-1.8C0 46.4 0 24.2 0 1.9 0 0 0 0 1.8 0h104.4c2 0 2 0 2 2.1v66.7c0 1.6-.1 1.7-1.7 1.7H54.2zm0-3.5h49.1c1 0 1.5-.2 1.5-1.4V4.7c0-1-.3-1.4-1.4-1.4-3.1.1-6.1 0-9.2 0H5.7c-2.2 0-2.2 0-2.2 2.3v59.8c0 1.1.3 1.6 1.5 1.6h49.2z'/%3E%3Cpath class='st0' d='M32.7 41.3c.6-2.5 1.3-4.9 1.9-7.4 1.1-4.3 2.3-8.6 3.5-12.9.5-1.9 1-3.8 1.4-5.7.2-.9.6-1.2 1.5-1.2h10.4c1 0 1.4.4 1.4 1.4v39c0 1.4-.2 1.6-1.7 1.6h-4.8c-1.5 0-1.7-.2-1.7-1.6V28c0-.6-.1-1.1-.1-1.7h-.3c-.2.8-.5 1.6-.7 2.4-.6 2.5-1.3 5.1-1.9 7.6l-2.4 9.6c-.8 3-1.6 6.1-2.3 9.1-.2.7-.5 1-1.2 1h-6.3c-.7 0-1.1-.3-1.3-1-1.4-5.7-2.8-11.4-4.3-17.1-1-4.1-2.1-8.2-3.4-12.3 0 .7-.1 1.4-.1 2.1v26.5c0 1.8-.1 1.9-1.9 1.9h-4.8c-1 0-1.4-.4-1.4-1.3v-7.1-32.1c0-1.6.1-1.6 1.6-1.6h9.8c.9 0 1.4.2 1.6 1.2 1.5 5.7 3.1 11.3 4.6 16.9l2.1 8.1c.1.4.3.7.5 1 .1.1.2.1.3.1zM60.8 35.1V15.9c0-1.7.1-1.8 1.8-1.8 5 0 10.1-.1 15.1 0 3.4 0 6.8.4 9.9 2.2 2.9 1.7 5 4.2 6.3 7.3 2.5 5.6 2.6 11.6 1.7 17.5-.8 5.1-3 9.7-7.6 12.6-3 1.9-6.4 2.4-9.8 2.5-5.3.1-10.6 0-15.9 0-1 0-1.5-.4-1.5-1.5V35.1zm8.7-.1v12.5c0 .7-.1 1.5.9 1.5 3.5-.1 7.1-.1 10.6-.6 2-.3 3.7-1.7 4.5-3.7.5-1.5 1-3.1 1.3-4.7.7-4.3.6-8.6-.8-12.8-1-2.8-2.9-4.9-6-5.2-3.2-.3-6.4-.4-9.7-.5-.9 0-.9.6-.9 1.2.1 4.1.1 8.2.1 12.3z'/%3E%3Cpath d='M69.5 35V22.7c0-.6 0-1.3.9-1.2 3.2.2 6.5.2 9.7.5 3.1.3 5 2.4 6 5.2 1.4 4.2 1.5 8.5.8 12.8-.2 1.6-.7 3.2-1.3 4.7-.7 2.1-2.4 3.5-4.5 3.7-3.5.4-7.1.4-10.6.6-1 0-.9-.8-.9-1.5-.1-4.2-.1-8.3-.1-12.5z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-kob-mdr-62:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117 76.6'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D%3C/style%3E%3Cpath class='st0' d='M113.2 72.7H3.8V3.8h109.3v68.9zM0 76.6h117V0H0v76.6z'/%3E%3Cpath class='st0' d='M23.6 18.6v21c0 6.8.2 7.8 1.9 9.6 1.4 1.5 3.3 2.2 5.9 2.2 4.1 0 6.5-1.7 7.1-4.9.3-1.5.3-2.2.3-6.4V18.6h7.8v20.3c0 5.9-.2 8.4-.9 10.9-.5 2-1.8 3.8-3.4 5.1-2.7 2.1-6 3-10.9 3-5.7 0-9.4-1.1-12-3.8-3-3-3.7-6-3.7-14.9V18.6h7.9zM62.6 50.8h5.9c4.1 0 5.3-.2 7-1.3 2.5-1.6 3.7-5.2 3.7-11.3 0-4.6-.5-7.3-2-9.6-.8-1.1-1.8-2-3-2.5-1.8-.8-2.8-.9-8.1-.9h-3.5v25.6zm6.5-32.2c5.1 0 7.3.4 9.9 1.8 2 1.1 3.8 2.7 5.1 4.8 2.2 3.5 3.2 7.6 3.2 13.1 0 4.8-.8 8.2-2.5 11.3-1.3 2.4-3 4.2-5 5.5-2.7 1.7-5.4 2.3-10.3 2.3H54.8V18.6h14.3zM93.4 18.6h7.8v38.7h-7.8z'/%3E%3C/svg%3E");
}

.icon-kob-mdr-64:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117 107.9'%3E%3Cstyle%3E.st0%7Bfill:%23333%7D%3C/style%3E%3Cpath class='st0' d='M58.7 0h34.6c3.8 0 7.3 1.1 10.7 3 2.5 1.3 4.6 3 6.5 5.1 2.7 2.9 4.6 6.2 5.6 10 .6 2.5 1 4.9.9 7.4-.1 4.6-1.5 8.8-3.8 12.8-2.4 4-4.7 8-7 12-2.7 4.6-5.3 9.2-8 13.8-2 3.5-4.1 7.1-6.2 10.6l-6.9 12c-2 3.5-4.1 7-6.2 10.4-3.4 5.5-8.7 8.6-14.8 10.1-5.6 1.4-11.1.7-16.4-1.9-2.6-1.3-5-2.7-6.9-4.8-2-2.2-3.6-4.8-5.1-7.3-2.6-4.3-5.1-8.7-7.6-13.1-2.3-3.9-4.5-7.9-6.8-11.8-3.8-6.5-7.6-12.9-11.3-19.4-2.5-4.3-5-8.6-7.3-13-2.3-4.3-3-9-2.4-13.7.6-5.1 2.5-9.8 6-13.8C9.5 4.7 13.4 2.4 18 1c2-.6 4.1-.9 6.1-.9C35.6 0 47.1 0 58.7 0zm-.3 4.1H25.5c-3.5 0-6.8.7-10 2.3-4.2 2.1-7.3 5.3-9.2 9.5-2.8 5.9-2.9 12 .1 17.9 1.4 2.7 3 5.3 4.5 7.9 2.1 3.7 4.3 7.4 6.5 11.1 2.4 4.2 4.7 8.3 7.1 12.5 2.1 3.7 4.3 7.4 6.5 11.1 2.4 4.2 4.7 8.4 7.2 12.5 1.7 2.8 3.3 5.8 5.5 8.1 5 5.3 11.3 7.5 18.6 6.1 5.6-1.1 10.1-3.9 13.2-8.6 1.7-2.5 3.1-5.1 4.6-7.7 2.4-4 4.7-8.1 7-12.1 2.4-4.1 4.7-8.2 7.1-12.4 2.7-4.6 5.4-9.2 8-13.7 2.2-3.9 4.4-7.8 6.7-11.6 2.7-4.4 4.3-9 3.7-14.3-.5-4.8-2.4-8.9-5.7-12.3C102.8 6 97.6 3.9 91.6 4c-11 .2-22.1.1-33.2.1z'/%3E%3Cpath class='st0' d='M68.3 44.8V25.1h14.8v3.5H72.4v4.1h9.9v3.4h-9.9v5.2h10.9v3.5h-15zM49.9 44.9h-4.5c-.3-.7-.5-1.4-.8-2-1-2.3-1-2.3-3.5-2.3H36c-.4 1.1-.8 2.2-1.1 3.3-.2.7-.6 1.1-1.5 1.1-1.1-.1-2.2 0-3.4 0 1.3-3.4 2.5-6.6 3.8-9.8 1.2-3 2.3-5.9 3.4-8.9.3-.8.7-1.1 1.6-1.1 3.3 0 3.2 0 4.4 3 2.2 5.4 4.3 10.7 6.5 16.1.2 0 .2.2.2.6zm-12.4-8.1h4.9c-.8-2.1-1.6-4.2-2.5-6.5-.9 2.3-1.6 4.4-2.4 6.5zM93.7 31.1c1.1-1.9 2.2-3.7 3.4-5.5.2-.3.6-.5.9-.5 1.4-.1 2.7 0 4.4 0-.8 1.3-1.5 2.5-2.3 3.7l-3.3 5.1c-.4.6-.4 1 0 1.7 2.1 3 4 6.1 6.1 9.4h-4.7c-.3 0-.6-.5-.9-.8-1.3-1.8-2.5-3.7-3.8-5.7-1.1 1.7-2.2 3.3-3.2 5-.7 1.2-1.5 1.8-2.9 1.6-.9-.1-1.9 0-3 0 .2-.4.2-.7.4-1 1.8-2.7 3.5-5.5 5.5-8.2.7-1 .5-1.7 0-2.6-1.7-2.6-3.5-5.3-5.4-8.1 1.7 0 3.3-.1 4.8.1.4 0 .7.8 1 1.3 1 1.4 2 2.9 3 4.5zM60.3 44.9h-4.1V28.8h-5.6v-3.6h15.6v3.5h-5.8c-.1 5.4-.1 10.7-.1 16.2zM19.7 41.3h9.8v3.5H15.7V25.3h4v16z'/%3E%3Cpath d='M37.5 36.8c.8-2.2 1.6-4.2 2.4-6.5.9 2.3 1.7 4.4 2.5 6.5h-4.9z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-kob-mdr-66 {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 48' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='m30.044 10.465-1.183-1.383-2.132.856.18.042c1.222.291 1.866-.098 3.135.485m.431.043-.196.072c-.915.317-.87.852-2.044 1.503-.413.23-.179.783-.563 1.055-.502.352-.969-.035-1.586 0-.945.052-1.458.457-2.397.348-.494-.055-.78-.102-1.231-.299-.537-.232-.826-.433-1.226-.853 1.041-.337 1.628-.769 2.251-1.653.364-.525.519-.87.661-1.491.629.213 1.1.361 1.606.5l.776-.312 2.309-.924.347.081 1.329 1.553-.036.42Zm.41 5.579c-.535.09-1.248.13-2.084.148l-.066 1.662h1.954l.196-1.81Zm-1.523 14.247.19-1.777h-1.233l-.072 1.777h1.115Zm-9.493-14.228.325 1.791h1.975l-.205-1.664c-.822-.019-1.536-.056-2.095-.127m2.823.136.202 1.655h2.201l-.071-1.65c-.82 0-1.606 0-2.332-.005m5.295 2.363h-2.142l.075 1.794h1.998l.069-1.794Zm2.36 2.504h-1.738l-.073 1.848h1.613l.198-1.848Zm-2.003 6.735h1.282l.182-1.676h-1.397l-.067 1.676Zm-.721 0 .067-1.676h-1.529l.069 1.676h1.393Zm-1.289 2.493h1.192l.069-1.78H26.26l.074 1.78Zm-1.914 0h1.193l-.074-1.78h-1.337l.218 1.78Zm-1.987.004 1.261-.004-.219-1.78h-1.363l.321 1.784Zm-.75-4.173.302 1.676h1.404l-.206-1.676h-1.5Zm-.452-2.5.324 1.792h1.542l-.22-1.792h-1.646Zm-.46-2.559.333 1.848h1.685l-.228-1.848h-1.79Zm1.483-2.504h-1.935l.324 1.794h1.834l-.223-1.794Zm2.943 1.794-.074-1.794h-2.142l.221 1.794h1.995Zm.03.71H23.29l.225 1.848h1.792l-.08-1.848Zm2.587 1.848.074-1.848h-1.939l.076 1.848h1.789Zm-3.906 3.211.207 1.676h1.394l-.069-1.676h-1.532Zm1.5-.708-.075-1.792h-1.731l.221 1.792h1.585Zm3.031 0h1.445l.191-1.792h-1.567l-.069 1.792Zm-.651-1.792h-1.732l.074 1.792h1.588l.07-1.792Zm2.827-5.063h-1.908l-.07 1.794h1.785l.193-1.794Zm-4.869-2.358.068 1.65h2.2l.065-1.65c-.72.007-1.506.004-2.333 0m6.169-.778c.021.182-.107.321-.343.436l.036.18-1.563 14.635a.356.356 0 0 1-.357.319l-7.558.008-.131-.027-.039-.022-.072-.046-.032-.037-.043-.065-.021-.052-.015-.044-2.639-14.645.004-.142c-.388-.117-.597-.276-.57-.498-.101-1.032 2.989-.781 6.672-.781 3.685 0 6.925-.148 6.671.781m4.805-.679a.642.642 0 0 0-.548.052.643.643 0 0 0-.373.603l-2.702 15.693.144.336c.16.062.276-.092.361-.235l5.358-9.274c.136-.237.263-.528.525-.46.228.056.252.284.299.507l2.107 9.777.459-.006 1.475-16.038-.103-.457-7.002-.498ZM25.269 5.819c-.188-.132-.504-.024-.562.199-.061.244.282.516.512.401l8.894 2.708c.15.01.246.054.357.159l.154.244c.664 1.652 1.175 2.603 1.329 4.407.015.167.026.294.151.402a.428.428 0 0 0 .413.098h6.951c.222 0 .349-.172.401-.398.077-.34.049-.493-.037-.803-.723-2.632-1.976-4.485-3.124-6.669-.099-.183-.19-.247-.356-.343-.264-.152-.467-.098-.771-.108l-14.312-.297ZM36.976 0c1.607 0 2.91 1.28 2.91 2.86 0 1.576-1.303 2.858-2.91 2.858-1.609 0-2.914-1.282-2.914-2.858 0-1.58 1.305-2.86 2.914-2.86' style='fill:%23404040'/%3E%3Cpath d='M18.191 26.565c-.005-1.139-1.053-2.121-2.256-2.116-1.208.006-2.256 1.001-2.244 2.13.012 1.138 1.072 2.096 2.289 2.07 1.207-.026 2.216-.976 2.211-2.084m-7.868 5.848c.202-.056.356-.102.513-.146 1.722-.473 2.373.112 1.965 1.845-.384 1.63-.889 3.233-1.253 4.867-.442 1.989.477 3.171 2.49 3.356 1.068.099 2.016-.299 3.003-.613.684-.217.789-.637.835-1.247-.31.08-.557.16-.809.202a3.721 3.721 0 0 1-.767.066c-.743-.028-1.08-.353-1.056-1.085.016-.468.097-.943.215-1.397.364-1.415.815-2.81 1.13-4.234.504-2.278-.584-3.603-2.899-3.478-.858.047-1.697.427-2.552.62-.663.151-.792.61-.815 1.244m18.895-.079v2.331c-.038.097-.095.192-.107.293-.666 5.969-4.73 10.829-10.471 12.474-.899.259-1.838.383-2.759.568h-2.46c-.12-.037-.237-.096-.361-.109C7.266 47.287 2.338 43.196.723 37.607c-.279-.963-.428-1.961-.637-2.942v-2.46c.049-.292.094-.586.148-.877 1.113-6.035 4.585-10.013 10.428-11.885.889-.286 1.838-.387 2.759-.573h2.46c.119.037.236.094.357.11 6.019.825 10.07 4.128 12.176 9.787.422 1.132.544 2.375.804 3.567' style='fill:%23404040;fill-rule:nonzero'/%3E%3Cpath d='M10.324 32.413c.022-.634.15-1.093.814-1.244.856-.193 1.693-.573 2.552-.62 2.315-.125 3.403 1.2 2.899 3.478-.316 1.424-.766 2.819-1.13 4.234a6.55 6.55 0 0 0-.215 1.397c-.024.732.314 1.057 1.056 1.085.255.01.514-.023.768-.066.252-.042.498-.122.809-.202-.047.61-.152 1.03-.836 1.247-.988.314-1.935.712-3.003.613-2.012-.185-2.933-1.367-2.49-3.356.364-1.634.869-3.237 1.253-4.867.407-1.733-.242-2.318-1.964-1.845l-.513.146M18.191 26.565c.005 1.108-1.004 2.058-2.211 2.084-1.217.026-2.277-.932-2.289-2.07-.012-1.129 1.036-2.124 2.244-2.13 1.203-.005 2.251.977 2.256 2.116' style='fill:%23fff;fill-rule:nonzero'/%3E%3C/svg%3E");
}
.otherPor{padding: 40px 0;text-align:center;}
.otherPor a{color: #2e67b8;}
.otherPor a:hover{color: #d61f28 ;}

.search-box{margin: 60px 0;display: flex;justify-content: space-between;}
.search-box input{border: #2e67b8 1px solid;line-height: 50px;padding: 0 30px;flex: 1;color: #121315;font-size: 18px;}
.search-box .search-btn{background: #2e67b8;color: #fff;line-height: 50px;text-align: center;width: 30%;font-size: 18px;cursor: pointer;}
@media (max-width: 1920px) {
	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (7 * 10px)) / 7); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (7 * 10px)) / 7); /* 确保不超过计算宽度 */}
		
}
@media (max-width: 1600px) {
	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (6 * 10px)) / 6); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (6 * 10px)) / 6); /* 确保不超过计算宽度 */}
		.portfolio-container .portfolio-item {
			width: calc(33% - 50px);
		}
}
@media (max-width: 1300px) {
	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (5 * 10px)) / 5); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (5 * 10px)) / 5); /* 确保不超过计算宽度 */}
	
}
@media (max-width: 1023px) {

	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (4 * 10px)) / 4); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (4 * 10px)) / 4); /* 确保不超过计算宽度 */}
	.portfolio-container .portfolio-item {
		width: calc(50% - 50px);
	}

	.pro-nav a {
		margin: 15px 30px 15px 0;
	}

	.trade-box-list {
		flex-wrap: wrap;
	}

	.trade-box-item {
		width: 50%;
		flex: auto
	}
}

@media (max-width: 768px) {
	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (3 * 10px)) / 3); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (3 * 10px)) / 3); /* 确保不超过计算宽度 */}
	.breadcrumbs .flex-box {
		display: block !important;
	}

	.breadcrumbs h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.breadcrumbs ol {
		display: block;
	}

	.breadcrumbs ol li {
		display: inline-block;
	}
}

@media (max-width: 600px) {
	.list.mdr-icons li.item {
		flex: 0 0 calc((100% - (2 * 10px)) / 2); /* 默认每行7个，减去gap的总宽度 */
		max-width: calc((100% - (2 * 10px)) / 2); /* 确保不超过计算宽度 */}
	.contact .title-h1 {
		font-size: 24px;
	}

	.contact .title-h2 {
		font-size: 16px;
		margin-top: 10px;
	}

	.portfolio-container .portfolio-item {
		width: calc(100% - 50px);
	}

	.pro-nav {
		overflow-x: auto;
		width: 100%;
		white-space: nowrap;
	}

	.pro-nav a {
		margin: 15px 30px 15px 0;
	}

	.trade-box-item {
		width: 100%;
		flex: auto
	}
}

.message-form{
	margin: 50px auto;
	max-width: 800px;
}
.message-form input{
	width: 100%;
	height: 24px;
	border: none;
	box-sizing: content-box;
}
.message-form textarea{
	width: 100%;
	height: 100px;
	border: none;
}

.message-form .input{
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 4px;
}
.message-form .btn{
	height: 40px;
	line-height: 40px;
	width: 50%;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}
.message-form .btn:hover{
	opacity: 0.8;
}