<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99999999;
    display: none;
}

.loader .circularWrap {
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 99999999999;
    display: block;
}

.circularWrap{
    left: 50%;
    top: 20px;
    margin-left: -20px;
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 99999;
}

.circularG{
    position:absolute;
    background-color:#004b85;
    width:9px;
    height:9px;
    -moz-border-radius:6px;
    -moz-animation-name:bounce_circularG;
    -moz-animation-duration:1.12s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:6px;
    -webkit-animation-name:bounce_circularG;
    -webkit-animation-duration:1.12s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -o-border-radius:6px;
    -o-animation-name:bounce_circularG;
    -o-animation-duration:1.12s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -ms-border-radius:6px;
    -ms-animation-name:bounce_circularG;
    -ms-animation-duration:1.12s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    border-radius:6px;
    animation-name:bounce_circularG;
    animation-duration:1.12s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

.circularG_1{
    left:0;
    top:16px;
    -moz-animation-delay:0.42s;
    -webkit-animation-delay:0.42s;
    -o-animation-delay:0.42s;
    -ms-animation-delay:0.42s;
    animation-delay:0.42s;
}

.circularG_2{
    left:4px;
    top:4px;
    -moz-animation-delay:0.56s;
    -webkit-animation-delay:0.56s;
    -o-animation-delay:0.56s;
    -ms-animation-delay:0.56s;
    animation-delay:0.56s;
}

.circularG_3{
    top:0;
    left:16px;
    -moz-animation-delay:0.7s;
    -webkit-animation-delay:0.7s;
    -o-animation-delay:0.7s;
    -ms-animation-delay:0.7s;
    animation-delay:0.7s;
}

.circularG_4{
    right:4px;
    top:4px;
    -moz-animation-delay:0.84s;
    -webkit-animation-delay:0.84s;
    -o-animation-delay:0.84s;
    -ms-animation-delay:0.84s;
    animation-delay:0.84s;
}

.circularG_5{
    right:0;
    top:16px;
    -moz-animation-delay:0.98s;
    -webkit-animation-delay:0.98s;
    -o-animation-delay:0.98s;
    -ms-animation-delay:0.98s;
    animation-delay:0.98s;
}

.circularG_6{
    right:4px;
    bottom:4px;
    -moz-animation-delay:1.12s;
    -webkit-animation-delay:1.12s;
    -o-animation-delay:1.12s;
    -ms-animation-delay:1.12s;
    animation-delay:1.12s;
}

.circularG_7{
    left:16px;
    bottom:0;
    -moz-animation-delay:1.26s;
    -webkit-animation-delay:1.26s;
    -o-animation-delay:1.26s;
    -ms-animation-delay:1.26s;
    animation-delay:1.26s;
}

.circularG_8{
    left:4px;
    bottom:4px;
    -moz-animation-delay:1.4s;
    -webkit-animation-delay:1.4s;
    -o-animation-delay:1.4s;
    -ms-animation-delay:1.4s;
    animation-delay:1.4s;
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1)}

    100%{
        -moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1)}

    100%{
        -webkit-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1)}

    100%{
        -o-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1)}

    100%{
        -ms-transform:scale(.3)}

}

@keyframes bounce_circularG{
    0%{
        transform:scale(1)}

    100%{
        transform:scale(.3)}
}

.loading-text{
    position: absolute;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    color: #004b85;
    font-size: 140%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: 40px;
    z-index: 99999999999;
}

.overlay {
    opacity: .4;
    filter: Alpha(Opacity=40);
    /* support: IE8; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #fff;
}</pre></body></html>