.d_videoCTA {
	background: radial-gradient(circle,#898989 0,#898989 4%,#4b4b4b 86%,#3f3f3f 100%),radial-gradient(circle,#898989 11%,hsla(0,0%,53.7%,.675508) 55%,rgba(75,75,75,.274947) 77%,rgba(63,63,63,0) 100%);
	color: #FFF;
	padding: 0 0px 20px 0px;
}

.d_videoCTA_container > * {
	padding-left: 20px;
	padding-right: 20px;
}

.d_videoCTA_flex {
	padding: 0 15px;
}

.d_videoCTA_videoLoader {
	align-items: center;
	justify-content: center;
	background: black;
	z-index: 3;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
}

.d_videoCTA_videoLoader span {
	height: 80px;
	width: 80px;
	margin: 0;
	border: 2px solid rgba(238,113,5,0.45);
	border-top: 2px solid rgb(238,113,5);
	border-radius: 50%;
	animation: rotate-loader 1s infinite linear;
	display: block;
}

.d_videoCTA_videoLoader.active {
	display: flex;
}

.d_videoCTA_text br {
	display: none;
}

.d_videoCTA_logo {
	padding-top: 20px;
	text-align: center;
}

.d_videoCTA_logo img {
	width: 75px;
	opacity: 0.7;
}

.d_videoCTA_title {
	font-weight: 600;
	font-size: 36px;
	line-height: 1.28;
	text-align: center;
	margin: 20px 0 30px 0;
}

.d_videoCTA_title strong {
	font-weight: 800;
}

.d_videoCTA_text {
	font-size: 16px;
	margin-top: 25px;
	text-align: center;
	font-weight: normal;
	margin-bottom: -10px;
}

.d_videoCTA_textTop {
	margin-top: 0;
	margin-bottom: 0;
}

.d_videoCTA_video {
	position: relative;
	margin: 25px auto 10px auto;
}

.d_videoCTA_submit {
	justify-content: center;
	align-items: center;
	padding: 16px 10px;
	width: 100%;
	border: none;
	outline: none;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: rgb(50 44 44 / 30%) 0px 3px 5px 0px, rgb(50 44 44 / 10%) 0px 0px 0px 0px inset;
	max-width: 600px;
	margin: 25px auto 0 auto;
	display: flex;
}

.d_videoCTA .plyr--video, .d_videoCTA .plyr__video-wrapper {
	background: transparent;
}

video.d_videoCTA_player {
	width: 100%;
	max-width: 100%;
}

@keyframes rotate-loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes pulseicon {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.d_videoCTA_overlayIcon {
	height: 75px;
	width: 75px;
	animation: pulseicon .7s alternate ease-in-out infinite;
	transition: all .2s ease-in-out;
	border: 2px solid #FFF;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	padding: 21px 0 0 7px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.d_videoCTA_overlayIcon img {
	text-align: center;
	width: 32px;
	height: 32px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(79deg) brightness(103%) contrast(101%);
}

.d_videoCTA_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: transparent;
	display: none;
	justify-content: center;
	align-items: center;
}

.d_videoCTA_overlay.active {
	display: flex;
}

.d_videoCTA_unsub {
	color: #C8C8C8;
	text-align: center;
	font-size: 14px;
	margin: 7px 0 0 0;
	color: #7e7e7e;
	display: flex;
	justify-content: center;
	align-items: center;
}

.d_videoCTA_unsub svg {
	margin-right: 7px;
	width: 24px;
	height: 24px;
}

@media (min-width: 576px) {
	.d_videoCTA_title br {
		display: none;
	}

	.d_videoCTA_text br {
		display: block;
	}
}

@media (min-width: 768px) { 
	.d_videoCTA_unsub {
		margin: 10px 0 0 0;
		font-size: 16px;		
	}

	.d_videoCTA_text {
		margin-bottom: 0;
		margin-top: 0;
	}

	.d_videoCTA_flex {
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.d_videoCTA_logo {
		padding-top: 30px;
	}

	.d_videoCTA_logo img {
		width: 130px;
		opacity: 1;
	}

	.d_videoCTA_container > * {
		padding-left: 0;
		padding-right: 0;
	}

	.d_videoCTA_title {
		font-size: 56px !important;
		line-height: 1.35;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px !important;
		text-transform: uppercase;
		font-weight: 700 !important;
	}

	.d_videoCTA_text {
		line-height: 1.65;
		font-size: 24px;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
		color: #C8C8C8;
	}

	.d_videoCTA_textTop {
		font-size: 24px !important;
	}

	.d_videoCTA_text2 {
		margin-top: 45px;
		color: #fff;
		margin-bottom: -20px;
		font-weight: 700;
	}

	.d_videoCTA {
		padding: 0 40px 60px 40px;
	}

	.d_videoCTA_flex {
		margin-top: 60px;
	}

	.d_videoCTA_video {
		max-width: 1000px;
		margin: 45px auto 15px auto;
		overflow: hidden;
	}

	.d_videoCTA_submit {
		height: 70px;
		margin-top: 35px;
	}
}

@media (min-width: 1200px) {
	.d_videoCTA {
		padding: 0 60px 60px 60px;
	}

	.d_videoCTA_logo img {
		margin-bottom: -15px;
	}

	.d_videoCTA_flex {
		margin-top: 80px;
	}
}