/* Slider */
.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

@charset 'UTF-8';
/* Slider */
/* .slick-loading .slick-list {
	background: #fff url('clientLibs/css/ajax-loader.gif') center center no-repeat;
} */

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.dna-centered-image-video-carousel__slide__text{opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;pointer-events:none;width:100%;top:0;left:0;transition:opacity .5s cubic-bezier(.075, .82, .165, 1)}.dna-centered-image-video-carousel__slide__text.active{opacity:1;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;pointer-events:auto}.dna-centered-image-video-carousel__slide-center{position:absolute}.dna-centered-image-video-carousel__slide-left,.dna-centered-image-video-carousel__slide-right{position:absolute;cursor:pointer}.dna-centered-image-video-carousel__slide-center img,.dna-centered-image-video-carousel__slide-center video,.dna-centered-image-video-carousel__slide-left img,.dna-centered-image-video-carousel__slide-left video,.dna-centered-image-video-carousel__slide-right img,.dna-centered-image-video-carousel__slide-right video,.dna-centered-image-video-carousel__slide img,.dna-centered-image-video-carousel__slide video{width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}.dna-centered-image-video-carousel__indicators{list-style:none}.dna-centered-image-video-carousel__indicators__item{display:inline-block;position:relative;width:14px;height:14px;background-color:rgba(0, 0, 0, .25);border-radius:50%;cursor:pointer;margin:0 15px;transition:background-color .25s linear}.dna-centered-image-video-carousel__indicators__item.active,.dna-centered-image-video-carousel__indicators__item:hover{background-color:#111}.dna-centered-image-video-carousel__indicators__item.active{cursor:default}.dna-centered-image-video-carousel__indicators__item:before{content:"";position:absolute;width:44px;height:44px;top:-15px;left:-15px}.dna-centered-image-video-carousel__arrow-wrapper{margin:0 auto;max-width:1400px}.dna-centered-image-video-carousel__control-prev{left:0;top:calc(50% - 32px);opacity:.6;transition:opacity .2s linear}.dna-centered-image-video-carousel__control-prev:hover{opacity:.95}.dna-centered-image-video-carousel__control-next{right:0;top:calc(50% - 32px);opacity:.6;transition:opacity .2s linear}.dna-centered-image-video-carousel__control-next:hover{opacity:.95}.dna-centered-image-video-carousel.bg-dark .dna-centered-image-video-carousel__indicators__item{background-color:hsla(0, 0%, 100%, .25)}.dna-centered-image-video-carousel.bg-dark .dna-centered-image-video-carousel__indicators__item.active,.dna-centered-image-video-carousel.bg-dark .dna-centered-image-video-carousel__indicators__item:hover{background-color:#fff}.dna-centered-image-video-carousel.bg-dark .dna-centered-image-video-carousel__control-next-icon path,.dna-centered-image-video-carousel.bg-dark .dna-centered-image-video-carousel__control-prev-icon path{stroke:#fff}@media(min-width:576px){.dna-centered-image-video-carousel__indicators__item{width:15px;height:15px;margin:0 8px}.dna-centered-image-video-carousel__indicators__item:before{content:none}}@media(min-width:992px){.dna-centered-image-video-carousel__indicators__item{width:12px;height:12px;margin:0 6px}}.tp_top-padding-large{padding-top:104px}@media only screen and (min-width:768px)and (max-width:992px){.tp_top-padding-large{padding-top:80px}}@media only screen and (max-width:767px){.tp_top-padding-large{padding-top:64px}}.bp_bottom-padding-large{padding-bottom:104px}@media only screen and (min-width:768px)and (max-width:992px){.bp_bottom-padding-large{padding-bottom:80px}}@media only screen and (max-width:767px){.bp_bottom-padding-large{padding-bottom:64px}}.tp_top-padding-medium{padding-top:80px}@media only screen and (min-width:768px)and (max-width:992px){.tp_top-padding-medium{padding-top:64px}}@media only screen and (max-width:767px){.tp_top-padding-medium{padding-top:56px}}.bp_bottom-padding-medium{padding-bottom:80px}@media only screen and (min-width:768px)and (max-width:992px){.bp_bottom-padding-medium{padding-bottom:64px}}@media only screen and (max-width:767px){.bp_bottom-padding-medium{padding-bottom:56px}}.tp_top-padding-small-64px{padding-top:64px}@media only screen and (min-width:768px)and (max-width:992px){.tp_top-padding-small-64px{padding-top:56px}}@media only screen and (max-width:767px){.tp_top-padding-small-64px{padding-top:48px}}.bp_bottom-padding-small-64px{padding-bottom:64px}@media only screen and (min-width:768px)and (max-width:992px){.bp_bottom-padding-small-64px{padding-bottom:56px}}@media only screen and (max-width:767px){.bp_bottom-padding-small-64px{padding-bottom:48px}}.tp_top-padding-small{padding-top:56px}@media only screen and (min-width:768px)and (max-width:992px){.tp_top-padding-small{padding-top:48px}}@media only screen and (max-width:767px){.tp_top-padding-small{padding-top:32px}}.bp_bottom-padding-small{padding-bottom:56px}@media only screen and (min-width:768px)and (max-width:992px){.bp_bottom-padding-small{padding-bottom:48px}}@media only screen and (max-width:767px){.bp_bottom-padding-small{padding-bottom:32px}}.tp_top-padding-small-32px{padding-top:32px}@media only screen and (min-width:768px)and (max-width:992px){.tp_top-padding-small-32px{padding-top:32px}}@media only screen and (max-width:767px){.tp_top-padding-small-32px{padding-top:32px}}.bp_bottom-padding-small-32px{padding-bottom:32px}@media only screen and (min-width:768px)and (max-width:992px){.bp_bottom-padding-small-32px{padding-bottom:32px}}@media only screen and (max-width:767px){.bp_bottom-padding-small-32px{padding-bottom:32px}}.tp_no-padding{padding-top:0}.bp_no-padding{padding-bottom:0}.dna-centered-image-video-carousel__arrow-wrapper{max-width:2900px !important}.dna-centered-image-video-carousel__container{max-width:none;padding:unset}.dna-centered-image-video-carousel__slide-left img,.dna-centered-image-video-carousel__slide-right img{height:100%}.dna-centered-image-video-carousel__slide-center{height:558px !important;border-left:30px solid #fff;border-right:30px solid #fff}.dna-centered-image-video-carousel__slide-center img{height:100%}.dna-centered-image-video-carousel__slide-left{left:-920px !important;right:unset !important}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel__slide-left{left:-570px !important}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel__slide-left{left:-279px !important}}.dna-centered-image-video-carousel__slide-right{right:-920px !important;left:unset !important}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel__slide-right{right:-570px !important}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel__slide-right{right:-279px !important}}.dna-centered-image-video-carousel__indicators{margin:16px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.dna-centered-image-video-carousel__slide-left .glass_area,.dna-centered-image-video-carousel__slide-right .glass_area{display:none}.dna-centered-image-video-carousel__control-prev{left:30px}@media only screen and (max-width:992px){.dna-centered-image-video-carousel__control-prev{background:hsla(0, 0%, 100%, .4);left:0}}@media only screen and (max-width:992px){.dna-centered-image-video-carousel__control-prev svg{width:40px}}.dna-centered-image-video-carousel__control-next{right:30px}@media only screen and (max-width:992px){.dna-centered-image-video-carousel__control-next{background:hsla(0, 0%, 100%, .4);right:0}}@media only screen and (max-width:992px){.dna-centered-image-video-carousel__control-next svg{width:40px}}.imgCover{position:relative;height:100%}.glass_area.glass_area_dark{background:rgba(0, 0, 0, .4)}.glass_area{position:absolute;bottom:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:16px 30px;background:hsla(0, 0%, 100%, .1);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media only screen and (max-width:767px){.glass_area{-ms-flex-direction:column;flex-direction:column;gap:24px}.glass_area .description-glass-area{text-align:center}}.glass_area button.dnaButton{margin-right:20px !important}@media only screen and (min-width:768px)and (max-width:992px){.glass_area button.dnaButton{text-wrap:nowrap}}@media only screen and (max-width:767px){.glass_area button.dnaButton{margin-right:0 !important;text-wrap:wrap}}.glass_area a.dnaButton{margin-right:20px !important}@media only screen and (min-width:768px)and (max-width:992px){.glass_area a.dnaButton{text-wrap:nowrap}}@media only screen and (max-width:767px){.glass_area a.dnaButton{margin-right:0 !important;text-wrap:wrap}}.dna-centered-image-video-carousel__slide-center .imgCover .insideVideo,.dna-centered-image-video-carousel__slide-left .imgCover .video-js,.dna-centered-image-video-carousel__slide-right .imgCover .video-js{display:none}@media only screen and (max-width:767px){.glass_area .text-normal{font-size:12px}}.glass_area a.video-link .btn.btn-secondary{min-height:48px;min-width:48px}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area .description-glass-area,.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area .text-normal{color:hsla(0, 0%, 100%, .95) !important}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.dnaButton,.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area button.dnaButton{border:1px solid #f3f5f6;background:#f3f5f6}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.dnaButton:hover,.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area button.dnaButton:hover{background:hsla(0, 0%, 74.1%, .9625);border:1px solid hsla(0, 0%, 74.1%, .9625);color:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.dnaButton:hover .stroke-primary,.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area button.dnaButton:hover .stroke-primary{stroke:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.video-link,.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.video-link:hover{background-color:transparent}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.video-link .btn{background:#fff;border:1px solid #fff}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.video-link .btn:hover{color:hsla(0, 0%, 100%, .95);background:hsla(0, 0%, 74.1%, .9625);border:1px solid hsla(0, 0%, 74.1%, .9625)}.dna-centered-image-video-carousel.bg-light .border_bg-light .glass_area a.video-link .btn:hover .fill-primary{fill:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area .description-glass-area,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area .text-normal{color:hsla(0, 0%, 100%, .95) !important}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.dnaButton,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area button.dnaButton{border:1px solid #f3f5f6;background:#f3f5f6;color:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.dnaButton .stroke-primary,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area button.dnaButton .stroke-primary{stroke:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.dnaButton:hover,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area button.dnaButton:hover{background:hsla(0, 0%, 74.1%, .9625);border:1px solid hsla(0, 0%, 74.1%, .9625);color:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.dnaButton:hover .stroke-primary,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area button.dnaButton:hover .stroke-primary{stroke:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link,.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link:hover{background-color:transparent}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link .btn{background:#fff;border:1px solid #fff}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link .btn .fill-primary{fill:rgba(0, 0, 0, .95)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link .btn:hover{color:hsla(0, 0%, 100%, .95);background:hsla(0, 0%, 74.1%, .9625);border:1px solid hsla(0, 0%, 74.1%, .9625)}.dna-centered-image-video-carousel.bg-dark .border_bg-dark .glass_area a.video-link .btn:hover .fill-primary{fill:rgba(0, 0, 0, .95)}.imgCover .slide_desk{display:inline !important}@media only screen and (min-width:768px)and (max-width:992px){.imgCover .slide_desk{display:none !important}}@media only screen and (max-width:767px){.imgCover .slide_desk{display:none !important}}.imgCover .slide_tab{display:none !important}@media only screen and (min-width:768px)and (max-width:992px){.imgCover .slide_tab{display:inline !important}}@media only screen and (max-width:767px){.imgCover .slide_tab{display:none !important}}.imgCover .slide_mobile{display:none !important}@media only screen and (min-width:768px)and (max-width:992px){.imgCover .slide_mobile{display:none !important}}@media only screen and (max-width:767px){.imgCover .slide_mobile{display:inline !important}}.imgCover .video-js .vjs-big-play-button{display:none !important}.cq-Editable-dom--container .imgCover .vjs-poster{background-position:50%;background-repeat:no-repeat;background-size:cover}.dna-centered-image-video-carousel{position:relative;z-index:0}@media only screen and (max-width:767px){.imgCover .vjs-poster{background-repeat:no-repeat;background-size:cover;background-position:50%}}.glass-area-editor.cq-Editable-dom .cq-placeholder{width:200px;margin-top:-30px;height:60px}.glass-area-editor.cq-Editable-dom .cq-placeholders{width:200px;margin-top:-44px;height:60px;margin-bottom:15px}div.cq-Editable-dom a.dnaButton.video-link{height:38px}@media only screen and (min-width:1500px){.imgCover{position:relative;height:558px}.imgCover .video-js{position:absolute;left:0;top:0;height:100% !important;width:100% !important;padding:0 !important}}.mediaSliderCover.slick-slider{margin-bottom:0 !important}.mediaSliderCover .glass_area{transition:opacity 1s}.mediaSliderCover .mediaSliderItem{padding:0 15px;width:950px !important;height:558px}@media only screen and (min-width:1024px)and (max-width:1024px){.mediaSliderCover .mediaSliderItem{width:860px !important;height:558px}.mediaSliderCover .mediaSliderItem .imgCover{position:relative}.mediaSliderCover .mediaSliderItem .imgCover .video-js,.mediaSliderCover .mediaSliderItem .imgCover img{position:absolute;left:0;top:0;width:100%;height:100%}}@media only screen and (min-width:768px)and (max-width:992px){.mediaSliderCover .mediaSliderItem{width:600px !important;height:558px}.mediaSliderCover .mediaSliderItem .imgCover{position:relative}.mediaSliderCover .mediaSliderItem .imgCover .video-js,.mediaSliderCover .mediaSliderItem .imgCover img{position:absolute;left:0;top:0;width:100%;height:100%}}@media only screen and (max-width:767px){.mediaSliderCover .mediaSliderItem{padding:0 7.5px;width:294px !important;height:558px}.mediaSliderCover .mediaSliderItem .imgCover{position:relative}.mediaSliderCover .mediaSliderItem .imgCover .video-js,.mediaSliderCover .mediaSliderItem .imgCover img{position:absolute;left:0;top:0;width:100%;height:100%}}.mediaSliderCover .slick-dots{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;bottom:0;margin:16px 0 0;position:relative !important}.mediaSliderCover .slick-dots li{display:inline-block;position:relative;width:14px;height:14px;background-color:rgba(0, 0, 0, .25);border-radius:50%;cursor:pointer;transition:background-color .25s linear;width:12px;height:12px;margin:0 6px}.mediaSliderCover .slick-dots li.slick-active{background-color:#111;cursor:default}@media only screen and (max-width:767px){.mediaSliderCover .slick-dots li{margin:0 10px}}.mediaSliderCover .slick-arrow{height:64px;width:64px;display:inline-block;z-index:9}@media only screen and (min-width:768px)and (max-width:992px){.mediaSliderCover .slick-arrow{height:32px;width:32px}}@media only screen and (max-width:767px){.mediaSliderCover .slick-arrow{height:32px;width:32px}}.mediaSliderCover .slick-arrow.slick-prev{left:64px;right:unset}@media only screen and (min-width:993px)and (max-width:1200px){.mediaSliderCover .slick-arrow.slick-prev{left:0}}@media only screen and (min-width:768px)and (max-width:992px){.mediaSliderCover .slick-arrow.slick-prev{left:0}}@media only screen and (max-width:767px){.mediaSliderCover .slick-arrow.slick-prev{left:0}}.mediaSliderCover .slick-arrow.slick-next{right:64px;left:unset}@media only screen and (min-width:993px)and (max-width:1200px){.mediaSliderCover .slick-arrow.slick-next{right:0}}@media only screen and (min-width:768px)and (max-width:992px){.mediaSliderCover .slick-arrow.slick-next{right:0}}@media only screen and (max-width:767px){.mediaSliderCover .slick-arrow.slick-next{right:0}}.mediaSliderCover .slick-list .slick-track .slick-slide{opacity:.6;cursor:pointer;transition:opacity 1s}.mediaSliderCover .slick-list .slick-track .slick-slide .glass_area{opacity:0}.mediaSliderCover .slick-list .slick-track .slick-slide.slick-active.slick-current{opacity:1;transition:opacity 1s;cursor:default}.mediaSliderCover .slick-list .slick-track .slick-slide.slick-active.slick-current .glass_area{opacity:1}.dna-centered-image-video-carousel.bg-dark .slick-dots li{background-color:hsla(0, 0%, 100%, .25)}.dna-centered-image-video-carousel.bg-dark .slick-dots li.slick-active,.dna-centered-image-video-carousel.bg-dark .slick-dots li:hover{background-color:#fff}.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-64x64.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-arrow-32x32.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-arrow-32x32.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-64x64-hover.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-prev-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-64x64.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-arrow-32x32.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-arrow-32x32.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-64x64-hover.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-light .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/brown-next-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-64x64.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-arrow-32x32.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-arrow-32x32.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-64x64-hover.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-prev:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-prev-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-64x64.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-arrow-32x32.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-arrow-32x32.svg);content:"";height:32px;width:32px}}.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-64x64-hover.svg);content:"";display:inline-block;width:64px;height:64px}@media only screen and (min-width:768px)and (max-width:992px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}@media only screen and (max-width:767px){.dna-centered-image-video-carousel.bg-dark .mediaSliderCover .slick-arrow.slick-next:hover:before{background:url(../../../../etc/designs/msi-occ/assets/images/mediacarousel/white-next-arrow-32x32-hover.svg);content:"";height:32px;width:32px}}.mediaSliderItem .imgCover{position:relative !important}.mediaSliderItem .imgCover .video-js,.mediaSliderItem .imgCover img{position:absolute !important;top:0;left:0;width:100%;height:100%;padding:0}.mediaSliderCover .slick-list,.mediaSliderCover .slick-slide,.mediaSliderCover .slick-track{-webkit-backface-visibility:hidden;backface-visibility:hidden}.mediaSliderCover .slick-slide .mediaSliderItem .imgCover .video-js{visibility:hidden}.mediaSliderCover .slick-slide .mediaSliderItem .imgCover img.insideVideo,.mediaSliderCover .slick-slide.slick-active.slick-center .mediaSliderItem .imgCover .video-js{visibility:visible}.mediaSliderCover .slick-slide.slick-active.slick-center .mediaSliderItem .imgCover img.insideVideo{visibility:hidden !important}.cq-Editable-dom .imgCover img,.cq-Editable-dom .imgCover video{height:300px !important}.cq-Editable-dom .imgCover .video-js{padding-top:300px !important}.cq-Editable-dom .imgCover .video-js .vjs-poster{background-size:auto !important}.mediaCarousel__slickslider .slick-dots li button:before{background:rgba(0, 0, 0, .25)}.mediaCarousel__slickslider .slick-dots li.slick-active button:before{background:rgba(0, 0, 0, .95) !important}.mediaCarousel__slickslider .slick-dots li button:active:before,.mediaCarousel__slickslider .slick-dots li button:focus:before,.mediaCarousel__slickslider .slick-dots li button:hover:before{background:rgba(0, 0, 0, .25)}

/*# sourceMappingURL=dnaMediaCarousel.css.map*/