@charset "UTF-8";
/*@import url("https://use.typekit.net/can8ujx.css");*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: 'N27';
	src: url(../fonts/n27-regular-webfont.ttf);
}

body {
	background-color: #000;
	font-family: "Playfair Display", serif;
	font-size: medium;
	color: #FFF;
	overflow: hidden;
}

.mobile {
	display: none;
}
.nomobile {
	display: block;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #CCC;
}

p {
	margin-top: 10px;
	font-family: "Playfair Display", serif;
}

img {
	width: 100%;
	height: auto;
}

.skip-link {
	position: fixed;
	top: -200px;
}

.clear {
	clear: both;
}

#wait {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background-color: #000;
	opacity: 1;
	z-index: 10000;
	top: 0;
	left: 0;
}
.wait2 {
	
}

.language-select {
	position: absolute;
	width: 444px;
	top: calc(50dvh - 240px);
	left: calc(50% - 228px);
	font-family: 'N27', serif;
	font-size: 16px;
	color: #cbbc96;
	text-align: center;
	display: none;
	opacity: 1;
}
.lang {
	font-size: 14px;
	color: #cbbc96;
	opacity: 1;
}
.lang:hover {
	text-decoration: underline;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
	font-weight: 700;
}
.wait-logo {
	position: absolute;
	width: 198px;
	top: calc(50dvh - 180px);
	left: calc(50% - 99px);
	display: none;
	opacity: 1;
}
.pre-title {
	position: absolute;
	width: 444px;
	top: calc(50dvh - 240px);
	left: calc(50% - 228px);
	font-family: 'N27', serif;
	font-size: 22px;
	color: #cbbc96;
	text-align: center;
}
.pre-wait-logo {
	position: absolute;
	width: 198px;
	top: calc(50dvh - 180px);
	left: calc(50% - 99px);
}
.pre-load {
	position: absolute;
	width: 460px;
	top: calc(50dvh + 40px);
	left: calc(50% - 230px);
	font-family: 'N27', 'Verdana', serif;
	font-size: 50px;
	color: #b4a785;
	text-align: center;
	letter-spacing: 1px;
}
.load {
	position: absolute;
	width: 360px;
	top: calc(50dvh + 40px);
	left: calc(50% - 180px);
	font-family: 'N27', 'Verdana', serif;
	font-size: 50px;
	color: #b4a785;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	display: none;
	opacity: 1;
}
.load:hover {
	animation-name: loadAnimation;
	animation-fill-mode: forwards;
	animation-duration: 0.3s;
	color: #cbbc96;
}
@keyframes loadAnimation {
	0%   {left: calc(50% - 180px);}
	33% {left: calc(50% - 178px);}
	66% {left: calc(50% - 182px);}
	100% {left: calc(50% - 180px);}
}
.wait-animation {
	width: 90px;
	height: 90px;
	padding-top: calc(50dvh - 45px);
	margin: 0 auto;
}

.preload {
	position: absolute;
	top: -20px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.audio-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: #b4a785;
	z-index: 1000;
	display: none;
}
.audio-background {
	display: none;
}

#container-frame {
	height: 100dvh;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
}
#container2 {
	height: 100%;
	overflow: hidden;
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
.video-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.video-container video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
/*#video-transition {
	z-index: 5;
	display: none;
}
#video-transition1 {
	z-index: 5;
	display: none;
}*/
#video-transition3 {
	z-index: 5;
	display: none;
}

.mainscreen {
	background-image: url('../images/background_questions.jpg');
	background-size: cover;
	background-position: center;
	height: 100dvh;
	overflow: hidden;
	display: none;
}

.spotify-logo {
	position: absolute;
	right: 50px;
	bottom: 30px;
	width: 90px;
	z-index: 12;
	display: none;
}
.load-logo {
	bottom: 30px;
}
.bold-font {
	font-weight: 700;
}

.button-container {
	width: 280px;
	margin: 0 auto;
}
.button {
	width: 100%;
	background-color: #b4a785;
	color: #000;
	border: none;
	border-radius: 30px;
	padding: 8px 0 6px;
	font-size: 16px;
	font-family: "N27", serif;
	text-align: center;
	transition: all 0.1s;
}
.button:hover {
	background-image: linear-gradient(#cbbc96, #a5997a);
	/*box-shadow: 0px 0px 4px #ff4343;*/
	transform: scale(1.01);
	cursor: pointer;
}
.button a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}
.title {
	font-family: 'N27', serif;
	max-width: 600px;
	width: 96%;
	margin: 0 auto;
	padding: 9.5dvh 0 0px;
	text-align: center;
	color: #3a2d1b;
	font-size: 32px;
	display: none;
}
.text {
	font-family: 'N27', serif;
	text-align: center;
	margin: 0px 3% 15px;
	color: #3a2d1b;
	display: none;
}


