<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1500px) {
.plus {  bottom: 47%; position: absolute; right: 0%;}
}
@media only screen and (min-width:1200px) and (max-width: 1375px){
.submark {margin: 2% 0 70px;}
.header_content { margin-top: 5%;}
.plus {  bottom: 47%; position: absolute; right: 0%;}
.header_content a{margin: 10% auto 35px;}
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
.submark {margin: 1% 0 100px;}
.header_content { margin-top: 2%;}
.plus {  bottom: 39%; position: absolute; right: 0%;}
.header_content a{margin: 10% auto 35px;}
}
/* Tablet Layout */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.plus {right: 47%;}
.single_contract { margin-right: 0;width: 198px;}
.single_contract ul li a {height: 38px;width: 38px;}
.content {width: 530px;}
.list_one {width: 250px;}


}


/* Mobile Small Layout */

@media only screen and (max-width: 767px) { 

}



/* Mobile Large Layout Layout */


@media only screen and (min-width: 480px) and (max-width: 767px) { 

}





#pre_home {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
transition: all .2s;

}
#pre_home_anime {
position: absolute;
top: 24%;
left: 50%;
height: 102px;
margin-left: -161px;
margin-top: -63px;
}
#pre_home_title, #pre_home_title_hover {
position: absolute;
top: 0;
left: 0;
height: 102px;
width: 345px;
max-width: initial;
}
#pre_home_anime_hover {
position: absolute;
top: 0;
left: 0;
height: 102px;
width: 0;
overflow: hidden;
}
body {
transition: all .2s;
}
body &gt; *:not(#pre_home) {
opacity: 0;
transition: all .2s;
}
body.loaded &gt; *:not(#pre_home) {
opacity: 1;
transition: all .2s;
}

body.loaded #pre_home {
opacity:0;
}


body.loaded &gt; #scroll_industries, body.loaded &gt; #scroll_form, body.loaded &gt; #scroll_service, body.loaded &gt; #scroll_rorm {
opacity: 0;
transition: all 1s;
}
body.loaded &gt; #scroll_industries.loaded, body.loaded &gt; #scroll_industries.loaded, body.loaded &gt; #scroll_form.loaded, body.loaded &gt; #scroll_service.loaded, body.loaded &gt; #scroll_rorm.loaded {
opacity: 1;
}


.top_menu {
z-index:1001;
}
ul#navigation li a {
cursor: pointer;
}</pre></body></html>