<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,600');


html,
body {
    height: 100%;
}

html {
    font-size: 18px;
}

body {
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    background-color: #f2f4f8;
}


a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #15a4fa;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #037bf5;
    outline: none;
}


@media (max-width: 767px) {
    html {
        font-size: 15px;
    }
}


/* ==========================================================================
   1. HEADER
   ========================================================================== */

header {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
}


/* ==========================================================================
   2. NAVGATION
   ========================================================================== */

nav .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

nav .nav-bar {
    background-color: #fff;
    border: 1px solid #eaeef1;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}

nav .nav-bar li {
    margin: 0;
    padding: 8px;
    float: left;
    margin-right: 10px;
    color: #a3acb6;
    font-size: 0.9rem;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

nav .nav-bar li:last-child {
    margin-right: 0;
}

nav .nav-bar li:hover {
    color: #687586;
}

nav .nav-bar li.active {
    color: #000;
}

@media (max-width: 767px) {
    nav {
        display: none;
    }
}

/* ==========================================================================
   3. MAIN CONTAINER
   ========================================================================== */

main .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

main .content {
    background-color: #fff;
    border: 1px solid #eaeef1;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}


/* ==========================================================================
   4. DOCUMENT STYLE
   ========================================================================== */

h1 {
    font-size: 2.6rem;
    font-weight: 300;
    padding-top: 1rem;
    margin-bottom: 2.3rem;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 1rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 1rem;
    margin-bottom: 1.2rem;
}

h4 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 0.6rem;
    margin-bottom: 1.05rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 145%;
    margin-bottom: 1rem;
    word-spacing: 0.06rem;
}

b {
    font-weight: 700;
}



ol li,
ul li {
    line-height: 135%;
    margin-bottom: 0.8rem;
}

ol li {
    padding-left: 0.3rem;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

ol.decimal {
    list-style-type: decimal;
}

ol.lower-roman {
    list-style-type: lower-roman;
}

ol li&gt;ol,
ol li&gt;ul,
ul li&gt;ol,
ul li&gt;ul {
    margin-top: 0.5rem;
}

.update {
    font-style: italic;
    opacity: .7;
}

.list-h4 li {
    font-size: 1.2rem;
    font-weight: 700;
}

.list-h4 li p {
    padding-top: 0.4rem;
}

span.h4 {
    font-size: 1.2rem;
    font-weight: 700;
    padding-right: 0.3rem;
}

span.italic {
    font-style: italic;
}

.level-1 {
    
}























































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