.d_landingPage2Videos {
	background: #fff;
	padding: 60px 2rem 70px 2rem;
}

.d_landingPage2Videos_title {
	color: #212121;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 45px 0;
	text-align: center;	
}

.d_landingPage2Videos_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_landingPage2Videos_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_landingPage2Videos_videoLoader.active {
	display: flex;
}

.d_landingPage2Videos_video {
	position: relative;
	margin: -10px auto 20px auto;
	background: #000;
}

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

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

.d_landingPage2Videos_video .plyr--video > button.plyr__control[data-plyr="play"] {
	display: none !important;
}

@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_landingPage2Videos_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_landingPage2Videos_overlayIcon img {
	text-align: center;
	width: 32px;
	height: 32px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(79deg) brightness(103%) contrast(101%);
}

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

.d_landingPage2Videos_overlay.active {
	display: flex;
}

.d_landingPage2Videos_items {
	grid-auto-columns: 1fr;
	display: grid;
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}

.d_landingPage2Videos_item {
	width: 100%;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	aspect-ratio: 9 / 16;
	cursor: pointer;
}

.d_landingPage2Videos_img {
	display: inline-block;
	z-index: 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.d_landingPage2Videos_cover {
	display: flex;
	justify-content: center;
	z-index: 6;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.d_landingPage2Videos_coverInner {
	z-index: 6;
	width: 3em;
	height: 3em;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: 3px solid #fff;
	border-radius: 100vw;
	justify-content: center;
	align-items: center;
	display: flex;	
}

.d_landingPage2Videos_coverInner svg {
	width: 30%;
	height: 30%;
	color: #fff;
	line-height: 1;
}

.d_landingPage2Videos_text {
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	padding: 10px 5px;
	z-index: 6;
	color: #fff;
	right: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	font-size: 11px;
}

/*.d_landingPage2Videos_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.25));
}
*/

.d_landingPage2Videos_modal {
	z-index: 2147483647;
	opacity: 0;
	background-color: #fff;
	transition: opacity .2s;
	display: flex;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	pointer-events: none;
}

.d_landingPage2Videos_modal.active {
	pointer-events: all;
	opacity: 1;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, .42);
	justify-content: center;
	align-items: center;
 }

 .d_landingPage2Videos_modalContainer {
	max-width: 360px;
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	aspect-ratio: 9 / 16;
	max-height: 80vh;
	margin-top: -10vh;
 }

.d_landingPage2Videos_modalVideo {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	/*background: #000!important;*/
	overflow: hidden;
}

.d_landingPage2Videos_modalVideo .plyr--video {
	width: 100%;
	height: 100%;
}

.d_landingPage2Videos_modalVideo video {
	display: none;
}

.d_landingPage2Videos_modal.active video {
	display: block;
}

.d_landingPage2Videos_modalVideo .plyr__video-wrapper {
	height: auto;
}

.d_landingPage2Videos_modalClose {
	top: auto;
	bottom: -4rem;
	left: auto;
	right: auto;
	z-index: 888;
	width: 3rem;
	height: 3rem;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	color: #010101;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
}

.d_landingPage2Videos_modalClose svg {
	width: 1.5rem;
	height: 1.5rem;	
}

@media (min-width: 576px) {
	.d_landingPage2Videos_modalClose {
		top: 2rem;
		bottom: auto;
		left: auto;
		right: 2rem;
	}	
}

@media (min-width: 768px) {
	.d_landingPage2Videos_items {
		grid-column-gap: 0.5rem;
		grid-row-gap: 0.5rem;
		grid-template-rows: auto;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		max-width: 64rem;
		margin: 0 auto;
	}

	.d_landingPage2Videos_modalContainer {
		max-height: initial;
		margin-top: initial;
	}
}

@media (min-width: 992px) {
	.d_landingPage2Videos {
		padding-top: 80px;
		padding-bottom: 110px;
	}

	.d_landingPage2Videos_video {
		max-width: 64rem;
		margin: 0 auto 25px auto;
		overflow: hidden;
	}

	.d_landingPage2Videos_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 auto 60px auto;
		max-width: 1024px;
	}

	.d_landingPage2Videos_text {
		font-size: 14px;
		padding: 10px 10px 16px 10px;
	}

}
