@font-face {
    font-family: 'Teko';
    src: url('../fonts/hinted-Teko-Medium.woff2') format('woff2'),
        url('../fonts/hinted-Teko-Medium.woff') format('woff'),
        url('../fonts/hinted-Teko-Medium.svg#Teko-Medium') format('svg');
    font-weight: 400;
    font-style: normal;
}

::selection {
	background: rgba(0, 0, 0, 0.8);
}
::-moz-selection {
	background: rgba(0, 0, 0, 0.8);
}
* {
	margin: 0;
	padding: 0;
	outline: 0 none;
	border: none;
}


li {
	list-style: none outside none;
}
a {
	text-decoration: none;
}
html, body {
	border: 0 none;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	overflow: hidden;
}
body {
	font-size: 18px;
	color: #fec791;
	background: #1a171a;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Teko', serif;
	letter-spacing: -0.025em;
	line-height: 1;
	overflow: hidden;
	-ms-touch-action:none;
}
body.no-cursor .load-complete * {
	cursor: none !important;
}
.webgl .load-complete * {
	user-select: none !important;
	user-drag: none !important;
	-webkit-user-drag: none !important;
}
body.prevent-scroll {
	overflow: hidden;
}
input {
	-webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; /*dirty hack*/
    -webkit-text-fill-color: #1a171a !important;
}

preloader-full {
	position: absolute;
	display: block;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #1a171a;
}
preloader-full .wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
preloader-full .ct {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
preloader-full .pr {
	position: relative;
}
preloader-full .pr .t,
preloader-full .pr .b {
	font-size: 220px;
}
preloader-full .pr .b {
	color: #231e23;
}
preloader-full .pr .t {
	top: 0;
	left: 0;
	position: absolute;
	color: #31272a;
	overflow: hidden;
	width: 0%;
}
preloader-full .tx {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 68%;
	left: 5%;
	font-size: 20px;
	max-width: 730px;
	max-width: 100%;
	text-transform: uppercase;
	color: #764b4b;
	transition: all 0.6s;
}
preloader-full .nt {
	position: absolute;
	text-transform: uppercase;
	max-width: 320px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 7%;
	transition: all 0.6s;
}
preloader-full .nt.mb {
	display: none;
}
.touchevents preloader-full .nt.dt {
	display: none;
}
.touchevents preloader-full .nt.mb {
	display: block;
}
@media screen and (min-width: 640px) and (min-height: 640px) {
	preloader-full .pr .t,
	preloader-full .pr .b {
		font-size: 290px;
	}
	preloader-full .pr .tx {
		font-size: 30px;
		top: 65%;
	}
}
@media screen and (min-width: 1000px) and (min-height: 740px) {
	preloader-full .pr .t,
	preloader-full .pr .b {
		font-size: 290px;
	}
	preloader-full .pr .tx {
		font-size: 30px;
		top: 65%;
	}
}

preloader-full .pr {
	opacity: 0;
	transition: all 0.9s ease 0s;
}
preloader-full .tx {
	transform: translateY(-5px);
	transition: all 0.7s ease 1s;
	opacity: 0;
}
preloader-full .nt {
	transform: translateY(0px);
	transition: all 0.7s ease 2.5s;
	opacity: 0;
}

preloader-full.show .tx,
preloader-full.show .nt ,
preloader-full.show .pr{
	transform: translateY(0px);
	opacity: 1;
}
preloader-full.hide {
	opacity: 0;
	transition: opacity 0.9s ease 2s;
}
preloader-full.hide .tx,
preloader-full.hide .pr {
	opacity: 0;
}
preloader-full.hide .nt {
	opacity: 0;
	transform: translateY(5px);
	transition: all 0.5s ease 1s;
}


button {
	display: inline-block;
	background: none;
	border: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
/*	cursor: pointer;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	min-width: 320px;
	overflow: hidden;
	-ms-touch-action:none;
}

header {
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	height: 100%;
	white-space: nowrap;
	z-index: 10;
}

.social {
	position: absolute;
	right: 30px;
	bottom: 50px;
	white-space: nowrap;
	z-index: 10;
}
.webgl .social {
	opacity: 0;
	pointer-events: none;
}
.social a {
	color: #fec791;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 20px;
}
@media screen and (min-width: 640px) {
	header {
		left: 50px;
	}
	.social {
		right: 50px;
	}
}
@media screen and (min-width: 1000px) {
	header {
		left: 65px;
	}
	.social {
		right: 65px;
	}
}
@media screen and (min-width: 1600px) {
	header {
		left: 80px;
	}
	.social {
		right: 80px;
	}
}

.logo {
	position: absolute;
	left: 0;
	top: 40px;
	font-size: 18px;
	text-transform: uppercase;
}
.webgl .logo {
	opacity: 0;
	pointer-events: none;
}

slides-number {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 80px;
	height: 2px;
	margin: auto;
	font-size: 36px;
	display: none;
	z-index: 10;
}
.webgl slides-number {
	opacity: 0;
	pointer-events: none;
}

slides-number .c,
slides-number .t {
	position: absolute;
	right: -25px;
}
slides-number .c {
	bottom: 10px;
}
slides-number .t {
	top: 17px;
}
slides-number .dash {
	position: absolute;
	top: 0;
	right: -22px;
	width: 20px;
	height: 2px;
	background: #fec791;
}

@media screen and (min-width: 1000px) {
	slides-number {
		display: block;
	}
}

.vol {
	position: absolute;
	left: -6px;
	bottom: 43px;
	width: 44px;
	height: 44px;
}
.webgl .vol {
	opacity: 0;
	pointer-events: none;
}
.vol .bar {
	position: absolute;
	top: 17px;
	width: 2px;
	height: 10px;
	background: #fec791;
}
.vol .b1 {
	left: 16px;
}
.vol .b2 {
	left: 21px;
}
.vol .b3 {
	left: 26px;
}

.wrapper {
	position: relative;
	width: calc(100% - 60px);
	max-width: 1500px;
	margin: 0 auto;
}
@media screen and (min-width: 640px) {
	.wrapper {
		width: calc(100% - 100px);
	}
}
@media screen and (min-width: 1000px) {
	.wrapper {
		width: calc(100% - 300px);
	}
}
@media screen and (min-width: 1600px) {
	.wrapper {
		width: calc(100% - 480px);
	}
}

stage-component {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
stage-component canvas {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
stage-component .wrapper {
	height: 100%;
	z-index: 100;
}

slides-component {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
}
slides-component img {
	display: none;
}
.slide p {
	color: #764b4b;
	text-transform: uppercase;
	font-size: 40px;
	max-width: 650px;
}
@media screen and (min-width: 640px) {
	.slide p {
		font-size: 60px;
	}
}

.slide p a {
	color: #a58e94;
}
.slide h1 {
	font-size: 488px;
	font-weight: 400;
	color: #31272a;
	text-transform: uppercase;
	text-align: center;
}
slides-component.webgl-active {
	overflow: hidden;
}
slides-component.webgl-active h1 {
	display: none;
}
slides-component.webgl-active p {
	display: none;
}
slides-component .slide {
	position: absolute;
	top: auto;
	bottom: 100px;
	left: 0;
	right: 0;
}
@media screen and (min-height: 800px) {
	slides-component.webgl-active .slide {
		top: 60%;
	}
}
