@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes animate-fade-out {
0% {
   opacity: 1;
}
100% {
   opacity: 0;
}
}
@keyframes slide-down-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,-100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes slide-up-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-bounce-in-left {
0% {
   opacity: 0;
   transform: translate(-500%,0px) rotate(0deg);
}
50% {
   opacity: 1;
}
60% {
   transform: translate(30px,0px) rotate(0deg);
}
80% {
   transform: translate(-10px,0px) rotate(0deg);
}
100% {
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-bounce-in-right {
0% {
   opacity: 0;
   transform: translate(500%,0px) rotate(0deg);
}
50% {
   opacity: 1;
}
60% {
   transform: translate(-30px,0px) rotate(0deg);
}
80% {
   transform: translate(10px,0px) rotate(0deg);
}
100% {
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-fly-in {
0% {
   opacity: 0;
   transform: translate(-100%,-100%) rotate(-180deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-scale-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0,0);
}
100% {
   opacity: 1;
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes transform-tada {
0% {
   transform: rotate(0deg);
}
10% {
   transform: rotate(-3deg) scale(0.9,0.9);
}
20% {
   transform: rotate(-3deg) scale(0.9,0.9);
}
30% {
   transform: rotate(3deg) scale(1.1,1.1);
}
40% {
   transform: rotate(-3deg) scale(1.1,1.1);
}
50% {
   transform: rotate(3deg) scale(1.1,1.1);
}
60% {
   transform: rotate(-3deg) scale(1.1,1.1);
}
70% {
   transform: rotate(3deg) scale(1.1,1.1);
}
80% {
   transform: rotate(-3deg) scale(1.1,1.1);
}
90% {
   transform: rotate(3deg) scale(1.1,1.1);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
a.Ser-White {
   color: #7E96A1;
   text-decoration: none;
}
a.Ser-White:visited {
   color: #7E96A1;
   text-decoration: none;
}
a.Ser-White:active {
   color: #FFFFFF;
   text-decoration: none;
}
a.Ser-White:hover {
   color: #FFFFFF;
   text-decoration: none;
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h2,
.h2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h3,
.h3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
.CustomStyle {
   --color: #2E74B5;
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
@media only screen and (max-width: 969px) {
}
