<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    min-width: 320px;
    -webkit-text-size-adjust:100%;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
[class*="clmn-"] {
    float: left;
    /*  padding-left:8.5px;
    padding-right:8.5px;
  position: relative;*/
    display: block;
}
.cell {
    line-height: 0;
}

.row::after {
    content: " ";
    clear: both;
    display: table;
}

.clmn-xs-1 {width: 8.33%;}
.clmn-xs-2 {width: 16.66%;}
.clmn-xs-3 {width: 25%;}
.clmn-xs-4 {width: 33.33%;}
.clmn-xs-5 {width: 41.66%;}
.clmn-xs-6 {width: 50%;}
.clmn-xs-7 {width: 58.33%;}
.clmn-xs-8 {width: 66.66%;}
.clmn-xs-9 {width: 75%;}
.clmn-xs-10 {width: 83.33%;}
.clmn-xs-11 {width: 91.66%;}
.clmn-xs-12 {width: 100%;}
.container,
.container-screen{
    float:none;
    min-width: 286px;
}
.container-screen {

}

@media all and (min-width:767px){
    .container {
        margin:0 auto;
    }
}
@media all and (min-width:768px){
    .clmn-sm-1 {width: 8.33%;}
    .clmn-sm-2 {width: 16.66%;}
    .clmn-sm-3 {width: 25%;}
    .clmn-sm-4 {width: 33.33%;}
    .clmn-sm-5 {width: 41.66%;}
    .clmn-sm-6 {width: 50%;}
    .clmn-sm-7 {width: 58.33%;}
    .clmn-sm-8 {width: 66.66%;}
    .clmn-sm-9 {width: 75%;}
    .clmn-sm-10 {width: 83.33%;}
    .clmn-sm-11 {width: 91.66%;}
    .clmn-sm-12 {width: 100%;}
    .container {
        width: 734px;
    }
}
/*@media all and (min-width:1024px) { */
    @media all and (min-width:800px) {
        .clmn-md-1 {
            width: 8.33%;
        }

        .clmn-md-2 {
            width: 16.66%;
        }

        .clmn-md-3 {
            width: 25%;
        }

        .clmn-md-4 {
            width: 33.33%;
        }

        .clmn-md-5 {
            width: 41.66%;
        }

        .clmn-md-6 {
            width: 50%;
        }

        .clmn-md-7 {
            width: 58.33%;
        }

        .clmn-md-8 {
            width: 66.66%;
        }

        .clmn-md-9 {
            width: 75%;
        }

        .clmn-md-10 {
            width: 83.33%;
        }

        .clmn-md-11 {
            width: 91.66%;
        }

        .clmn-md-12 {
            width: 100%;
        }

        .container {
          /*  width: 990px;*/
            width: 790px;
        }
    }
/*    @media all and (min-width:1400px) {*/
    @media all and (min-width:1024px) {
        .clmn-lg-1 {
            width: 8.33%;
        }

        .clmn-lg-2 {
            width: 16.66%;
        }

        .clmn-lg-3 {
            width: 25%;
        }

        .clmn-lg-4 {
            width: 33.33%;
        }

        .clmn-lg-5 {
            width: 41.66%;
        }

        .clmn-lg-6 {
            width: 50%;
        }

        .clmn-lg-7 {
            width: 58.33%;
        }

        .clmn-lg-8 {
            width: 66.66%;
        }

        .clmn-lg-9 {
            width: 75%;
        }

        .clmn-lg-10 {
            width: 83.33%;
        }

        .clmn-lg-11 {
            width: 91.66%;
        }

        .clmn-lg-12 {
            width: 100%;
        }

        .container {
            /*width: 1366px;*/
            width: 990px;
        }
    }

    .visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media all and (max-width:767px){
    .visible-xs {
        display: block !important;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media all and (min-width:767px) and (max-width:799px){
    .visible-sm {
        display: block !important;
    }
    .hidden-sm {
        display: none !important;
    }
}
@media all and (min-width:800px) and (max-width:1024px){
    .visible-md {
        display: block !important;
    }
    .hidden-md {
        display: none !important;
    }
}
@media all and (min-width:1024px){
    .visible-lg {
        display: block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}

.container-full {
    width: 100%;
}
    
.pull-right{
    float:right;
}
.pull-left{
    float:left;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display:block;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}</pre></body></html>