.LinkBar_barLink__r3P_s{
    display: flex;
    width: 100%;
    height: var(--field-size);
    overflow-y: scroll;
    position: relative;
}

.LinkBar_barLink__r3P_s > li{
    height: 100%;
}

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

.LinkBar_underline__AzUkD{
    width: 100%;
    height:var(--border-width);
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.25s ease-in-out;
}
.LogoFrame_frame__1SHvQ{
    display: flex;
    width: 100%;
    height: 100vh;
    padding: var(--spacing-large);
    justify-content: center;
    align-items: center;
}

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

.LogoFrame_anchor__72_BR{
    height: 0;
    position: relative;
}

.LogoFrame_containerHeader__B1foe{
    padding-bottom: var(--spacing-medium);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1024px){
    .LogoFrame_frame__1SHvQ{
        height: calc(100vh - var(--header-height) - var(--footer-height));
    }
}
