#brx-header {
    position: fixed;
    top: 0;
}
#brx-header .header-name {
    transition: opacity 800ms ease-in-out, transform 800ms ease-in-out;
}

#brx-header .header-logo {
    transition: width 800ms ease-out;
}

#brx-header.scrolling .header-logo {
    width: 120px;
}

#brx-header.scrolling .header-name {
    opacity: 0;
    transform: translateY(-30px);
}

.brxe-dropdown {
    padding: 1rem 0;
}

.brx-dropdown-content {
    top: 87%;
}

.brx-dropdown-content::before {
    left: 40px !important;
}

.brxe-text-link:before {
    display: none;
}
