@font-face{
	font-family: jost;
	src: url('../fonts/jost.ttf');
}
@font-face{
	font-family: regards;
	src: url('../fonts/regards.ttf');
}
body{min-width:330px!important;}
*{font-family:jost!important;}
.font-regards{font-family:regards!important;}
.ht-40px{height:40px!important;}
.ht-350px{height:350px!important;}
.ht-100vh{height:100vh!important;}
.bg-center-norepeat-cover{
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
}
.bg-center-norepeat-contain{
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:contain!important;
}
.bg-d92b73{background-color:#d92b73!important;}
.bg-202020{background-color:#202020!important;}
.bc-353535{border-color:#353535!important;}
.bc-d92b73{border-color:#d92b73!important;}
.fs-12px{font-size:12px!important;}
.fs-20px{font-size:20px!important;}
.fs-35px{font-size:35px!important;}
.fs-70px{font-size:70px!important;}
.text-d92b73{color:#d92b73!important;}
@media only screen and (max-width:992px){
	.d-none-992px{display:none!important;}
	.py-80px-992px{
		padding-top:80px!important;
		padding-bottom:80px!important;
	}
	.mx-wh-90pr-992px{
		max-width:90%!important;
		height:auto!important;
	}
	.px-10px-992px{
		padding-left:10px!important;
		padding-right:10px!important;
	}
	.mx-5px-992px{
		margin-left:5px!important;
		margin-right:5px!important;
	}
}