<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in-left {
0% {
   opacity: 0;
   transform: translate(-100px,0px) 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 animate-flash {
0% {
   opacity: 1;
}
25% {
   opacity: 0;
}
50% {
   opacity: 1;
}
75% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes fall {
0% {
   opacity: 0;
   transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg);
}
100% {
   opacity: 1;
   transform: translate3d(0px,0px,0px) rotateX(0deg);
}
}
@keyframes slide-left-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 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 text-pop-up {
0% {
   text-shadow: none;
   transform-origin: 50% 50%;
   transform: rotate(0deg);
}
100% {
   text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 25px 30px rgba(0, 0, 0, 0.3);
   transform-origin: 50% 50%;
   transform: translate(0px,-25px) 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-pulse {
0% {
   transform: rotate(0deg);
}
50% {
   transform: rotate(0deg) scale(1.1,1.1);
}
100% {
   transform: rotate(0deg) scale(1.0,1.0);
}
}
@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-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;
}
</pre></body></html>