.hifktv-carousel {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100%;
	background: var(--wp--preset--color--brand);
	overflow: hidden;
	position: relative;
}
.hifktv-carousel.theme-color-light {
	background: transparent;
}
.hifktv-carousel.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hifktv-carousel.background-image:after {
	content:"";
	display:block;
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(200,16,46,0.9);

}
.hifktv-carousel .wrap {
	max-width: 100% !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 100%;
	position: relative;
	z-index: 2;
}
.hifktv-carousel .wrap h2 {
	margin: 0 auto var(--wp--custom--layout--spacing-48) auto;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-weight: 300;
	font-family: "din-condensed", sans-serif;

	line-height: 100%;
	width: 100%;
	max-width: var(--wp--custom--layout--wide);
	font-size: var(--wp--preset--font-size--headline-xl);
	padding:0 var(--wp--custom--layout--wrap);
	color:white;
}
.hifktv-carousel.theme-color-light .wrap h2 {
	color: var(--wp--preset--color--primary);
}
.hifktv-carousel.smaller-title .wrap h2 {
	font-size: var(--wp--preset--font-size--headline-l);
	font-family: "Din Pro", sans-serif;
}

.hifktv-carousel .wrap .carousel-item {
	color: white;
	margin-right: 24px !important;
	padding-bottom: 48px;
	/*max-width: 310px;*/
}
.hifktv-carousel .wrap .carousel-item a{
	color: white;
	text-decoration: none;
}
.hifktv-carousel .wrap .carousel-item picture {
	aspect-ratio: 16/9;
	display: block;
	width: 100%;
	margin-bottom: 24px;
}
.hifktv-carousel .wrap .carousel-item picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0px 0 16px 0;
	min-width: 310px;
}
.hifktv-carousel p {
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-family: "Din pro", sans-serif;
	font-size: 24px;
	line-height: 100%; /* 25px */
	margin: 0;
	max-width: 310px;
}
.hifktv-carousel.theme-color-light p{
	color: var(--wp--preset--color--primary);
}

.hifktv-carousel p:last-child {
	margin-bottom: 0;
}

.hifktv-carousel .slick-list {
	padding: 0 10% 0 var(--wp--custom--layout--wrap) !important;
}


.hifktv-carousel .arrows-bar {
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 0 auto 0 auto;
	max-width: var(--wp--custom--layout--wide);
	padding-left: var(--wp--custom--layout--spacing-56);
}

.hifktv-carousel .prev {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	transform: rotate(180deg);
	cursor: pointer;
	background: transparent url(../../assets/images/arrow-forward-new-white.svg) no-repeat center center;
}
.hifktv-carousel.theme-color-light .prev {
	background: transparent url(../../assets/images/arrow-forward-new-black.svg) no-repeat center center;
}
.hifktv-carousel .prev.slick-disabled {
	opacity: 0.5;
}
.hifktv-carousel .next {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../../assets/images/arrow-forward-new-white.svg) no-repeat center center;
}
.hifktv-carousel .next.slick-hidden,.hifktv-carousel .prev.slick-hidden {
	display: block;
}
.hifktv-carousel.theme-color-light .next {
	background: transparent url(../../assets/images/arrow-forward-new-black.svg) no-repeat center center;
}
.hifktv-carousel .progress {
	display: block;
	width: 100%;
	max-width:200px;
	height: 1px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.50);
	background-image: linear-gradient(to right, white, white);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size .4s ease-in-out;
}
.hifktv-carousel.theme-color-light .progress  {
	background-color: #f5f5f5;
	background-image: linear-gradient(to right, black, black);
}
.hifktv-carousel .carousel-wrapper.first-slide-active {
	padding-left: calc((100vw - 1660px) / 2);
	transition: padding-left 0s ease;
}




.hifktv-carousel.padding-top-24 { padding-top: var(--wp--custom--layout--spacing-24); }
.hifktv-carousel.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-32); }
.hifktv-carousel.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-40); }
.hifktv-carousel.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-48); }
.hifktv-carousel.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-56); }
.hifktv-carousel.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-64); }
.hifktv-carousel.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-96); }
.hifktv-carousel.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-120); }
.hifktv-carousel.padding-bottom-24 { padding-bottom: var(--wp--custom--layout--spacing-24); }
.hifktv-carousel.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-32); }
.hifktv-carousel.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-40); }
.hifktv-carousel.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-48); }
.hifktv-carousel.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-56); }
.hifktv-carousel.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-64); }
.hifktv-carousel.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-96); }
.hifktv-carousel.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-120); }

@media (min-width: 1200px) {
	.hifktv-carousel .wrap .carousel-item picture img {
		max-width: 310px;
	}
}

@media (max-width: 1024px) {
	.hifktv-carousel .wrap .carousel-item picture img {
		min-width: auto;
	}
	.hifktv-carousel {
		padding: var(--wp--custom--layout--spacing-56) 0;
	}

}

@media (max-width: 768px) {
	.hifktv-carousel.padding-top-32 { padding-top: var(--wp--custom--layout--spacing-24); }
	.hifktv-carousel.padding-top-40 { padding-top: var(--wp--custom--layout--spacing-32); }
	.hifktv-carousel.padding-top-48 { padding-top: var(--wp--custom--layout--spacing-40); }
	.hifktv-carousel.padding-top-56 { padding-top: var(--wp--custom--layout--spacing-48); }
	.hifktv-carousel.padding-top-64 { padding-top: var(--wp--custom--layout--spacing-56); }
	.hifktv-carousel.padding-top-96 { padding-top: var(--wp--custom--layout--spacing-64); }
	.hifktv-carousel.padding-top-120 { padding-top: var(--wp--custom--layout--spacing-96); }
	.hifktv-carousel.padding-bottom-32 { padding-bottom: var(--wp--custom--layout--spacing-24); }
	.hifktv-carousel.padding-bottom-40 { padding-bottom: var(--wp--custom--layout--spacing-32); }
	.hifktv-carousel.padding-bottom-48 { padding-bottom: var(--wp--custom--layout--spacing-40); }
	.hifktv-carousel.padding-bottom-56 { padding-bottom: var(--wp--custom--layout--spacing-48); }
	.hifktv-carousel.padding-bottom-64 { padding-bottom: var(--wp--custom--layout--spacing-56); }
	.hifktv-carousel.padding-bottom-96 { padding-bottom: var(--wp--custom--layout--spacing-64); }
	.hifktv-carousel.padding-bottom-120 { padding-bottom: var(--wp--custom--layout--spacing-96); }

	.hifktv-carousel .wrap h2{
		margin: 0 0 var(--wp--custom--layout--spacing-48) 0;
		padding: 0 var(--wp--custom--layout--wrap-mobile);
	}
	.hifktv-carousel .arrows-bar {
		margin-left: 0;
		padding-left: var(--wp--custom--layout--wrap-mobile);
	}
	.hifktv-carousel .slick-list {
		padding: 0 10% 0 var(--wp--custom--layout--wrap-mobile) !important;
	}
}
