#header .logo-swse {
    height: 120px;
    bottom: 15px;
}

#header.affix .logo-swse {
    bottom: 10px;
    height: 80px;
}


@media (max-width: 1025px) {
    #header .logo-swse {
        bottom: 10px;
        height: 80px;
    }
}


.header-top-buttons {
    left: 10px;
    bottom: 20px;
}
#header.affix .header-top-buttons {
    bottom: 20px;
}

.footer-logo-tav2 {
    width: 260px;
    display: block;
    padding-top: 10px;
    margin-left: -32px;
}

@media (max-width: 1025px) {
    .footer-right .footer-logos-right {
        padding-left: 40px;
    }
    .footer-logo-tav2 {
        width: 230px;
    }

    #page-wrapper #header .header-top-buttons {
        bottom: unset;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
    #page-wrapper #header .header-top-buttons .header-top-button {
        display: inline-block;
    }
}
@media (max-width: 640px) {
    #page-wrapper #header .header-top-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}