#screen0 {
	background: #000;
	position: relative;
}
.social-networks {
	position: absolute;
	bottom: 30px;
	left: 60px;
	width: 200px;
	overflow: hidden;
	display: none;
}

.social-icon {
	float: left;
	width: 30px;
	margin: 0 10px;
	text-align: center;
}
.fa-brands {
	color: #b4a785;
	font-size: 24px;
}
i {
	color: #b4a785;
	font-size: 24px;
}

.bnm-attribution {
	position: absolute;
	width: 120px;
	right: 60px;
	bottom: 30px;
	display: none;
}

.intro-prelogo {
	position: absolute;
	top: 16px;
	left: calc(50% - 65px);
	width: 130px;
	z-index: 30;
	display: none;
}
.intro-logo {
	position: absolute;
	top: 48px;
	left: calc(50% - 180px);
	width: 360px;
	z-index: 30;
	display: none;
}
.intro-image-desktop {
	position: absolute;
	top: 96px;
	width: 360px;
	left: calc(50% - 180px);
	z-index: 30;
	display: none;
}
.intro-subtitle {
	position: absolute;
	top: 488px;
	left: 10%;
	width: 80%;
	text-align: center;
	font-family: 'N27', serif;
	font-size: 30px;
	color: #b4a785;
	z-index: 30;
	display: none;
}
#screen0 .button-container {
	position: absolute;
	top: 540px;
	width: 600px;
	left: calc(50% - 300px);
	z-index: 30;
}
#button0, #button0b {
	float: left;
	width: 260px;
	margin: 0 20px;
	display: none;
}
#button0 img, #button0b img {
	width: 22px;
	vertical-align: middle;
}
.apple-music-form {
	display: none;
}
.btn-outline-secondary {
	margin: 5px 0 10px;
}
#apple_music_email_address {
	width: 80%;
	margin: 5px auto;
}
.enter-button-text {
	font-size: 14px;
}
.disclaimer {
	position: absolute;
	top: 588px;
	width: 100%;
	font-family: "Open Sans", serif;
	font-size: 13px;
	text-align: center;
	color: #d9d9d9;
	line-height: 1.6em;
	display: none;
}
.disclaimer a {
	color: #d9d9d9;
	text-decoration: underline;
}
.disclaimer a:hover {
	color: #CCC;
}
#text0 {
	display: none;
	color: #000;
	font-size: 32px;
	text-shadow: 2px 2px 2px #8b804d;
}
.spotify-attribution {
	position: absolute;
	width: 120px;
	right: 60px;
	bottom: 30px;
	display: none;
}
.wait-login {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.wait-login img {
	width: 90px;
}
@media screen and (max-height: 700px) and (min-width: 860px) {
	.intro-prelogo {
		top: 12px;
		width: 120px;
		left: calc(50% - 60px);
	}
	.intro-logo {
		top: 40px;
		width: 320px;
		left: calc(50% - 160px);
	}
	.intro-image-desktop {
		top: 80px;
		width: 320px;
		left: calc(50% - 160px);
	}
	.intro-subtitle {
		top: 420px;
		font-size: 28px;
	}
	#screen0 .button-container {
		top: 470px;
	}
	.disclaimer {
		top: 530px;
	}
	.social-networks {
		bottom: 20px;
		left: 15px;
	}
	.bnm-attribution {
		right: 15px;
		bottom: 20px;
	}
	@media screen and (max-height: 620px) {
		.intro-prelogo {
			top: 10px;
			width: 100px;
			left: calc(50% - 50px);
		}
		.intro-logo {
			top: 36px;
			width: 280px;
			left: calc(50% - 140px);
		}
		.intro-image-desktop {
			top: 65px;
			width: 280px;
			left: calc(50% - 140px);
		}
		.intro-subtitle {
			top: 370px;
			font-size: 26px;
		}
		#screen0 .button-container {
			top: 420px;
		}
		.disclaimer {
			top: 480px;
		}
	  }
}

