@media screen and (max-width: 500px) {
    .hero-bg-2 {
        background: url("../images/hero-bg-2-p-500.webp") 50% 50% no-repeat;
        background-size: cover;
    }
}

#languageSelect {
    position: static;
}
#languageSelect:hover {
    cursor: pointer;
}
#languageSelect .languageSelect-toggle {
    background: transparent;
    color: #1c1c1c;
}
#languageSelect .arrow {
    border-color: transparent #1c1c1c #1c1c1c transparent;
}
.w--current > div {
    color: #0082f3;
}

.logo {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #222;
}