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

}

body {

}

.container {
    width:100%;
    margin:0 auto;
}

a, a:visited, a:active, a:visited {
    transition: all 0.2s ease;
    color:#0033ee;
    text-decoration: none;
}
a:hover {
    color:#0066ff;
}
.breadcrums a, .breadcrums a:active, .breadcrums a:visited {
    display: inline;
}

.l { float:left; }
.r { float:right; }
.c { clear:both; padding:0px; border:0px; }
.nv { display: none;
	visibility: hidden; }

.p2 { padding:2px; }
.p4 { padding:4px; }
.p8 { padding:8px; }
.p12 { padding:12px; }
.p16 { padding:16px; }
.p24 { padding:24px; }

.pb8 { padding-bottom:8px; }

.menu {
    max-width:1200px;
    margin:0 auto;
}
.menuinner {
    font-family: hind, Helvetica;
}
.menuitem {
    text-align:center;
}
.menuiteminner {
    transition: all 0.2s ease;
    color:#c5ecda;
    font-size:20px;
    text-decoration: none;
}
.menuiteminner a {
    transition: all 0.2s ease;
    color:#0c9fa4;
    font-size:20px;
    text-decoration: none;
}
.menuiteminner a:hover {
    color:#c5ecda;
}

.submenu {
    
}
.submenuinner {
    font-family: hind, Helvetica;
}
.submenuitem {
    text-align:center;
}
.submenuiteminner {
    transition: all 0.2s ease;
    color:#c5ecda;
    font-size:18px;
    text-decoration: none;
}
.submenuiteminner a {
    transition: all 0.2s ease;
    color:#0c9fa4;
    font-size:18px;
    text-decoration: none;
}
.submenuiteminner a:hover {
    color:#c5ecda;
}

.nav {
    
}

.logo {
    
}
.logoinner {
    
}

.divout100 { width:100%; }
.divout70 { width:70%; }
.divout60 { width:60%; }
.divout50 { width:50%; }
.divout40 { width:40%; }
.divout30 { width:30%; }
.divout20 { width:20%; }
.divout10 { width:10%; }
.divoutpx { max-width:1200px; margin:0 auto;}

.divin { max-width:100%; }

.round2 { border-radius: 2px; }
.round4 { border-radius: 4px; }
.round8 { border-radius: 8px; }

.bor1 { border: 1px solid; }
.bor2 { border: 2px solid; }

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