.rs-title,
rs-title {
    font-feature-settings: 'liga' off
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows {
    cursor: pointer;
    min-width: 42px;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows:before {
    font-family: 'revicons';
    font-size: 10px;
    color: #ffffff;
    display: block;
    line-height: 42px;
    width: 42px;
    text-align: center;
    z-index: 1001;
    position: relative
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.tp-leftarrow:before {
    content: '\e824'
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.tp-rightarrow:before {
    content: '\e825'
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1)
}

#rev_slider_5_1_wrapper .zeus_copy104 .tp-rotate {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 1.5px dashed #ffffff;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1)
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.rs-touchhover:before {
    color: #000000
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.rs-touchhover:after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.tp-leftarrow.rs-touchhover .tp-rotate {
    border-color: #000000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-animation: rotate_reverse 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate_reverse 12s linear infinite
}

#rev_slider_5_1_wrapper .zeus_copy104.tparrows.tp-rightarrow.rs-touchhover .tp-rotate {
    border-color: #000000;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-animation: rotate 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite
}

#rev_slider_5_1_wrapper .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 11px;
    height: 11px
}

#rev_slider_5_1_wrapper .uranus .tp-bullet.selected,
#rev_slider_5_1_wrapper .uranus .tp-bullet.rs-touchhover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent
}

#rev_slider_5_1_wrapper .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute
}

#rev_slider_5_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_5_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1)
}