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

}
.section-info .section-heading h2 {
    display: inline-block;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.section-info .section-heading p {
    font-size: 19px;
}
.section-info.post-container {
    margin-top: 20px;
}
.topic-buttons a{
    margin: 0;
    padding: 5px 13px;
}
.post-info .avatar.rounded img {
    border-radius: 50%;
    border: 8px solid #eee;
    transition: all 0.2s ease-in-out;
}
.post-head h2 {
    font-size: 20px;
    color: #336799;
    margin: 0;
}
.post-head .topic-category {
    font-size: 13px;
}
.post-info .avatar img {
    width: 90px !important;
    height: 90px !important;
}
.post-info .avatar.rounded img:hover {
    border: 2px solid #eee;
    /* -webkit-font-smoothing: antialiased; */
}
.post-content .author {
    font-size: 12px;
    margin-bottom: 10px;
}
.section-info .info-item {
    padding: 0 3px;
    margin-top: 10px;
}

.section-info .info-item &gt; p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-info .info-item &gt; p &gt; a {
    font-weight: 400;
}
.section-info .info-item &gt; p &gt; span.img-title {
    display: block;
}

.section-info .info-item &gt; ul &gt; li{
    list-style: outside none decimal;
    margin: 0 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.section-info .info-item &gt; h4 {
    font-size: 18px;
    margin: 40px 0 20px;
}
section#features .feature button.btn {
    padding: 10px;
    border-radius: 0;
    height: 40px;
    line-height: 18px;
    margin: 0;
}

@media (min-width: 992px) {
    section#features .container {
        border-right: 1px solid #eaeaea;
    }
}
section#features .nav-section.feature:first-child {
    margin-top: 10px;
}
section#features .nav-section.feature {
    margin-top: 10px;
    margin-bottom: 5px;
}
section#features .nav-section a {
    text-decoration: none;
}

section#features .nav-section .nav-section-heading {
    margin: 0;
    font-size: 15px;
    padding: 0;
    line-height: 19px;
    font-weight: 400;
    color: #444;
}
section#features .nav-section .nav-section-body {
    color: #999999;
    font-size: 12px;
    line-height: 12px;
}

section#features .nav-section.feature.sub-category {
    margin-left: 15px;
    border-left: 1px solid;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
section#features .nav-section.feature.sub-category .nav-section-heading {
    line-height: 14px;
    font-size: 14px;
}
section#features .nav-section.feature.sub-category .nav-section-body {
    margin: 5px 0px;
}

section#video-psio {
    margin-top: 10px;
}

@media (min-width: 1199px) {

    section#features.fixed .nav-section-container {
        position: fixed;
        width: 19%;
        top: 0;
        max-width: 244px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    section#features.fixed .nav-section-container {
        position: fixed;
        width: 19%;
        top: 0;
        max-width: 275px;
        min-width: 190px;
    }
}
@media (max-width: 992px) {

    section#features .nav-section.feature {
        text-align: center;
    }
}

@media (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 75px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 78px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 112px;
    }
}

.nav-section .btn {
    padding: 0;
    line-height: 33px;
    border-radius: 0;
    width: 100%;
}
.red-placeholder::-webkit-input-placeholder {
    color: #ff0000;
}
.red-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ff0000;
    opacity:  1;
}
.red-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ff0000;
    opacity:  1;
}
.red-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ff0000;
}</pre></body></html>