<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.deposit-guide .guide-steps {
    display: flex;
    justify-content: center;
}

.deposit-guide .guide-steps ul {
    padding-left: 25px;
    /*list-style-image: url('/images/svg/informational/ellipse.svg');*/
}

.deposit-guide .step-mask {
    position: absolute;
    left: 6px;
    background: var(--theme-isitsafe-background);
    border-radius: 20px;
    width: 4rem;
    height: 4rem;
}

.deposit-guide .step-mark {
    position: absolute;
    left: 6px;
    background: var(--theme-isitsafe-background);
    border-radius: 20px;
    width: 4rem;
}

.deposit-guide li:nth-child(1) .step-mark {
    opacity: 0.2;
}

.deposit-guide li:nth-child(2) .step-mark {
    opacity: 0.3;
}

.deposit-guide li:nth-child(3) .step-mark {
    opacity: 0.4;
}

.deposit-guide li:nth-child(4) .step-mark {
    opacity: 0.5;
}

.deposit-guide li:nth-child(5) .step-mark {
    opacity: 0.6;
}

.deposit-guide .guide-steps li {
    margin-bottom: 0;
    padding: 0;
    border-left: 2px dashed var(--theme-payment-methods-guide-left-border);
    display: flex;
    align-items: center;
    height: 9rem;
}

.deposit-guide .guide-steps li:first-child {
    height: 5rem;
    padding-bottom: 4rem;
    margin-top: 10rem;
}

.deposit-guide .guide-steps li:last-child {
    height: 5rem;
    padding-top: 4rem;
}


.deposit-guide .guide-steps li p {
    padding-left: 5rem;
    padding-right: 7rem;
    margin-bottom: 0;
}

.deposit-guide .steps {
    position: relative;
    width: 50%;
}

@media (max-width: 991px) {
    .deposit-guide .guide-steps {
        display: block !important;
    }

    .deposit-guide .guide-steps .steps {
        width: 100%;
    }

    .deposit-guide .guide-steps li {
        padding: 2rem;
        height: auto;
    }

    .deposit-guide .guide-steps li:last-child {
        height: 10rem;
        padding-top: 8rem;
        margin-bottom: 10rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .deposit-guide .guide-steps {
        display: block !important;
    }

    .deposit-guide .guide-steps .steps {
        width: 100%;
    }

    .deposit-guide .guide-steps li {
        padding: 2rem;
        height: auto;
    }

    .deposit-guide .guide-steps li:last-child {
        height: 10rem;
        padding-top: 8rem;
        margin-bottom: 10rem;
    }
}
</pre></body></html>