body:not(.is-responsive-phone):not(.is-responsive-tablet) .horizontal-hamburger-left-v2 .children .nav-item:last-child div a.nav-item-link {
    display: none !important;
}

.nav-bg-black{
    backdrop-filter: blur(12px) !important;
    background: rgba(2, 2, 2, 0.85) !important;
}

#splash-container.is-responsive-phone .nav-expand-black, #splash-container.is-responsive-tablet .nav-expand-black{
    backdrop-filter: blur(12px) !important;
    background: #000 !important;
}



.SuiDropdown-select {
    text-overflow: ellipsis;
}
.SuiField--dropdown .SuiField__current{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SuiButton--primary:active{
    color: #141414 !important
}

.SuiButton.SuiButton--wide:not(.SuiButton--text) .SuiButton-content {
    padding: 0.75rem 2rem;
}

.banner-left-center{
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.banner-center-center{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#splash-container .speaker-container {
    display: inline-block !important;
    vertical-align: text-bottom;
}

.speaker{
    vertical-align: top;
}