.desktop-show {
	display: none;
}

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

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

.d_landingPage2Top {
	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 20px 20px 20px;
}

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

.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_landingPage2Top input[type="email"], .d_landingPage2_form2 input[type="email"] {
	border-radius: 3px;
}

.d_landingPage2Top button[type="submit"], .d_landingPage2_form2 button[type="submit"] {
	border-radius: 3px;
	box-shadow: rgb(50 44 44 / 30%) 0px 3px 5px 0px, rgb(50 44 44 / 10%) 0px 0px 0px 0px inset;
}

.d_landingPage2Top_text br {
	display: none;
}

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

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

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

.d_landingPage2Top_title strong {
	font-weight: 800;
}

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

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

.d_landingPage2_unsub {
	color: #C8C8C8;
	text-align: center;
	margin: -40px 0 55px 0;
	font-size: 14px;
}

.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_landingPage2Artists {
	padding: 60px 20px;
	background: rgba(244, 244, 244, 0.7);
	text-align: center;
}

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

.d_landingPage2Artists_img {
	margin-bottom: 15px;
	max-width: 50%;
}

.d_landingPage2Artists_followers {
	color: #e64a19;
	font-size: 18px;
}

.d_landingPage2Artists_item:not(:last-of-type) {
	margin-bottom: 55px;
}

.d_landingPage2Artists_text {
	font-style: italic;
}

.d_landingPage2Artists_subtext {
	font-size: 20px;
	margin-top: 45px;
	color: #414141;
}

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

.d_landingPage2Desc2 {
	padding: 60px 20px;
	background: #fff;
}

.d_landingPage2Features {
	padding: 60px 20px 40px 20px;
}

.d_landingPage2Features_item:not(:last-of-type) {
	margin-bottom: 20px;
}

.d_landingPage2Features_item:not(:last-of-type) .d_landingPage2Features_text {
	margin-bottom: 30px;
}

.d_landingPage2Features_item:last-of-type .d_landingPage2Features_text {
	margin-bottom: 20px;
}

.d_landingPage2Features_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_landingPage2Features_item {
	display: flex;
}

.d_landingPage2Features_subtitle {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35;
}

.d_landingPage2Features_icon {
	flex-shrink: 0;
	margin-right: 12px;
}

.d_landingPage2Features_icon img {
	width: 28px;
	filter: invert(60%) sepia(49%) saturate(4472%) hue-rotate(104deg) brightness(103%) contrast(102%);
	padding-top: 1px;
}

.d_landingPage2Watch {
	padding: 60px 20px 70px 20px;
	background: #fff;
}

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

.d_landingPage2See_video {
	position: relative;
}

.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_landingPage2Watch_text {
	text-align: center;
	margin: 0 auto 40px auto;
	max-width: 480px;
}

.d_landingPage2Reviews {
	padding: 60px 20px;
	background: #000;
	color: #fff;
}

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

.d_landingPage2Reviews_rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.d_landingPage2Reviews_stars {
	display: flex;
}

.d_landingPage2Reviews_star {
	width: 24px;
	margin-right: 4px;
}

.d_landingPage2Reviews_rate {
	font-size: 42px;
	font-weight: 600;
	margin-right: 18px;
}

.d_landingPage2Reviews_count {
	font-size: 14px;
	margin-top: -7px;
	width: 100%;
	text-align: center;
}

.d_landingPage2Reviews_container {
	position: relative;
}

.d_landingPage2Reviews_slider {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	touch-action: pan-y;
}

.d_landingPage2Reviews_inner {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	justify-content: flex-start;
	transition: 0.6s;
}

