<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 &gt; .container{}
.section-info .info-item {
    padding: 0 3px;
}

.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{
    font-size: 16px;
    font-weight: 400;
    list-style: initial;
    line-height: 22px;
    margin: 0 20px 0;
}

.section-info .info-item &gt; h4 {
    font-size: 18px;
    margin: 40px 0 20px;
}

@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;
}
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#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;
    }
}</pre></body></html>