.jdw-hero-carousel {
	--jdw-hero-carousel-height: 760px;
	--jdw-hero-carousel-content-max-width: 700px;
	--jdw-hero-carousel-button-min-width: 200px;
	--jdw-hero-carousel-progress-duration: 8000ms;
	--jdw-hero-carousel-overlay-angle: 115deg;
	--jdw-hero-carousel-overlay-start: rgba(0, 0, 0, 0.25);
	--jdw-hero-carousel-overlay-end: rgba(0, 0, 0, 0);
	--jdw-hero-carousel-overlay-start-stop: 35%;
	--jdw-hero-carousel-overlay-end-stop: 80%;
}

@font-face {
	font-family: "bldr-icons";
	src: url("../vendor/bldr-icons/bldr-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.jdw-hero-carousel [class^="icon-"],
.jdw-hero-carousel [class*=" icon-"] {
	font-family: "bldr-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jdw-hero-carousel .icon-arrow-right::before {
	content: "\e928";
}

.jdw-hero-carousel .icon-arrow-left::before {
	content: "\e92a";
}

.jdw-hero-carousel .poster-banner {
	position: relative;
	height: var(--jdw-hero-carousel-height);
	overflow: hidden;
}

.jdw-hero-carousel .poster-banner h1,
.jdw-hero-carousel .poster-banner h2,
.jdw-hero-carousel .poster-banner h3,
.jdw-hero-carousel .poster-banner p {
	margin: 0;
}

.jdw-hero-carousel .poster-banner .responsive-banner {
	opacity: 0;
	transition: opacity 0.25s linear;
}

.jdw-hero-carousel .poster-banner.initialized .responsive-banner {
	opacity: 1;
}

.jdw-hero-carousel .poster-banner .slick-list,
.jdw-hero-carousel .poster-banner .slick-track {
	height: 100% !important;
}

.jdw-hero-carousel .poster-banner .slick-list {
	overflow: hidden;
}

.jdw-hero-carousel .poster-banner .slick-track::before,
.jdw-hero-carousel .poster-banner .slick-track::after {
	display: table;
	content: "";
}

.jdw-hero-carousel .poster-banner .slick-track::after {
	clear: both;
}

.jdw-hero-carousel .poster-banner .slick-slide {
	float: left;
	min-height: 1px;
}

.jdw-hero-carousel .jdw-hero-carousel__slide {
	position: relative;
	height: var(--jdw-hero-carousel-height);
	overflow: hidden;
}

.jdw-hero-carousel .jdw-hero-carousel__media,
.jdw-hero-carousel .jdw-hero-carousel__picture,
.jdw-hero-carousel .jdw-hero-carousel__image {
	display: block;
	width: 100%;
	height: 100%;
}

.jdw-hero-carousel .jdw-hero-carousel__media {
	position: absolute;
	inset: 0;
	background-color: #003087;
}

.jdw-hero-carousel .jdw-hero-carousel__image {
	object-fit: cover;
	object-position: center center;
}

.jdw-hero-carousel .content-shadow {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		var(--jdw-hero-carousel-overlay-angle),
		var(--jdw-hero-carousel-overlay-start) var(--jdw-hero-carousel-overlay-start-stop),
		var(--jdw-hero-carousel-overlay-end) var(--jdw-hero-carousel-overlay-end-stop)
	);
	z-index: 0;
}

.jdw-hero-carousel .jdw-hero-carousel__content-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	padding: 130px 170px 0;
	box-sizing: border-box;
}

.jdw-hero-carousel .banner-content {
	width: 100%;
	max-width: var(--jdw-hero-carousel-content-max-width);
	color: #ffffff;
	user-select: none;
}

.jdw-hero-carousel .banner-content.justifyRight {
	margin-left: auto;
}

.jdw-hero-carousel .heading {
	font-family: "Apotek Extra Condensed Bold", Helvetica, Arial, sans-serif;
	font-size: 70px;
	font-weight: 400;
	line-height: 0.9;
	letter-spacing: 0.05em;
	text-shadow: 2px 10px 20px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	color: #ffffff;
}

.jdw-hero-carousel .heading sup {
	font-size: 0.5em;
}

