@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes background-position-top-left
{
   0% { background-position: 100% 100%;  }
   100% { background-position: 0% 0%;  }
}
@-moz-keyframes background-position-top-left
{
   0% { background-position: 100% 100%;  }
   100% { background-position: 0% 0%;  }
}
@keyframes background-position-top-left
{
   0% { background-position: 100% 100%;  }
   100% { background-position: 0% 0%;  }
}
a.whitelink
{
   color: #FFFFFF;
   text-decoration: none;
}
a.whitelink:visited
{
   color: #FFFFFF;
   background: #003262;
   text-decoration: underline;
}
a.whitelink:active
{
   color: #FFFFFF;
   background: #0A4893;
   text-decoration: none;
}
a.whitelink:hover
{
   color: #FFFFFF;
   background: #003262;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Inter;
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.input
{
   text-decoration: none;
   background-color: transparent;
   padding: 5px 5px 5px 5px;
   input;
}
.validation
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.validation:invalid
{
   text-decoration: none;
   background-color: #FF0000;
}
.validation:valid
{
   text-decoration: none;
   background-color: #00FF00;
}
@media only screen and (min-width: 1024px)
{
}
@media only screen and (max-width: 1023px)
{
}
