<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq-content {
    position: relative;
    overflow: hidden;
    margin: 0 0 8px;
}

    .faq-content .caption-box {
        overflow: hidden;
        margin: 0 0 25px;
    }

    .faq-content h2 {
        font-size: 20px;
        line-height: 25px;
        color: #0c304c;
        margin: 0 0 9px;
        font-weight: bold;
    }

    .faq-content .accordion {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .faq-content .accordion li {
            margin: 0 0 12px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .faq-content .accordion li.active .opener {
                color: #fff;
                background: #385673;
            }

                .faq-content .accordion li.active .opener:after {
                    margin: -5px 0 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    border-color: #fff;
                }

        .faq-content .accordion ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

    .faq-content .opener {
        display: block;
        position: relative;
        background: #ccd9e0;
        color: #0c304c;
        font-size: 14px;
        line-height: 17px;
        text-decoration: none;
        padding: 10px 75px 11px 11px;
    }

        .faq-content .opener:hover {
            color: #fff;
            background: #385673;
        }

            .faq-content .opener:hover:after {
                border-color: #fff;
            }

        .faq-content .opener:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 17px;
            width: 19px;
            height: 19px;
            border: 3px solid #223546;
            border-right: none;
            border-bottom: none;
            -webkit-transition: border 0.4s linear;
            transition: border 0.4s linear;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            margin: -15px 0 0;
        }

    .faq-content a {
        color: #0C304C;
    }

        .faq-content a:hover {
            color: #0077bf;
        }

    .faq-content .img-holder {
        margin: 0px 0px 18px 0;
    }

    @media only screen and (min-width:660px) {
        .faq-content .img-holder {
            float: left;
            padding-right: 25px;
        }
    }

    .faq-content .text-holder {
        /* overflow: hidden; */
        margin: 20px 0px 0 0;
    }

    .faq-content .slide {
        padding: 14px 20px 18px;
        background: #f0f4f6;
        margin: 0 0 -12px;
        overflow: hidden;
    }

    .faq-content .item {
        margin: 0 0 35px;
    }

    .faq-content .slide a {
        text-decoration: underline;
    }

        .faq-content .slide a:hover {
            text-decoration: none;
            color: #0077bf;
        }


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