.nid-footer {
    box-sizing: border-box;
    background-color: #f7f7f7;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    color: rgb(51 51 51);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.nid-footer-nav {
    box-sizing: border-box;
    background-color: rgb(255 255 255);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    min-height: 40px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
}
.nid-footer-nav a {
    color: #326691;
    text-decoration: none;
    background-color: #0000;
}
.nid-footer-nav-item--line {
    background: #dadada;
    width: 1px;
    height: 16px;
}
._font-color-link_1oj85_113 {
    color: #326691;
}
._font-color-gray120_1oj85_85 {
    color: rgb(51 51 51);
}
._font-weight-default_1oj85_77 {
    font-weight: 400;
}
._font-12px_1oj85_49 {
    font-size: 12px;
}
._font-16px_1oj85_37 {
    font-size: 16px;
}
._line-height-150_1oj85_65 {
    line-height: 150%;
}
._line-height-165_1oj85_61 {
    line-height: 165%;
}
._typography_1oj85_1 {
    overflow-wrap: anywhere;
}
@media screen and (min-width: 760px) {
    .nid-footer-nav {
        background-color: #f7f7f7;
        padding-top: 0;
        padding-bottom: .5rem;
    }
}
