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

/*base*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&amp;display=swap');

section {padding: 120px 0px}

h1 {
    color: #05498F;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}

h2 {
    color: #05498F;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-align: center;
    margin: 0px;
}

@media screen and (max-width: 992px) { 
    h2 {font-size: 22px;}
}

h3 {
    color: #959595;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    }
    
h4 {
    color: #05498F;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    }
    
h5 {
    color: #05498F;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 20px;
    }

.btns {
    position: relative;
    padding: 0.9375em 1.875em;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
}

.primary {
    background: #05498F;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    border-radius: 5px;
    min-width: 265px;
    margin: 25px 0px;
}

.primary:hover {
    color: #fff;
    opacity: 0.8;
}

.tab {padding-left: 20px;}</pre></body></html>