.ksystem-selector {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:10px;
}

.ksystem-group {
	height:220px;
	background-image:linear-gradient(130deg,#232f47, #202123);
	padding: 10px 15px;
}

.ksystem-group > a {
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	color:var(--color-text-white);
	font-family: 'Roboto',sans-serif;
}

.ksystem-group > a > span {
	display:block;
}

.ksystem-group > a > span.ksystem-group-title {
	font-weight: 600;
	font-size:1.5em;
}

.ksystem-group > a > span.ksystem-group-subtitle {
	font-weight: 300;
	font-size:1em;
}