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

.kenesis-body .rv-image &gt; .inner-ctn {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
}

.kenesis-body .shead,
.kenesis-body .head,
.kenesis-body .content {
    background-color: transparent !important;
}

html body.kenesis-body div.rv-content &gt; div, 
html body.kenesis-body div.rv-head &gt; div, 
html body.kenesis-body div.rv-shead &gt; div {
    padding: 0 !important;
}

.kenesis-body .section-ctn {
    position: relative;
}

.kenesis-body .section-ctn .rv-module {
    padding: 0 !important;
    background-color: transparent !important;
}

.kenesis-body .section-ctn .rv-widget {
    padding: 20px;
    background-color: transparent !important;
}

.bot-nav {
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: #131a20;
}

.go-to-top-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #02ccda;
    right: 5%;
    top: -25px;
    cursor: pointer;
}

.go-to-top-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: white;
}

.kenesis-body .botnav {
    position: relative;
}</pre></body></html>