.menu-help {
    display: block;
}
.menu-help__item {
    border-bottom-color: #E9EAEC;
    border-bottom-color: var(--G-color-gray-light);
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-top-color: #E9EAEC;
    border-top-color: var(--G-color-gray-light);
    border-top-style: solid;
    border-top-width: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.333;
}
.menu-help__item--border {
    border-bottom-width: 1px;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.menu-help__item--border:first-child {
    border-top-width: 1px;
}
.menu-help__item--large {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.menu-help__item--mg-r:not(:last-child) {
    margin-right: 2rem;
}
.menu-help__link {
    text-decoration: none;
}
.menu-help__link--black {
    color: #000;
}
.menu-help__link--pd-sides {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.menu-help__link--white {
    color: #FFF;
}
.l-menu-help {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.l-menu-help__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.l-menu-help__item_icon {
    flex: 0 0 auto;
}