<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    @import "bootstrap.min.css";
    @import "font.css";
    @import "header.css";
    @import "footer.css";
    @import "breadcrumb.css";
    body,
    html {
        width: 100%;
        min-height: 100%;
        height: 100%;
        text-rendering: optimizeLegibility!important;
        -webkit-font-smoothing: antialiased!important;
    }
    @media (min-width: 768px) {
        .show-767 {
            display: none;
        }
    }
    @media (max-width: 767px) {
        .hide-767 {
            display: none;
        }
        .sizeTableMobile.show-767 thead+tbody td table,
        .sizeTableMobile.show-767 thead+tbody td table tr,
        .sizeTableMobile.show-767 thead+tbody td table tr td {
            display: block !important;
            width: 100%;
            border: none;
        }
        .sizeTableMobile.show-767 tbody tr td {
            padding: 0px !important;
        }
        .sizeTableMobile.show-767 tbody tr td table tr td {
            padding: 5px 0px !important;
        }
        .sizeTableMobile.show-767 thead+tbody td table tr td:nth-child(even) {
            background-color: rgb(241, 241, 241);
        }
    }
    body {
        font-family: 'Poppins Regular';
        font-size: 14px;
        color: rgb(54, 54, 54);
        padding: 0px;
        margin: 0px;
        background-color: rgb(242, 242, 242);
    }
    
    body#cms main {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        height: 100%;
    }
    
    footer#footer {
        margin-top: auto;
    }
    
    body#cms section#content {
        background-color: rgb(255, 255, 255);
        padding: 40px;
    }
    
    body#cms #content-wrapper {
        padding-bottom: 60px;
    }
    
    body#cms .page-header h1 {
        font-size: 30px;
        font-weight: 600;
        font-family: 'Poppins SemiBold';
        color: rgb(37, 37, 37);
        margin: 30px 0px 20px 0px;
    }
    
    @media (max-width: 1175px) {
        body#cms section#content {
            padding: 30px;
        }
        body#cms .page-header h1 {
            font-size: 28px;
        }
        body#cms #content-wrapper {
            padding-bottom: 40px;
        }
    }
    
    @media (max-width: 767px) {
        body#cms .page-header h1 {
            font-size: 20px;
            margin: 10px 0px;
        }
        body#cms #content-wrapper {
            padding-bottom: 30px;
        }
        body#cms section#content {
            padding: 20px;
        }
    }</pre></body></html>