<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.effect-fade {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-d01 {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
	
}

.effect-fade-d01.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-d02 {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
	
}

.effect-fade-d02.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-d03 {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
	
}


.effect-fade-d03.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-l {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
	
}


.effect-fade-l.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

.effect-fade-r {
	opacity : 1;
	transform : translate(0, 0px);
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
	transition : all 0s;
	
}


.effect-fade-r.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
</pre></body></html>