/*@keyframes zoomEntrance {
	0% {transform: scale(1);}
	100% {transform: scale(3);}
}*/
#video-transition1 {
	z-index: 5;
	display: none;
}
#screen1 {
	transform: scale(1);
	animation-duration: 1.6s;
	animation-fill-mode: forwards;
}


.contents {
	
}
.questions-top {
	max-width: 360px;
	width: 96%;
	margin: 0 auto;
}
.questions-sublogo {
	max-width: 130px;
	padding-top: 16px;
	margin: 0 auto;
}
.questions-logo {
	width: 360px;
	margin: 10px auto;
}
.questions-image {
	width: 360px;
	margin: 0 auto;
}
.swiper {
	width: 680px;
}
.swiper-wrapper {
	width: 460px;
	margin: 0 auto;
}
.question-number {
	text-align: center;
	font-size: 20px;
	color: #b4a785;
	padding-top: 10px;
}
.question-text {
	font-size: 17px;
	text-align: center;
	padding-top: 10px;
	height: 80px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.slider-container {
	position: relative;
	margin-top: 60px;
}
.preliminary a {
	text-decoration: underline;
}
.spirit-question-container {
	overflow: hidden;
}
.spirit-question {
	float: left;
	width: 52%;
	margin: 0 2%;
	text-align: center;
	font-size: 20px;
}
.spirit-question select {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 0 10px;
}
.spirit-question-skip {
	cursor: pointer;
	width: 20%;
	margin: 0 12%;
}

.swiper-slide {
	overflow: hidden;
	height: auto;
	padding-bottom: 15px;
	max-width: 100%;
	margin-right: 220px;
}
.swiper-button-next, .swiper-button-prev {
	background-color: transparent;
	color: #e8d5bd;
}
.mixer-scale-label-container {
	margin: 0 auto;
	background: none;
	height: 10px;
	padding-top: 0;
}
.mixer-scale-label {
	position: absolute;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #676767;
	top: 10px;
}
.mixer-scale-label-min {
	left: 0px;
	top: -50px;
}
.mixer-scale-label-max {
	right: 0px;
	top: -50px;
}
.mixer-scale {
	position: absolute;
	top: -16px;
	left: 12%;
	width: 76%
}
.mixslider {
	position: relative;
	width: 82%;
	height: 10px;
	outline: none;
	border: none;
	border-radius: 5px;
	opacity: 0.9;
	-webkit-appearance: none;
	background: linear-gradient(to right, #615C4F 0%, #615C4F 50%, #615C4F 50%, #615C4F 100%);
	left: 9%;
}
.mixslider:hover {
	opacity: 1;
}
.mixslider::-moz-range-thumb {
	background-color: transparent;
	background-image: url('../images/knob.png');
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	cursor: grabbing;
	border: none;
}
.mixslider::-moz-range-progress {
	background-color: transparent;
	height: 10px;
	border-radius: 5px;
}
.mixslider::-moz-range-track {  
	background-image: linear-gradient(#7a7464, #615C4F, #272520);
	height: 10px;
	border-radius: 5px;
}
.mixslider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url('../images/knob.png');
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	cursor: grabbing;
	border: none;
	margin-top: -15px;
}
.mixslider::-webkit-slider-runnable-track {
	height: 10px;
	border-radius: 5px;
}
/*.swiper-button-prev {
	left: -60px;
}
.swiper-button-next {
	right: -60px;
}*/

#button-container1 {
	position: relative;
	margin-top: 25px;
}
.button-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.65;
	background-color: #000;
	border-radius: 30px;
}

@media screen and (max-height: 760px) and (min-width: 860px) {
	.questions-sublogo {
		width: 120px;
		padding-top: 12px;
	}
	.questions-logo {
		width: 320px;
		margin: 8px auto;
	}
	.questions-image {
		width: 320px;
	}
	@media screen and (max-height: 700px) {
		.questions-sublogo {
			padding-top: 10px;
		}
		.questions-logo {
			width: 280px;
			margin: 6px auto;
		}
		.questions-image {
			width: 280px;
		}
		@media screen and (max-height: 650px) {
			.questions-sublogo {
				width: 100px;
				padding-top: 8px;
			}
			.questions-logo {
				width: 260px;
			}
			.questions-image {
				width: 260px;
			}
			.question-number {
				font-size: 18px;
				padding-top: 6px;
			}
			.question-text {
				font-size: 16px;
				padding-top: 5px;
				height: 70px;
			}
			#button-container1 {
				margin-top: 15px;
			}
		}
	}
}
@media screen and (min-height: 1080px) {
	
}

