<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grecaptcha-badge {
    display: none !important;
}

#mapDetail, #mapDetailPos {
    height: 10rem;
    width: 100%;
    background-color: #181818;
}

body.light #preloader {
    background: #fff;
}

#preloader {
    position: fixed;
    z-index: 1111111111111;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
}

#preloader-content {
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-13deg);
    -ms-transform: translate(-50%, -50%) rotate(-13deg);
    transform: translate(-50%, -50%) rotate(-13deg);
}

.path {
    stroke-dasharray: 2350;
    stroke-dashoffset: 910;
    stroke-width: 4;
    stroke-linecap: round;
    -webkit-animation: dash 3s linear infinite;
    animation: dash 3s linear infinite;
    fill-opacity: 0;
}

.path {
    stroke: #0ba026;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 2000;
        opacity: 0;
        stroke: #0ba026;
    }

    15% {
        opacity: 1;
        stroke: #0ba026;
    }

    70% {
        opacity: 1;
        stroke: #0ba026;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
        stroke: #0ba026;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 2000;
        opacity: 0;
        stroke: #0ba026;
    }

    15% {
        opacity: 1;
        stroke: #0ba026;
    }

    70% {
        opacity: 1;
        stroke: #0ba026;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
        stroke: #0ba026;
    }
}

.bg-ethereum {
    background-color: white;
    background-image: url('../../img/slides/slide-1.jpg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* Scroll Bar */
/* Style the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #1d2127;
}

/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* Hide the scrollbar when not hovering over it */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #1d2127;
}

/* Style the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}</pre></body></html>