<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.float-panel { width:100%; transition:all 0.7s;}

.fixed { border:none; animation:slide-down 0.7s;}

.fixed .fa-gg { transform:rotate(360deg);}

.fixed { width:100% !important; float:none; background:#002a5d; margin:auto !important; padding:0 0 20px; right:0; left:0; z-index:999999}

.scroll { width:100%; float:none; margin:0 auto 0; position:relative;}

.linker-col1 { transition:all 0.7s;}

.fixed .linker-col1 { width:154px; display:none; margin:0 0 0 8%; animation:slide-down 0.7s;}

.fixed .linker-btn1 { display:inline-block;}

.fixed .linker-btn2 { background:#c58a0b; border-color:#c58a0b;}

.fixed .linker-btn2:hover { color:#c58a0b; background:#ffffff; border-color:#c58a0b;}

.header-col1 .fixed { width:90px !important; background:none; padding:34px 0 34px; right:inherit; left:1.5%;}

.header-col1 .scroll { width:90px;}



.banner-wrapp .banner-col2 .scroll.float-panel.fixed { top:inherit !important; bottom:5%;}

.banner-wrapp .banner-col2 .fixed { background:none;}

.banner-wrapp .banner-col2 .fixed .banner-row2 { width:219px; bottom:5%; left:1.5%;}



@keyframes slide-down {  

0% { transform:translateY(-100%);}

100% { transform:translateY(0);}

}

/* ---------------- For Animation on Scroll ---------------- */

.slideanim { visibility: hidden; visibility: visible\9;/*For old IE browsers IE6-8 */ }

.slideanim.slide { visibility: visible; animation: slide 1s; }

.slideanim::after { /* useful when its child elements are float:left; */

content: ""; display: table; clear: both; }

@keyframes slide {

0% { transform:translateY(50%);}

100% { transform:translateY(0);}

}



/*Smartphone css*/

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

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%; position:relative;}

.fixed .toggle { float:left;}

.fixed .linker-col1 { width:223px; margin:0 auto 30px; animation:none;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%; position:relative;}

.fixed .toggle { float:left;}

.fixed .linker-col1 { width:223px; margin:0 auto 30px; animation:none;}

}



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

.float-panel { transform:none; transition:none;}

.fixed { width:100% !important; background:none; border-bottom:none; position:relative !important; box-shadow:none !important; animation:none !important; padding:0 !important;}

.scroll { width:100%; position:relative;}

.fixed .toggle { float:left;}

.fixed .linker-col1 { width:223px; margin:0 auto 30px; animation:none;}

}



@media screen and (min-width:768px) and (max-width:900px) {

/*.fixed { width:100% !important; background:none; border-bottom:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}
*/
.scroll { width:100%; padding:0 0 20px; position:relative;}

.linker-col1 { transition:none;}

.fixed .linker-col1 { width:20.4%; display:block; margin:0 0 0; animation:none;display: none;}

/*.fixed .linker-btn1 { display:none;}*/

}



@media screen and (min-width:901px) and (max-width:1024px) {

/*.fixed { width:100% !important; background:none; border-bottom:none; margin:auto !important; position:relative !important; box-shadow:none !important; animation:none !important; text-align:center; padding:0 !important;}*/

.scroll { width:100%; padding:0 0 20px; position:relative;}

.linker-col1 { transition:none;}

.fixed .linker-col1 { width:20.4%; display:block; margin:0 0 0; animation:none; display: none;}

/*.fixed .linker-btn1 { display:none;}*/

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.fixed { width:100% !important; float:none !important; margin:0 auto 0;}

.scroll { width:100%; float:left; position:relative;}

.header-col1 .fixed { width:32px !important; padding:32px 0 32px; right:inherit; left:3%;}

.header-col1 .scroll { width:32px;}

.fixed .linker-col1 { width:136px; margin:0 0 0 4%;}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.fixed { width:100% !important; float:none !important; margin:0 auto 0;}

.scroll { width:100%; float:left; position:relative;}

.header-col1 .fixed { padding:32px 0 32px; right:inherit; left:3%;}

}</pre></body></html>