.han-count-wrap,
.han-count-wrap * {
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}

.han-count-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
}

.han-count-wrap:after {
    display: none !important;
    content: none !important;
}

.han-count-inner {
    width: 100%;
    margin: 0 auto;
}

.han-count-head {
    max-width: 980px;
}

.han-count-eyebrow {
    margin: 0 0 18px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.han-count-title {
    margin: 0;
    padding: 0;
    letter-spacing: -1.25px;
}

.han-count-desc {
    max-width: 1060px;
    margin: 26px 0 0;
    padding: 0;
}

.han-count-head[style*="center"] {
    margin-left: auto;
    margin-right: auto;
}

.han-count-marquee-stack {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.han-count-marquee {
    width: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.han-count-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation-name: han-count-scroll-left;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 45s;
    transform: translate3d(0, 0, 0);
}

.han-count-reverse .han-count-track {
    animation-name: han-count-scroll-right;
}

.han-count-group {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
}

.han-count-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 6px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eadfca;
    transform: translate3d(0, 0, 0);
    transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
    cursor: default;
}

.han-count-card:before {
    display: none !important;
    content: none !important;
}

.han-count-card:hover {
    transform: translateY(-4px);
    border-color: transparent !important;
    box-shadow: 0 24px 55px rgba(17, 24, 39, .16) !important;
}


.han-count-dot {
    display: none !important;
}

.han-count-country,
.han-count-note {
    position: relative;
    z-index: 2;
    min-width: 0;
    transition: color .28s ease;
}

.han-count-country {
    display: block;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.han-count-note {
    display: block;
    grid-column: 1 / -1;
    margin-top: 4px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.han-count-pause-hover .han-count-marquee:hover .han-count-track {
    animation-play-state: paused;
}

@keyframes han-count-scroll-left {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes han-count-scroll-right {
    from {
        transform: translate3d(-50%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1024px) {
    .han-count-title {
        letter-spacing: -.8px;
    }

    .han-count-desc {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .han-count-wrap {
        overflow: hidden;
    }

    .han-count-eyebrow {
        margin-bottom: 12px;
        letter-spacing: 5px !important;
    }

    .han-count-title {
        font-size: 30px !important;
        line-height: 1.25 !important;
        letter-spacing: -.6px;
    }

    .han-count-desc {
        font-size: 15px !important;
        line-height: 1.75 !important;
    }

    .han-count-marquee {
        -webkit-mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
        mask-image: linear-gradient(to right, transparent 0, #000 3%, #000 97%, transparent 100%);
    }

    .han-count-card {
        grid-template-columns: 1fr;
    }
}
