
.megaMenuContainer {
    display: none;
    background: #FFFFFF;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 1px;
    z-index: 9999;
}


.megaMenu {
    top: 112px;
    z-index: 999999;
    width: 1600px;
    margin: 0 auto;
    padding: 20px;
}

.megaMenu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -200vh;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.16);
}

.megaMenu .info {
    margin-bottom: 10px;
    background: #f3f3f3;
    padding: 2px 5px;
    border-radius: 2px;
    margin-top: -5px;
}

.megaMenu .info a {
    font-weight: 600;
}

.megaMenuColumns {
    display: flex;
    flex-direction: row;
}

.megaMenuColumn {
    min-width: 150px;
    margin-right: 20px;
}

.megaMenuColumn:last-child {
    margin-right: 0;
}

.megaMenuBlock {
    display: block;
}

.megaMenuBlockAlphaList {
    padding: 0;
}

.megaMenuBlockAlphaList .letter {
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 2px;
    position: relative;
    color: #161616;
}

.megaMenuBlockAlphaList .letter:after {
    content: "";
    border-bottom: 1px solid #c7c7c7;
    pointer-events: none;
    position: absolute;
    margin-left: 0;
    margin-top: 20px;
    left: 0;
    width: 30px;
    height: 1px;
}

.megaMenuBlockAlphaList > li {
    padding: 4px 2px;
    list-style-type: none;
}

.megaMenuBlockAlphaList > li.starred {
    font-weight: 600;
}

.megaMenuBlockAlphaList > li.starred:after {
    content: "⭐";
}

.megaMenuBlockAlphaList > li:hover a {
    position: relative;
    color: #0e86c2;
}

.megaMenuBlockAlphaList > li span {
    opacity: 0.9;
}