#sg_b.sungroup .sg_tab_page.sghide {
    display: none !important;
}

#sg_b.sungroup .sg_tab_page.sg_active_page {
    display: flex !important;
    flex-direction: column;
}

#sg_b.sungroup .sg_tab_page {
    display: none;
}

#sg_b.sungroup .sg_tab_page.sg_active_page .sg-section-content {
    opacity: 0;
    animation: show .5s linear forwards;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#sg_b.sungroup .sg_static-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    background: transparent;
}

#sg_b.sungroup .sg_static-menu.sg_fixo {
    background: #fff;
}

#sg_b.sungroup .sg_pages_box {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    justify-content: flex-start;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}

#sg_b.sungroup .sg_page p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    margin: 0;
    display: block;
    white-space: nowrap;
}

#sg_b.sungroup .sg_page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 63px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    padding: 0 24px;
    box-sizing: border-box;
    width: 33.33%;
    max-width: 100%;
    border-bottom: 3px solid transparent;
    color: #3A89E5 !important;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 27px !important;
}

#sg_b.sungroup .sg_page img {
    margin-right: 16px;
}

#sg_b.sungroup .sg_page:hover {
    border-bottom: 3px solid #FFF200;
    box-sizing: border-box;
    transition: .3s;
    color: #333333 !important;
}

#sg_b.sungroup .sg_ce {
    font-weight: 700;
}

#sg_b.sungroup .sg-stat-menu {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

#sg_b.sungroup .sg_active_menu {
    border-bottom: 3px solid #FFF200;
    box-sizing: border-box;
    color: #333333 !important;
}

#sg_b.sungroup .hs-cta.sg_page.hs-active {
    border-bottom: 3px solid #FFF200;
    box-sizing: border-box;
    color: #333333 !important;
}

#sg_b.sungroup .sg-menu-od-sec {
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 100%;
    transition: .2s;
    overflow: hidden;
}

#sg_b.sungroup .sg-menu-od-sec.mob-ver {
    /* display: none; */
    display: none;
    position: unset;
    top: unset;
    left: 0;
    width: 100%;
    max-height: 100%;
    transition: .2s;
    overflow: hidden;
}

#sg_b.sungroup .sg_fixo .sg-menu-od-sec {
    max-height: 0;
}

#sg_b.sungroup .sg_fixo .sg_active_menu:hover .sg-menu-od-sec {
    max-height: 100%;
}

#sg_b.sungroup .sg-menu-od-sec {
    height: 64px;
    background: #F6F6F6;
    border-top: 1px solid #DDD;
}

#sg_b.sungroup .sg-menu-od {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

#sg_b.sungroup .sg-menu-od-el {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    line-height: 27px !important;
    color: #888 !important;
    text-decoration: none;
    margin-right: 64px;
    transition: .4s;
}

#sg_b.sungroup .sg-menu-od-el:hover {
    color: #333 !important;
    text-decoration: underline;
    transition: .4s;
}

#sg_b.sungroup .sg-menu-od-el.sgSeen {
    color: #333 !important;
    text-decoration: underline;
    transition: .4s;
}

#sg_b.sungroup .sg-menu-od-el:last-child {
    margin-right: 0;
}

@media (max-width:1150px) {
    #sg_b.sungroup .sg_page p {
        display: block;
    }
    #sg_b.sungroup .sg_page img {
        margin-right: 8px;
    }
    #sg_b.sungroup .sg_page p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:1100px) {
    #sg_b.sungroup .sg_page p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width:700px) {
    #sg_b.sungroup .sg_page {
        padding: 0px 8px;
    }
}

@media (max-width:650px) {
    #sg_b.sungroup .sg_page {
        min-width: 215px;
        max-width: 215px;
    }
    #sg_b.sungroup .sg_pages_box {
        overflow: scroll;
        justify-content: flex-start;
    }
}
