/* Nonstop100 v7.1.2 - footer counter badge */
.ns100-footer-counter-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:14px 0 18px;
    margin-top:8px;
    border-top:1px solid rgba(148,163,184,.22);
}

.ns100-footer-counter{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    text-align:center;
    line-height:1.2;
}

.ns100-footer-counter a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.ns100-footer-counter img{
    display:block;
    width:88px;
    height:31px;
    image-rendering:auto;
    border:0;
    transition:transform .16s ease, opacity .16s ease;
}

.ns100-footer-counter img:hover{
    transform:translateY(-1px);
    opacity:.92;
}

.ns100-footer-counter-text{
    font-size:11px;
    color:#7b8794;
    letter-spacing:.01em;
}

.ns100-footer-counter-text strong{
    color:#334155;
    font-weight:700;
}

@media (max-width: 640px){
    .ns100-footer-counter-wrap{
        padding:12px 0 16px;
    }
}
