html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*/ HTML5 display-role reset for older browsers /*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #fff;
  font-family: 'Helvetica Now Display', sans-serif;
  color: #000000;
}
ol,
ul {
  list-style: none;
}
ul > li{
  margin-bottom:0px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  max-width: 100%;
}
strong {
  font-weight: 600;
}
a {
  color: #3E47DD;
  text-decoration: none;
  transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
  font-family: 'Helvetica Now Display', sans-serif;
}
a:hover{text-decoration: none;}
a:visited, .alink:visited{color:#fff;}
button {
  font-family: 'Helvetica Now Display', sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2 {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 700;
}
h3,
h4 {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 600;
}
p {
  font-family: 'Helvetica Now Display', sans-serif;
  font-weight: 400;
}

/*  */
/* bg color variable */
/* Primary color variables */
/* Content color variable */
body {
  background-color: #fff;
}
.page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.secondaryTitle {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 45px;
  font-weight: 700;
  color: #013470;
}
.secondaryTitle.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .secondaryTitle {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondaryTitle {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondaryTitle {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
.primaryText {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .primaryText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primaryText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primaryText {
    font-size: 18px;
    line-height: 29px;
  }
}
.secondaryText {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondaryText {
    font-size: 16px;
    line-height: 24px;
  }
}
.section_padding {
  padding: 80px 0px;
}
.section_padding.bottom_zero {
  padding-bottom: 0px;
}
.section_padding.form_top_space {
  padding-top: 30px;
}
.section_padding.top_zero {
  padding-top: 0px;
}
.primary_cta {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  border: 1px solid #00397B;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00397B;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  min-width: 10em;
  text-align: center;
  transition: 0.3s ease-in;
}
.primary_cta:hover {
  background-color: #fff;
  color: #00397B;
}
.primary_cta.transparent_cta {
  background-color: transparent;
  color: #E61122;
  border: 1px solid #E61122;
}
.primary_cta.transparent_cta:hover {
  background-color: #E61122;
  color: #fff;
  border-color: #E61122;
}
@media only screen and (max-width: 1024px) {
  .primary_cta {
    font-size: 15px;
    line-height: 19px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_cta {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 10px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_cta {
    font-size: 17px;
    line-height: 25px;
    padding: 10px 10px;
  }
}
.grid_3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .grid_3 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .grid_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.primary_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #1C1D26;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .primary_text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_text {
    font-size: 18px;
    line-height: 29px;
  }
}
.primary_text.center {
  text-align: center;
}
.primary_title {
  font-size: 50px;
  line-height: 62px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #080808;
  text-transform: uppercase;
}
.primary_title.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .primary_title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .primary_title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .primary_title {
    font-size: 36px;
    line-height: 44px;
  }
}
.secondary_title {
  font-size: 38px;
  line-height: 50px;
  padding-bottom: 45px;
  font-weight: 700;
  color: #013470;
}
.secondary_title.center {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .secondary_title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .secondary_title {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1480px) {
  .secondary_title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}
.main_container {
  max-width: 1430px;
  margin: auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 200px) and (max-width: 1440px) {
  .main_container {
    padding: 0px 25px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1480px) {
  .main_container {
    width: 93%;
  }
}
.primarybg {
  background-color: #ECF4FF;
}
.section_blue {
  background-color: #03254c;
}
.light_blue {
  background-color: #F1F7FF;
}
@media only screen and (max-width: 1024px) {
  .section_padding {
    padding: 40px 0px;
  }
  .form_bg {
    background-color: #FEFBF8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section_padding {
    padding: 60px 0px;
  }
}