#screen2 {
	background-color: #000;
}

.audio-button2 {
	top: 40px;
	right: 8%;
}
#video-transition2 {
	height: 100%;
	margin-top: 0dvh;
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 14px;
	z-index: 5;
	display: none;
}
.contents-title {
	font-family: 'N27', serif;
	font-size: 30px;
	color: #b4a785;
	text-align: center;
	margin: 9dvh auto;
}
#contents-title2 {
	margin: 7dvh auto 2px;
}
.contents-subtitle {
	font-family: 'N27', serif;
	font-size: 18px;
	text-align: center;
	color: #d9d9d9;
}

.spirit-type-container {
	display: none;
	overflow: hidden;
	height: 70dvh;
	width: 70%;
	margin: 20px auto;
}
.swiper-slide-left {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	margin: 0 3% 0 8%;
}
.swiper-slide-left img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
.swiper-slide-right {
	float: left;
	width: 38%;
	margin-right: 8%;
	margin-left: 3%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}
.swiper-slide-object {
	width: 100%;
	margin: 0;
}
.swiper-slide-title {
	font-family: 'N27', serif;
	font-size: 24px;
	color: #FFF;
	padding-bottom: 8px;
}
.swiper-slide-title2 {
	font-family: 'N27', serif;
	font-size: 90px;
	line-height: 1.1em;
	color: #b4a785;
}
.swiper-slide-subtitle {
	font-family: 'Playfair Display', serif;
	font-size: 21px;
	color: #FFF;
}
.buttons-container {
	width: 240px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-frame {
	position: absolute;
	top: 3dvh;
	height: 70dvh;
}
.swiper-frame img {
	height: 100%;
	width: auto;
}
.swiper-frame-left {
	left: 1.8%;
}
.swiper-frame-right {
	right: 1.2%;
}
#button-container2 {
	padding-top: 30px;
	margin: 0;
}

@media screen and (max-height: 700px) and (min-width: 860px) {
	.swiper-slide-right {
		float: left;
		width: 42%;
		margin-right: 4%;
		margin-left: 3%;
	}
	.swiper-slide-title {
		font-size: 22px;
	}
	.swiper-slide-title2 {
		font-size: 80px;
	}
	.swiper-slide-subtitle {
		font-size: 18px;
	}
	@media screen and (max-height: 600px) {
		.audio-button2 {
			top: 30px;
			right: 6%;
		}
		.swiper-slide-left {
			width: 40%;
			margin: 0 0% 0 8%;
		}
		.swiper-slide-right {
			width: 43%;
			margin-right: 6%;
		}
		.swiper-slide-title {
			font-size: 20px;
		}
		.swiper-slide-title2 {
			font-size: 70px;
		}
		.swiper-slide-subtitle {
			font-size: 16px;
		}
		.swiper-frame-right {
			right: 0.5%;
		}
	}
}

#video-transition3 {
	height: 100%;
	margin-top: 0dvh;
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 14px;
	z-index: 5;
	display: none;
}

#container-elements3 {
	display: none;
}
#contents3 {
	background-color: #000;
}
#contents-title3 {
	margin: 5dvh auto 1dvh;
}
.logo1 {
	max-width: 311px;
	width: 25%;
	position: absolute;
	top: 20px;
	left: 40px;
}
.final-logo {
	position: absolute;
	width: 420px;
	left: calc(50% - 210px);
	top: 35px;
}

