header {
    overflow: visible;
    margin: 0 2.5%;
    z-index: 105;
    position: relative;
}
    @media (min-width: 1025px) {header {
        max-width: 1366px;
        margin: 0 auto
}
    }
    header .region-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    header .region-header .header-actions {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: center;
        }