@font-face {
	font-family: 'Lastica';
	font-display: swap;
	font-style: bold;
	font-weight: 700;
	src: url('lastica-bold.woff2') format('woff2');
}
@font-face {
	font-family: 'TT Interphases';
	font-display: swap;
	/*font-style: bold;*/
	font-weight: 400;
	src: url('tt-interphases.woff2') format('woff2');
}
*, html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
body {
	background: rgb(44, 30, 74);
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main {
}
.bg {
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-mask {
	/*transform: translate(17vw, -19vw) rotate(-90deg);*/
	transform-origin: center center;
	transform: rotate(-90deg) translate(72%, -32%);
	position: absolute;
	width: max(68vw, 110vh);
	height: max(102vw, 160vh);
	left: 50%;
	top: 50%;
}
.main-contain {
	padding: 80px 9% 23vh;
	position: relative;
	min-height: 100vh;
	display: flex;
}
.container {
	flex-direction: column;
	position: relative;
	display: flex;
	flex: 1;
}
.logo {
	font-family: 'Lastica';
	font-weight: bold;
	font-size: 18px;
	flex: 1;
}
.logo-box {
	align-items: center;
	display: flex;
}
.logo-contain {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 28px;
}
.logo-back {
	width: 84px;
	height: auto;
}
.logo-letter {
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.headline {
	text-rendering: geometricPrecision;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	font-family: 'Lastica';
	margin-bottom: 2%;
	font-weight: bold;
	margin-left: -3px;
	line-height: 1.2;
	font-size: 98px;
	font-size: 6.5vw;
}
.subhead {
	font-family: 'TT Interphases';
	letter-spacing: 0;
	line-height: 1.4;
	font-size: 46px;
	font-size: max(3vw, 24px);
}

@media only screen and (max-width: 768px) {
	.headline {
		font-size: 9vw;
	}
}
@media only screen and (max-width: 640px) {
	.main-contain {
		padding-right: 5%;
		padding-left: 5%;
	}
}