.playlist-ready {
	position: absolute;
	width: 800px;
	top: 140px;
	left: calc(50% - 400px);
	text-align: center;
	font-size: 20px;
	color: #d9d9d9;
	display: none;
}
.separator {
	position: absolute;
	height: calc(100dvh - 310px);
	top: 210px;
	left: 50%;
	display: none;
}
.separator img {
	height: 100%;
	width: auto;
}
.final-columns {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
}
.final-column {
	float: left;
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100dvh;
}
.final-column-left {
	margin-top: 200px;
	height: calc(100dvh - 260px);
}
.final-column-right {
	margin-top: 200px;
	height: calc(100dvh - 260px);;
}
.photoresults2 {
	transform: none;
	position: initial;
	width: 100%;
	cursor: pointer;
}
.final-cover {
	position: relative;
	width: calc(36dvh - 10px);
	max-width: 300px;
	min-width: 240px;
}
.album-pack-image {
	width: calc(36dvh - 10px);
	max-width: 300px;
	min-width: 240px;
}
.album-pack-image img, .screenshot-image img {
	border: 5px solid #d9d9d9;
	width: calc(100% - 10px);
}
.pack-bottom {
	background-color: #d9d9d9;
	text-align: center;
	padding: 12px 0;
	width: 36dvh;
	color: #424242;
	font-family: 'N27', serif;
	font-size: 24px;
	cursor: pointer;
}
.button-final-text {
	font-size: 14px;
}
.button-container-website-link {
	margin-top: 20px;
}
.button-website-link {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 8px 0 7px;
}
.share-link {
	font-family: 'N27', serif;
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
}
.share-link a {
	color: #d9d9d9;
}
.share-link a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.final-title {
	color: #d63a38;
	width: 80%;
	margin: 20px auto 10px;
	font-size: 30px;
	font-family: 'N27', serif;
}
.final-songs-container {
	margin: 10px auto;
	height: 60dvh;
	width: 80%;
	overflow: auto;
}
.final-songs-container ul {
	list-style-type: none;
	width: 70%;
}
.final-songs-container ul li {
	color: #d9d9d9;
	font-size: 18px;
	padding: 7px 0;
	border-bottom: 1px dotted #d9d9d9;
	text-indent: 20px;
	font-family: 'N27', serif;
}

.final-links-container {
	
}
.final-links-container-left {
	/*width: 280px;
	margin-left: 2%;*/
}
.button-final {
	display: block;
}
.button-final img {
	width: 22px;
	vertical-align: middle;
}
@media screen and (max-height: 760px) and (min-width: 860px) {
	.final-logo {
		width: 320px;
		top: 20px;
		left: calc(50% - 160px);
	}
	.button-container-website-link {
		width: 240px;
	}
	.playlist-ready {
		top: 110px
	}
	@media screen and (max-height: 640px) {
		.playlist-ready {
			top: 90px
		}
		.final-logo {
			width: 280px;
			top: 14px;
			left: calc(50% - 140px);
		}
	}
}


#sort_playlist {
	display: none;
}


#screen4 {
	/*background-image: url('../images/bkg_madera.jpg');
	background-size: auto 100%;*/
}
#container-elements4 {
	background: none;
	width: 800px;
	margin: 0px auto;
	position: relative;
	height: 100dvh;
	left: unset;
	top: unset;
}
#contents4 {
	background: none;
	border-radius: 0;
	position: initial;
	height: unset;
	width: unset;
	display: block;
}


#video-transition5 {
	z-index: 5;
	display: none;
}

#screen5 {
	/*background-image: url(../images/bkg.png);
	background-size: cover;
	background-position: center;*/
}
.saving-title {
	color: #FFF;
	max-width: 880px;
	font-size: 26px;
	font-weight: bold;
	padding-top: 140px;
	display: block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
}


/*--------Footer--------*/
.footer-mobile {
	display: none;
	color: #d9d9d9;
}
.footer-desktop {
	position: absolute;
	width: 100%;
	bottom: 1.7dvh;
	left: 0;
	text-align: center;
	color: #d9d9d9;
	z-index: 30;
	display: none;
}
.footer-desktop a, .footer-mobile a {
	color: #d9d9d9;
}
.footer-desktop a:hover, .footer-mobile a:hover {
	text-decoration: underline;
}
.footer-in {
	margin: 0 auto;
	overflow: hidden;
}
.social-footer {
	width: 240px;
	margin: 10px auto;
	overflow: hidden;
	display: none;
}

