@font-face {
    font-family: 'Montserrat';
    src: url('Font/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('Font/Montserrat-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p {font-family: 'Montserrat'; font-weight: 500; font-size: 10pt; color: #16205b; text-decoration: none}
	p a:link {color: #1f299c; text-decoration: none; font-weight:500;}
	p a:hover {color: #2a36d1; text-decoration: underline; font-weight:500;}  
	p a:visited {color: #1f299c; text-decoration: none}
	p a:active {color: #1f299c;text-decoration: none}
p.table {font-family: 'Montserrat'; font-size: 10pt; color: #16205b; text-decoration: none; line-height: 0;}



h1 {font-family: 'Montserrat'; font-size: 20pt; color: #1f299c; text-decoration: none}

h2 {
    font-family: 'Montserrat';
    font-size: 12pt;
    color: #1f299c;
    text-decoration: none;
    font-weight: 500;
}
	h2 a:link {color: #1f299c; text-decoration: none; font-weight:500;}
	h2 a:hover {color: #2a36d1; text-decoration: none; font-weight:500;} 
	h2 a:visited {color: #1f299c; text-decoration: none; font-weight:500;} 
	h2 a:active {color: #1f299c; text-decoration: none; font-weight:500;} 
h2.banner {font-family: 'Montserrat'; font-weight: bold; font-size: 12pt; color: #ffffff; text-decoration: none}

h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14pt;
    color: #0372ff;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
    margin: 1em 0;
}

h4 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11pt;
    color: #666666;
    text-decoration: none;
}

h5 {font-family: 'Montserrat'; font-size: 11pt; color: #666666; text-decoration: none}
li {font-family: 'Montserrat'; font-weight: 500; font-size: 10pt; color: #16205b; text-decoration: none}
	li a:link {color: #1f299c; text-decoration: none; font-weight:500;} 
	li a:visited {color: #1f299c; text-decoration: none}
	li a:hover {color: #2a36d1; text-decoration: underline;}
	li a:active {color: #1f299c;text-decoration: none}

input {font-family: 'Montserrat'; font-size: 11pt; color: #666666; text-decoration: none}
textarea {font-family: 'Montserrat'; font-size: 11pt; color: #666666; text-decoration: none}

body { 
margin: 0px;
padding: 0px;
background-color:#F6F6F6;
height: 100dvh;
}


.client-reference {
    color: #0372ff !important;
    font-weight: bold !important;
  }