/* 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;
}

.media-modal.media-modal-global{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:rgba(4, 4, 4, .9);box-sizing:border-box;display:none;height:100%;left:0;overflow:auto;position:fixed;width:100%;z-index:1030}.media-modal.media-modal-global .media-modal-close{background-color:transparent;border:none;color:#ccc;float:right;font-size:30px;line-height:normal;margin-right:0 !important;margin-top:0 !important;padding-right:10px;position:absolute;right:25px;top:48px;z-index:99}@media(min-width:768px){.media-modal.media-modal-global .media-modal-close{top:68px}}@media(min-width:992px){.media-modal.media-modal-global .media-modal-close{top:38px;right:58px}}.media-modal.media-modal-global .media-modal-close:hover{color:#0063be;cursor:pointer;outline:none;text-decoration:none}.media-modal.media-modal-global .media-modal-close:focus{color:#fff;cursor:pointer;outline:none;text-decoration:none}.media-modal.media-modal-global .media-modal-cont{margin:0 auto;max-height:100%;max-width:100%;position:relative;text-align:center;top:15%}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg{border:1px solid #ccc;width:40%;margin:0 auto;padding:25px;opacity:1;background:#fff}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .ms-modal-title{color:#0063be;font-size:25px}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .ms-modal-desc{color:#444}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .ms-modal-desc p{margin:16px 0}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .btn-primary{display:inline-block;font-size:13px;text-transform:uppercase;padding:16px 10px 13px;border-radius:3px;box-sizing:border-box;border:0;text-align:center;margin-bottom:9px;width:44%;background:linear-gradient(180deg, #39b44a 0, #2b8838)}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .section.getsupport{display:inline-block;width:44%}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .section.getsupport .btn-primary{width:100%}.media-modal.media-modal-global .media-modal-cont .ms-modal-session-msg .btn-secondary{display:inline-block;font-size:13px;text-transform:uppercase;padding:16px 10px 13px;border-radius:3px;box-sizing:border-box;text-align:center;margin-bottom:9px;color:#0063be;width:22%;border:1px solid #ccc}@media(max-width:992px){.media-modal.media-modal-global .media-modal-cont{height:90%}}.media-modal.media-modal-global .media-modal-cont[data-cont=video]{max-height:550px;max-width:976px}.media-modal.media-modal-global .media-modal-cont[data-cont=tour]{height:100%;width:100%}.media-modal.media-modal-global .media-modal-cont[data-cont=gallery]{height:100%;min-height:90%}.media-modal.media-modal-global .media-modal-cont span{height:100%;width:100%}.media-modal.media-modal-global .media-modal-cont .video-js{background:rgba(4, 4, 4, .9);height:550px;margin:auto;outline:none;top:20px;width:976px}@media(max-width:992px){.media-modal.media-modal-global .media-modal-cont .video-js{height:60%;width:80%}}@media(min-width:375px)and (max-width:578px){.media-modal.media-modal-global .media-modal-cont .video-js{height:439px}}@media(max-width:374.98px){.media-modal.media-modal-global .media-modal-cont .video-js{height:339px}}@media(min-width:578px)and (max-width:767px){.media-modal.media-modal-global .media-modal-cont .video-js .vjs-tech{height:100%;width:100%}}.media-modal.media-modal-global .media-modal-cont .video-js .vjs-dock-text,.media-modal.media-modal-global .media-modal-cont .video-js .vjs-picture-in-picture-control{display:none}.media-modal.media-modal-global .media-modal-cont .video-js .vjs-mute-control,.media-modal.media-modal-global .media-modal-cont .video-js .vjs-play-control{outline:none}.media-modal.media-modal-global .media-modal-cont .video-js .vjs-big-play-button{background-color:#00a0df;border-radius:50%;border:none;height:2em;left:50%;line-height:2em;margin:-1em 0 0 -1em;top:50%;width:2em}.media-modal.media-modal-global .media-modal-cont .video-js .vjs-big-play-button:hover,.media-modal.media-modal-global .media-modal-cont .video-js .vjs-play-progress{background-color:#00a0df}.media-modal.media-modal-global .media-modal-cont .pictureInPictureToggleButton,.media-modal.media-modal-global .media-modal-cont .pictureInPictureToggleIcon{display:none}.media-modal.media-modal-global object{background:#fff;display:block;height:100%;width:100%}.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default .vjs-big-play-button:active,.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default .vjs-big-play-button:focus,.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default .vjs-play-progress,.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default .vjs-volume-level,.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default:active .vjs-big-play-button,.media-modal.media-modal-global .bc-player-r4GYIvMJ8_default:hover .vjs-big-play-button{background-color:#00a0df}@media(max-width:767px){#nav_search_modal{display:none}}#nav_search_modal_close{height:64px;width:64px}#nav_search_modal_close:hover svg{opacity:1}#nav_search_modal_close svg{opacity:.99}#nav_search_modal .media-modal-cont{top:48px}#nav_search_modal .media-modal-cont span{height:auto;width:auto}@media(max-width:600px){.ms-popover-btn div.popover-btn-pop.popover-open{z-index:1050}}.video-js.vjs-layout-x-small .vjs-progress-control{display:-ms-flexbox !important;display:flex !important}

/*# sourceMappingURL=media_modal.css.map*/
.modal {
  background-color: rgba(4, 4, 4, 0.9); }