.copyright {
	padding-bottom: 0px;
	font-size: 14px;
	font-family: "Open Sans", serif;
	color: #d9d9d9;
}
@media screen and (max-width: 820px) {
	.nomobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	body {
		position: relative;
		overflow: auto;
	}
	p {
		margin-top: 6px;
	}
	.load {
		top: 60dvh;
	}
	.video-container {
		position: absolute;
	}
	.social-networks {
		top: 8px;
		z-index: 30;
		left: unset;
		right: 6px;
		bottom: unset;
	}
	#screen0 {
		
	}
	#screen0 .image-intro-right {
		display: none;
	}
	.social-networks {
		display: none;
	}
	.intro-prelogo {
		position: initial;
		padding-top: 16px;
		margin: 0 auto;
		width: 130px;
	}
	.intro-logo {
		position: initial;
		margin: 6px auto;
		width: 76%;
	}
	.intro-image-desktop {
		position: initial;
		width: 74%;
		margin: 8px auto;
	}
	.intro-subtitle {
		position: initial;
		width: 100%;
		font-size: 22px;
	}
	#button0b {
		margin-top: 12px;
	}
	#screen0 .button-container {
		position: initial;
		margin: 12px auto;
		width: 300px;
		overflow: hidden;
	}
	.disclaimer {
		position: initial;
		width: 98%;
		margin: 10px auto;
	}
	#video-transition2, #video-transition3 {
		border-radius: 0px;
	}
	.questions-logo {
		margin: 8px auto;
		width: 80%;
	}
	.questions-image {
		width: 80%;
	}
	.question-number {
		font-size: 18px;
		padding-top: 0px;
	}
	.question-text {
		font-size: 16px;
		height: auto;
	}
	.swiper {
		width: 96%;
	}
	.swiper-wrapper {
		width: 100%;
	}
	@media screen and (max-height: 700px) {
		.intro-logo {
			width: 70%;
			margin: 5px auto;
		}
		.intro-image-desktop {
			width: 56%;
		}
		.questions-image {
			width: 66%;
		}
	}
	.spirit-type-container {
		height: auto;
		width: 96%;
		margin: 20px auto;
	}
	.swiper-frame {
		display: none;
	}
	.swiper-slide {
		height: auto;
		margin-right: 0;
	}
	.swiper-slide-left {
		width: 84%;
		margin: 0 8%;
		height: 38dvh;
		float: none;
	}
	.swiper-slide-right {
		width: 100%;
		margin: 10px auto;
		height: auto;
		text-align: center;
		display: initial;
	}
	.swiper-slide-title {
		font-size: 20px;
		padding-bottom: 4px;
		padding-top: 8px;
	}
	.swiper-slide-title2 {
		font-size: 60px;
	}
	.swiper-slide-subtitle {
		font-size: 16px;
		padding-bottom: 0px;
	}
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
	.spirit-question-container {
		margin-top: 20px;
	}
	#button-container2 {
		margin: 0 auto;
	}
	
	.audio-button2 {
		top: 14px;
		right: 14px;
	}
	#screen3 {
		overflow: auto;
	}
	.final-logo {
		position: initial;
		width: 80%;
		margin: 0 auto;
		padding-top: 45px;
	}
	.playlist-ready {
		position: initial;
		width: 96%;
		margin: 10px auto;
		font-size: 16px;
	}
	.final-columns {
		width: 100%;
	}
	.final-column {
		float: none;
		width: 100%;
	}
	.final-column-left {
		margin-top: 10px;
		height: unset;
	}
	.final-cover {
		width: 90%;
	}
	.photoresults2 {
		width: 90%;
		margin: 0 auto;
	}
	.final-column-right {
		margin-top: 0px;
		height: unset;
	}
	.share-link {
		font-size: 16px;
	}
	.final-title {
		width: 94%;
		margin: 0 auto;
		font-size: 24px;
		text-align: center;
	}
	.final-songs-container {
		height: 46dvh;
		width: 94%;
	}
	.album-pack-image {
		width: 70%;
		margin: 0 auto;
		border: 5px solid #d9d9d9;
		background-color: #d9d9d9;
		height: unset;
	}
	.album-pack-image img {
		border: none;
		width: 100%;
	}
	.pack-bottom {
		width: calc(70% + 10px);
		margin: 0 auto;
	}
	.final-links-container {
		width: 100%;
		margin: 20px auto 40px;
	}
	.final-links-container-left {
		margin: 0 auto;
	}
	.button-container-website-link {
		margin-top: 3dvh;
	}
	.button-website-link {
		font-size: 14px;
		padding: 8px 0 6px;
	}
	.separator {
		display: none;
	}
	
	.footer-mobile {
		position: absolute;
		width: 100%;
		bottom: 1dvh;
		left: 0;
		text-align: center;
		font-size: 13px;
		z-index: 30;
		display: none;
	}
	.copyright {
		font-size: 13px;
	}
	.final-songs-container ul {
		width: 94%;
		margin: 5px auto;
	}
	.final-songs-container ul li {
		font-size: 16px;
		padding: 3px 0;
		text-indent: 6px;
	}
}

