.desktop-show {
	display: none;
}

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

.d_landingPage1Top {
	background: #212121;
	color: #FFF;
	padding: 0 20px 20px 20px;
}

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

.d_landingPage1Top_logo img {
	width: 100px;
}

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

.d_landingPage1Top_title strong {
	font-weight: 800;
}

.d_landingPage1Top_title span {
	display: none;
}

.d_landingPage1Top_text {
	font-size: 16px;
	margin-top: 25px;
}

.d_landingPage1Logo {
	padding: 60px 20px;
	text-align: center;
	color: #414141;
}

.d_landingPage1Logo_title {
	font-size: 18px;
	margin: 0 0 50px 0;
	font-weight: 400;
}

.d_landingPage1Logo_item {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.d_landingPage1Logo_item:not(:last-of-type) {
	margin-bottom: 25px;
}

.d_landingPage1Artists {
	padding: 60px 20px;
	background: rgba(244, 244, 244, 0.7);
	text-align: center;
}

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

.d_landingPage1Artists_img {
	margin-bottom: 15px;
}

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

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

.d_landingPage1Artists_text {
	font-style: italic;
}

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

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

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

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

.d_landingPage1Features_item:last-of-type .d_landingPage1Features_text {
	margin-bottom: 20px;
}

.d_landingPage1Features_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_landingPage1Features_item {
	display: flex;
}

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

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

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

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

.d_landingPage1Watch_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_landingPage1Watch_video, .d_landingPage1See_video {
	position: relative;
}

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

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

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

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

.d_landingPage1Watch_text {
	text-align: center;
	margin: 0 auto 40px auto;
	max-width: 480px;
}

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

.d_landingPage1Reviews_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_landingPage1Reviews_rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.d_landingPage1Reviews_stars {
	display: flex;
}

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

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

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

.d_landingPage1Reviews_container {
	position: relative;
}

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

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

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

.d_landingPage1Reviews_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_landingPage1Reviews_btnNav:hover:not(.disabled) {
	transform: scale(1.1);
}

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

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

.d_landingPage1Reviews_btnLeft {
	margin-right: 15px;
}

.d_landingPage1Reviews_btnRight {
	margin-left: 15px;
}

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

.d_landingPage1Reviews_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_landingPage1Reviews_item {
	object-fit: contain;
	padding: 0 5px;
}

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

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

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

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

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

.d_landingPage1Books_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_landingPage1Books_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_landingPage1Books_img {
	transition: all .3s ease-in-out;
}

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

.d_landingPage1Books_item:hover .d_landingPage1Books_img {
	opacity: 0.8;
}

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

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

.d_landingPage1About_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_landingPage1About_subtitle {
	font-weight: 700;
	font-size: 18px;
	color: #ee7105;
}

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

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

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

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

.d_landingPage1About_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_landingPage1About_icon:hover {
	opacity: 0.7;
}

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

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

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

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

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

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

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

.d_landingPage1ScrollUp {
	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_landingPage1ScrollUp.active {
	bottom: 10px;
}

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

.d_landingPage1ScrollUp::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_landingPage1ScrollUp_text {
	margin-top: 5px;
	font-size: 12px;
	color: grey;
}

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

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

	.desktop-show {
		display: block;
	}

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

	.d_landingPage1Top_left {
		width: 50%;
	}

	.d_landingPage1Top_img {
		width: calc(50% - 20px);
		margin-left: 20px;
	}

	.d_landingPage1Top_title {
		text-align: left;
	}

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

	.d_landingPage1Reviews_item {
		max-width: 50%;
	}

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

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

	.d_landingPage1See_flex {
		display: flex;
	}

	.d_landingPage1See_left, .d_landingPage1See_video {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.d_landingPage1Top_logo {
		text-align: left;
	}

	.d_landingPage1Top_logo img {
		width: 130px;
	}

	.d_landingPage1Top_title {
		font-size: 42px;
		line-height: 1.35;
	}

	.d_landingPage1Top_title span {
		display: inline;
	}

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

	.d_landingPage1Top_text {
		line-height: 1.65;
		font-size: 18px;
	}

	.d_landingPage1Top {
		padding: 0 40px;
	}

	.d_landingPage1Logo_item {
		max-width: 180px;
		max-height: 85px;
	}

	.d_landingPage1Logo, .d_landingPage1Artists, .d_landingPage1Features, .d_landingPage1Reviews, .d_landingPage1See, .d_landingPage1Books, .d_landingPage1About {
		padding: 80px 40px;
	}

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

	.d_landingPage1Logo_title {
		font-size: 24px;
		margin: 0 0 40px;
	}

	.d_landingPage1Logo_item:not(:last-of-type) {
		margin-bottom: 0;
	}

	.d_landingPage1Artists_title, .d_landingPage1Features_title, .d_landingPage1See_title, .d_landingPage1Books_title, .d_landingPage1About_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 0 50px 0;
	}

	.d_landingPage1Watch_title, .d_landingPage1Reviews_title {
		font-size: 36px;
		line-height: 1.364;
		margin: 0 0 20px 0;
	}

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

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

	.d_landingPage1Artists_followers {
		font-size: 22px;
	}

	.d_landingPage1Artists_img {
		width: 283px;
		height: 287px;
	}

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

	.d_landingPage1Features_subtitle {
		font-size: 24px;
	}

	.d_landingPage1Watch_video {
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}

	.d_landingPage1Reviews_rating {
		margin-bottom: 50px;
	}

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

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

	.d_landingPage1Books_item {
		width: 50%;
	}

	.d_landingPage1Books_item:first-child {
		margin-bottom: 0;
	}

	.d_landingPage1About_flex {
		display: flex;
	}

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

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

	.d_landingPage1About_subtitle {
		font-size: 34px;
	}

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

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

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

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

	.d_landingPage1About_icons {
		margin-top: 0;
	}

	.d_landingPage1Books_item:last-of-type img {
		max-height: 450px;
	}

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

	.d_landingPage1ScrollUp.active {
		bottom: 20px;
	}

	.d_landingPage1ScrollUp_text {
		font-size: 14px;
	}
}

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

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

	.d_landingPage1Artists_item {
		width: 33.3%;
	}

	.d_landingPage1Features_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.d_landingPage1Features_item {
		padding: 0 30px;
		max-width: 33.3%;
		margin-bottom: 50px !important;
	}

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

	.d_landingPage1Features_subtitle {
		font-weight: 600;
	}

	.d_landingPage1Features_icon img {
		width: 34px;
	}

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

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

	.d_landingPage1About_left {
		font-size: 18px;
	}

	.d_landingPage1Artists, .d_landingPage1Reviews, .d_landingPage1See, .d_landingPage1Books, .d_landingPage1About {
		padding: 80px 60px;
	}

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

	.d_landingPage1Logo {
		padding: 60px;
	}

	.d_landingPage1See_flex, .d_landingPage1About_flex {
		max-width: 1200px;
		margin: 0 auto;
	}

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

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

	.d_landingPage1Reviews_rate {
		font-size: 46px;
		margin-right: 15px;
	}

	.d_landingPage1Reviews_count {
		font-size: 16px;
	}

	.d_landingPage1Top_flex {
		margin-top: 20px;
	}

	.d_landingPage1Books_item {
		padding: 0 15px;
	}

	.d_landingPage1See_left {
		width: 45%;
	}

	.d_landingPage1See_video {
		width: 55%;
	}

	.d_landingPage1See_title {
		margin-bottom: 40px;
	}

	.d_landingPage1_container, .d_landingPage1Logo, .d_landingPage1Books {
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
	}
}