body {
	font-family: Montserrat, sans-serif;
	font-size:1rem;
	font-size: 100%;
	font-size:18px;
}
.logo {
	font-size: 1.4rem;
	font-family: Inter, sans-serif;
	color:#000;
	text-decoration: none;
	font-weight: 700;
}
@media screen and (max-width:640px) {
	h1.slogan {
		font-family: 'Playfair Display', serif;
		font-size: 4.5rem;
	}	
}
@media screen and (min-width:641px) and (max-width:1280px) {
	h1.slogan {
		font-family: 'Playfair Display', serif;
		font-size: 5.5rem;
	}	
}
@media screen and (min-width:1281px) and (max-width:1920px) {
	h1.slogan {
		font-family: 'Playfair Display', serif;
		font-size: 6rem;
	}	
}
@media screen and (min-width:1921px) and (max-width:2560px) {
	h1.slogan {
		font-family: 'Playfair Display', serif;
		font-size: 8rem;
	}	
}
@media screen and (min-width:2561px) and (max-width:3860px) {
	h1.slogan {
		font-family: 'Playfair Display', serif;
		font-size: 10rem;
	}	
}
.bg {
	background-image: url('../images/bg_1x.png');
	background-size: cover;
	width:100vw;
	height:100vh;
}
.slogan {
	margin-top:10vh;
	width:75vw;
}
.down {
	position:absolute;
	bottom:0;
	left:0;
}
.down::after {
	content:""; 
    background: #000;
    position: absolute;
    bottom: -50px;
    left:13px;
    width: 100%; 
    width: 1.5px;
}
.news {
	background-color: #242B3C;
}
.last {
	color:#fff;
}