.desktop-show {
	display: none;
}

.d_landingPage2 {
	font-size: 16px;
	color: #000;
}

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

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

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

.d_landingPage2Top_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_landingPage2Top_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_landingPage2Top_videoLoader.active {
	display: flex;
}

.d_landingPage2Logo {
	padding: 5px 0 20px 0;
	text-align: center;
	color: #fff;
}

.d_landingPage2Logo_title {
	font-size: 16px;
	margin: 0 0 40px 0;
	font-weight: 400;
	color: #C8C8C8;
}

.d_landingPage2Logo_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.d_landingPage2Logo_item {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 0 15px;
	max-height: 80px;
}

.d_landingPage2Logo_item.marvel {
	opacity: 0.6;
}

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

.d_landingPage2_overlay.active {
	display: flex;
}

.d_landingPage2About {
	padding: 60px 20px;
	background: #f4f4f4;
}

.d_landingPage2About_title {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 35px 0;
	text-align: center;
}

.d_landingPage2About_subtitle {
	font-weight: 700;
	font-size: 18px;
	color: #ee7105;
}

.d_landingPage2About_list li {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}

.d_landingPage2About_left {
	margin: 30px 0 40px 0;
}

.d_landingPage2About_bottom a {
	color: #ee7105;
	text-decoration: underline;
}

.d_landingPage2About_bottom {
	color: #888888;
	text-align: center;
}

.d_landingPage2About_icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s;
	margin: 0 5px;
}

.d_landingPage2About_icon:hover {
	opacity: 0.7;
}

.d_landingPage2About_icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.d_landingPage2About_icon.fb-icon {
	background: #3e5b98;
}

.d_landingPage2About_icon.twitter-icon {
	background: #4ca7de;
}

.d_landingPage2About_icon.pinterest-icon {
	background: #c92619;
}

.d_landingPage2About_icon.inst-icon {
	background: #833ab4;
}

.d_landingPage2About_icon.yt-icon {
	background: #b9251d;
}

