@font-face {
	font-family: 'apercu-light';
	src: url("../fonts/apercu-light.eot");
	src: url("../fonts/apercu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-light.woff2") format("woff2"), url("../fonts/apercu-light.woff") format("woff"), url("../fonts/apercu-light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'apercu';
	src: url("../fonts/apercu-regular.eot");
	src: url("../fonts/apercu-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu-regular.woff2") format("woff2"), url("../fonts/apercu-regular.woff") format("woff"), url("../fonts/apercu-regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*.chrome img{
  image-rendering: -webkit-optimize-contrast;
  @include mobile{
    image-rendering: auto;
  }
}*/
html, body {
	background: #EFEFEF;
	font-family: 'apercu', Helvetica, Arial, Sans-Serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html.noscroll, body.noscroll {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	touch-action: manipulation;
}

.landing {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	color: #fff;
}

.landing:after {
	content: "";
	background: rgba(28, 28, 28, 0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

.landing .middle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: (translate(-50%, -50%),);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}

.landing .middle img {
	max-width: 100px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
	.landing .middle img {
		max-width: 80px;
		margin-bottom: 20px;
	}
}

.landing .middle h1 {
	font-size: 60px;
	line-height: 62px;
}

@media only screen and (max-width: 960px) {
	.landing .middle h1 {
		font-size: 40px;
		line-height: 44px;
		max-width: 700px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 600px) {
	.landing .middle h1 {
		font-size: 26px;
		line-height: 32px;
	}
}

.landing .middle h2 {
	font-size: 28px;
	line-height: 40px;
	max-width: 455px;
	margin: 30px auto;
}

@media only screen and (max-width: 960px) {
	.landing .middle h2 {
		font-size: 20px;
		line-height: 30px;
		max-width: 320px;
		margin: 20px auto;
	}
}

@media only screen and (max-width: 600px) {
	.landing .middle h2 {
		font-size: 15px;
		line-height: 24px;
	}
}

.landing .middle a {
	margin-top: 10px;
	display: inline-block;
	background: #1C1C1C;
	padding: 14px 36px;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 16px;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
	-ms-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}

.landing .middle a:hover {
	background: #fff;
	color: #1C1C1C;
}

@media only screen and (max-width: 960px) {
	.landing .middle a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 600px) {
	.landing .middle a {
		font-size: 13px;
		margin-top: 5px;
	}
}

.homeSlider {
	position: relative;
	width: 100%;
	height: 100vh;
	/*@include mobile{
    display: none;
    height:80vh;
    margin-top:30px;
    &.noSpaceTop{
      margin-top:0;
    }
  }*/
}

.homeSlider .slick-slide {
	min-height: 100vh;
	height: 100vh;
}

.homeSlider .background {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (max-width: 768px) {
	.homeSlider .background {
		background-attachment: scroll;
	}
}
