.t-primary-bgcolor {
    background-color: #333;
}

a {
    color: #ffa71a;
}

body {
    background-color: #fff;
}

.container {
    width: 1050px;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 4vw;
}

.header__logo img {
    max-height: 32px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    margin-left: 1.3vw;
    color: #808285;
    padding: .1em 0;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.header__nav a:hover {
    text-decoration: none;
}