@font-face {
  font-family: "AvantGardeITCbyBT-Book";
  src: url("../fonts/AvantGardeITCbyBT-Book.eot?#iefix") format("embedded-opentype"),  url("../fonts/AvantGardeITCbyBT-Book.woff") format("woff"), url("../fonts/AvantGardeITCbyBT-Book.ttf")  format("truetype"), url("../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvantGardeITCbyBT-BookOblique";
  src: url("../fonts/AvantGardeITCbyBT-BookOblique.eot?#iefix") format("embedded-opentype"),  url("../fonts/AvantGardeITCbyBT-BookOblique.woff") format("woff"), url("../fonts/AvantGardeITCbyBT-BookOblique.ttf")  format("truetype"), url("../fonts/AvantGardeITCbyBT-BookOblique.svg#AvantGardeITCbyBT-BookOblique") format("svg");
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: "AvantGardeITCbyBT-Book", sans-serif;
	background: #020302;
	font-size: 1vw;
	line-height: 1;
	color: #c18437;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	cursor: default; 
	text-rendering: optimizeLegibility;
}

.transition-none, 
.transition-none * {
	-webkit-transition: none !important;
	        transition: none !important;
}

sup {
	vertical-align: bottom;
	font-size: 0.52em;
	position: relative;
	bottom: 1.2em;
	display: inline-block;
	padding: 0 0 0 0.06em;
}

i {
	font-family: "AvantGardeITCbyBT-BookOblique";
	font-style: normal;
}

.opacity-0 {
	opacity: 0;
}

.clear-both {
	clear: both;
}

.display-none {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

.pointer-events-none,
.pointer-events-none * {
	pointer-events: none;
	cursor: default;
}

.nowrap {
	white-space: nowrap;
}

.scale-1 { 
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.translate3d,
.translate3d * {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.console {
	z-index: 10000;
	font-size: 22px;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	bottom: 0;
	left: 0;
	color: #ef8adb;
	padding: 0.25em 0.5em 0.1em 0.5em;
	pointer-events: none;
}

	.console:before {
		content: "normal";
	}

/*


 ad88888ba   88                      
d8"     "8b  ""    ,d                
Y8,                88                
`Y8aaaaa,    88  MM88MMM  ,adPPYba,  
  `"""""8b,  88    88    a8P_____88  
        `8b  88    88    8PP"""""""  
Y8a     a8P  88    88,   "8b,   ,aa  
 "Y88888P"   88    "Y888  `"Ybbd8"'


*/

.menu-gradient {
	z-index: 900;
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 6%;
	opacity: 0.8;
	pointer-events: none;
}

	.menu-gradient img {
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

.menu-container {
	z-index: 1000;
	position: fixed;
	width: 100%;
	font-size: 1.7em;
	pointer-events: none;
	-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.menu {
		z-index: 100;
		position: absolute;
		color: #92836d;
		text-transform: uppercase;
		top: 0.65em;
		padding: 0 0.19em;
		left: 50%;
		pointer-events: auto;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}

	.menu-white {
		color: #fff;
	}

		.menu-link {
			display: inline-block;
			padding: 0.32em 1em 0.13em 1em;
			cursor: pointer;
			font-size: 0.88em;
			letter-spacing: 0.165em;
			-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.menu-link:hover {
			color: #c18437;
			-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.menu-link-active {
			color: #c18437;
			pointer-events: none;
			cursor: default;
			-webkit-transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.5s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

.pages {
	z-index: 120;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.pages-hidden {
	opacity: 0;
	pointer-events: none;
}

	.page {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.page-hidden {
		opacity: 0;
		pointer-events: none;
	}

.vignette {
	z-index: 300;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.9;
	box-shadow: inset 0 0 30vw rgba(0, 0, 0, 0.9);
}

.off-screen {
	top: 200% !important;
}

/*


88        88                                               
88        88                                               
88        88                                               
88aaaaaaaa88   ,adPPYba,   88,dPYba,,adPYba,    ,adPPYba,  
88""""""""88  a8"     "8a  88P'   "88"    "8a  a8P_____88  
88        88  8b       d8  88      88      88  8PP"""""""  
88        88  "8a,   ,a8"  88      88      88  "8b,   ,aa  
88        88   `"YbbdP"'   88      88      88   `"Ybbd8"'


*/

.home {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	font-size: 1.7em;
	-webkit-transition: transform 1.2s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			transition: transform 1.2s cubic-bezier(0.500, 0.940, 0.680, 1.000);
}

.home-scale-83 {
	-webkit-transform: scale(0.83);
	        transform: scale(0.83);
}

	.home-video-container {
		z-index: 200;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.home-video-container-up {
		-webkit-transform: translate(0, -10vh);
		        transform: translate(0, -10vh);
	}

		.home-video-container video {
			position: absolute;
			height: 100.2%;
			width: auto;
			left: 50%;
			top: 0;
			-webkit-transform: translate(-50%, 0);
			        transform: translate(-50%, 0);
		}

	.home-video-still {
		z-index: 100;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 59% 17%;
		-webkit-transition: opacity 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		        transition: opacity 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.executive-producer {
		z-index: 1200;
		font-size: 0.9em;
		letter-spacing: 0.2em;
		padding-left: 0.19em;
		text-align: center;
		text-transform: uppercase;
		position: absolute;
		left: 0;
		top: 4.9vw;
		width: 100%;
		color: #fff;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.title-treatment-holder {
		z-index: 1200;
		position: absolute;
		left: 0;
		bottom: 2.8vh;
		width: 100%;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		pointer-events: none;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.title-treatment-holder .review-holder {
			font-size: 0.9em;
			line-height: 1.1;
			letter-spacing: 0.14em;
			padding-left: 0.14em;
		}

		.no-autoplay .title-treatment-holder .review-holder {
			display: none;
		}

			.title-treatment-holder .review-font-2 {
				font-size: 1.47em;
			}

			.home .review-source {
				font-size: 0.65em;
				margin-top: 0.4em;
			}

		.no-autoplay-executive-producer {
			display: none;
			font-size: 1em;
			letter-spacing: 0.21em;
			padding-left: 0.21em;
			margin-bottom: 0.95em;
		}

		.title-treatment {
			font-size: 3.3em;
			display: inline-block;
			letter-spacing: 0.11em;
			padding-left: 0.11em;
		}

		.director-credit {
			font-size: 0.9em;
			letter-spacing: 0.2em;
			padding-left: 0.2em;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			margin-top: 0.4em;
		}

		.release-date {
			font-size: 1.1em;
			letter-spacing: 0.17em;
			padding-left: 0.17em;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			margin-top: 0.9em;
		}

	.no-autoplay-review {
		z-index: 1200;
		position: absolute;
		color: #fff;
		font-size: 1.05em;
		right: 1.8em;
		bottom: 9em;
		letter-spacing: 0.1em;
		-webkit-transition: opacity 0.86s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.86s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.no-autoplay-review .tall-break {
			display: none;
		}

	.social-icons-outer {
		z-index: 2000;
		position: absolute;
		top: 0.64em;
		right: 0.65em;
		pointer-events: none;
		padding: 0.1em;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.social-icons {
			width: 3.8em;
			pointer-events: auto;
		}

			.social-icon {
				width: 33.33333333333333%;
				padding: 0.1em 0.2em 0 0.2em;
				float: left;
			}

				.social-icon img {
					-webkit-transition: transform 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
							transition: transform 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				}

				.social-icon:hover img {
					-webkit-transform: scale(1.13);
					        transform: scale(1.13);
				}

	.legal-open {
		z-index: 2000;
		position: absolute;
		right: 0.94em;
		bottom: 0.65em;
		-webkit-transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.legal-open span {
			font-size: 0.7em;
			letter-spacing: 0.11em;
			color: #92836d;
			text-transform: uppercase;
			padding: 0.1em 0.2em 0.1em 0.1em;
			cursor: pointer;
			-webkit-transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.legal-open span:hover {
			color: #c18437;
			-webkit-transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

	.legal {
		z-index: 9000;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #fff;
		text-align: center;
		width: 100%;
		padding: 1.85% 0 1% 0;
		-webkit-transition: transform 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: transform 0.77s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

	.legal-down {
		-webkit-transform: translate(0, 101%);
		        transform: translate(0, 101%);
	}

		.legal img {
			width: 65%;
			height: auto;
		}

		.legal-close {
			z-index: 10;
			position: absolute;
			right: 0.94em;
			top: 0.25em;
			-webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
					transition: opacity 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

		.legal-close-hidden {
			pointer-events: none;
			opacity: 0;
		}

			.legal-close span {
				font-size: 0.7em;
				letter-spacing: 0.11em;
				color: #92836d;
				text-transform: uppercase;
				padding: 0.1em 0.2em 0.1em 0.1em;
				cursor: pointer;
				-webkit-transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

			.legal-close span:hover {
				color: #c18437;
				-webkit-transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

.loading {
	z-index: 9400;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 4px solid rgba(255, 255, 255, 0.4);
	border-top-color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 200%;
	margin-top: -23px;
	margin-left: -23px;
	cursor: none;
	-webkit-transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			transition: opacity 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	-webkit-animation: loading 0.8s linear infinite;
	        animation: loading 0.8s linear infinite;
}

.loading-hidden {
	opacity: 0;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes loading {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

/*


 ad88888ba                                                                  88             
d8"     "8b                                                                 ""             
Y8,                                                                                        
`Y8aaaaa,    8b       d8  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  ,adPPYba,  
  `"""""8b,  `8b     d8'  88P'   `"8a  a8"     "8a  88P'    "8a  I8[    ""  88  I8[    ""  
        `8b   `8b   d8'   88       88  8b       d8  88       d8   `"Y8ba,   88   `"Y8ba,   
Y8a     a8P    `8b,d8'    88       88  "8a,   ,a8"  88b,   ,a8"  aa    ]8I  88  aa    ]8I  
 "Y88888P"       Y88'     88       88   `"YbbdP"'   88`YbbdP"'   `"YbbdP"'  88  `"YbbdP"'  
                 d8'                                88                                     
                d8'                                 88
*/

.synopsis {

}

	.synopsis-container {
		position: absolute;
		top: 37%;
		left: 50%;
		width: 80%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

		.one-sheet {
			width: 31%;
			float: left;
			margin-left: 1.8%;
		}

			.one-sheet img {
				width: 100%;
				height: auto;
			}

		.synopsis-text {
			width: 60.5%;
			float: left;
			margin: 0.4% 0 0 2.2%;
		}

/*


  ,ad8888ba,                                   
 d8"'    `"8b                           ,d     
d8'                                     88     
88             ,adPPYYba,  ,adPPYba,  MM88MMM  
88             ""     `Y8  I8[    ""    88     
Y8,            ,adPPPPP88   `"Y8ba,     88     
 Y8a.    .a8P  88,    ,88  aa    ]8I    88,    
  `"Y8888Y"'   `"8bbdP"Y8  `"YbbdP"'    "Y888


*/

.cast-and-crew-outer {
	position: absolute;
	top: 39.45%;
	width: 100%;
	font-size: 1.4em;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

	.cast-select {
		font-size: 1.5em;
		line-height: 1.2;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 0.1em;
	}

		.cast-select-link {
			display: inline-block;
			margin: 0 0.3em 0 0.3em;
			height: 1.4em;
			padding: 0.2em 0.3em 1.1em 0.4em;
			background: #5d503b;
			cursor: pointer;
			-webkit-transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
			        transition: all 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955);
		}

		.cast-select-link:hover {
			background: #92836d;
			-webkit-transition: all 0.4s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			        transition: all 0.4s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.cast-select-link-active,
		.cast-select-link-active:hover {
			background: #fff;
			color: #c18437;
			pointer-events: none;
			cursor: default;
		}

	.cast-and-crew-container {
		color: #5d503b;
		line-height: 1.2;
		padding-top: 1.9em;
	}

		.cast-and-crew-artist {
			display: inline-block;
			vertical-align: top;
			width: 17em;
			margin: 0 0.3em;
			cursor: pointer;
			-webkit-transition: transform 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					transition: transform 0.37s cubic-bezier(0.500, 0.940, 0.680, 1.000);
		}

		.cast-and-crew-artist:hover {
			-webkit-transform: scale(1.015);
			        transform: scale(1.015);
		}

			.cast-and-crew-photo {

			}

				.cast-and-crew-photo img {
					width: 100%;
					height: auto;
					display: block;
				}

			.cast-and-crew-info {
				font-size: 1.03em;
				margin: 0.4em 0;
				letter-spacing: 0.09em;
				padding-left: 0.08em;
			}

				.cast-and-crew-character {
					color: #c18437;
				}

				.cast-and-crew-title {
					color: #92836d;
				}

.cast-bios {
	z-index: 9000;
	position: fixed;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.close-bio {
	z-index: 9010;
	text-transform: uppercase;
	position: fixed;
	font-size: 1.8em;
	letter-spacing: 0.08em;
	padding-left: 0.07em;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-28%, -50%) rotate(-90deg);
	        transform: translate(-28%, -50%) rotate(-90deg);
	-webkit-transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	        transition: opacity 0.67s cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

	.close-bio span {
		cursor: pointer;
		color: #92836d;
		padding: 0.3em 0.1em 0.09em 0;
		-webkit-transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				transition: color 0.45s cubic-bezier(0.500, 0.940, 0.680, 1.000);
	}

	.close-bio span:hover {
		color: #c18437;
		-webkit-transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
				transition: color 0.77s cubic-bezier(0.500, 0.940, 0.680, 1.000);
	}

	.cast-bio {
		width: 64%;
		font-size: 1.7em;
		margin: 2.3em auto 4em auto;
		line-height: 1.6;
		letter-spacing: 0.06em;
	}

		.cast-bio p {
			margin-bottom: 0.5em;
		}

			.cast-bio p i {
				font-family: "AvantGardeITCbyBT-BookOblique";
				font-style: normal;
			}

		.cast-bio-photo {
			width: 32%;
			float: right;
			margin: 0.2em 0.16em 0.2em 1.2em;
		}

			.cast-bio-photo img {
				width: 100%;
				height: auto;
			}

/*

                                                                      
  ,ad8888ba,               88  88                                       
 d8"'    `"8b              88  88                                       
d8'                        88  88                                       
88             ,adPPYYba,  88  88   ,adPPYba,  8b,dPPYba,  8b       d8  
88      88888  ""     `Y8  88  88  a8P_____88  88P'   "Y8  `8b     d8'  
Y8,        88  ,adPPPPP88  88  88  8PP"""""""  88           `8b   d8'   
 Y8a.    .a88  88,    ,88  88  88  "8b,   ,aa  88            `8b,d8'    
  `"Y88888P"   `"8bbdP"Y8  88  88   `"Ybbd8"'  88              Y88'     
                                                               d8'      
                                                              d8'       
*/

.gallery-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

		.gallery .swiper-container {
			z-index: 10;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}

			.gallery .swiper-wrapper {
				
			}

			.ease-in-out {
				-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
				        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
			}

				.stills-slide {
					overflow: hidden;
				}

					.slide-image {
						position: absolute;
						width: 100%;
						height: 100%;
						top: 0;
						left: 0;
						background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
						background-size: cover;
						background-repeat: no-repeat;
						will-change: transform;
					}

					.slide-1 .slide-image {
						background-position: 15% 0;
					}

					.slide-2 .slide-image {
						background-position: 48% 50%;
					}

					.slide-3 .slide-image {
						background-position: 96% 14%;
					}

					.slide-4 .slide-image {
						background-position: 35.5% 50%;
					}

					.slide-5 .slide-image {
						background-position: 49% 20%;
					}

		.gallery-navigation-outer {
			z-index: 1000;
			position: absolute;
			bottom: 0;
			pointer-events: none;
			font-size: 1.7em;
			width: 100%;
			height: 6em;
			color: #fff;
		}

			.gallery-navigation {
				z-index: 1;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				        transform: translate(-50%, -50%);
			}

				.pagination-outer {
					font-size: 1.42em;
					width: 5em;
					height: 5em;
					text-align: center;
				}

				.pagination-outer-active {
					pointer-events: auto;
				}

					.pagination {
						width: 100%;
						height: 100%;
					}

						.pagination-index {
							font-size: 1.2em;
							letter-spacing: 0.1em;
							position: absolute;
							top: 52%;
							right: 65%;
							-webkit-transform: translate(0, -50%);
							        transform: translate(0, -50%);
						}

						.pagination-of {
							text-transform: uppercase;
							font-size: 0.8em;
							letter-spacing: 0.1em;
							position: absolute;
							top: 52%;
							left: 50%;
							-webkit-transform: translate(-50%, -38%);
							        transform: translate(-50%, -38%);
						}

						.pagination-total {
							font-size: 1.2em;
							position: absolute;
							top: 52%;
							left: 65%;
							-webkit-transform: translate(0, -50%);
							        transform: translate(0, -50%);
						}

				.gallery-arrows {
					z-index: 2;
					text-transform: uppercase;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					position: absolute;
				}

					.gallery-arrow {
						position: absolute;
						width: 22%;
						height: 22%;
						top: 50%;
						cursor: pointer;
						border-top: 0.1em solid #fff;
						border-right: 0.1em solid #fff;
						-webkit-transition: border-top 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000), border-right 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000);
								transition: border-top 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000), border-right 0.3s cubic-bezier(0.500, 0.940, 0.680, 1.000);
					}

					.gallery-arrow:hover {
						border-top: 0.1em solid #c18437;
						border-right: 0.1em solid #c18437;
					}

					.gallery-prev {
						right: 87%;
						-webkit-transform: translate(0, -50%) rotate(-135deg);
						        transform: translate(0, -50%) rotate(-135deg);
					}

					.gallery-next {
						left: 87%;
						-webkit-transform: translate(0, -50%) rotate(45deg);
						        transform: translate(0, -50%) rotate(45deg);
					}

						.gallery-hit {
							position: absolute;
							width: 200%;
							height: 150%;
							margin: -50% 0 0 -25%;
							-webkit-transform: rotate(45deg);
							        transform: rotate(45deg);
						}

/*


88888888ba                           88                                             
88      "8b                          ""                                             
88      ,8P                                                                         
88aaaaaa8P'  ,adPPYba,  8b       d8  88   ,adPPYba,  8b      db      d8  ,adPPYba,  
88""""88'   a8P_____88  `8b     d8'  88  a8P_____88  `8b    d88b    d8'  I8[    ""  
88    `8b   8PP"""""""   `8b   d8'   88  8PP"""""""   `8b  d8'`8b  d8'    `"Y8ba,   
88     `8b  "8b,   ,aa    `8b,d8'    88  "8b,   ,aa    `8bd8'  `8bd8'    aa    ]8I  
88      `8b  `"Ybbd8"'      "8"      88   `"Ybbd8"'      YP      YP      `"YbbdP"'


*/

.reviews {
	font-size: 2.75em;
	white-space: nowrap;
	letter-spacing: 0.07em;
}

	.reviews-container {
		position: absolute;
		top: 36%;
		left: 50%;
		padding-left: 0.4em;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

		.reviews-container a {
			text-decoration: none;
			color: #c18437;
		}

			.review-holder {
				margin: 1.5em 0;
				text-transform: uppercase;
			}

				.review:before {
					content: "“";
					position: absolute;
					-webkit-transform: translate(-100%, 0);
					        transform: translate(-100%, 0);
				}

				.review-source {
					font-size: 0.47em;
					margin-top: 0.4em;
				}

/*


888888888888                     88  88                          
     88                          ""  88                          
     88                              88                          
     88  8b,dPPYba,  ,adPPYYba,  88  88   ,adPPYba,  8b,dPPYba,  
     88  88P'   "Y8  ""     `Y8  88  88  a8P_____88  88P'   "Y8  
     88  88          ,adPPPPP88  88  88  8PP"""""""  88          
     88  88          88,    ,88  88  88  "8b,   ,aa  88          
     88  88          `"8bbdP"Y8  88  88   `"Ybbd8"'  88


*/

.youtube-video {
	position: absolute;
	top: 38.2%;
	left: 50%;
	height: 0;
	width: 77%;
	padding-bottom: 43.4%;
	background: #000;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
	
	.youtube-video iframe {
		z-index: 1;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.trailer-poster {
		z-index: 10;
		position: absolute;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-transition: opacity 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
				transition: opacity 0.56s cubic-bezier(0.455, 0.030, 0.515, 0.955);
	}

		.video-play-button {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 4.2%;
			-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
		}

			.video-play-path {
				fill: #fff;
				-webkit-transition: fill 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
						transition: fill 0.27s cubic-bezier(0.500, 0.940, 0.680, 1.000);
			}

			.youtube-video:hover .video-play-path {
				fill: #020302;
			}

/*


88888888ba                                                                           88                           
88      "8b                                                                          ""                           
88      ,8P                                                                                                       
88aaaaaa8P'  ,adPPYba,  ,adPPYba,  8b,dPPYba,    ,adPPYba,   8b,dPPYba,   ,adPPYba,  88  8b       d8   ,adPPYba,  
88""""88'   a8P_____88  I8[    ""  88P'    "8a  a8"     "8a  88P'   `"8a  I8[    ""  88  `8b     d8'  a8P_____88  
88    `8b   8PP"""""""   `"Y8ba,   88       d8  8b       d8  88       88   `"Y8ba,   88   `8b   d8'   8PP"""""""  
88     `8b  "8b,   ,aa  aa    ]8I  88b,   ,a8"  "8a,   ,a8"  88       88  aa    ]8I  88    `8b,d8'    "8b,   ,aa  
88      `8b  `"Ybbd8"'  `"YbbdP"'  88`YbbdP"'    `"YbbdP"'   88       88  `"YbbdP"'  88      "8"       `"Ybbd8"'  
                                   88                                                                             
                                   88                                                                             
*/

@media (max-aspect-ratio: 86/100) {
	.console:before {
		content: "super-tall";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 3.14em;
	}

	.menu-gradient {
		padding-bottom: 12%;
	}

	.menu-link {
		font-size: 0.92em;
		padding: 0.32em 0.5em 0.13em 0.5em;
		letter-spacing: 0.07em;
	}

	.executive-producer {
		top: 8.5vw;
	}

	.title-treatment-holder {
		bottom: 7.3vh;
	}

	.title-treatment {
		font-size: 2.7em;
	}

	.title-treatment-holder .review-holder {
		font-size: 0.775em;
	}

	.social-icons-outer {
		height: 7.3vh;
	}

	.no-autoplay-review {
		font-size: 0.95em;
		right: 24vw;
		bottom: 33.5vh;
	}

	.legal {
		padding: 4% 0 3% 0;
	}

	.legal img {
		width: 90%;
	}

	.legal-close {
		right: 0.32em;
		top: 0.22em;
	}

	.synopsis-container {
		top: 38.2%;
		width: 76%;
	}

	.one-sheet {
		display: none;
	}

	.synopsis-text {
		width: 100%;
		float: none;
		margin: 0;
	}

	.cast-and-crew-outer {
		font-size: 1.74em
	}

	.cast-select {
		font-size: 1.8em;
	}

	.cast-and-crew-container {
		padding-top: 3em;
	}

	.reviews {
		font-size: 4.1em;
		padding-left: 1em;
	}

	.slide-1 .slide-image {
		background-position: 27% 0;
	}

	.slide-2 .slide-image {
		background-position: 65% 50%;
	}

	.slide-3 .slide-image {
		background-position: 77% 14%;
	}

	.slide-4 .slide-image {
		background-position: 78% 50%;
	}

	.slide-5 .slide-image {
		background-position: 53% 20%;
	}
}

@media (min-aspect-ratio: 86/100) and (max-aspect-ratio: 105/100) {
	.console:before {
		content: "taller";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 2.3em;
	}

	.menu-gradient {
		padding-bottom: 7.7%;
	}

	.executive-producer {
		top: 6.2vw;
	}

	.title-treatment-holder {
		bottom: 6vh;
	}

	.social-icons-outer {
		height: 6vh;
	}

	.no-autoplay-review {
		font-size: 1.1em;
		right: 22vw;
		bottom: 34vh;
	}

	.legal img {
		width: 76%;
	}

	.synopsis-container {
		width: 96%;
	}

	.cast-and-crew-outer {
		font-size: 1.7em
	}

	.cast-select {
		font-size: 1.6em;
	}

	.reviews {
		font-size: 3.79em;
	}
}

@media (max-aspect-ratio: 105/100) {
	.social-icons-outer {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.social-icons {
		position: absolute;
		top: 45%;
		left: 50%;
		width: 4.4em;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}

	.youtube-video {
		width: 91.5%;
		padding-bottom: 51.5%;
	}

	.close-bio {
		font-size: 2.4em;
	}

	.cast-bio {
		width: 83%;
		font-size: 2.1em;
	}
}

@media (min-aspect-ratio: 105/100) and (max-aspect-ratio: 123/100) {
	.console:before {
		content: "tall";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 1.9em;
	}

	.menu-gradient {
		padding-bottom: 6.8%;
	}

	.executive-producer {
		top: 5.52vw;
	}

	.no-autoplay-review {
		font-size: 1.18em;
		right: 23vw;
		bottom: 32vh;
	}

	.legal img {
		width: 72%;
	}

	.synopsis-container {
		width: 86%;
	}

	.cast-and-crew-outer {
		font-size: 1.54em
	}

	.youtube-video {
		width: 88%;
		padding-bottom: 49.5%;
	}

	.reviews {
		font-size: 3.16em;
	}

	.close-bio {
		font-size: 2.2em;
	}

	.cast-bio {
		width: 80%;
		font-size: 1.9em;
	}
}

@media (max-aspect-ratio: 123/100) {
	.no-autoplay-review {
		-webkit-transform: translate(50%, 50%);
				transform: translate(50%, 50%);
	}

	.no-autoplay-review .tall-break {
		display: inline;
	}
}

@media (min-aspect-ratio: 140/100) {
	.console:before {
		content: "wide";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 1.6em;
	}

	.menu-gradient {
		padding-bottom: 5.5%;
	}

	.executive-producer {
		top: 4.3vw;
	}

	.no-autoplay-review {
		right: 2.3em;
		bottom: 9.2em;
	}

	.legal img {
		width: 59%;
	}

	.synopsis-container {
		width: 73%;
	}

	.cast-and-crew-outer {
		top: 39%;
		font-size: 1.24em
	}

	.cast-and-crew-container {
		padding-top: 1.75em;
	}

	.youtube-video {
		width: 70%;
		padding-bottom: 39.4%;
	}

	.reviews {
		font-size: 2.55em;
	}
}

@media (min-aspect-ratio: 155/100) {
	.console:before {
		content: "wider";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 1.36em;
	}

	.menu-gradient {
		padding-bottom: 5%;
	}

	.title-treatment-holder {
		bottom: 2.6vh;
	}

	.executive-producer {
		top: 3.62vw;
	}

	.no-autoplay-review {
		right: 2.9em;
		bottom: 9.4em;
	}

	.legal img {
		width: 55%;
	}

	.synopsis-container {
		width: 65%;
	}

	.cast-and-crew-outer {
		top: 38.6%;
		font-size: 1.1em
	}

	.cast-and-crew-container {
		padding-top: 1.3em;
	}

	.youtube-video {
		top: 43.4%;
		width: 61%;
		padding-bottom: 34.4%;
		-webkit-transform: translate(-50%, -60%);
		        transform: translate(-50%, -60%);
	}

	.reviews {
		font-size: 2.45em;
	}
}

@media (min-aspect-ratio: 174/100) {
	.console:before {
		content: "super-wide";
	}

	.menu-container,
	.home,
	.gallery-navigation-outer {
		font-size: 1.32em;
	}

	.menu-gradient {
		padding-bottom: 4.5%;
	}

	.title-treatment-holder {
		bottom: 2vh;
	}

	.executive-producer {
		top: 3.6vw;
	}

	.home-video-container video {
		width: 100.2%;
		height: auto;
	}

	.no-autoplay-review {
		right: 3.24em;
		bottom: 8em;
	}

	.legal img {
		width: 52%;
	}

	.pages {
		background-position: 50% 90%;
	}

	.synopsis-container {
		width: 57%;
	}

	.cast-and-crew-outer {
		top: 37.8%;
		font-size: 0.9em
	}

	.cast-select {
		font-size: 1.4em;
	}

	.cast-and-crew-container {
		padding-top: 1.2em;
	}

	.close-bio {
		font-size: 1.6em;
	}

	.cast-bio {
		width: 57%;
		font-size: 1.4em;
	}

	.youtube-video {
		width: 50%;
		padding-bottom: 28.1%;
	}

	.reviews-container {
		top: 40%;
		-webkit-transform: translate(-50%, -55%);
		        transform: translate(-50%, -55%);
	}

	.reviews {
		font-size: 2.2em;
	}
}

@media (max-width: 700px) {
	.social-icons {
		width: 6em;
	}

	.social-icon {
		padding: 0.1em 0.4em 0 0.4em;
	}

	.legal-open span,
	.legal-close span {
		font-size: 1.2em;
	}

	.close-bio {
		font-size: 3em;
	}

	.cast-bio {
		width: 80%;
		font-size: 2.1em;
	}

	.cast-bio-photo {
		width: 28%;
	}
}

@media (max-aspect-ratio: 105/100) and (max-width: 700px) {
	.social-icons-outer {
		height: 7vh;
	}

	.social-icons {
		width: 7em;
	}

	.social-icon {
		padding: 0.1em 0.6em 0 0.6em;
	}

	.no-autoplay .title-treatment-holder {
		bottom: 11vw;
	}

	.release-date {
		margin-top: 0.8em;
	}

	.no-autoplay-review {
		font-size: 1.06em;
		right: 24vw;
		bottom: 26%;
		-webkit-transform: translate(50%, 14%);
		        transform: translate(50%, 14%);
	}

	.legal-open span,
	.legal-close span {
		font-size: 0.9em;
	}

	.synopsis-container {
		top: 38.2%;
		width: 82%;
	}

	.close-bio {
		font-size: 3.8em;
	}

	.cast-bio {
		width: 74%;
		font-size: 3.4em;
	}

	.cast-bio-photo {
		width: 37%;
	}
}

@media (min-aspect-ratio: 174/100) and (max-width: 700px) {
	.menu-container,
	.home {
		font-size: 1.75em;
	}

	.menu {
		top: 0.9em;
	}

	.social-icons {
		width: 6em;
	}

	.no-autoplay .title-treatment-holder {
		font-size: 0.64em;
		width: auto;
		bottom: 11vw;
		right: 22.4vw;
		-webkit-transform: translate(50%, 50%);
		        transform: translate(50%, 50%);
	}

	.director-credit {
		font-size: 1em;
	}

	.release-date {
		font-size: 1.6em;
	}

	.executive-producer {
		top: 4.9vw;
	}

	.no-autoplay .executive-producer {
		display: none;
	}

	.no-autoplay .no-autoplay-executive-producer {
		display: block;
	}

	.no-autoplay-review {
		font-size: 1em;
		right: auto;
		bottom: auto;
		left: 5em;
		top: 2.2em;
	}

	.legal-open {
		bottom: 1.2em;
	}

	.legal-open span,
	.legal-close span {
		font-size: 0.8em;
	}
}

/**
 * Swiper 3.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 28, 2015
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
















