html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing: border-box;}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}


.mobile-bg-support-form,
.c-support-form,
.c-support-icon,
.c-message-icon,
.c-tel-icon,
#call,
.c-support-mobile {
	visibility: hidden;
}
.c-support-form {
	display: none;
}
@font-face {
    font-family: 'Nanami';
    src: url('fonts/Nanami-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html {
	overflow-x: hidden;	
	overflow: hidden !important;	
}	

html, body {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}


body { 
	color: #000;
	font-family: 'Nanami', sans-serif; 
	font-weight: normal; 
	font-size: 1.1vw;
	text-align: center;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

input, textarea, button {
	font-family: 'TT Hoves', sans-serif; 
	-webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, button:focus {
	border: 0;
	outline: 0;
}

::-webkit-input-placeholder {
	color: #313440;
}
::-moz-placeholder {
	color: #313440;
}
:-ms-input-placeholder {
	color: #313440;
}
:-moz-placeholder {
	color: #313440;
}



input:focus,
textarea:focus {
	border: 0;
	outline: 0;
}

button:focus {
	outline: 0;
}

input::-ms-clear {
    display: none;
}

main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media all and (max-width: 1280px) {
	body { 
		font-size: 1em;
	}
}
	

.clear {
	clear: both;
    font-size:0;
    height:0;	
}

button,
a {
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

a.active {
	outline: none;
}

.bs1 {
	display: block;
	font-weight: 300;
	color: #2156b2;
	font-size: 1.2em;
	margin-top: 1em;
}
.bs1:after {
	display: inline-block;
	content:'\2192';
	position: relative;
	right: 0;
	-ms-transform: translateY(.1em) translateX(.35em);
	-o-transform: translateY(.1em) translateX(.35em);
	-moz-transform: translateY(.1em) translateX(.35em);
	-webkit-transform: translateY(.1em) translateX(.35em);
	transform: translateY(.1em) translateX(.35em);
	
	-ms-transition: .3s ease -ms-transform;
	-o-transition: .3s ease -o-transform;
	-moz-transition: .3s ease -moz-transform;
	-webkit-transition: .3s ease -webkit-transform;
	transition: .3s ease transform;
}

.bs1:hover:after {
	-ms-transform: translateY(.1em) translateX(.85em);
	-o-transform: translateY(.1em) translateX(.85em);
	-moz-transform: translateY(.1em) translateX(.85em);
	-webkit-transform: translateY(.1em) translateX(.85em);
	transform: translateY(.1em) translateX(.85em);
}


.pseudo {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}


body * {
	font-size: inherit;
}
	

footer,
section {
	visibility: hidden;
}

section:nth-of-type(1) {
	visibility: visible;
}


footer,
section {
	display: inline-block;
	width: 100%;	
	position: relative;
	z-index: 1;
}


.el {
	display: block;
	height: 100vh;
	width: 100%;
	line-height: 0;
	font-size: 1.1vw;
}
@media all and (max-width: 768px) {
	.el {
		font-size: 2vw;
	}	
}
.soon > div,
.soon {
	display: block;
	height: 100%;
	width: 100%;
}

.soon > div > div:nth-of-type(2) {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.15;
}
#logo {
	background-image: url('images/icons/logo.svg');
	display: block;
	width: 34em;
	height: 6.1em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	
}

.soon > div > div > span {
	display: inline-block;
	margin-top: 2em;
	font-size: 2em; 
	color: #ccc;
	letter-spacing: .2em;
}

@media all and (max-width: 768px) {
	.soon > div > div > span {
		margin-top: 3em;
	}	
}
/* coming soon */

/* coming soon end */

body.no-transition *:before,
body.no-transition * {
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}