/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.secondary-navbar-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap:48px;
    padding:24px 0;
}

.secondary-navbar-link.current {
    color: var(--pal-1);
    font-weight: 600;
}

.secondary-navbar-link {
    color: #828a8f;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
}

.secondary-navbar-link:not(.current):hover{
    color:var(--pal-11);
}

.legal-heading{
    text-transform: uppercase;
    margin: 0 0 12px !important;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: var(--pal-1);
    letter-spacing: -0.5px;
}

.paragraph--2, .paragraph--2 span{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    font-family: 'Gotham-Book';
}

.text-muted {
    color: #6f777c;
}

.privacy-list-item{
    display:list-item;
    font-size: 16px;
    font-weight: 400;
    line-height: 2rem;
    font-family: 'Gotham-Book';
    margin-top:10px;
}

.li-bold{
    font-family: 'Gotham-Medium';
}