.footer_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text {
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
    margin-top: 4px;
}

.footer__menu {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: #7b93a9;
    padding: .45rem 0;
    min-height: 68px;
}

.footer__menu.active {
    color: var(--kbz-blue);
}

.footer__menu.active .footer_text { font-weight: 800; }

.footer__menu--primary {
    position: relative;
    color: #fff;
}

.footer__menu--primary .footer_icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: var(--kbz-gradient-h);
    box-shadow: 0 14px 24px rgba(11, 76, 156, 0.2);
}

.footer__menu--primary .footer_text {
    color: var(--kbz-blue-dark);
}
