<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* (1366x768) WXGA Display */

@media screen and (max-width: 1366px) {}

@media (min-width: 904px) and (max-width: 1200px) {}


/*tablette*/

@media (min-width: 768px) and (max-width: 991px) {
    
    .mup {
        margin-top : 60px;
    }
    
     .elt-r {
        flex-wrap: wrap-reverse;
    }
    .clr-bth {
        margin-bottom: auto;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .lg-align {
        text-align: center;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }

    .no-mrg {
        margin-bottom: 0;
    }

    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .txt-aligner {
        text-align: center;
    }

    .elt {
        display: block;
    }
    
      .sub-tt {
        font-size:60px;
    }
}


/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}*/


/* smartphone */

@media (max-width: 767px) {
    
        .mup {
        margin-top : 60px;
    }
    
    .elt-r {
        flex-wrap: wrap-reverse;
    }

    .wb {
        font-size:27px;
    }

    .sub-tt {
        font-size:26px;
    }

    .elt {
        display: block;
    }

    .nv-header img,
    .logo-wht,
        {
        width: 120px;
    }

    .txt-aligner {
        text-align: center;
    }

    .lg-align {
        text-align: center;
    }

    .about-intro-text {
        padding: 50px;
        -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .succ-ic img {
        width: 60px;
    }

    .frame p {
        font-size: 15px;
    }

    .no-mrg {
        margin-bottom: 0 !important;
    }

    .clr-bth {
        margin-bottom: auto;
    }

    [class*="col-"] {
        margin-bottom: 15px;
    }

    .square-box {
        height: auto !important;
    }

    .valign-abs-txt-nav {
        position: relative;
        clear: both;
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {}
</pre></body></html>