.SecondaryLinkButton_btnLinkSecondary__rv1P0{
    display: inline-flex;
    min-width: 100px;
    height: 36px;
    padding: 0 16px 0 16px;
    border: 1px solid var(--white);
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.LogoFrame_frame__1SHvQ{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.LogoFrame_containerCenter__Yux_1{
    width: 100%;
    max-width: 400px;
    position: relative;
    background-color: red;
}

.LogoFrame_containerTop__osUXa{
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.LogoFrame_containerInner__iUSNc{
    padding-bottom: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.Logo_logo__Il2kE{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    margin-bottom: 16px;
}

.Logo_logo__Il2kE > svg{
    display: block;
    width: 150px;
    fill: var(--white);
}

.Logo_logo__Il2kE > span{
    display: block;
    font-size: 12px;
}
.LinkBar_barLink__r3P_s{
    display: flex;
    width: 100%;
    height: 36px;
    overflow-y: scroll;
    position: relative;
}

.LinkBar_barLink__r3P_s > li{
    height: 100%;
}

.LinkBar_barLink__r3P_s > li > a{
    display: flex;
    height: 100%;
    padding: 0 16px 0 16px;
    font-family: var(--serif);
    font-size: 14px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.LinkBar_underline__AzUkD{
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.25s ease-in-out;
}
