<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&amp;family=Rubik:wght@400;600;700&amp;display=swap');
  /*  font-family: 'Roboto', sans-serif;

    font-family: 'Rubik', sans-serif;*/
header{
	padding: 10px 0px;
}
.pd0{
	padding: 0;
}
.log-nme{
	margin-top: 19px;
}
.top-icon{
	padding: 0;
	margin: 0;
	float: right;
	margin-top: 20px;
}
.top-icon li{
	list-style: none;
	display: inline-block;
	border: 1px solid #b40101;
	background:#b40101;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	margin-right: 10px;
	border-radius: 50%;
	transition: .5s;
}
.top-icon li:hover{
	border: 1px solid #b40101;
	color: #b40101;
	background: none;
}
.product {
	padding: 40px 0px;
}
.product h1{
	color: #b40101;
	 font-family: 'Rubik', sans-serif;
	 font-weight: 600;
	 position: relative;
	 font-size: 30px;
}
.product span{
	font-family: 'Rubik', sans-serif;
	 font-weight: 600;
	 color: #000;
}
.product h1::before{
	position: absolute;
	content: '';
	background: #b40101;
	width: 100px;
	height: 1px;
	bottom: 0;
	left: 0;
}
.product p{
	font-family: 'Roboto', sans-serif;
	color: #666;
	line-height: 28px;
	font-size: 14px;
}
.table tr td{
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-size: 14px;
	border: 1px solid #eaeaea;
}
.video{
	margin-top: 30px;
}
.pb0{
	padding: 0;
}
footer{
	overflow: hidden;
}
.con-box{
	padding: 40px;
	background: #b40101;
}
.con-box h2{
	color: #fff;
	 font-family: 'Rubik', sans-serif;
	 font-weight: 600;
	 position: relative;
}
.con-box h2::before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100px;
	height: 1px;
	bottom: -5px;
	left: 0;
}
.con-text h3{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
.con-text{
	border: 1px solid #c00;
	padding: 20px;
	margin-top: 20px;
	text-align: center;

}
.con-text i{
	border-radius: 50%;
	font-size: 25px;
	color: #b40101;
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.con-text p{
	line-height: 28px;
	color: #fff;
	margin: 0;
	font-family: 'Rubik', sans-serif;
	 font-size: 14px;
}
.con-text a{
	line-height: 28px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	 font-size: 14px;
}
.con-text a:hover{
	text-decoration: none;
}
.bottom{
	text-align: center;
	background: #222;
	padding: 10px 0px;
}
.bottom p{
	margin: 0;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	 font-size: 14px;
	  
}
.bottom a{
	color: #b40101;
}
.bottom a:hover{
	text-decoration: none;
}</pre></body></html>