.header {
    background-color: transparent;
}
.header .navbar-brand img {
    width: 114.154px;
    height: 33.966px;
    flex-shrink: 0;
    object-fit: contain;
}

.header .nav-link {
    color: var(--foundation-white-dark-hover, #999);

/* Footnote */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}

.header .nav-link:hover,
.header .nav-link.active {
    color: #FFFFFF;
}

.navbar-toggler i {
    font-size: 1rem;
    color: #fff;
}

@media(max-width:992px) {
    .header .nav-link {
        font-size: 13px;
    }

    .header .navbar-brand img {
        width: 100.154px;
        height: 33.966px;
        flex-shrink: 0;
    }
}

@media(max-width:768px) {
    .header .nav-link {
        font-size: 12px;
    }

    .header .navbar-brand img {
        width: 80.154px;
        height: 33.966px;
        flex-shrink: 0;
    }
}

@media(max-width:570px) {
    .header .nav-link {
        font-size: 12px;
    }

    .header .navbar-brand img {
        width: 60.154px;
        height: 33.966px;
        flex-shrink: 0;
    }
}