body, body * {
	font-family: 'Heebo', sans-serif;
}

._video {
	background-position:center bottom;
    background-image: url('../images/bg-ev2.jpg');
}

.top_content {
	font-size:16px;
}
.top_content * {
	line-height:1;
}

.top_content h1 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 500;
    transform: scaleX(1.35);
}

.top_content h2 {
	position:relative;
    width: max-content;
    font-weight: 700;
    font-size: 2em;
    color: #0b233a;
    letter-spacing: 0.15em;
    margin: 0 auto;
    padding: 0 2vh;
    transform: scaley(0.9);
}
.top_content h2:before, .top_content h2:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #0b233a;
    width: 20%;
    top: 50%;
    margin-top: -1px;
}
.top_content h2:before {
    left: 100%;
}
.top_content h2:after {
    right: 100%;
}

.top_content h3 {
    font-weight: 700;
	font-size: 2em;
	margin:0;
}
.top_content .txt {
    font-weight: 400;
	font-size: 1.3em;
	margin:0;
}

@media(max-width: 1024px){
	
	.top_content h1 {
		font-size: 3em;
		font-weight: 700;
	}
	.top_content h2 {
		font-size: 1.5em;
		letter-spacing: 0.25em;
	}
	.top_content h2:before, .top_content h2:after {
		width:12%;
	}
	.top_content h3 {
		font-size: 1.7em;
	}
	.top_content .txt {
		font-size: 1.25em;
	}
	._video {
         background-image: url('../images/bg-ev-mob.png');
	}
}

/*===== SUMMER SALE =====

@media (max-width: 1024px) {
	.top_content h1 {
		text-align:center;
	}
	.stmp {
		top:42vh;
	}
}*/