.d_landingPage2Reviews_navigation {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.d_landingPage2Reviews_btnNav {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	transition: all .2s ease-in-out;
	z-index: 99;
	outline: 0;
	font-size: 13px;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	background: white;
	color: #5e5e5e;
	cursor: pointer;
}

.d_landingPage2Reviews_btnNav:hover:not(.disabled) {
	transform: scale(1.1);
}

.d_landingPage2Reviews_btnNav.disabled {
	background: rgba(255,255,255,.5);
}

.d_landingPage2Reviews_btnNav img {
	width: 10px;
	height: 10px;
	align-self: center;
}

.d_landingPage2Reviews_btnLeft {
	margin-right: 15px;
}

.d_landingPage2Reviews_btnRight {
	margin-left: 15px;
}

.d_landingPage2Reviews_btnRight img {
	transform: rotate(180deg);
}

.d_landingPage2Reviews_navigation .d_shared_paginate {
	width: auto;
	top: initial;
	position: static;
}

.d_bigSlider_paginate {
	display: flex;
	justify-content: center;
}

.d_bigSlider_paginateOneItem {
	align-self: center;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background-color: black;
	opacity: 0.6;
	cursor: pointer;
	margin: 0 3px 0 0;
}

.d_bigSlider_paginate.white .d_bigSlider_paginateOneItem {
	background-color: white;
}

.d_bigSlider_paginateOneItem:last-child {
	margin: 0;
}

.d_bigSlider_paginateOneItem:nth-child(1) {
	width: 10px;
	height: 10px;
}

.d_bigSlider_paginateOneItem:nth-child(2) {
	width: 11px;
	height: 11px;
}

.d_bigSlider_paginateOneItem:nth-child(3) {
	width: 14px;
	height: 14px;
}

.d_bigSlider_paginateOneItem:nth-child(4) {
	width: 15px;
	height: 15px;
}

.d_bigSlider_paginateOneItem:nth-child(6) {
	width: 19px;
	height: 19px;
}

.d_shared_activeSlide {
	opacity: 1;
}

.d_bigSlider_paginate.dynamic {
	width: 124px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
	margin-top: 5px;
}

.d_bigSlider_paginate.dynamic .d_bigSlider_paginateOneItem {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	left: 40px;
	transition: .2s transform, .2s left;
}

.d_bigSlider_paginate.dynamic .d_bigSlider_paginateOneItem.d_shared_activeSlide {
	transform: scale(1.5);
	margin: 0 10px;
}

.d_landingPage2Reviews_item {
	object-fit: contain;
	padding: 0 5px;
}

.d_landingPage2See {
	padding: 60px 20px;
	background: #000;
	color: #fff;
}

.d_landingPage2See_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_landingPage2See_title span {
	display: none;
}

.d_landingPage2See_list {
	margin: 27px 0 0 0;
}

.d_landingPage2See_list li:not(:last-of-type) {
	margin-bottom: 10px;
}

.d_landingPage2Books {
	padding: 60px 20px 65px 20px;
}

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

.d_landingPage2Books_btn {
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 12px 40px;
	display: block;
	margin: 25px auto 0 auto;
	font-weight: 500;
	max-width: 270px;
	white-space: nowrap;
}

.d_landingPage2Books_img {
	transition: all .3s ease-in-out;
}

.d_landingPage2Books_item {
	display: block;
	text-align: center;
}

.d_landingPage2Books_item:hover .d_landingPage2Books_img {
	opacity: 0.8;
}

.d_landingPage2Books_item:first-child {
	margin-bottom: 80px;
}

.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_landingPage2Desc_text ul {
	list-style: none;
	margin: 20px 0 25px 0;
}

.d_landingPage2Desc_text ul li {
	margin-bottom: 5px;
}

.d_landingPage2Desc_text p:last-of-type {
	margin-bottom: 0;
}

.d_landingPage2Desc_image2 {
	margin-top: 40px;
}

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

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

.d_landingPage2_form2 {
	padding: 60px 20px;
	background: #eee;
}

.d_landingPage2_form2 .d_landingPage2Top_text {
	margin-top: 0;
	font-weight: 600;
}

.d_landingPage2_form2 .d_landingPage2_unsub {
	margin: -40px 0 0 0;
	color: #7e7e7e;
}

.d_landingPage2Meet {
	padding: 25px 20px 70px 20px;
}

.d_landingPage2Meet_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_landingPage2Meet_image img {
	display: block;
	margin: 25px auto 0 auto;
	max-height: 350px;
}

.d_landingPage2Meet_subtitle {
	margin-top: 55px;
}

.d_landingPage2Meet_item:first-of-type .d_landingPage2Meet_subtitle {
	margin-top: 45px;
}

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

	.d_landingPage2Top_title br {
		display: none;
	}

	.d_landingPage2Top_text br {
		display: block;
	}
}

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

	.desktop-show {
		display: block;
	}

	.d_landingPage2Top_text {
		margin-bottom: 0;
	}

	.d_landingPage2Top_flex {
		margin-top: 40px;
	}

	.d_landingPage2Logo_item {
		max-width: 200px;
	}

	.d_landingPage2Reviews_item {
		max-width: 50%;
	}

	.d_landingPage2See_title {
		display: flex;
		align-items: center;
	}

	.d_landingPage2See_title span {
		display: block;
		font-size: 32px;
		margin-left: 7px;
		font-weight: 500;
	}

	.d_landingPage2See_flex {
		display: flex;
	}

	.d_landingPage2See_left, .d_landingPage2See_video {
		width: 50%;
	}

	.d_landingPage2Watch_image, .d_landingPage2Desc_image {
		max-width: 1350px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.d_landingPage2_unsub {
		margin: -35px 0 60px 0;
		font-size: 16px;
	}

	.d_landingPage2Desc_text {
		font-size: 18px;
		margin: 25px auto 0 auto;
	}
}

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

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

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

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

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

	.d_landingPage2Top {
		padding: 0 40px 15px 40px;
	}

	.d_landingPage2Top_flex {
		margin-top: 60px;
	}

	.d_landingPage2Form {
		max-width: 600px;
		margin: 15px auto 0 auto;
	}

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

	.d_landingPage2Artists, .d_landingPage2Features, .d_landingPage2Reviews, .d_landingPage2Books, .d_landingPage2About {
		padding: 80px 40px;
	}

	.d_landingPage2See, {
		padding: 80px 60px 100px 60px;
	}

	.d_landingPage2Watch, .d_landingPage2Desc {
		padding: 80px 40px 100px 40px;
	}

	.d_landingPage2Desc2 {
		padding: 70px 40px 100px 40px;
	}

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

	.d_landingPage2Artists_title, .d_landingPage2Features_title, .d_landingPage2See_title, .d_landingPage2Books_title, .d_landingPage2About_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 0 50px 0;
	}

	.d_landingPage2Watch_title, .d_landingPage2Desc_title, .d_landingPage2Reviews_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 0 20px 0;
	}

	.d_landingPage2Artists_flex {
		display: flex;
		flex-wrap: wrap;
	}

	.d_landingPage2Artists_item {
		width: 50%;
		padding: 0 20px;
		font-size: 20px;
	}

	.d_landingPage2Artists_followers {
		font-size: 22px;
	}

	.d_landingPage2Artists_img {
		width: 283px;
		height: 287px;
		max-width: 100%;
	}

	.d_landingPage2Artists_subtext {
		font-size: 36px;
		margin-top: 15px;
	}

	.d_landingPage2Features_subtitle {
		font-size: 20px;
		font-weight: 400;
	}

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

	.d_landingPage2Reviews_rating {
		margin-bottom: 50px;
	}

	.d_landingPage2See_title span {
		font-size: 50px;
		margin-left: 10px;
	}

	.d_landingPage2Books_flex {
		display: flex;
		align-items: flex-end;
	}

	.d_landingPage2Books_item {
		width: 50%;
	}

	.d_landingPage2Books_item:first-child {
		margin-bottom: 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_landingPage2Books_item:last-of-type img {
		max-height: 450px;
	}

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

	.d_landingPage2ScrollUp.active {
		bottom: 20px;
	}

	.d_landingPage2ScrollUp_text {
		font-size: 14px;
	}

	.d_landingPage2Top input[type="email"], .d_landingPage2_form2 input[type="email"] {
		height: 72px !important;
	}

	.d_landingPage2Top button[type="submit"], .d_landingPage2_form2 button[type="submit"] {
		height: 70px;
	}

	.d_landingPage2Desc_title {
		margin: 10px 0 40px 0;
	}

	.d_landingPage2Desc_text {
		line-height: 1.65;
		font-size: 24px;
		max-width: 700px;
		margin: 30px auto 0 auto;
	}

	.d_landingPage2Desc_image2 {
		margin-top: 60px;
	}

	.d_landingPage2Features_icon img {
		margin-top: -4px;
	}

	.d_landingPage2See_video {
		align-self: center;
	}

	.d_landingPage2See_list {
		font-size: 20px;
	}

	.d_landingPage2_form2 {
		padding: 90px 40px;
	}

	.d_landingPage2_form2 .d_landingPage2Top_text {
		color: #000;
	}

	.d_landingPage2Meet {
		padding: 80px 40px 100px 40px;
	}

	.d_landingPage2Meet_title {
		font-size: 36px;
		line-height: 1.364;
		margin-bottom: 60px;
	}

	.d_landingPage2Meet_left {
		font-size: 24px;
	}

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

	.d_landingPage2Meet_item {
		display: flex;
		align-items: center;
	}

	.d_landingPage2Meet_image {
		width: 70%;
		margin-left: 80px;
	}

	.d_landingPage2Meet_image img {
		margin: 0;
		max-height: 450px;
		object-fit: contain;
		min-width: 400px;
	}

	.d_landingPage2Meet_item:not(:last-of-type) {
		margin-bottom: 130px;
	}

	.d_landingPage2Meet_item:nth-child(even) .d_landingPage2Meet_image {
		order: -1;
		margin-left: 0;
		margin-right: 80px;
	}
}

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

	.d_landingPage2 .plyr__control--overlaid {
		padding: 20px;
	}

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

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

	.d_landingPage2Artists_item {
		width: 33.3%;
	}

	.d_landingPage2Top_flex {
		margin-top: 80px;
	}

	.d_landingPage2Features_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 35px 0;
	}

	.d_landingPage2Features_item {
		padding: 0 35px;
		max-width: 50%;
		width: 50%;
		margin-bottom: 50px !important;
	}

	.d_landingPage2Features_item:not(:last-of-type), .d_landingPage2Features_item .d_landingPage2Features_text, .d_landingPage2Features_item:last-of-type .d_landingPage2Features_text {
		margin-bottom: 0;
	}

	.d_landingPage2Features_icon img {
		width: 34px;
	}

	.d_landingPage2Reviews_item {
		max-width: 33.3%;
		padding: 0 15px;
	}

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

	.d_landingPage2About_left {
		font-size: 18px;
	}

	.d_landingPage2Artists, .d_landingPage2Reviews, .d_landingPage2See, .d_landingPage2Books, .d_landingPage2About {
		padding: 80px 60px;
	}

	.d_landingPage2Features {
		padding: 80px 60px 13px 60px;
	}

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

	.d_landingPage2See_flex, .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_landingPage2Reviews_rate {
		font-size: 46px;
		margin-right: 15px;
	}

	.d_landingPage2Reviews_count {
		font-size: 16px;
	}

	.d_landingPage2Books_item {
		padding: 0 15px;
	}

	.d_landingPage2See_left {
		width: 45%;
	}

	.d_landingPage2See_video {
		width: 55%;
	}

	.d_landingPage2See_title {
		margin-bottom: 40px;
	}

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

	.d_landingPage2Watch_text {
		font-size: 20px;
		max-width: 560px;
		margin: 0 auto 20px auto;
	}

	.d_landingPage2Watch_title {
		margin: 20px 0 20px 0;
	}

	.d_landingPage2Desc_subtitle {
		margin-top: 35px;
	}
}