.jdw-card-carousel {
	width: 100%;
	overflow: hidden;
}

.jdw-card-carousel,
.jdw-card-carousel * {
	box-sizing: border-box;
}

.jdw-card-carousel .slicker-wrap {
	width: 100%;
	position: relative;
}

.jdw-card-carousel .manufacturing-content-slicker {
	position: relative;
	left: 0 !important;
	width: 100%;
}

.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) {
	display: flex;
	gap: var(--jdw-card-carousel-gap, 30px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized)::-webkit-scrollbar {
	display: none;
}

.jdw-card-carousel .slick-list {
	overflow: hidden;
}

.jdw-card-carousel .slick-track {
	display: flex !important;
}

.jdw-card-carousel .slick-slide {
	background: #fff;
	height: inherit !important;
	margin: 0 calc(var(--jdw-card-carousel-gap, 30px) / 2);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.jdw-card-carousel .item {
	background: #fff;
	min-width: 0;
	height: inherit !important;
	transition: background-color 0.2s ease, color 0.2s ease;
	scroll-snap-align: start;
}

.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) .item {
	flex: 0 0 calc((100% - (var(--jdw-card-carousel-gap, 30px) * 3)) / 4);
}

.jdw-card-carousel .item > a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.jdw-card-carousel .img-wrap {
	display: block;
	position: relative;
}

.jdw-card-carousel .img-wrap img {
	display: block;
	width: 100%;
	height: auto;
	transition: none;
}

.jdw-card-carousel .content-below {
	padding: 16px 24px;
}

.jdw-card-carousel .content-below h1,
.jdw-card-carousel .content-below h2,
.jdw-card-carousel .content-below h3,
.jdw-card-carousel .content-below h4,
.jdw-card-carousel .content-below h5,
.jdw-card-carousel .content-below h6,
.jdw-card-carousel .content-below .jdw-card-title {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	transition: color 0.2s ease;
}

.jdw-card-carousel .jdw-title-icon {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	margin-left: 8px;
	vertical-align: middle;
}

.jdw-card-carousel .content-below p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	margin: 16px 0 8px;
	opacity: 0.6;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.jdw-card-carousel .item:hover .content-below h1,
.jdw-card-carousel .item:hover .content-below h2,
.jdw-card-carousel .item:hover .content-below h3,
.jdw-card-carousel .item:hover .content-below h4,
.jdw-card-carousel .item:hover .content-below h5,
.jdw-card-carousel .item:hover .content-below h6,
.jdw-card-carousel .item:hover .content-below .jdw-card-title,
.jdw-card-carousel .item:hover .content-below p,
.jdw-card-carousel .slick-slide:hover .content-below h1,
.jdw-card-carousel .slick-slide:hover .content-below h2,
.jdw-card-carousel .slick-slide:hover .content-below h3,
.jdw-card-carousel .slick-slide:hover .content-below h4,
.jdw-card-carousel .slick-slide:hover .content-below h5,
.jdw-card-carousel .slick-slide:hover .content-below h6,
.jdw-card-carousel .slick-slide:hover .content-below .jdw-card-title,
.jdw-card-carousel .slick-slide:hover .content-below .jdw-card-title + p,
.jdw-card-carousel .slick-slide:hover .content-below p {
	color: #fff;
	opacity: 1;
}

.jdw-card-carousel .item:hover,
.jdw-card-carousel .slick-slide:hover {
	background: #ea543f;
}

.jdw-card-carousel .jdw-row {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	margin: 32px auto 0;
	max-width: 100%;
	padding: 0 10px;
	width: 1440px;
}

.jdw-card-carousel .arrow-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.jdw-semiconductor-services-carousel .jdw-row {
	display: block;
	margin-top: 0;
	width: 100%;
}

.jdw-semiconductor-services-carousel .arrow-btn-wrap {
	margin-top: 40px;
}

.jdw-card-carousel .arrow-btn {
	align-items: center;
	background: transparent;
	border: 2px solid #122341;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: auto;
	justify-content: center;
	line-height: 1;
	margin: 0 0 0 -2px;
	min-height: 0;
	padding: 10px 18px;
	width: auto;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.jdw-card-carousel .arrow-btn:hover,
.jdw-card-carousel .arrow-btn:focus-visible {
	background: #122341;
	border-color: #122341;
	color: #fff;
	outline: none;
}

.jdw-card-carousel .arrow-btn.slick-disabled,
.jdw-card-carousel .arrow-btn[aria-disabled="true"] {
	cursor: pointer;
	opacity: 1;
}

.jdw-card-carousel .arrow-btn i,
.jdw-card-carousel .arrow-btn svg,
.jdw-card-carousel .jdw-title-icon i,
.jdw-card-carousel .jdw-title-icon svg {
	display: block;
	height: 1em;
	width: 1em;
}

@media (max-width: 1024px) {
	.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) {
		gap: var(--jdw-card-carousel-gap-tablet, 30px);
	}

	.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) .item {
		flex-basis: calc((100% - var(--jdw-card-carousel-gap-tablet, 30px)) / 2);
	}
}

@media (max-width: 600px) {
	.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) {
		gap: var(--jdw-card-carousel-gap-mobile, 30px);
	}

	.jdw-card-carousel .manufacturing-content-slicker:not(.slick-initialized) .item {
		flex-basis: 100%;
	}

	.jdw-card-carousel .jdw-row {
		margin-top: 24px;
	}
}
