<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================== default ====================*/
:root {scroll-behavior: auto !important;
    --cr-green: #00A94F;
    --cr-light: #fff;
    --cr-gray: #666;
    --cr-dark: #333;
    --cr-border: #DBDBDB;
    --tsition: 400ms ease-in-out;
}
body{padding: 0; margin: 0; box-sizing: border-box;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); font-family: kurious-looped;}
.icw .main strong{font-weight: 600;}
.icw .main .h1,.icw .main .h2,.icw .main .h3,.icw .main .h4,.icw .main .h5,.icw .main .h6{margin: 0 0 0.6em; line-height: 1.2em; font-weight: 500;}
.icw .main .h1 strong,.icw .main .h2 strong,.icw .main .h3 strong,.icw .main .h4 strong,.icw .main .h5 strong,.icw .main .h6 strong{font-weight: 600;}
.icw .main p{margin: 0 0 0.6em; line-height: 1.2em;}
.icw .main .text-light{color: var(--cr-light) !important;}
.icw .main .text-dark{color: var(--cr-dark) !important;}
.icw .main .text-green{color: var(--cr-green) !important;}
.icw .main .text-gray{color: var(--cr-gray) !important;}
.icw .main a.link{transition: var(--tsition); text-decoration: none;}
.icw .main .btn{border-radius: 8px; height: 45px; display: flex; justify-content: center; align-items: center; padding: 0 15px;
    margin: 0; border: 0; font-size: 16px; font-weight: 600;
}
.icw .main .btn{overflow: hidden; position: relative; z-index: 1}
.icw .main .btn:before{content: '';position: absolute; z-index: -1; top: 0; left: -100%;
    width: 100%; height: 100%;transition: var(--tsition);opacity: 0;
}
.icw .main .btn:hover:before{left: 0;opacity: 1;}
.icw .main .btn-primary{color: var(--cr-light); background-color: var(--cr-green);}
.icw .main .btn-primary:before{background-color: #0BC160;}
.icw .main .btn-secondary{color: #03730F; background-color: #64FD30;}
.icw .main .btn-secondary:before{background-color: #bbff85;}

.row-0{margin: 0px;}
.row-0 &gt; div{padding: 0px;}

.row-20{margin: 0 -10px;}
.row-20 &gt; div{padding: 0 10px;}

.row-flex{display: flex; flex-wrap: wrap;}
.row-flex.align-items-center{align-items: center;}
.row-flex &gt; div{float: none;}
.row-flex &gt; .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.row-flex &gt; .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.row-flex &gt; .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.row-flex &gt; .col-6 {-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}

.item-list{padding: 0; margin: 0; list-style: none;}
.item-list:after{content: ''; display: table; clear: both;}
.item-list &gt; li{float: left;}


/*######################### hide menu #########################*/
#navigation-header .midbar-menu{display: none;}


/*######################### RESPONSIVE #########################*/
@media screen and (min-width: 200px) {
    #navigation-header.fixed:not(.tiny) .header-mobile {background:none;}

    .icw .main .container{padding: 0 16px; margin: 0 auto; width: 100%; max-width: 1140px;}

    .icw .main .h1{font-size: 24px; line-height: 1.2em; margin: 0 0 8px 0;}
    .icw .main .h4{font-size: 18px; line-height: 1.5em; margin: 0 0 0 0;}

    .sc-hero-banner{position: relative; z-index: 1; min-height: calc(100vh - 61px);}
    .sc-hero-banner .item-list &gt; li{float: none; position: relative;}
    .sc-hero-banner .item-list &gt; li:before{content: ''; height: 1px; width: 100%; 
        position: absolute; z-index: +1; bottom: 100%; left: 0; right: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52.08%, rgba(255, 255, 255, 0) 100%);
    }
    .sc-hero-banner .link{display: block;}
    .sc-hero-banner .wrapper{height: calc((100vh - 61px) / 3); position: relative; overflow: hidden;
        display: flex; justify-content: center; align-items: center;
    }
    .sc-hero-banner .graphic{position: absolute; z-index: 0; top: 0; bottom: 0;}
    .sc-hero-banner .graphic.-C{left: 0; right: 0; margin: auto;}
    .sc-hero-banner .graphic.-C{background-image: url(../img/premier_graphic-bg_mobile.png);
        background-size: cover; background-position: center; background-repeat: no-repeat;
    }
    .sc-hero-banner .graphic.-C &gt; img{width: 100%;}
    .sc-hero-banner .graphic.-B{left: 0; right: 0; top: 0; margin: auto;}
    .sc-hero-banner .graphic.-B{background-image: url(../img/wisdom_graphic-bg_mobile2.png);
        background-size: contain; background-position: center; background-repeat: no-repeat;
    }
    .sc-hero-banner .graphic.-B &gt; img{width: 100%; height: 100%; object-fit: cover;}
    .sc-hero-banner .logo{max-width: 126px; position: relative; z-index: 1}
    .sc-hero-banner .title{display: none;}
    .sc-hero-banner .line{display: none;}
    .sc-hero-banner .action{display: none;}
    .sc-hero-banner .k-private .wrapper{background:#0A263C;}
    .sc-hero-banner .k-private .graphic{opacity: 0.6;}
    .sc-hero-banner .wisdom .wrapper{background:linear-gradient(0deg, #5b1f2b 0%, #7c2b3c 100%);}
    .sc-hero-banner .wisdom .graphic{opacity: 0.6;}
    .sc-hero-banner .premier .wrapper{background:linear-gradient(0deg, #142B22 0%, #0E493C 100%);}
    .sc-hero-banner .premier .graphic{opacity: 0.4;}

    .sc-shortcut{position: sticky; bottom: 0; z-index: 0; background-color: var(--cr-light); overflow: hidden;}
    .sc-shortcut .sc-inner{padding: 32px 0;}
    .sc-shortcut.sc-top .sc-inner{padding-top: 90px;}
    .sc-shortcut .item-list{position: relative;}
    .sc-shortcut .item-list &gt; li{width: 100%; border-bottom: 1px solid var(--cr-border);}
    .sc-shortcut .wrapper{display: flex; width: 100%; align-items: center; flex-wrap: nowrap; position: relative; padding:16px 0;}
    .sc-shortcut .wrapper:before {content: ""; width: 10px; height: 10px; margin: auto; position: absolute;top: 0;right: 0;bottom: 0;
        border-top: 1px solid var(--cr-gray);border-right: 1px solid var(--cr-gray);display: none;transition: transform 0.3s ease-out;transform: rotate(135deg);
    }
    .sc-shortcut .icon{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .sc-shortcut .icon img{height: 20px; display: block; margin: 0 auto;}
    .sc-shortcut .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 16px;}
    .sc-shortcut .txt{font-size: 16px; color: var(--cr-green); margin: 0; text-decoration: underline; line-height: 1.5em;}
    .sc-shortcut .txt strong{font-weight: 600;}

}
@media screen and (max-width: 280px) {
    .sc-hero-banner .graphic.-C &gt; img{width: auto; height: 100%; object-fit: cover;}
}
@media screen and (min-width: 716px) {
    .icw .main .h1{font-size: 28px;}
    .icw .main .h4{font-size: 20px;}

    .sc-hero-banner .logo {max-width: 200px;}

    .sc-shortcut .item-list{margin: -4px;}
    .sc-shortcut .item-list &gt; li {width: calc(100%/3); border: 0; padding: 4px;}
    .sc-shortcut .item-list &gt; li+li{margin-top: 0;}
    .sc-shortcut .wrapper{border: 1px solid #EDEDED; border-radius: 8px; padding: 16px; flex-direction: column; align-items: flex-start;}
    .sc-shortcut .wrapper:before{display: none;}
    .sc-shortcut .content{padding-left: 0; padding-top: 15px;}
    .sc-shortcut .icon img {height: 25px;}
    .sc-shortcut .txt{line-height: 1.4em; min-height:2.8em;}

}
@media screen and (min-width: 992px) {
    .sc-hero-banner .item-list &gt; li{float: left; width: calc(100%/3);}
    .sc-hero-banner .item-list &gt; li:before{height: auto; width: 1px; bottom: 0; left: 0; right: auto; top: 0; display: none;
         background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52.08%, rgba(255, 255, 255, 0) 100%);
    }
    .sc-hero-banner .item-list &gt; li:after{content: ''; position: absolute; z-index: +1; 
        height: auto; width: 1px; bottom: 0; left: auto; right: 0; top: 0; display: none;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52.08%, rgba(255, 255, 255, 0) 100%);
    }
    .sc-hero-banner .wrapper {height: calc(100vh - 61px);}
    .sc-hero-banner .graphic.-C &gt; img {width: auto;}
    .sc-hero-banner .graphic.-C{background-image: url(../img/premier_graphic-bg_desktop.png);
        background-size: contain; background-position: center;
    }
    .sc-hero-banner .graphic.-B{background-image: url(../img/wisdom_graphic-bg_desktop.png);
        background-size: contain; background-position: center bottom;
    }
    .sc-hero-banner .premier .graphic{display: flex; justify-content: center; align-items: center;}

    .sc-shortcut .item-list &gt; li {width: calc(100%/6);}
}
@media screen and (min-width: 1140px) {
    #navigation-header, .header{position: fixed; right: 0;}

    .icw .main .container{max-width: 1170px;}

    .sc-hero-banner .wrapper {height: calc(100vh);}
    .sc-hero-banner .wrapper:before{content: ''; position: absolute; z-index: 2; top: 0; left: 0; bottom: 0; right: 0;
        background: rgba(0, 0, 0, 0.7); transition: var(--tsition); opacity: 0;
    }
    .sc-hero-banner .title{display: block; position: absolute; left: 0; right: 0; bottom: 104px; opacity: 0; 
        transition:400ms ease; text-align: center; font-weight: 600; color: var(--cr-light);
    }
    .sc-hero-banner .line{display: block; position: absolute; left: 0; right: 0; bottom: 132px; margin: auto; width: 0px; height: 1px;
        transition:400ms ease; background-color: rgba(255, 255, 255, 0.3); opacity: 0; 
    }
    .sc-hero-banner .action{display: block; position: absolute; left: 0; right: 0; bottom: 82px; opacity: 0; 
        transition:400ms ease; text-align: center;
    }
    .sc-hero-banner .action .btn{width: 220px; height: 45px; border-radius: 8px;
        font-size: 16px; line-height: 41px; color: var(--cr-light) !important; text-align: center;
        display: inline-block; transition: var(--tsition); overflow: hidden; position: relative; z-index: +1;
        font-family: kurious-looped; font-weight: 600; padding: 0; min-width: inherit;
        background: linear-gradient(270deg, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,0.8));
        background-position: 99% 50%; background-size: 300% 300%; border: 2px solid rgba(255,255,255,0.3);
    }
    .sc-hero-banner .action .btn:hover{border: 2px solid rgba(255,255,255,0) !important; background-position: 1% 50%;}
    .sc-hero-banner .k-private .action .btn:hover{color: #0A263C !important;}
    .sc-hero-banner .wisdom .action .btn:hover{color: #5b1f2b !important;}
    .sc-hero-banner .premier .action .btn:hover{color: #142B22 !important;}
    .sc-hero-banner .item-list &gt; li:before{display: block; opacity: 0; transition: var(--tsition);}
    .sc-hero-banner .item-list &gt; li:after{display: block; opacity: 0; transition: var(--tsition);}
    .sc-hero-banner .item-list &gt; li + li:before{display: block; opacity: 0; transition: var(--tsition);}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(1):hover:before{opacity: 0;}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(1):hover:after{opacity: 1;}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(2):hover:before{opacity: 1;}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(2):hover:after{opacity: 1;}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(3):hover:before{opacity: 1;}
    .sc-hero-banner .item-list:hover &gt; li:nth-child(3):hover:after{opacity: 0}
    .sc-hero-banner .item-list:hover .wrapper:before{opacity: 1;}
    .sc-hero-banner .item-list:hover .link:hover .wrapper:before{opacity: 0; pointer-events: none;}
    .sc-hero-banner .item-list:hover .link:hover .title{bottom: 133px; opacity: 1; transition:1000ms ease-in-out;}
    .sc-hero-banner .item-list:hover .link:hover .line{width: 48px; opacity: 1; transition:1000ms ease-in-out;}
    .sc-hero-banner .item-list:hover .link:hover .action{bottom: 48px; opacity: 1; transition:1000ms ease-in-out;}

    .sc-shortcut .sc-inner {padding: 48px 0;}
    .sc-shortcut.sc-top .sc-inner{padding-top: 200px;}
    .sc-shortcut .icon img {height: 27px;}
    .sc-shortcut .wrapper{transition: var(--tsition); transform: scale(1.0);}
    .sc-shortcut .wrapper:hover{transform: scale(1.05);}
}
@media screen and (min-width: 1600px) {
    .sc-hero-banner .k-private .graphic.-L{left: 0%;}
    .sc-hero-banner .k-private .graphic.-R{right: 0%;}
}</pre></body></html>