<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home .header .headerTitle {
    position: absolute;
    z-index: 5000;
    width: 100%;
    top: 0;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    padding: 0;
}

    .home .header .headerTitle h1 {
        color: #ffffff;
        font-weight: 800;
        font-size: 40px;
        letter-spacing: 4px;
        padding: 0;
    }

.home .header .basicButton {
    width: 250px;
    left: 50%;
    text-align: center;
    margin-left: -125px;
    top: 350px;
    position: absolute;
    z-index: 5000;
    padding: 10px 0;
    box-sizing: border-box;
}

.home .header .scrollDown {
    position: absolute;
    top: 82%;
    left: 50%;
    width: 130px;
    z-index: 5000;
    cursor: pointer;
    text-align: center;
    margin-left: -65px;
}

.home .cycle-slideshow .logo {
    position: absolute;
    z-index: 999;
    right: 35px;
    bottom: 25px;
}

    .home .cycle-slideshow .logo img {
        width: 120px;
        height: auto;
    }

.home .cycle-slideshow .graphics {
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
}

    .home .cycle-slideshow .graphics img {
        width: 100%;
    }

.home .cycle_pager {
    text-align: center;
    padding: 20px 0 0 0;
}

    .home .cycle_pager span {
        /*background-image: url("../images/pager_hollow.png");
        background-repeat: no-repeat;*/
        width: 16px;
        height: 16px;
        display: inline-block;
        cursor: pointer;
        margin: 0 4px;
        background-color: #fff;
        border: 2px solid #003b4c;
        border-radius: 50%;
        box-sizing: border-box;
    }

    .home .cycle_pager .cycle-pager-active {
        background-color: #003b4c;
        background-repeat: no-repeat;
    }

.home .imageBanner img {
    float: left;
    width: 33.33%;
    height: auto;
}

    .home .imageBanner img:last-child {
        float: right;
        width: 33.33%;
    }

.home .mainContent .contentHeader {
    padding: 35px 0 45px 0;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

    .home .cycle-slideshow .logo {
        right: 15px;
        bottom: 10px;
    }

        .home .cycle-slideshow .logo img {
            width: 40px;
        }

    .home .mainContent .contentHeader {
        padding: 15px 0 0 0;
    }

    .cycle_pager {
        display: none;
    }

    .home .header .headerTitle h1 {
        font-size: 1.15rem;
        line-height: 1.5rem;
        letter-spacing: 1.5px;
    }

    .home .header .basicButton {
        top: 90px;
        width: 200px;
        margin-left: -100px;
    }

    .header &gt; div &gt; img {
        width: 100%;
    }

    .scrollDown {
        display: none;
    }
}
</pre></body></html>