﻿@font-face {
	font-family: "NeueHaas";
	src: url('../fonts/Helvetica Neue Regular.otf') format("truetype");
}
@font-face {
	font-family: "NeueHaasL";
	src: url('../fonts/HelveticaNeue-Light.otf') format("truetype");
}
@font-face {
	font-family: "NeueHaasM";
	src: url('../fonts/HelveticaNeue-Medium.otf') format("truetype");
}
@font-face {
	font-family: "NeueHaasH";
	src: url('../fonts/HelveticaNeue-Heavy.otf') format("truetype");
}
@font-face {
	font-family: "NeueHaasT";
	src: url('../fonts/HelveticaNeue-Thin.otf') format("truetype");
}
@font-face {
	font-family: "Montserrat";
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
}
.NeueHaas {
	font-family: "NeueHaas";
}
.NeueHaasL {
	font-family: "NeueHaasL";
}
.NeueHaasM {
	font-family: "NeueHaasM";
}
.NeueHaasH {
	font-family: "NeueHaasH";
}
.NeueHaasT {
	font-family: "NeueHaasT";
}
.Montserrat {
	font-family: "Montserrat";
}
#ivif { 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABKklEQVQ4T6WUsUoDQRCGb8WQWKWw0ipvZxkUtFNBC59ASxHyKjbBF7ASX0BFYyEoxu+fmRNP98je+cHH3u7N/hmGcNWyP3OcVL9Yi7UPKdYGST8VzzX3eI0ftmvnDi9SSg++dXKBL3iGV/iugxY+cUFg84cVGNzisz8uF3iEwygrx647MzxFhYlH3MdBlJZhV51L3MIDVJhQx7tY3qldcxS4iSM8xp+d7mBZp3bFscA4G6BC6k7LZ2rlzneg4Fmd7mG3mVqp0wgU7IfYbaZW5vwJFJx1m6mVONlAwXn5TO210xooeFc2Uw5uwkMcx3EW3q+eKZtJuI3rcdwKNf/7n+bQ5QhZPdNSuFzP9BWFwqe9P7B8tt5YzvEEn3ADx9mvbhfoasQy9V01+wLqfUrrzd4LvgAAAABJRU5ErkJggg==),auto;
}
.wyazicap {
	position:absolute;
	width:50%;
	top:50%;	
	left:0px;
	text-align:right;
	/* transition: all 1s ease-in-out; */
}
.wyazi {
	position:relative;
	top:50%;	
	/* left:5%; */
	font-weight:700;
	font-style:normal;
	font-size:90px;
	/* text-decoration:underline; */
	animation-name: wyazimove;
	animation-duration: 1s;
 }
@keyframes wyazimove {
  from {left: -700px;}
  to {left: 0px;}
}
.wbottomline {
	position:absolute;
	bottom:35px;	
	left:0px;
	height:12px;
	animation-name: wbottomlinemove;
	animation-duration: 2s;
 }
@keyframes wbottomlinemove {
  from {left: -100px;}
  to {left: 0px;}
}
@media only screen and (max-width:525px) { 
	.topreses{
		/* position:absolute; */
		width:150% !important;
		margin-left:-25%;
		/* opacity:40%; */
	}
	.wyazicap {
		width:60% !important;
	}
	.wyazi {
		font-size:40px !important;
	}
	.wbottomline {
		bottom:17px !important;
	}
}
@media only screen and (min-width:2200px) { 
	.wyazicap {
		width:30% !important;
	}
	.wyazi {
		font-size:60px !important;
	}
	.wbottomline {
		bottom:17px !important;
	}
}
