.case {
	padding: 4rem 0 6.4rem;
}
.case-top {
	margin: 0 2rem;
	display: flex;
	gap: 1.6rem;
	flex-flow: column;
	padding: 2.4rem 0 4.8rem;
	border-top: 1px solid #7a7d7a;
}
.case-top h2 {
	font-size: 3.2rem;
	line-height: 3.8rem;
	font-weight: 600;
}
.case-top p {
	font-size: 1.6rem;
	line-height: 2.3rem;
	max-width: 700px;
}
.case-buttons {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.8rem 1rem;
	margin: 0;
	padding: 0 2rem;
}
.case-buttons button,
.case-buttons .case-button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #212721;
	font-size: 1.6rem;
	line-height: 1.25;
	text-decoration: none;
	font-family: Yellix-SemiBold, Yellix-Regular, sans-serif;
	font-weight: normal;
	padding: 0.75rem 1.5rem;
	min-height: 4rem;
	border: 1px solid #212721;
	border-radius: 9999px;
	margin: 0;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease;
	cursor: pointer;
	background: #ebebeb;
	box-sizing: border-box;
	white-space: nowrap;

}
.case-buttons button:hover,
.case-buttons .case-button-link:hover {
	border-color: #f4da40;
	background: #f4da40;
}
.case-buttons button:focus-visible,
.case-buttons .case-button-link:focus-visible {
	outline: 2px solid #212721;
	outline-offset: 2px;
}
.case-buttons button.active,
.case-buttons .case-button-link.is-active,
.case-buttons .case-button-link[aria-current='page'] {
	background: #f4da40;
	border-color: #f4da40;
	color: #212721;
}
.case-buttons button.active:hover,
.case-buttons .case-button-link.is-active:hover,
.case-buttons .case-button-link[aria-current='page']:hover {
	background: #f4da40;
	border-color: #f4da40;
}
.case-buttons.slick-initialized {
	display: block;
	padding: 0 0 0 2rem;
}
.case-buttons.slick-initialized .slick-list {
	margin: 0 -0.4rem;
}
.case-buttons.slick-initialized .slick-slide {
	margin: 0 0.4rem;
}
.case-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4.1rem;
	padding: 5rem 2rem 0;
}
.case-item {
	display: flex;
	flex-flow: column;
	gap: 1.6rem;
}
.case-item.hidden {
	display: none;
}
.case-item-image {
	width: 100%;
	aspect-ratio: 4/3;
}
.case-item-tag {
	display: flex;
	justify-content: space-between;
	gap: 1.6rem;
}
.case-item-tag span {
	display: flex;
	gap: 0.4rem;
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 600;
	align-items: center;
	padding: 0.2rem 0.8rem;
	background: #212721;
	color: #fff;
	border-radius: 9999px;
}
.case-item-tag span:before {
	display: inline-block;
	border-radius: 50%;
	content: '';
	width: 8px;
	height: 8px;
	background: #ade49b;
}
.case-item-tag img {
	width: 17px;
}
.case-item-link {
	font-size: 2.2rem;
	line-height: 1;
	text-decoration: none;
	color: #212721;
	margin: 2.9rem 0 0.8rem;
	display: inline-block;
}
.case-item p {
	font-size: 1.9rem;
	line-height: 1.1;
}
@media all and (min-width: 768px) {
	.case-buttons {
		gap: 1rem 1.2rem;
	}
	.case-list {
		grid-template-columns: 1fr 1fr;
		gap: 4.1rem 2rem;
	}
}
@media all and (min-width: 1024px) {
	.case {
		padding: 9rem 0;
	}
	.case-top {
		flex-flow: row;
		justify-content: space-between;
		gap: 4.8rem;
		padding: 4.6rem 0 7.8rem;
	}
	.case-top h2 {
		font-size: 4.8rem;
		line-height: 5.2rem;
	}
	.case-top p {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.case-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 6.2rem 2rem;
		padding: 8.8rem 2rem 0;
	}
} /*# sourceMappingURL=case-studies.css.map */
