/* stylelint-disable */
.c-focused-article-slider {
	margin-top: 60px;
	margin-bottom: 60px;
}

@media (min-width: 1024px) {
	.c-focused-article-slider {
		margin-top: 100px;
		margin-bottom: 110px;
	}
}

.c-focused-article-slider__header {
	margin-bottom: 24px;
}

@media (min-width: 1024px) {
	.c-focused-article-slider__header {
		margin-bottom: 44px;
	}
}

.c-focused-article-slider__header-label {
	margin-bottom: 1em;
}

.c-focused-article-slider__header-title {
	margin: 0;
}

.c-focused-article-slider__slide {
	height: auto;
}

.c-focused-article-slider__slide-wrapper {
	height: 100%;
	min-height: 465px;
}

.c-focused-article-slider__card {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-color: var(--color-blue-3);
}

@media (min-width: 768px) {
	.c-focused-article-slider__card {
		align-items: center;
		flex-direction: row;
		border-radius: 32px;
	}
}

.c-focused-article-slider__card-image-container {
	align-self: stretch;
	justify-self: stretch;
}

@media (min-width: 375px) {
	.c-focused-article-slider__card-image-container {
		height: 180px;
	}
}

@media (min-width: 425px) {
	.c-focused-article-slider__card-image-container {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.c-focused-article-slider__card-image-container {
		height: auto;
		width: auto;
	}
}

.c-focused-article-slider__card-content {
	padding: 38px 28px;
	z-index: var(--z-1);
}

@media (min-width: 1024px) {
	.c-focused-article-slider__card-content {
		max-width: 456px;
		padding-left: 80px;
	}
}

.c-focused-article-slider__card-category {
	margin-bottom: 16px;
}

.c-focused-article-slider__card-title {
	margin: 0;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-focused-article-slider__card-title {
		font-size: 24px;
	}
}

.c-focused-article-slider__card-desc {
	margin-top: 16px;
}

.c-focused-article-slider__button {
	margin-top: 24px;
}

@media (min-width: 1024px) {
	.c-focused-article-slider__button {
		font-size: 16px;
	}
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-focused-article-slider__button .c-button {
		width: 100%;
	}
}

.c-focused-article-slider__pagination {
	margin: 38px 0 16px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 0.5em;
}

.c-focused-article-slider__pagination .swiper-pagination-bullet {
	background-color: var(--color-grey-9);
}

.c-focused-article-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--color-grey-700);
}

@media (min-width: 1024px) {
	.c-focused-article-slider__pagination {
		display: none;
	}
}

.c-focused-article-slider__navigation {
	margin-bottom: 16px;
}

@media (min-width: 0) and (max-width: 1023px) {
	.c-focused-article-slider__navigation {
		display: none;
	}
}

.c-focused-article-slider__navigation-slide {
	height: auto;
}

.c-focused-article-slider__navigation-slide-wrapper {
	height: 100%;
}

.c-focused-article-slider__navigation-card {
	transition-timing-function: ease-in-out;
	transition-duration: 300ms;
	padding: 24px;
	border-radius: 16px;
	border: 1px solid var(--color-grey-11);
	cursor: pointer;
	height: 100%;
}

.c-focused-article-slider__navigation-slide.swiper-slide-thumb-active .c-focused-article-slider__navigation-card,
.c-focused-article-slider__navigation-card:hover {
	background: var(--color-blue-3);
	border-color: var(--color-blue-3);
}

.c-focused-article-slider__navigation-card-category {
	margin-bottom: 8px;
}

/*# sourceMappingURL=focused-article-slider.css.map */