@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #E9E9E9;
  -webkit-print-color-adjust: exact;
}

p {
  margin-bottom: 1.25rem;
}
p:last-child{ margin-bottom: 0;}
h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.25rem;
  padding: 2.5rem 1rem;
  text-align: center;
  background-color: #003A70;
  color: white;
}

h1 span{font-size:1.2rem;}

h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700; padding-bottom: 1rem; position: relative;
text-transform:uppercase;
}
h2::after{
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: 16px;
  left: 0px;
  background-color: #003A70;

}

h3 {
  margin: 0;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003A70;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #1E3D6F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 0rem 1rem;
  list-style-type: disc;
}

li {
  padding-left: 0.25rem;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.frame-outer {
  position: relative;
  padding: 0;
  max-width: 780px;
  margin: 1.3rem auto;
  background-color: #E9E9E9;
  font-size: 0.875rem;
}

.content {
  padding: 0rem 0rem 0rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 1.25rem;
  background-color: #fff;
}

.content-white {
  padding: 1.25rem;
  background-color: #fff;
  margin-bottom: 1rem;  color: #1E3D6F;
}

.logo img {
  width: 200px;
}

.left {
  float: left;
  width: 48%;
}

.right {
  float: right;
  width: 48%;
}

.footer {
  padding: 0;
}

.hide {
  display: none;
}

.justifier {
  text-align: justify;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: inline-block;
  background: #003A70;
  padding: 1rem 2rem;
  margin: 0rem auto 0rem auto;
  cursor: pointer;
  border: 0.1rem solid #003A70;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.192rem;
  line-height: 1.3rem;
}
.button a:hover {
  text-decoration: none;
}
.refnr {}

.apply {}
