<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* flexslider */
.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: url(/w/flexslider/images/loading.gif) 50% no-repeat;
    padding: 0 0 35px;

}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
}
.slides img {
    width: 100%;
    display: block;
}
.flex-control-nav {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 40px;
    overflow: hidden;
    background:  url(/w/flexslider/images/dot.png) right 0 no-repeat;
    cursor: pointer;
    position: absolute;
    filter: brightness(20%);
}

.flex-control-nav .flex-active {
    background-position: 0 0;
    filter: brightness(1%);
}
.flex-direction-nav ::marker{
    display: none;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last:start !important;
}
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    box-shadow: none !important;

}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background:  url(/w/flexslider/images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(/w/flexslider/images/next.png) center center no-repeat;
}


/*flexslider styles end */</pre></body></html>