#main {
    padding-top: 0 !important;
}

.header-v2-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 0;
}

.header-v2-logo {
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;

    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 300px;
    height: 62px;
}

.header-v2-topNavigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-v2-topNavigation li {
    display: inline-block;
    margin-left: 16px;
    font-size: 12px;
}

.header-v2-topNavigation .header-v2-link {
    cursor: pointer;
    text-decoration: none;
}


.header-v2-big-logo {
    color-adjust: exact !important;
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;

    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 150px;
}
