.landing-container {
    padding: 0;
    position:sticky;
    top:83px;
    z-index:9;
}
@media screen and (max-width: 1100px){
    .landing-container { top: 106px; }
}
@media screen and (max-width: 600px){
    .landing-container { top: 83px; }
}
.bh-menu-area {
    width: 100%;
    position: relative;
    z-index: 9;
 
}
.pn-ProductNav_Wrapper {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding: 0 0;
    min-height:30px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    box-shadow: 0px 3px 5px rgba(148,148,148,.42);
}
 .pn-ProductNav {
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.pn-ProductNav_Contents {
/*    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
    width: max-content;
}
.js .pn-ProductNav {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}
.pn-ProductNav_Contents {
    float: left;
    min-height:30px;
    transition: transform 0.2s ease-in-out;
}
.pn-ProductNav_Contents-no-transition {
    transition: none;
}
.pn-ProductNav_Link[aria-selected="true"] {
    color: #111;
}
.pn-Advancer {
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: none;
}
.pn-Advancer:focus {
    outline: 0;
}
.pn-Advancer:hover {
 cursor: pointer;
}
.pn-Advancer_Left {
    left: 0;
    background: #fff;
    padding-left: 5px;
    -webkit-box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
    -moz-box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
    box-shadow: 25px 0px 12px rgba(255, 255, 255, 0.54);
}
[data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    display: block;
}
.pn-Advancer_Right {
    right: 0;
    background: #fff;
    padding-right: 5px;
    -webkit-box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
    -moz-box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
    box-shadow: -25px 0px 12px rgba(255, 255, 255, 0.54);
}
 [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
     display: block;
}
.pn-Advancer_Icon {
    width: 20px;
    height: 44px;
    fill: #bbb;
}

.pn-Advancer span {
    background-color: #73cae8;
    width: 25px;
    height: 25px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pn-Advancer span:hover {
    background-color: #66bbd9;
}
.pn-Advancer span img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0;
    padding-top: 7px;
}

/*----- style */

.pn-ProductNav_Link { 
    width: 122px;
    float:left;
    display: block; 
    height: 100%;
    padding: 10px 0 3px 0;
    margin: 0 15px;
    text-align: center;
    color: #5f5f5f;
    font-size: 14px;
    position: relative;
    border-bottom: 3px solid transparent;
}
.header-sticky-img-none .pn-ProductNav_Link {
    width: 130px;
}
.pn-ProductNav_Link:hover {
    color: #343f53;
    background: #7e8da9;
} 
.pn-ProductNav_Link.active {
    border-bottom: 3px solid #7e8da9;
    color: #343f53;
}
.pn-ProductNav_Link.active:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -.4rem;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #7e8da9;
}
.pn-ProductNav_Link small {
    display: block;
    height: 40px;
}
.pn-ProductNav_Link span {
    display: block;
    margin: 0 auto;
}
.pn-ProductNav_Link span {
    position: relative;
 }
 .pn-ProductNav_Link span img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;  
 }
.pn-ProductNav_Link span .icon-hover {
    position: absolute;
    left: 0; top: 0;
    visibility: hidden;
    opacity: 0;
}
.pn-ProductNav_Link.active span .icon-hover,
.pn-ProductNav_Link:hover span .icon-hover {
    visibility: visible;
    opacity: 1;
}
.pn-ProductNav_Link span strong {
    padding-bottom: 5px;
    display: inline-block;
}
.bottom-header-fixed .pn-ProductNav_Link span {
    width: 68%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-feature-sticky {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 999;
}
.stickyBannerPT {
    padding-top: 100px;
}
.header-sticky-img-none .bh-menu-area {
    -webkit-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    -moz-box-shadow: 0px 3px 5px rgba(148,148,148,.42);
    box-shadow: 0px 3px 5px rgba(148,148,148,.42);
}
.header-sticky-img-none .pn-ProductNav_Wrapper {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header-sticky-img-none .pn-ProductNav_Link span img {
    display: none;
}

/*Skip ahead for mobile*/
.toc-close,
.jump-to-btn {
    display: none;
}
@media screen and (max-width: 991px) {
    body.overflow-hidden {
        overflow: hidden;
    }
    body.overflow-hidden .bh-menu-area,
    body.overflow-hidden .landing-container {
        z-index: 9999999;
    }
    .landing-container {
        top: 93px;
    }
    .pn-ProductNav_Wrapper {
        position: unset;
        min-height: 44px;
    }
    [data-overflowing="both"] ~ .pn-Advancer_Right,
    [data-overflowing="right"] ~ .pn-Advancer_Right,
    .pn-Advancer_Right,
    .pn-Advancer_Left {
        display: none;
    }
    .pn-ProductNav_Link span img,
    .pn-ProductNav {
        display: none;
    }
    .jump-to-btn {
        background-color: #fff;
        border: 1px solid #b1b7c5;
        max-width: 115px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        transition: all .3s ease-in-out;
        display: block;
        position: absolute;
        right: 15px;
        top: 5px;
        z-index: 999999;
    }
    .jump-to-btn a {
        color: #0157ff;
        letter-spacing: 1px;
        font-weight: 700;
        display: block;
        padding: 8px 10px;
    }
    .jump-to-btn:hover {
        background-color: #f2f7ff;
        border: 1px solid #0157ff;
        color: #0157ff;
    }
    .jump-to-btn a span {
        font-size: 16px;
        width: 16px;
        height: 16px;
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
    }
    body.overflow-hidden .pn-ProductNav.active {
        border-radius: 15px 15px 0 0;
        background-color: #fff;
        width: 100%;
        height: calc(100% - 75px);
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 24px 30px 24px;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999999;
    }
    body.overflow-hidden .toc-close {
        background: #f3f4f8;
        width: 32px;
        height: 32px;
        padding: 5px;
        position: absolute;
        top: 16px;
        right: 16px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        z-index: 99999999;
    }
    body.overflow-hidden .pn-ProductNav_Contents {
        width: 100%;
        max-height: 400px;
        overflow: hidden;
        overflow-y: scroll;
        margin-top: 15px;
    }
    body.overflow-hidden .pn-ProductNav_Link {
        color: #5f5f5f;
        font-size: 16px;
        text-align: left;
        display: block;
        padding: 5px 0;
        margin: 11px 0;
        width: 100%;
        height: auto;
        border: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    body.overflow-hidden .pn-ProductNav_Link:first-child {
        margin-top: 0;
    }
    body.overflow-hidden .pn-ProductNav_Link:last-child {
        margin-bottom: 0;
    }
    body.overflow-hidden .pn-ProductNav_Link.active,
    body.overflow-hidden .pn-ProductNav_Link:hover {
        background: none;
        color: #000;
        -webkit-transform: translate(16px);
        transform: translate(16px);
    }
    body.overflow-hidden .pn-ProductNav_Link span strong {
        font-weight: 400;
        padding-bottom: 0;
    }
    body.overflow-hidden .pn-ProductNav_Link.active span strong,
    body.overflow-hidden .pn-ProductNav_Link:hover span strong {
        font-weight: 700;
    }
    body.overflow-hidden .pn-ProductNav_Link.active {
        border-bottom: none;
    }
    body.overflow-hidden .pn-ProductNav_Link.active::before {
        display: none;
    }

    .overlay {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        cursor: pointer;
        display: none;
    }
    .overlay.active {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .landing-container {
        top: 83px;
    }
}