<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes opIn{
from {opacity:0;}
to {opacity:1;}
}
@-moz-keyframes opIn{
from {opacity:0;}
to {opacity:1;}
}
@-webkit-keyframes opIn{
from {opacity:0;}
to {opacity:1;}
}


@keyframes opOut{
from {opacity:1;}
to {opacity:0;}
}
@-moz-keyframes opOut{
from {opacity:1;}
to {opacity:0;}
}
@-webkit-keyframes opOut{
from {opacity:1;}
to {opacity:0;}
}</pre></body></html>