@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in-down {
0% {
   opacity: 0;
   transform: translate(0px,-100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes animate-fade-in-right {
0% {
   opacity: 0;
   transform: translate(100px,0px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@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 push {
0% {
   transform: perspective(1px) rotateX(0deg) scale3d(1,1,1);
}
50% {
   transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8);
}
100% {
   transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0);
}
}
@keyframes slide-right-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(100%,0px) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes transform-bounce-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0.3,0.3);
}
50% {
   opacity: 1;
   transform: rotate(0deg) scale(1.05,1.05);
}
70% {
   transform: rotate(0deg) scale(0.9,0.9);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@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-scale-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0,0);
}
100% {
   opacity: 1;
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes vanish-in {
0% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(2,2);
}
100% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
}
@keyframes transform-zoom-in-left {
0% {
   opacity: 0;
   transform: translate3d(-1000px,0px,0px) rotateX(0deg) scale3d(0.1,0.1,0.1);
}
60% {
   opacity: 1;
   transform: translate3d(10px,0px,0px) rotateX(0deg) scale3d(0.5,0.5,0.5);
}
100% {
   opacity: 1;
   transform: translate3d(0px,0px,0px) rotateX(0deg) scale3d(1.0,1.0,1.0);
}
}
@keyframes transform-zoom-in-right {
0% {
   opacity: 0;
   transform: translate3d(1000px,0px,0px) rotateX(0deg) scale3d(0.1,0.1,0.1);
}
60% {
   opacity: 1;
   transform: translate3d(-10px,0px,0px) rotateX(0deg) scale3d(0.5,0.5,0.5);
}
100% {
   opacity: 1;
   transform: translate3d(0px,0px,0px) rotateX(0deg) scale3d(1.0,1.0,1.0);
}
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   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-block;
   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-block;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   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;
}