.jdw-hero-carousel .heading h1,
.jdw-hero-carousel .heading h2,
.jdw-hero-carousel .heading h3,
.jdw-hero-carousel .heading h4,
.jdw-hero-carousel .heading h5,
.jdw-hero-carousel .heading h6 {
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.jdw-hero-carousel .subheading {
	width: 80%;
	margin: 20px 0;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.35;
	text-shadow: 2px 10px 20px rgba(0, 0, 0, 0.6);
	color: #ffffff;
}

.jdw-hero-carousel .subheading p {
	color: inherit;
}

.jdw-hero-carousel .subheading p + p {
	margin-top: 0.75em;
}

.jdw-hero-carousel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--jdw-hero-carousel-button-min-width);
	padding: 14px 30px 12px;
	border: 3px solid #c8102e;
	background: #c8102e;
	color: #ffffff;
	font-family: "Acumin Pro Regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

a.jdw-hero-carousel__button,
span.jdw-hero-carousel__button {
	color: #ffffff;
}

.jdw-hero-carousel__button:hover,
.jdw-hero-carousel__button:focus {
	background: #820014;
	border-color: #820014;
	color: #ffffff;
	text-decoration: none;
}

.jdw-hero-carousel .slick-prev,
.jdw-hero-carousel .slick-next {
	position: absolute;
	top: 50%;
	z-index: 1001;
	display: block !important;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #75787b;
	cursor: pointer;
	transform: translateY(-50%);
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.jdw-hero-carousel .slick-prev:hover,
.jdw-hero-carousel .slick-next:hover,
.jdw-hero-carousel .slick-prev:focus,
.jdw-hero-carousel .slick-next:focus {
	background: transparent;
	color: #ffffff;
	outline: none;
}

.jdw-hero-carousel .slick-prev.slick-disabled,
.jdw-hero-carousel .slick-next.slick-disabled {
	opacity: 0;
}

.jdw-hero-carousel .slick-prev {
	left: 30px;
}

.jdw-hero-carousel .slick-next {
	right: 30px;
}

.jdw-hero-carousel__arrow-icon {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 50px;
	line-height: 50px;
	text-shadow: inherit;
}

.jdw-hero-carousel .slick-dots {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 1001;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.jdw-hero-carousel .slick-dots li {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 40px;
	margin: 0 5px;
	padding: 18px 0;
	cursor: pointer;
}

.jdw-hero-carousel .slick-dots li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
	height: 4px;
	background-color: #a7a8a9;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45);
}

.jdw-hero-carousel .slick-dots li button {
	position: relative;
	display: block;
	width: 0;
	height: 4px;
	padding: 0;
	border: 0;
	background: #ffffff;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}

.jdw-hero-carousel .slick-dots li button:hover,
.jdw-hero-carousel .slick-dots li button:focus {
	outline: none;
}

.jdw-hero-carousel .slick-dots li.selected button,
.jdw-hero-carousel .slick-dots li.onpause button,
.jdw-hero-carousel .slick-dots li.onpause.slick-active button {
	width: 60px;
}

.jdw-hero-carousel .slick-dots:not(.notimer) li.selected:not(.complete):not(.onpause) button {
	transition: width var(--jdw-hero-carousel-progress-duration) linear;
}

@media (max-width: 767px) {
	.jdw-hero-carousel .slick-prev,
	.jdw-hero-carousel .slick-next {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.jdw-hero-carousel .slick-dots li,
	.jdw-hero-carousel .slick-dots li.selected button,
	.jdw-hero-carousel .slick-dots li.onpause button,
	.jdw-hero-carousel .slick-dots li.onpause.slick-active button {
		width: 78px;
	}
}

@media (min-width: 1200px) {
	.jdw-hero-carousel .slick-prev {
		left: 60px;
	}

	.jdw-hero-carousel .slick-next {
		right: 60px;
	}
}

@media (max-width: 1199px) {
	.jdw-hero-carousel .jdw-hero-carousel__content-wrap {
		padding: 80px 90px 0;
	}

	.jdw-hero-carousel .heading {
		font-size: 56px;
	}

	.jdw-hero-carousel .subheading {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.jdw-hero-carousel {
		--jdw-hero-carousel-height: 650px;
		--jdw-hero-carousel-content-max-width: 350px;
		--jdw-hero-carousel-button-min-width: 160px;
	}

	.jdw-hero-carousel__button {
		padding: 13px 24px;
		font-size: 16px;
		line-height: 16px;
	}

	.jdw-hero-carousel .jdw-hero-carousel__content-wrap {
		padding: 44px 20px 0;
	}

	.jdw-hero-carousel .heading {
		font-size: 44px;
	}

	.jdw-hero-carousel .subheading {
		font-size: 18px;
		line-height: 1.5;
	}
}
