<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style Sheet */

body 	{	margin: 0;
		font-family: calibri;
			}

p	{	font: 2.8vh calibri;
		color: #000000;
			}
p.wh	{	font: 2.8vh calibri;
		color: #FFFFFF;
			}
h1	{	font: 3.5vh times;
		color: #000000;
		font-weight: bold;
			}
h1.wh	{	font: 3.5vh calibri;
		font-variant:small-caps;
		color: #FFFFFF;
			}
h1.lst	{	font: 2.8vh calibri;
		font-variant:small-caps;
		color: #000000;
			}

h2	{	font: 2.8vh times;
		color: #000000;
		font-weight: bold;
			}
li	{	font: 2.8vh calibri;
		color: #000000;
			}
li.wh	{	font: 2.8vh calibri;
		color: #FFFFFF;
			}
a.wh	{	color: #FFFFFF;
			}
a.link	{	font: 3vh calibri;
		color: #BF0D0D;
		font-variant:small-caps;
		text-decoration: none;
		text-align: right;
		display: inline-block;
		margin-left: 2%;
		vertical-align: top;
		padding-top: 2%;
			}
a.link:hover {	font: 3vh calibri;
		color: #474D51;;
		font-variant:small-caps;
		text-decoration: none;
		text-align: center;
		display: inline-block;
		margin-left: 2%;
		vertical-align: top;
		padding-top: 2%;
			}
a.linkch {	font: 3vh calibri;
		color: #474D51;
		font-variant:small-caps;
		text-decoration: none;
		text-align: center;
		display: inline-block;
		margin-left: 2%;
		vertical-align: top;
		padding-top: 2%;
			}
a.cta {		width: 10%;
		height: 5%;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
		font: 3vh calibri;
		color: #474D51;
		font-variant:small-caps;
		text-decoration: none;
		text-align: center;
		background-color: #FFFFFF;
			}
a.ctar {	width: auto;
		height: 5%;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
		font: 3vh calibri;
		color: #FFFFFF;
		font-variant:small-caps;
		text-decoration: none;
		text-align: center;
		background-color: #BF0D0D;
		display: inline-block;
			}		
div.body {	background: #FFFFFF;
			}
div.top {	width: 100%;
		height: 20%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		background-color: #FFFFFF;
		position: sticky;
		top: 0;
		opacity: 0.95;
		z-index: 9999;
			}
div.footer {	width: 100%;
		height: 20%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		align-content: center;
		background-color: #474D51;
			}						
div.content {	max-width: 75%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		text-align: center;
			}	

div.icon {	display: inline-block;
		width: 35vh;
		min-width: 250px;
		text-align: center;
			}
div.bg {	background-image: url(../img/bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 30%;
		padding: 2% 2% 2% 5%;
		box-sizing: border-box;
			}
div.mis {	width: 40vh;
		min-width: 350px;
			}
div.rlst {	box-sizing: content-box; 
   		width: 50%;
   		min-width: 700px;
		margin-left: auto;
		margin-right: auto;
		background-color: #BF0D0D;
		border: 2px solid #FFFFFF;;
  		border-radius: 10px;
			}
div.red {	box-sizing: border-box; 
		padding: 2% 2% 2% 2%;
   		width: 98%;
   		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3%;
		background-color: #BF0D0D;
		border: 2px solid #FFFFFF;;
  		border-radius: 10px;
  		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		align-content: center;
		text-align: center;
			}
div.mid {	max-width: 75%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		align-content: center;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
			}
div.team {	width: 40vh;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
		margin: 5% 5% 5% 5%;
			}	
div.clst {	height: 50px;
		overflow: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
			}
div.green {	height: 3vh;
		box-sizing: border-box;
		margin: 1% 1% 1% 1%;
			}
div.green input{  display: none;
			}
div.green label { 
		cursor: pointer;
		display: flex;
		align-items : center;
		height: 3.5vh;
		font: 3vh calibri;
  		color: #BF0D0D;
  		font-weight: bold;
			}
div.info {	height: 0;
		overflow: auto;
		position: absolute;
		left: 30%;
		top: 15vh;
		z-index: 100;
			}
div.green input:checked~.info {
  		height: 70%;
  		width: 70%;
  		overflow: auto;
  		z-index: 100;
			}
div.first {	height: 1000px;
		position: relative;
		}

div.k {		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		align-content: center;
			}
div.dat {	width: 80%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
		align-content: center;
			}
img.logo {	width: 20%;
		min-width: 360px;
		height: auto;
		margin-right: 6%;
			}
#left {		display: inline-block;
		width: 25%;
		min-width: 250px;
			}
#right {	display: inline-block;
		width: 25%;
		min-width: 250px;
		margin-left: 8%;
			}
#cl {		width: 80vh;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
		display: inline-block;
			}
#lst {		width: 100%;
		min-width: 250px;
			}
#txt {		padding: 2% 2% 2% 2%;
		text-align: left;
		display: block;
			}
#red {		color: #BF0D0D;
			}
#hrs {		width: 40%;
		color: #BF0D0D;
			}
#th {		width: 100%;
			}
#ta {		width: 60%;
		float: left;
		margin-right: 10%;
		margin-bottom: 2%;
			}
#team {		width: 20vh;
		border: 2px solid #FFFFFF;;
  		border-radius: 50%;
  			}
#qp {		width: 30vh;
			}
#qpi {		width: 100%;
			}		
#ctar {		width: auto;
		height: 5%;
		padding: 2% 2% 2% 2%;
		box-sizing: border-box;
		font: 3vh calibri;
		color: #FFFFFF;
		font-variant:small-caps;
		text-decoration: none;
		text-align: center;
		background-color: #BF0D0D;
		display: inline-block;
			}
#cl {		width: 100%;
			}
#agi {		width: 30%;
		float: right;
			}
#agil {		width: 30%;
		float: left;
			}
iframe {	width: 100%;
			}
input {		height: 3vh;
		width: 80%;
			}
textarea {	min-height: 3vh;
		width: 80%;
			}</pre></body></html>