<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mc-hide-scrolls {
    overflow: hidden;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: slide 7s linear;
    -webkit-animation-play-state: play;
    animation: slide 7s linear;
    animation-play-state: play;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    z-index: 0 !important;
    height: 100% !important;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}

#maximage {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: #000;
}

.header-overlay #arrow_left, .header-overlay #arrow_right {
    height: 58px;
    width: 132px;
    position: absolute;
    bottom: 0;
    top: 2%;
    margin: auto;
    z-index: 2;
    opacity: 0.7;
    transition: all 0.5s;
    cursor: pointer;
}

.header-overlay #arrow_left {
    left: -60px;
}

.header-overlay #arrow_right {
    right: -140px;
}

.header-overlay:hover #arrow_left {
    left: 0;
}

.header-overlay:hover #arrow_right {
    right: -70px;
}

.header-overlay #arrow_left:hover, .header-overlay #arrow_right:hover {
    opacity: 1;
}

.header-overlay #arrow_left:active, .header-overlay #arrow_right:active {
    bottom: -1px;
}

#cycle-nav {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 150px;
    margin: auto;
    text-align: center;
    padding: 0 25px;
}

#cycle-nav ul {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: inline-block;
}

/*#cycle-nav ul li {*/
    /*display: inline-block;*/
    /*width: 33.3333%;*/
    /*height: 20px;*/
    /*border-radius: 100%;*/
    /*padding: 0 10px;*/
/*}*/

#cycle-nav ul li a {
    position: relative;
    background-color: rgba(254, 254, 254, .4);
    float: left;
    height: 15px;
    margin: 0 7px;
    width: 15px;
    border-radius: 50%;
    transition: all 0.5s;
}

#cycle-nav ul li.activeSlide a {
    background-color: rgba(254, 254, 254, .4);
}

#cycle-nav a:before,
#cycle-nav a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    width: 15px;
    border-radius: 50%;

}

#cycle-nav ul li.activeSlide a:before {
    background-color: #fff;
    display: block;
    z-index: 2;
    animation: mymove 7s ease;
}

/* Use specific transition for fx: 'slideHorz' */
/*div.mc-image {*/
/*-webkit-transition: left 1s ease-in-out;*/
/*-moz-transition: left 1s ease-in-out;*/
/*-o-transition: left 1s ease-in-out;*/
/*transition: left 1s ease-in-out;*/
/*animation-name: fadeIn;*/
/*animation-duration: 2s;*/
/*-webkit-animation-fill-mode: both;*/
/*animation-fill-mode: both;*/
/*animation-timing-function: ease-in-out;*/
/*}*/

/*@-webkit-keyframes mymove {*/
    /*from {*/
        /*width: 100%;*/
        /*transition: width;*/
    /*}*/
    /*to {*/
        /*width: 0%;*/
        /*transition: width;*/
    /*}*/
/*}*/

/*@keyframes mymove {*/
    /*from {*/
        /*width: 100%;*/
        /*transition: width;*/
    /*}*/
    /*to {*/
        /*width: 0%;*/
        /*transition: width;*/
    /*}*/
/*}*/

/*@keyframes slide {*/
/*from {*/
/*-ms-transform: scale(1, 1);*/
/*-webkit-transform: scale(1, 1);*/
/*transform: scale(1, 1);*/
/*}*/
/*to {*/
/*-ms-transform: scale(1.1, 1.1);*/
/*-webkit-transform: scale(1.1, 1.01);*/
/*transform: scale(1.1, 1.1);*/
/*}*/

/*}*/

/*@-webkit-keyframes slide {*/
/*from {*/
/*-ms-transform: scale(1, 1);*/
/*-webkit-transform: scale(1, 1);*/
/*transform: scale(1, 1);*/
/*}*/
/*to {*/
/*-ms-transform: scale(1.05, 1.05);*/
/*-webkit-transform: scale(1.05, 1.05);*/
/*transform: scale(1.05, 1.05);*/
/*}*/
/*}*/

#cycle-nav li{
    float: left;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px 0;
    text-align: center;
    margin: 0 5px;
}
.activeSlide{

}</pre></body></html>