	.logo{
		background-image: "images/logo_tgi.png";
		width: 100%;
		height: 90px;
	}
	.imglogo{
		width: 90px;
		height: 90px;
		float: left;
	}
	.ban{
		width: 100%;
		height: 40px;
		background-color: #FFDC00;
		font-family: 'Montserrat',sans-serif;
  		text-transform: capitalize;
		text-align-last: right;
		line-height: 40px;
		
		color: white;
	}
	.privacy{
		padding: 35px 130px 35px 130px;
	}
	.toc{
  		font-family: 'Montserrat',sans-serif;
  		text-transform: capitalize;
	}
	h1{
  		font-family: 'Montserrat',sans-serif;
  		text-transform: capitalize;
		font-size: 60px;
		font-weight: 900;
		line-height: 3px;
		color: black;
	}
	h2{
		width: 100%;
  		font-family: 'Montserrat',sans-serif;
  		text-transform: capitalize;
		font-size: 30px;
		font-weight: 700;
		line-height: 1;
		color: black;
	}
	p{
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #626262;
	}
	ul{
		list-style: disc;
		width: 100%;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #626262;
	}
	ul.loc{
		list-style-type: none;
	}
	a{
		box-shadow: none;
  		text-decoration: none;
		font-weight: 700;
		color: #FFDC00;
	}
	.table{
		width: 100%;
		border: 1px;
		border-collapse: collapse;
  		border: 1px solid #62615C;
		font-family: 'Ubuntu', sans-serif;
		font-size: 14px;
		line-height: 18px;
		color: #626262;
	}
	.tabletd{
		box-sizing: border-box;
		border: 1px;
		border_style: solid;
		border-collapse: collapse;
  		border: 1px solid #62615C;
		padding: 25px 35px 25px 35px;
	}