@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


body {
	padding-top: 20px;
	background: rgba(4,21,38,1);
	background: -moz-linear-gradient(left, rgba(4,21,38,1) 8%, rgba(4,21,38,1) 14%, rgba(22,88,153,1) 67%, rgba(33,129,224,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(8%, rgba(4,21,38,1)), color-stop(14%, rgba(4,21,38,1)), color-stop(67%, rgba(22,88,153,1)),color-stop(100%, rgba(33,129,224,1)));
	background: -webkit-linear-gradient(left, rgba(4,21,38,1) 8%, rgba(4,21,38,1) 14%, rgba(22,88,153,1) 67%, rgba(33,129,224,1) 100%);
	background: -o-linear-gradient(left, rgba(4,21,38,1) 8%, rgba(4,21,38,1) 14%, rgba(22,88,153,1) 67%, rgba(33,129,224,1) 100%);
	background: -ms-linear-gradient(left, rgba(4,21,38,1) 8%, rgba(4,21,38,1) 14%, rgba(22,88,153,1) 67%, rgba(33,129,224,1) 100%);
	background: linear-gradient(to right, rgba(4,21,38,1) 8%, rgba(4,21,38,1) 14%, rgba(22,88,153,1) 67%, rgba(33,129,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041526', endColorstr='#2181e0', GradientType=1 );
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16pt;
	color: #ACADAF;
	line-height: 40px;
}

a {
  color: #ACADAF;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-decoration: none;
}
a:hover{
  color: #CEB862;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #ACADAF;
}
disclaimer {
	padding-top: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color: #ACADAF;
	line-height: 40px;
	text-align: center
}