<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	width: 100%;
    background: #182661;
    box-shadow: 0px 0px 15px 0px;
    position: fixed;
}

.header-container{
	width: 95%;
    margin: 0 auto;
}

.logo{
    padding: 10px 0;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.logo img{
	width: 160px;
}

.header-text{
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.header-text p{
	font-size: 20px;
    color: white;
}

.content{
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 20px;
	background: white;
}

.content-container{
	width: 90%;
	margin: 0 auto;
}

h1{
    font-size: 21px;
	margin-bottom: 15px;
	margin-top: 20px;
}


p, ol, ul{
    font-size: 13px;
    font-family: RobotoLight;
    line-height: 20px;
}

ul {
	list-style-type: disc;
}

hr{
	margin-bottom: 15px;
}

.inner-container-1, .inner-container-2{
	width: 95%;
	margin: 20px auto;
}

h3{
	margin: 15px 0;
}

h4{
	font-size: 14px;
	margin-bottom: 5px;
}

h5{
	font-size: 13px;
	margin-bottom: 2px;
}

a{
	text-decoration: none;
}

table{
	border-collapse: collapse
}

td{
	padding-bottom: 5px;
	padding-top: 5px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color: #182661;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #000;
}

.my-float{
	margin-top:22px;
}

.anchor{
   display:block;
   height:63.73px;
   margin-top:-63px; 
   visibility:hidden;
}

@media screen and (max-width: 500px){
	.logo{
	    width: 40%;
	    margin: 0 auto;
	    display: block;
	}
	.logo img{
		width: 100%;
	}
	.header-text{
	    display: none;
	}

	h1{
		font-size: 21px;
	}

	h3{
		font-size: 19px
	}

	h4{
		font-size: 17px;
	}

	h5{
		font-size: 15px
	}

	p{
		font-size: 14px;
	}

	ul, ol{
		padding-left: 15px;
	}


	.my-float{
		margin-top:17px;
	}

	.float{
		width:50px;
		height:50px;
		bottom:30px;
		right:30px;
		box-shadow: 2px 2px 3px 0px #999;
	}
	
	border-radius:40px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

@font-face {
    font-family: RobotoRegular;
    src: url('fonts/roboto-reg.eot');
    src: url('fonts/roboto-reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-reg.woff2') format('woff2'),
         url('fonts/roboto-reg.woff') format('woff'),
         url('fonts/roboto-reg.ttf') format('truetype'),
         url('fonts/roboto-reg.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: RobotoLight;
    src: url('fonts/roboto-light.woff2') format('woff2'),
         url('fonts/roboto-light.woff') format('woff'),
         url('fonts/roboto-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: RobotoRegular;
	background: #2D3D7F;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	letter-spacing: 0px;
}</pre></body></html>