@media only screen and (min-width: 48.1em) {
    .Header__brandFlexible .Header__brandName {
        margin: 0 .8rem;
        max-width: 20rem;
        font-size: 1.776889em;
        visibility: hidden;
    }
}

.Header__brandLogoImg {
    display: flex
;
    max-height: 9rem;
    max-width: 75px;
}

.Icon__white {
    color: #3c4046;
}
.Header__brandName, .LogInDetailsContainer__signIn, .LogInDetailsContainer__signUp, .CustomizeFontSize__menuBarIcon {
    color: #3c4046;
}
@media only screen and (min-width: 415px) {
    .LocalePopup__localeTarget {
        color: #3c4046;
    }
}
