/*# sourceMappingURL=media-carousel.css.map */

.slipstream-block .container {
	max-width: 872px;
}

.media-carousel-block {
	overflow: hidden;
	position: relative;
}

.media-carousel-block .media-carousel-bg-video {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
	--bg-video-overlay: rgba(243, 244, 255, .85);
}

.media-carousel-block .media-carousel-bg-video:after {
	background: var(--bg-video-overlay);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.media-carousel-block .media-carousel-bg-video .media-carousel-bg-video__el {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 0;
}

.media-carousel-block .media-carousel-bg-image {
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.media-carousel-block .media-carousel-section {
	position: relative;
	z-index: 1;
}

.media-carousel-section {
	padding: 9rem 2.5rem 4rem;
}

.media-carousel-section .media-carousel-title {
	color: #0f2060;
}

@media (max-width:768px) {
	.media-carousel-section .media-carousel-title {
		font-size: 1.5rem !important;
	}
}

.media-carousel-section .media-carousel-description {
	color: #100a1f;
}

.media-carousel-section .shmg-wrap {
	overflow: hidden;
	width: 100%;
}

.media-carousel-section .shmg-wrap .pin-spacer {
	width: 100%;
}

.media-carousel-section .shmg-wrap .ow-row-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 2.5rem 7rem;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 600px;
	overflow: hidden;
	position: relative;
}

.media-carousel-section .shmg-wrap .ow-row-container .grid-container.ow-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	width: 100%;
	will-change: transform;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: visible;
	position: relative;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col {
	-webkit-box-flex: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: 240px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0;
	padding: 0;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	will-change: transform;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col:hover {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col:hover .hof-content.ow-item-content {
	max-height: 200px;
	opacity: 1;
	pointer-events: auto;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col:hover .hof-video.ow-img:before {
	opacity: 1;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col:hover .hof-video.ow-img .whitepaper-overlay-content {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img {
	border-radius: 8px;
	cursor: pointer;
	height: 320px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	width: 240px;
	-ms-flex-negative: 0;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	flex-shrink: 0;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .hof-thumb {
	inset: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
	z-index: 2;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .fw-img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img video {
	height: 100%;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-playing-video video {
	opacity: 1;
	z-index: 3;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-playing-video .hof-thumb {
	opacity: 0;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.has-video video {
	opacity: 1 !important;
	pointer-events: none;
	z-index: 3 !important;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.has-video .hof-thumb {
	opacity: 0 !important;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img:before {
	backdrop-filter: blur(2px);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 10, 31, .85)), to(rgba(16, 10, 31, .85)));
	background: linear-gradient(0deg, rgba(16, 10, 31, .85), rgba(16, 10, 31, .85));
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 4;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img:after {
	content: none !important;
	display: none !important;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .whitepaper-overlay-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	inset: 0;
	position: absolute;
	z-index: 5;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 12px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .whitepaper-plus {
	background: #2869e9;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	width: 64px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	color: #f3f4ff;
	font-size: 36px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .whitepaper-label {
	color: #f3f4ff;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 100%;
	text-transform: uppercase;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .hof-thumb {
	opacity: 1;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-content.ow-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #f3f4ff;
	border: 2px solid #fff;
	border-radius: 0 0 8px 8px;
	border-top: none;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	gap: 8px;
	margin-top: -2px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 8px;
	pointer-events: none;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	width: 240px;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-title {
	width: 100%;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-title h5 {
	color: #0f2060;
	font-family: Aeonik VF, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-title h5 a {
	color: #0f2060;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-title h5 a:hover {
	color: #2869e9;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .tag-btn-wrap {
	margin-top: 0;
	width: 100%;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .tag-btn-wrap .ow-tag-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
	width: 100%;
}

.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .tag-btn-wrap .ow-tag-wrap .ow-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0f2060;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	color: #f3f4ff;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	padding: 4px 10px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls {
	-webkit-animation: slideUp .6s cubic-bezier(.4, 0, .2, 1) .3s both;
	animation: slideUp .6s cubic-bezier(.4, 0, .2, 1) .3s both;
	bottom: 50px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 100;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container, .media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper {
	background: #fff;
	border: 2px solid #f3f4ff;
	border-radius: 33px;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	padding: 13px 14px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper:hover {
	-webkit-box-shadow: 0 0 12px rgba(15, 32, 96, .25);
	box-shadow: 0 0 12px rgba(15, 32, 96, .25);
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper .dot {
	background: #0f2060;
	border-radius: 50%;
	cursor: pointer;
	height: 6px;
	position: relative;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	width: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper .dot:hover {
	background: #2869e9;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper .dot.dot-active {
	background: #2869e9;
	border-radius: 33px;
	height: 6px;
	overflow: hidden;
	width: 40px;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper .dot.dot-active:before {
	background: #2869e9;
	border-radius: 33px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .dots-wrapper .dot.dot-active.animating:before {
	-webkit-animation: progressBar var(--slide-duration, 5s) linear forwards;
	animation: progressBar var(--slide-duration, 5s) linear forwards;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .play-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 2px solid #f3f4ff;
	border-radius: 32px;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	cursor: pointer;
	height: 32px;
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 32px;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .play-btn:hover {
	-webkit-box-shadow: 0 0 12px rgba(15, 32, 96, .25);
	box-shadow: 0 0 12px rgba(15, 32, 96, .25);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .play-btn svg {
	display: block;
	height: 12px;
	width: 10px;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .play-btn svg path, .media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .play-btn svg rect {
	fill: #0f2060 !important;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .nav-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 2px solid #f3f4ff;
	border-radius: 32px;
	-webkit-box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	box-shadow: 0 0 8px rgba(15, 32, 96, .15);
	cursor: pointer;
	height: 32px;
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 32px;
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .nav-btn:hover {
	-webkit-box-shadow: 0 0 12px rgba(15, 32, 96, .25);
	box-shadow: 0 0 12px rgba(15, 32, 96, .25);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.media-carousel-section .shmg-wrap .ow-row-container .media-controls .controls-container .nav-btn svg {
	display: block;
	height: 22px;
	stroke: #0f2060;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.5;
	width: 20px;
}

@-webkit-keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(20px);
		transform: translateX(-50%) translateY(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-50%) translateY(20px);
		transform: translateX(-50%) translateY(20px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}

@-webkit-keyframes progressBar {
	0% {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

@keyframes progressBar {
	0% {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.shmg-wrap .ow-row-container {
		min-height: 520px;
	}
	
	.shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-plus {
		font-size: 30px;
		height: 54px;
		width: 54px;
	}
	
	.shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-label {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.media-carousel-section .shmg-wrap {
		overflow: visible;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container {
		min-height: auto;
		overflow: visible;
		padding: 1.5rem 1rem 2.5rem;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .grid-container.ow-row {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		gap: 1rem;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .grid-container.ow-row::-webkit-scrollbar {
		display: none;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .grid-container.ow-row {
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
		will-change: auto;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col {
		scroll-snap-align: start;
		-webkit-transform: none;
		transform: none;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-content.ow-item-content {
		max-height: 200px;
		opacity: 1;
		pointer-events: auto;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img:before {
		opacity: 1;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img .whitepaper-overlay-content {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .media-controls {
		display: none !important;
	}
}

@media (max-width:640px) {
	.shmg-wrap .ow-row-container {
		min-height: 470px;
	}
	
	.shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-plus {
		font-size: 22px;
		height: 42px;
		width: 42px;
	}
	
	.shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-label {
		font-size: 10px;
	}
}

@media (max-width:480px) {
	.media-carousel-section {
		padding: 5rem 0 4rem !important;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container {
		min-height: 440px;
		padding: 1.5rem 0 2.5rem .5rem;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .grid-container.ow-row {
		overflow-x: auto !important;
		overflow-y: visible !important;
		-webkit-overflow-scrolling: touch;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		-ms-touch-action: pan-x;
		touch-action: pan-x;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-plus {
		font-size: 18px;
		height: 36px;
		width: 36px;
	}
	
	.media-carousel-section .shmg-wrap .ow-row-container .hof-col.ow-col .hof-video.ow-img.is-whitepaper .whitepaper-label {
		font-size: 9px;
	}
}