.d_landingPage2About_icons {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.d_landingPage2ScrollUp {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	right: 10px;
	bottom: -70px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.d_landingPage2ScrollUp.active {
	bottom: 10px;
}

.d_landingPage2ScrollUp_img {
	width: 40px;
	z-index: 1;
}

.d_landingPage2ScrollUp::after {
	content: "";
	display: block;
	border-radius: 50%;
	width: 25px;
	height: 35px;
	background: #fff;
	top: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.d_landingPage2ScrollUp_text {
	margin-top: 5px;
	font-size: 12px;
	color: grey;
}

.d_landingPage2About_left a {
	color: #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}

.d_landingPage2About_left a:hover {
	color: #ee7105;
	border-bottom: 1px solid #ee7105;
}

.d_video_container {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 20px;
}

.d_video_container.lazy-hidden {
	background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F%3E%3Csvg xmlns="http://www.w3.org/2000/svg" width="64px" height="64px" viewBox="0 0 128 128"%3E%3Crect x="0" y="0" width="100%25" height="100%25" fill="transparent" /%3E%3Cg%3E%3Cpath d="M64 128A64 64 0 0 1 18.34 19.16L21.16 22a60 60 0 1 0 52.8-17.17l.62-3.95A64 64 0 0 1 64 128z" fill="%23ee7105"/%3E%3CanimateTransform attributeName="transform"  attributeType="XML" type="rotate" from="0 64 64" to="360 64 64" dur="1.8s" repeatCount="indefinite"%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
	background-size: 50% 50%;
}

.d_video_container video {
	max-width: 100%;
	display: block;
	outline: 0;	
}

.d_video_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;	
}

.d_video_overlayInner {
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	margin: 10px 0 0 10px;
	padding: 5px 12px;
	max-width: 138px;	
}

.d_video_overlayInner svg {
	fill: white;
	width: 10px;
	height: 20px;
	margin-right: 9px;
	align-self: center;
	margin-bottom: initial;	
}

.d_video_muteText {
	color: white;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.02px;
	align-self: center;	
}

.d_boxCarousel_videoOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 1;
	pointer-events: auto;
}

.d_boxCarousel_videoOverlay ~ .plyr--video .plyr__control {
	display: none !important;
}

.d_boxCarousel_overlayInner {
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	margin: 10px 0 0 10px;
	padding: 5px 12px;
	max-width: 138px;	
}

.d_boxCarousel_overlayInner svg {
	fill: white;
	width: 10px;
	height: 20px;
	margin-right: 9px;
	align-self: center;
	margin-bottom: initial;	
}

.d_boxCarousel_muteText {
	color: white;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.02px;
	align-self: center;	
}

.d_artistTextImages_item .plyr__captions, .d_artistTextImages_item .plyr__caption {
	bottom: 10px;
	font-size: 14px;
}

.d_artistTextImages_item .plyr--video, .d_artistTextImages_item .plyr__video-wrapper {
	background: #fff;
}

.d_artistTextImages_item .plyr--video {
	pointer-events: auto;
}

@media (min-width: 576px) {
	.d_landingPage2Logo_item {
		max-width: 250px;
		display: block;
	}
}

@media (min-width: 768px) {
	.desktop-hide {
		display: none;
	}

	.desktop-show {
		display: block;
	}

	.d_landingPage2Logo_item {
		max-width: 200px;
	}
}

@media (min-width: 992px) {
	.d_landingPage2Form {
		max-width: 600px;
		margin: 15px auto 0 auto;
	}

	.d_landingPage2Logo_item {
		max-width: 180px;
		max-height: 85px;
		padding: 0;
	}

	.d_landingPage2About {
		padding: 80px 40px;
	}

	.d_landingPage2Logo_title {
		font-size: 20px;
		margin: 0 0 50px;
	}

	.d_landingPage2About_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 0 50px 0;
	}

	.d_landingPage2About_flex {
		display: flex;
	}

	.d_landingPage2About_left {
		width: 50%;
		margin: 0;
	}

	.d_landingPage2About_right {
		order: 1;
		width: calc(50% - 60px);
		margin-left: 60px;
	}

	.d_landingPage2About_subtitle {
		font-size: 34px;
	}

	.d_landingPage2About_list li {
		font-size: 22px;
	}

	.d_landingPage2About_bottom {
		margin-top: 80px;
		display: flex;
		align-items: center;
		line-height: 1.25;
	}

	.d_landingPage2About_bottom div {
		margin-right: 10px;
		padding-right: 13px;
	}

	.d_landingPage2About_copyright {
		border-right: 2px solid #888888;
	}

	.d_landingPage2About_icons {
		margin-top: 0;
	}

	.d_landingPage2ScrollUp {
		right: 30px;
		bottom: -80px;
	}

	.d_landingPage2ScrollUp.active {
		bottom: 20px;
	}

	.d_landingPage2ScrollUp_text {
		font-size: 14px;
	}

	.d_video_overlayInner { 
		max-width: 154px;
	}

	.d_video_overlayInner svg {
		width: 14px;
		height: 24px;		
	}

	.d_video_muteText {
		font-size: 14px;
	}

	.d_artistTextImages_item .plyr__captions, .d_artistTextImages_item .plyr__caption {
		bottom: 0;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.d_landingPage2 .plyr__control--overlaid {
		padding: 20px;
	}

	.d_landingPage2 .plyr__control svg {
		width: 23px;
		height: 23px;
	}

	.d_landingPage2About_list li {
		font-weight: 600;
		font-size: 34px;
	}

	.d_landingPage2About_left {
		font-size: 18px;
	}

	.d_landingPage2About {
		padding: 80px 60px;
	}

	.d_landingPage2Logo {
		padding: 20px 0 40px 0;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}

	.d_landingPage2About_flex {
		max-width: 1200px;
		margin: 0 auto;
	}

	.d_landingPage2About_bottom {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.d_landingPage2About_right {
		width: calc(50% - 80px);
		margin-left: 80px;
	}

	.d_landingPage2_container {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
	}
}