.map_stat_number {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -2.88px;
}

.map_stat_suffix {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.8px;
    padding-bottom: 4px;
}

.map_stat_top {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: flex-start;
}

.map_stat_bottom {
    color: #57595C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 14px;
    width: 488px;
    max-width: 90%;
}

.map_stat {
    border-bottom: 1px solid rgba(36, 44, 53, .2);
    padding: 22px 0px;
    width: 100%;
}

.map_stat:last-child {
    border-bottom: 0px solid rgba(36, 44, 53, .2);
}