.df-kinds__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.df-kinds__link:hover,
.df-kinds__link:focus,
.df-kinds__link:focus-visible {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.df-cards--kinds .df-cards__body {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
	margin-top: 0;
}

.df-cards--kinds .df-cards__caption {
	width: 100%;
	min-height: 0;
	color: #111111;
	font-family: "ChangAnunitype", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

@media (max-width: 767px) {
	.df-cards--kinds .df-cards__caption {
		font-size: var(--df-fs-body, 1rem);
	}
}

@supports (grid-template-rows: subgrid) {
	.df-cards--kinds.df-cards--plain .df-kinds__link {
		display: flex;
		grid-template-rows: none;
		grid-row: auto;
		align-items: center;
		align-content: center;
	}

	.df-cards--kinds.df-cards--plain .df-cards__body {
		display: flex;
	}
}

.df-cards--kinds .df-kinds__link.is-visible:hover {
	background: #e8eef5;
	box-shadow: none;
	transform: translateY(-4px);
}

@media (max-width: 767px) and (hover: none) {
	.df-cards--kinds .df-kinds__link.is-visible:hover {
		transform: none;
	}
}