.modal-content {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 30px 40px 0 rgba(35, 35, 35, 0.3); 
  min-height: 285px;
}



/*# sourceMappingURL=modal.css.map*/
.herocarousel-v1{font-family:Roboto400,sans-serif;min-height:800px}@media(max-width:991px){.herocarousel-v1{min-height:952px}}@media(max-width:480px){.herocarousel-v1{min-height:600px}}.herocarousel-v1__carousel{max-width:100%;max-height:800px;margin:auto;overflow:hidden;margin-bottom:0 !important}@media(max-width:991px){.herocarousel-v1__carousel{max-height:952px}.herocarousel-v1__carousel.slick-dotted.slick-slide{margin-bottom:0}}@media(max-width:480px){.herocarousel-v1__carousel{max-height:600px}}.herocarousel-v1__carousel__slide{position:relative}.herocarousel-v1__carousel__slide--gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(79.18deg, #00468a 1.67%, rgba(0, 70, 138, .07) 77.82%);border-radius:8px;z-index:1}@media(max-width:768px){.herocarousel-v1__carousel__slide--gradient-overlay{background:linear-gradient(22.22deg, #00468a 8.96%, rgba(0, 70, 138, .1) 67.8%)}}@media(max-width:480px){.herocarousel-v1__carousel__slide--gradient-overlay{background:linear-gradient(22.22deg, #00468a 8.96%, rgba(0, 70, 138, .1) 67.8%)}}.herocarousel-v1__carousel__slide--bgimage img,.herocarousel-v1__carousel__slide--bgimage picture{min-height:350px;display:block}@media(min-width:992px){.herocarousel-v1__carousel__slide--bgimage img,.herocarousel-v1__carousel__slide--bgimage picture{height:800px;-o-object-fit:cover;object-fit:cover;width:100%}}@media(min-width:768px)and (max-width:991px){.herocarousel-v1__carousel__slide--bgimage img,.herocarousel-v1__carousel__slide--bgimage picture{height:952px}}@media(min-width:481px)and (max-width:767px){.herocarousel-v1__carousel__slide--bgimage img,.herocarousel-v1__carousel__slide--bgimage picture{height:700px}}@media(max-width:480px){.herocarousel-v1__carousel__slide--bgimage img,.herocarousel-v1__carousel__slide--bgimage picture{height:600px}}.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js{width:100%}@media(min-width:992px){.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js{height:800px}}@media(min-width:768px)and (max-width:991px){.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js{height:952px}}@media(min-width:481px)and (max-width:767px){.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js{height:700px}}@media(max-width:480px){.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js{height:600px}}.herocarousel-v1__carousel__slide .herocarousel-v1__video.video-js video{-o-object-fit:cover;object-fit:cover}.herocarousel-v1__carousel__slide--image-overlay{height:100%;width:100%;opacity:.9}.herocarousel-v1__carousel__slide--slide-content{position:absolute;top:27%;left:14%;color:rgba(0, 0, 0, .95);padding:20px;z-index:6;border-radius:8px;width:80%}@media(max-width:767px){.herocarousel-v1__carousel__slide--slide-content .row{width:100%;margin:unset}}.herocarousel-v1__carousel__slide--slide-content h2.heading{font-size:56px;color:rgba(0, 0, 0, .95);line-height:67px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:992px){.herocarousel-v1__carousel__slide--slide-content h2.heading{width:85%}}.herocarousel-v1__carousel__slide--slide-content h2.heading p{font-size:56px;line-height:67px}.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3 p{font-size:32px !important;line-height:42px !important;font-family:Roboto400,sans-serif !important;letter-spacing:normal !important;text-transform:none !important;font-weight:400 !important}@media(min-width:768px)and (max-width:991px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3 p{font-size:40px !important;line-height:48px !important}}@media(min-width:992px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-3 p{font-size:48px !important;line-height:57px !important;opacity:.95}}.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2 p{font-size:40px !important;line-height:48px !important;font-family:Roboto400,sans-serif !important;letter-spacing:normal !important;text-transform:none !important}@media(min-width:768px)and (max-width:991px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2 p{font-size:48px !important;line-height:53px !important}}@media(min-width:992px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-2 p{font-size:56px !important;line-height:67px !important;opacity:.95}}.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1 p{font-size:48px !important;line-height:53px !important;font-family:Roboto400,sans-serif !important;letter-spacing:normal !important;text-transform:none !important}@media(min-width:768px)and (max-width:991px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1 p{font-size:56px !important;line-height:62px !important}}@media(min-width:992px){.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1,.herocarousel-v1__carousel__slide--slide-content h2.heading.display-1 p{font-size:64px !important;line-height:70px !important;opacity:.95}}.herocarousel-v1__carousel__slide--slide-content h3.sub-heading{color:rgba(0, 0, 0, .95);font-size:23px;font-style:normal;font-weight:400;line-height:35px}.herocarousel-v1__carousel__slide--slide-content p.description{font-size:19px;line-height:30px;color:rgba(0, 0, 0, .95);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:767px){.herocarousel-v1__carousel__slide--slide-content .hero--btn-wrapper{gap:30px}}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper a,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:inherit;border:inherit;color:rgba(0, 0, 0, .6);margin-top:5px;font-size:14px;line-height:21px;letter-spacing:.2px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__playbutton,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper a__playbutton,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper button__playbutton{width:48px;margin-right:15px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__video_timer,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper a__video_timer,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper button__video_timer{color:rgba(0, 0, 0, .6);margin-left:15px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper:focus,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper:hover,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper a:focus,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper a:hover,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper button:focus,.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper button:hover{outline:none;border:none}@media(max-width:991px){.herocarousel-v1__carousel__slide--slide-content{position:absolute;bottom:20%;left:14%;padding:15px;max-width:60%;z-index:6;border-radius:8px;max-width:80%}.herocarousel-v1__carousel__slide--slide-content h2.heading,.herocarousel-v1__carousel__slide--slide-content h2.heading p{font-size:64px;line-height:70px}.herocarousel-v1__carousel__slide--slide-content h3.sub-heading{font-size:21px;line-height:31.5px;letter-spacing:-.1px}.herocarousel-v1__carousel__slide--slide-content p.description{font-size:19px;line-height:28.5px;letter-spacing:-.1}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__playbutton{width:48px;height:48px}}@media(max-width:767px){.herocarousel-v1__carousel__slide--slide-content{position:absolute;top:25%;width:100%;z-index:6;border-radius:8px;max-width:100%}.herocarousel-v1__carousel__slide--slide-content h2.heading,.herocarousel-v1__carousel__slide--slide-content h2.heading p{margin-bottom:24px;font-family:Roboto;font-size:40px;font-weight:400;line-height:48px;text-align:left}.herocarousel-v1__carousel__slide--slide-content h3.sub-heading{font-size:19px;margin-bottom:.3rem;line-height:27px}.herocarousel-v1__carousel__slide--slide-content p.description{font-size:19px;line-height:27px;width:100%}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;margin-top:16px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__playbutton{width:48px;height:48px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__video_timer{color:#dfd8d8;display:none}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__video_text{width:99px;height:20px;font-size:16px}}@media(max-width:480px){.herocarousel-v1__carousel__slide--slide-content{position:absolute;top:15%;left:unset;width:100%;z-index:6;border-radius:8px;max-width:100%}.herocarousel-v1__carousel__slide--slide-content h2.heading,.herocarousel-v1__carousel__slide--slide-content h2.heading p{margin-bottom:24px;font-family:Roboto;font-size:40px;font-weight:400;line-height:48px;text-align:left}.herocarousel-v1__carousel__slide--slide-content h3.subheading{font-size:1.1rem;margin-bottom:.3rem;font-weight:400}.herocarousel-v1__carousel__slide--slide-content p.description{font-size:19px;line-height:27px;width:100%}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:10px;margin-top:16px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__playbutton{width:48px;height:48px}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__video_timer{color:#dfd8d8;display:none}.herocarousel-v1__carousel__slide--slide-content .watch_video_wrapper__video_text{width:99px;height:20px;font-size:16px}}.herocarousel-v1__carousel__slide--slide-content .icon{font-size:2rem;color:#00a3e0;display:block}@media(max-width:1440px){.herocarousel-v1__carousel__slide--slide-content .hero__content--btns-pos{margin-top:16px}}@media(max-width:767px){.herocarousel-v1__carousel__slide--slide-content .hero__content--btns{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start !important;align-items:start !important}.herocarousel-v1__carousel__slide--slide-content .hero__content--btns-pos{margin-top:16px;margin-right:-45%}}@media(max-width:480px){.herocarousel-v1__carousel__slide--slide-content .hero__content--btns{-ms-flex-direction:column;flex-direction:column}}.herocarousel-v1__carousel__slide--slide-content .hero__content--btns-pos{margin-top:16px}.herocarousel-v1__carousel__slide--slide-content .hero__content--btns-pos .btn{font-family:Roboto,sans-serif !important;padding:11px 23px;text-transform:none;font-size:14px;letter-spacing:.2px;font-weight:500}@media(min-width:767px){.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content .row{-ms-flex-pack:center;justify-content:center;text-align:center}.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content .row>div{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content .row .hero--btn-wrapper{-ms-flex-pack:center !important;justify-content:center !important}}@media(max-width:767px){.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content .hero--btn-wrapper:not(:has(.watch_video_wrapper)) .hero__content--btns-pos{width:100%}.herocarousel-v1__carousel__slide.carousel-content__centered .herocarousel-v1__carousel__slide--slide-content .hero--btn-wrapper:not(:has(.watch_video_wrapper)) .hero__content--btns-pos a{width:100%}}.herocarousel-v1__carousel__slide .bg-dark .watch_video_wrapper__video_text,.herocarousel-v1__carousel__slide .bg-dark .watch_video_wrapper__video_timer,.herocarousel-v1__carousel__slide .bg-dark h2.heading,.herocarousel-v1__carousel__slide .bg-dark h3.sub-heading,.herocarousel-v1__carousel__slide .bg-dark p.description{color:hsla(0, 0%, 100%, .95)}@media(max-width:991px){.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content:has(img),.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content:has(img){top:15%}.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content:has(img) .row>div,.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content:has(img) .row>div{max-width:100%;-ms-flex-preferred-size:unset;flex-basis:unset}}@media(max-width:767px){.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content:has(img),.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content:has(img){top:0}}.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content .row>div:first-child{-ms-flex-order:2;order:2}.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content .row>div:last-child{-ms-flex-order:1;order:1}@media(max-width:991px){.herocarousel-v1__carousel__slide .herocarousel-v1__img-left .herocarousel-v1__carousel__slide--slide-content .row>div:last-child{margin-bottom:10px}}.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content .row>div:first-child{-ms-flex-order:1;order:1}.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content .row>div:last-child{-ms-flex-order:2;order:2}@media(max-width:991px){.herocarousel-v1__carousel__slide .herocarousel-v1__img-right .herocarousel-v1__carousel__slide--slide-content .row>div:last-child{margin-top:10px}}.herocarousel-v1__carousel--bc-video.video-js{top:0}.herocarousel-v1__carousel--bc-video video{-o-object-fit:cover;object-fit:cover}.herocarousel-v1__carousel .slick-dots{bottom:157px}@media(max-width:991px){.herocarousel-v1__carousel .slick-dots{bottom:40px}}@media(max-width:480px){.herocarousel-v1__carousel .slick-dots{bottom:26px}}.herocarousel-v1__carousel .slick-dots li{border-radius:50%;width:14px;height:14px;background-color:hsla(0, 0%, 100%, .25098039215686274)}.herocarousel-v1__carousel .slick-dots li:hover{background-color:rgba(0, 0, 0, .25)}.herocarousel-v1__carousel .slick-dots li button:before{color:unset}.herocarousel-v1__carousel .slick-dots li.slick-active{background-color:#00a3e0}.herocarousel-v1__carousel .slick-dots li.slick-active button:before{color:#00a3e0}@media(max-width:768px){.herocarousel-v1__carousel .slick-dots li{width:10px;height:10px}}.herocarousel-v1__carousel .slick-prev{left:25px;z-index:4;top:44%;width:22.828px;height:42.828px;background:url(../../../../../etc/designs/msi-occ/assets/images/dnaHeroCarousel/previousArrow.svg) no-repeat !important;opacity:.6}.herocarousel-v1__carousel .slick-prev:before{content:""}.herocarousel-v1__carousel .slick-prev:hover{opacity:.95}.herocarousel-v1__carousel .slick-next{right:25px;z-index:4;top:44%;width:22.828px;height:42.828px;background:url(../../../../../etc/designs/msi-occ/assets/images/dnaHeroCarousel/nextArrow.svg) no-repeat !important;opacity:.6}.herocarousel-v1__carousel .slick-next:before{content:""}.herocarousel-v1__carousel .slick-next:hover{opacity:.95}.herocarousel-v1 .mb-10{margin-bottom:10px}.herocarousel-v1 .bg-dark .bg-light .btn-primary,.herocarousel-v1 .btn-primary{color:hsla(0, 0%, 100%, .95);background:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .bg-light .btn-primary .fill-primary,.herocarousel-v1 .btn-primary .fill-primary{fill:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .bg-light .btn-primary .stroke-primary,.herocarousel-v1 .btn-primary .stroke-primary{stroke:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .bg-light .btn-primary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .bg-dark .bg-light .btn-primary:hover:not(:disabled):not(.disabled),.herocarousel-v1 .btn-primary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .btn-primary:hover:not(:disabled):not(.disabled){color:hsla(0, 0%, 100%, .9625);background:rgba(66, 66, 66, .9625)}.herocarousel-v1 .bg-dark .bg-light .btn-primary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary:hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .btn-primary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .btn-primary:hover:not(:disabled):not(.disabled) .fill-primary{fill:hsla(0, 0%, 100%, .9625)}.herocarousel-v1 .bg-dark .bg-light .btn-primary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary:hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .btn-primary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .btn-primary:hover:not(:disabled):not(.disabled) .stroke-primary{stroke:hsla(0, 0%, 100%, .9625)}.herocarousel-v1 .bg-dark .bg-light .btn-primary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .bg-dark .bg-light .btn-primary:not(:disabled):not(.disabled):not(:hover):active,.herocarousel-v1 .btn-primary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .btn-primary:not(:disabled):not(.disabled):not(:hover):active,.herocarousel-v1 .show>.btn-primary.dropdown-toggle:not(:hover),.show>.herocarousel-v1.bg-dark .bg-light .btn-primary.dropdown-toggle:not(:hover){color:hsla(0, 0%, 100%, .95);background:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled.hover,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled:hover,.herocarousel-v1 .bg-dark .bg-light .btn-primary:disabled,.herocarousel-v1 .btn-primary.disabled,.herocarousel-v1 .btn-primary.disabled.hover,.herocarousel-v1 .btn-primary.disabled:hover,.herocarousel-v1 .btn-primary:disabled{color:hsla(0, 0%, 100%, .25);background:#666;cursor:not-allowed}.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled.hover .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled:hover .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary:disabled .fill-primary,.herocarousel-v1 .btn-primary.disabled .fill-primary,.herocarousel-v1 .btn-primary.disabled.hover .fill-primary,.herocarousel-v1 .btn-primary.disabled:hover .fill-primary,.herocarousel-v1 .btn-primary:disabled .fill-primary{fill:hsla(0, 0%, 100%, .25)}.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled.hover .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary.disabled:hover .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn-primary:disabled .stroke-primary,.herocarousel-v1 .btn-primary.disabled.hover .stroke-primary,.herocarousel-v1 .btn-primary.disabled .stroke-primary,.herocarousel-v1 .btn-primary.disabled:hover .stroke-primary,.herocarousel-v1 .btn-primary:disabled .stroke-primary{stroke:hsla(0, 0%, 100%, .25)}.herocarousel-v1 .bg-dark .btn-primary{color:rgba(0, 0, 0, .95);background:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .btn-primary .fill-primary{fill:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .btn-primary .stroke-primary{stroke:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .btn-primary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .bg-dark .btn-primary:hover:not(:disabled):not(.disabled){color:rgba(0, 0, 0, .9625);background:hsla(0, 0%, 74.1%, .9625)}.herocarousel-v1 .bg-dark .btn-primary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .bg-dark .btn-primary:hover:not(:disabled):not(.disabled) .fill-primary{fill:rgba(0, 0, 0, .9625)}.herocarousel-v1 .bg-dark .btn-primary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .bg-dark .btn-primary:hover:not(:disabled):not(.disabled) .stroke-primary{stroke:rgba(0, 0, 0, .9625)}.herocarousel-v1 .bg-dark .btn-primary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .bg-dark .btn-primary:not(:disabled):not(.disabled):not(:hover):active,.show>.herocarousel-v1.bg-dark .btn-primary.dropdown-toggle:not(:hover){color:rgba(0, 0, 0, .95);background:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .btn-primary.disabled,.herocarousel-v1 .bg-dark .btn-primary.disabled.hover,.herocarousel-v1 .bg-dark .btn-primary.disabled:hover,.herocarousel-v1 .bg-dark .btn-primary:disabled{color:hsla(0, 0%, 100%, .25);background:#666;cursor:not-allowed}.herocarousel-v1 .bg-dark .btn-primary.disabled .fill-primary,.herocarousel-v1 .bg-dark .btn-primary.disabled.hover .fill-primary,.herocarousel-v1 .bg-dark .btn-primary.disabled:hover .fill-primary,.herocarousel-v1 .bg-dark .btn-primary:disabled .fill-primary{fill:hsla(0, 0%, 100%, .25)}.herocarousel-v1 .bg-dark .btn-primary.disabled.hover .stroke-primary,.herocarousel-v1 .bg-dark .btn-primary.disabled .stroke-primary,.herocarousel-v1 .bg-dark .btn-primary.disabled:hover .stroke-primary,.herocarousel-v1 .bg-dark .btn-primary:disabled .stroke-primary{stroke:hsla(0, 0%, 100%, .25)}.herocarousel-v1--cta-btn{white-space:normal;letter-spacing:.25px;padding:11px 23px}@media(max-width:480px){.herocarousel-v1--cta-btn{white-space:normal;letter-spacing:.25px}}@media(max-width:767px){.herocarousel-v1--cta-btn{white-space:normal;letter-spacing:.25px}}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary,.herocarousel-v1 .btn.btn-secondary{color:rgba(0, 0, 0, .95);background:transparent;border:1px solid rgba(0, 0, 0, .4)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary .fill-primary,.herocarousel-v1 .btn.btn-secondary .fill-primary{fill:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary .stroke-primary,.herocarousel-v1 .btn.btn-secondary .stroke-primary{stroke:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:hover:not(:disabled):not(.disabled),.herocarousel-v1 .btn.btn-secondary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .btn.btn-secondary:hover:not(:disabled):not(.disabled){color:hsla(0, 0%, 100%, .95);background:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .btn.btn-secondary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .btn.btn-secondary:hover:not(:disabled):not(.disabled) .fill-primary{fill:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .btn.btn-secondary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .btn.btn-secondary:hover:not(:disabled):not(.disabled) .stroke-primary{stroke:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover):active,.herocarousel-v1 .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover):active,.herocarousel-v1 .show>.btn.btn-secondary.dropdown-toggle:not(:hover),.show>.herocarousel-v1.bg-dark .bg-light .btn.btn-secondary.dropdown-toggle:not(:hover){color:hsla(0, 0%, 100%, .9625);background:rgba(66, 66, 66, .9625);border-color:transparent}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled.hover,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled:hover,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:disabled,.herocarousel-v1 .btn.btn-secondary.disabled,.herocarousel-v1 .btn.btn-secondary.disabled.hover,.herocarousel-v1 .btn.btn-secondary.disabled:hover,.herocarousel-v1 .btn.btn-secondary:disabled{color:rgba(0, 0, 0, .25);background:transparent;cursor:not-allowed;border:1px solid #666}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled.hover .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled:hover .fill-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:disabled .fill-primary,.herocarousel-v1 .btn.btn-secondary.disabled .fill-primary,.herocarousel-v1 .btn.btn-secondary.disabled.hover .fill-primary,.herocarousel-v1 .btn.btn-secondary.disabled:hover .fill-primary,.herocarousel-v1 .btn.btn-secondary:disabled .fill-primary{fill:rgba(0, 0, 0, .25)}.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled.hover .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary.disabled:hover .stroke-primary,.herocarousel-v1 .bg-dark .bg-light .btn.btn-secondary:disabled .stroke-primary,.herocarousel-v1 .btn.btn-secondary.disabled.hover .stroke-primary,.herocarousel-v1 .btn.btn-secondary.disabled .stroke-primary,.herocarousel-v1 .btn.btn-secondary.disabled:hover .stroke-primary,.herocarousel-v1 .btn.btn-secondary:disabled .stroke-primary{stroke:rgba(0, 0, 0, .25)}.herocarousel-v1 .bg-dark .btn.btn-secondary{color:hsla(0, 0%, 100%, .95);background:transparent;border:1px solid hsla(0, 0%, 100%, .4)}.herocarousel-v1 .bg-dark .btn.btn-secondary .fill-primary{fill:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .btn.btn-secondary .stroke-primary{stroke:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .btn.btn-secondary.hover:not(:disabled):not(.disabled),.herocarousel-v1 .bg-dark .btn.btn-secondary:hover:not(:disabled):not(.disabled){color:rgba(0, 0, 0, .95);background:hsla(0, 0%, 100%, .95)}.herocarousel-v1 .bg-dark .btn.btn-secondary.hover:not(:disabled):not(.disabled) .fill-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary:hover:not(:disabled):not(.disabled) .fill-primary{fill:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .btn.btn-secondary.hover:not(:disabled):not(.disabled) .stroke-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary:hover:not(:disabled):not(.disabled) .stroke-primary{stroke:rgba(0, 0, 0, .95)}.herocarousel-v1 .bg-dark .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover).active,.herocarousel-v1 .bg-dark .btn.btn-secondary:not(:disabled):not(.disabled):not(:hover):active,.show>.herocarousel-v1.bg-dark .btn.btn-secondary.dropdown-toggle:not(:hover){color:rgba(0, 0, 0, .9625);background:hsla(0, 0%, 74.1%, .9625);border-color:transparent}.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled.hover,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled:hover,.herocarousel-v1 .bg-dark .btn.btn-secondary:disabled{color:hsla(0, 0%, 100%, .25);background:transparent;cursor:not-allowed;border:1px solid #666}.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled .fill-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled.hover .fill-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled:hover .fill-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary:disabled .fill-primary{fill:hsla(0, 0%, 100%, .25)}.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled.hover .stroke-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled .stroke-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary.disabled:hover .stroke-primary,.herocarousel-v1 .bg-dark .btn.btn-secondary:disabled .stroke-primary{stroke:hsla(0, 0%, 100%, .25)}.heroalign h2,.heroalign h3,.heroalign p{width:100%;text-align:left}

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