.stick{position:fixed;top:0;width:100%}
.subnav-links_desktop{display:none}
.subNavCta{background-color:var(--variable-subNavBackgroundColor);font-family:"BNYM_CORPORATE_Akkurat_Pro";color:var(--variable-subNavFontColor);border:0;height:60px;text-align:unset}
.subNavCta:before{position:absolute;right:1rem;top:.3rem;content:"\e313";font-family:"Material Icons";font-size:2rem;transition:transform .2s ease-in-out}
.subnav_open .subNavCta:before{transform:rotate(-180deg);transition:transform .2s ease-in-out}
.bnym-subnavigation{background-color:var(--variable-subNavBackgroundColor);z-index:1000}
.bnym-subnavigation.fitContentWidth{float:right}
.subnav-links_desktop{justify-content:space-between;height:60px;max-height:60px;align-items:center;margin:0 2rem;gap:30px}
.bnym-subnavigation .sub-nav-item{font-size:16px;font-weight:700;font-family:"BNYM_CORPORATE_Akkurat_Pro";color:var(--variable-subNavFontColor);text-decoration:none}
.bnym-subnavigation .sub-nav-item.verticalLine{border-right:1px solid;padding-right:40px}
.bnym-subnavigation .sub-nav-item:last-child{border-right:0;padding-right:0}
.subnav_list_dropdown{display:none}
.subnav__list{display:flex;flex-direction:column;background-color:var(--variable-subNavBackgroundColor);width:100%;padding:0 10px 10px 10px;gap:18px;list-style-type:none}
.show{display:block}
@media(min-width:768px){.subnav-links_mobile{display:none}
.subnav-links_desktop{display:flex}
}
.bnym-subnavigation.fitContentWidth{width:65%;right:var(--variable-contentWidthSubnavRight)}
@media(min-width:768px){.bnym-subnavigation.fitContentWidth{width:auto;right:var(--variable-contentWidthSubnavRight)}
.bnym-subnavigation .subnav-links_desktop{height:60px;max-height:60px;align-items:center;margin:0 4rem}
}
.fitContentWidth .subnav-links_mobile{position:relative;padding-left:20px}
.stickySubNavigationComponent:after{content:"";display:table;clear:both}
.stickySubNavigationComponent .fullWidth .subnav-links_mobile{padding-left:20px;padding-right:20px}
.fitContentWidth .subnav-links_mobile .subNavCta{padding-right:32px}
[type="investor"]:lang(ja){.subNavCta{font-family:"source-han-sans-japanese"}
.bnym-subnavigation .sub-nav-item{font-family:"source-han-sans-japanese"}
}