<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#catsinfoo{
    width: 100%;
    margin-bottom: 60px;
}

#catsinfoo .topinnfo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#catsinfoo .topinnfo h3{
    font-size: max(2.5 * (1vw + 1vh) / 2, 23px);
    margin-bottom: 15px;
}
#catsinfoo .topinnfo p{
    text-align: center;
    font-size: max(1 * (1vw + 1vh) / 2, 15px);
    font-weight: 300;
}
#catsinfoo .moooreJ{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#catsinfoo .moooreJ a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: #aeaeae 1px solid;
    padding: 10px 30px;
    margin: 30px 0 15px;
    border-radius: 3px;
}
#catsinfoo .moooreJ a svg{
    width: 30px;
    aspect-ratio: 1/1;
    margin-right: 10px;
    fill: #ffffff;
}
@media screen and (max-width: 768px) {
	#catsinfoo{
    margin-bottom: 0px;
}
}
</pre></body></html>