.header-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.header-container .navigation-section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.header-container .logo-wrapper {
    position: relative;
    margin: 0 24px;
}
.header-container .logo-wrapper img.sticky-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.header-container .btn-wrap {
    justify-items: end;
    flex-direction: row;
    display: flex;
    position: relative;
    z-index: 3;
}
.header-container .logo-wrapper {
    margin: 0 24px;
}
.mega-menu-wrapper .hs-menu-wrapper > ul {
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
}
.mega-menu-wrapper .hs-menu-wrapper > ul > li {
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    margin-right: 32px;
}
.mega-menu-wrapper .hs-menu-wrapper > ul > li > a {
    color: inherit;
    text-decoration: inherit;
    font-weight:500;
}
header.header {
    border-bottom-width: 1px;
    border-color: var(--white);
}

.header-container .btn-wrap > a:not(.second_btn) {
    padding: 0 22px 0 23px;
    color: var(--accent_color_one);
    background-color: var(--white);
}
.header-container .btn-wrap a {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    height: 100%;
    border-radius: 0;
}
.header-container .btn-wrap a.second_btn {
    padding: 0 33px 0 34px;
}
header.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 55px;
    z-index: 50;
}
header.header img.header__logo-image {
    position: relative;
    z-index: 5;
}
header.header.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    border-color: #2f86dd;
}
header.header.scroll-header .mega-menu-wrapper .hs-menu-wrapper>ul>li>a {
    color: var(--accent_color_one);
}

header.header.scroll-header img.sticky-logo {
    opacity: 1;
}

header.header.scroll-header img.header__logo-image {
    opacity: 0;
}
.mega-menu-wrapper .hs-menu-wrapper ul > li.sub-item-dropdown > ul {
    padding: 15px 15px 17px;
    background-color: #fff;
    bottom: auto;
    display: flex;
    flex-direction: column;
    left: 24px;
    margin-top: 30px;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 87%;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li:hover >a,
header.header.scroll-header .mega-menu-wrapper .hs-menu-wrapper>ul>li:hover >a{
    color: #FBC926;
    font-weight: 700;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li> a:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: -16px;
    transition: all 0.3s ease-in-out;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li>a {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li:hover> a:after {
    background-color: #FBC926;
}
.mega-menu-wrapper .hs-menu-wrapper ul > li.sub-item-dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events:all;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown >a:before {
    border-color: #fff transparent #fff transparent;
    border-style: solid;
    border-width: 0px 16px 16px 16px;
    bottom:-45px;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    width: 32px;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:hover >a:before {
    opacity: 1;
}
.mega-menu-wrapper .hs-menu-wrapper > ul > li.sub-item-dropdown.mega-dropdown:not(:first-child) > ul.menu-submenu-level-2 {
    left:-100px;
    right: auto;
    transform: unset;
}

.mega-menu-wrapper .hs-menu-wrapper > ul > li.sub-item-dropdown:not(:first-child,.mega-dropdown) > ul.menu-submenu-level-2{
    width: 400px;
    max-width: unset;
    left: 50%;
    right: auto;
    transform: translate(-50%);
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:not(:first-child) {
    position: relative;
}
.mega-menu-wrapper .hs-menu-wrapper > ul li.menu-item-depth-2 > a > .title-des > .title {
    color: #223B98;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-transform: none;
}
.mega-menu-wrapper .hs-menu-wrapper > ul li.menu-item-depth-2 > a > .title-des > span.des {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #666666;
    text-transform: none;
}
.mega-menu-wrapper .hs-menu-wrapper > ul li.menu-item-depth-2 > a > .title-des {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}
.mega-menu-wrapper .hs-menu-wrapper > ul li.menu-item-depth-2 > a {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
    align-items: center;
    transition: all .3s ease-in-out;
}
.mega-menu-wrapper .hs-menu-wrapper > ul li.menu-item-depth-2 > a > .icon {
    width: 19px;
    background: transparent;
    height: 19px;
    padding: 0;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown>ul:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    height: 50px;
}

.mega-menu-wrapper .hs-menu-wrapper ul > li > ul > li:hover > a {
    background: rgba(47, 58, 129, 0.2);
    text-decoration: none;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 {
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: start;
    left: 0;
    margin: 0;
    max-width: calc(100% - 310px);
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: 0;
    height:auto;
    padding: 19px 15px;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown>ul.child>li:not(:last-child) {
    margin-bottom: 6px;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1 {
    width:calc(20% - 15px);
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown>ul.child > li {
    max-width:280px;
    width:100%;    
    background-color: transparent;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown > ul > li {
    max-width:400px;
    width:100%;
}
.header-container {
    position: relative;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3:after {
    content: "";
    width: 2px;
    height:calc(100% - 30px);
    margin: auto 0;
    position: absolute;
    background-color: #2F3A81;
    display: block;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 > li:first-child {
    margin-left: 15px;
}
.mega-menu-wrapper .hs-menu-wrapper > ul > li.sub-item-dropdown > ul:after {
    content: "";
    display: block;
    width: 310px;
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 100%;
    z-index: -1;
    left:0;
    /*     box-shadow: 0 5px 8px -4px #000; */
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown>ul.child {
    background-color: transparent;
    width: 87%;
    justify-content: flex-start;
    transition: unset;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.menu-item-depth-2:hover>ul {
    display: flex;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1 > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding:21px 10px 16px;
    text-align: center;
    align-items: center;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1 .title {
    color: var(--accent_color_one);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-transform: none;
    display: block;
    padding-bottom: 10px;  
    display:block;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1 .icon-wrap {
    margin-bottom: 13px;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1 .des {
    color: #666;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 107.143% */
    padding-bottom: 2px;
    text-transform: none;
    display:block;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3:before {
    left: -49px;
    top: -1px;
    height: 100%;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li {
    position: relative;
    z-index: 5;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 {
    width: calc(25% - 15px);
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout1:nth-child(5n + 1),
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2:nth-child(4n + 1){
    margin-left: 15px;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 {
    justify-content: start;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 > a {
    display: flex;
    flex-direction: row;
    /*     flex-wrap: wrap; */
    padding: 11px 3px 10px 11px;
    align-items: center;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 .icon-wrap {
    width: 38px;
    padding-right: 12px;
}

.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 .title,
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 .des{
    color: #2F3A81;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 97.7%;
    /* 11.724px */
    text-transform: none; 
    display:block;
}
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 .des{
    color: #666;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.menu-item-depth-2:hover>ul > li {
    transform: translateY(0);
    opacity: 1;
}
.mega-menu-wrapper .hs-menu-wrapper ul>li.menu-item-depth-2>ul > li {
    transition: all 0.3s ease-in-out;
    transform: translateY(42px);
    transition-delay: 0.4s;
    opacity: 0;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown.mega-dropdown:not(:first-child)>ul.menu-submenu-level-2 {
    width: 310px;
    max-width: unset;
}
.mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:not(:first-child) > ul.menu-submenu.menu-submenu-level-2.child.hover-active {
    width:997px;
}

@media (min-width: 1280px) {
    .header-container .logo-wrapper{
        max-width: 180px;
        width:100%;
        display: block;
        position: relative;
    }
    .mobile-menu-wrapper,
    a.mobile-btn.header__button.button,
    .child-trigger{
        display:none;
    }
    .header-container .logo-wrapper {
        margin-right: 72px;
    }
}
@media(max-width:1535px){
    .mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:last-child>ul.menu-submenu.menu-submenu-level-2.child.hover-active{
        width: 840px;
    }
    .mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown.mega-dropdown:not(:first-child)>ul.menu-submenu-level-2{
        left: -227px;
    }
    .mega-menu-wrapper .hs-menu-wrapper ul>li.sub-item-dropdown>ul.child {
        width: calc(100% - 196px);
    }
}
@media(max-width:1300px){
    .mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 .layout1,
    .mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2{
        width: calc(33.33% - 15px);
    }

    .mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout1:nth-child(3n+1),
    .mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2:nth-child(3n+1) {
        margin-left: 15px;
    }
    .mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:last-child>ul.menu-submenu.menu-submenu-level-2.child.hover-active{
        width:750px;
    }
    .mega-menu-wrapper .hs-menu-wrapper>ul>li.sub-item-dropdown:not(:first-child) > ul.menu-submenu.menu-submenu-level-2.child.hover-active {
        width: 800px;
    }


}
@media (max-width: 1279px) {
    .mobile-trigger {
        display: flex !important;
        width: 80px;
        margin-left: 2px;
    }
    .nav-wrap{
        display:none;
    }
    .mobile-menu-wrapper {
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: all .5s ease-in-out;
        width: 85%;
        z-index: 2;
        overflow:hidden;
    }
    .header-container .navigation-section {
        padding: 8px 0;
    }

    .header-container .btn-wrap>a:not(.second_btn) {
        display: none;
    }

    .mobile-trigger > svg {
        width: 24px;
    }

    header.header.scroll-header .mobile-trigger > svg path {
        fill: var(--accent_color_one);
    }
    .mobile-open .mobile-menu-wrapper {
        transform: translateX(0);
    }

    .mobile-menu-wrapper {
        height: 100%;
        background-color:var(--white);
        z-index: 50;
    }

    .mobile-menu-wrapper .hs-menu-wrapper > ul > li {
        width: 100%;
        padding: 16px 0;
        margin-right: 16px;
    }

    .mobile-menu-wrapper > span {
        height: 100%;
        display: block;
    }

    .mobile-menu-wrapper .hs-menu-wrapper {
        height: auto;
        padding: 48px 16px;
    }

    .mobile-menu-wrapper .hs-menu-wrapper > ul > li > a {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 24px;
    }
    .mobile-menu-wrapper .hs-menu-wrapper > ul > li > a:hover{
        text-decoration:none;
    }
    .mobile-open .mobile-trigger svg:first-child {
        display: none;
    }
    .mobile-open .mobile-trigger svg + svg {
        display: block;
        visibility: visible;
    }
    .mobile-open svg + svg path {
        fill: #fff;
    }
    .mobile-menu-wrapper .child-trigger {
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 0;
        width: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
        height:60px;
        transition: all 0.3s ease-in-out;
    }
    .mobile-menu-wrapper .hs-menu-children-wrapper {
        display: none;
    }
    .mobile-menu-wrapper .hs-menu-wrapper ul>li.hs-item-has-children {
        position: relative;
    }
    .mobile-menu-wrapper .hs-menu-children-wrapper > li {
        padding: 15px;
    }
    .mobile-menu-wrapper .hs-menu-wrapper {
        overflow: auto;
        height: 100vh;
    }
    .mobile-menu-wrapper {
        top: 54px;
    }
    .mobile-menu-wrapper li.menu-item > a {
        color: #223B98;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
    }
    .mobile-menu-wrapper ul {
        padding: 0;
        margin: 0;
    }
    .mobile-menu-wrapper ul > li {
        margin: 0;
        padding: 15px 0;
    }
    .mobile-menu-wrapper {
        padding: 44px 57px 44px;
    }
    .mobile-menu-wrapper .btn-wrap>a:not(.mobile-btn) {
        display: none;
    }

    .mobile-menu-wrapper .btn-wrap>a:not(.second_btn) {
        display: block;
    }

    .mobile-menu-wrapper .btn-wrap > a:first-child {
        display: none;
    }
    ul.mega-menu {
        position: relative;
        transition: all .5s ease-in-out;
    }
    .mobile-menu-wrapper ul > li.sub-item-dropdown {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .mobile-menu-wrapper ul.menu-submenu {
        position: absolute;
        top: 0;
        width: 100%;
        transform:translateX(calc(100% + 500px));
        transition: all .5s ease-in-out;
        left: 100%;
        right: 0;
        z-index: 1000;
        transform-origin: top right;
        padding: 44px 57px 0;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
    }
    .mobile-menu-wrapper ul.menu-submenu.child-open {
        transform: translateX(0);
        left: 0;
    }
    ul.mega-menu.parent-wrapper.after-child-open {
        transform: translateX(calc(-100% - 500px));
        transition: all .5s ease-in-out;
    }
    .mobile-menu-wrapper span.title {
        color: #223B98;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: block;
        text-align: left;
    }
    .mobile-menu-wrapper span.des {
        color: #666;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .mobile-menu-wrapper .menu-submenu li.menu-item >a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }
    .mobile-menu-wrapper .title-des {
        display: flex;
        width: 100%;
        flex-direction: column;
        text-align: left;
    }
    .mobile-menu-wrapper li.dl-back > a {
        border-radius: 100px;
        background: #2F86DD;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 171.429% */
        padding:6px 36px 6px 35px;
        font-family: Manrope;
    }

    .mobile-menu-wrapper li.dl-back {
        text-align: center;
    }
    .mobile-menu-wrapper li.dl-back>a:hover {
        border: 2px solid #2F86DD;
        background: #FFF;
        color: #2F86DD;
        text-decoration: none;
    }

    .mobile-menu-wrapper a:hover {
        text-decoration: none;
    }

    .mobile-menu-wrapper .btn-wrap {
        flex-direction: column;
        align-items: center;
    }

    .header-container .mobile-menu-wrapper .btn-wrap > a {
        color: #2F86DD;
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        /* 150% */
        border-radius: 100px;
        transition: all 0.3s ease-in-out;
        padding: 6px 27px !important;
        border: 2px solid #2F86DD;
        margin-bottom: 24px;
        min-width: 152px;
        text-align: center;
        justify-content: center;
        text-transform: none;
        !i; !; }

    .mobile-menu-wrapper .btn-wrap > a.second_btn {
        color: #fff;
    }
    .mobile-menu-wrapper svg circle {
        fill: #2F3A81;
    }

    .mobile-menu-wrapper .icon {
        background: transparent;
        padding: 0;
    }

    .mobile-menu-wrapper .menu-submenu li.menu-item >a {
        align-items: center;
    }

    .mobile-menu-wrapper .icon svg {
        width: 23px;
        height: 23px;
    }

    .mobile-menu-wrapper .menu-submenu > li.layout1:not(:first-child) {
        border-top: 1px solid #2F3A81;
    }

    .mobile-menu-wrapper .menu-submenu > li.layout1 .icon-wrap {
        margin-right: 23px;
        max-width: 50px;
        width: 100%;
    }

    .mobile-menu-wrapper .menu-submenu > li.layout1 .icon-wrap img {
        width: 100%;
    }

    .mobile-menu-wrapper .layout1 span.title {
        color: #223B98;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 17px;
        /* 106.25% */
        padding-bottom: 10px;
    }

    .mobile-menu-wrapper .layout1 span.des {
        color: #666;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        /* 107.143% */
    }

    .mobile-menu-wrapper .layout1 span.title br,
    .header-container > .btn-wrap{
        display: none;
    }

    .mobile-menu-wrapper .menu-submenu > li.layout1 {
        padding: 20px 0 19px;
    }
    .mobile-menu-wrapper ul.menu-submenu {
        margin-bottom: 100px;
        padding-bottom: 44px;
        top: 0;
    }

    .mobile-menu-wrapper ul > li.layout2:first-child {
        padding-top: 0;
    }
    .mobile-menu-wrapper ul > li.layout2 .icon-wrap {
        margin-right: 24px;
    }

    .mobile-menu-wrapper ul > li.layout2 span.title {
        color: #2F3A81;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 97.7%; /* 15.632px */
    }

    .mobile-menu-wrapper ul > li.layout2 span.title br {
        display: none;
    }

    .mobile-menu-wrapper li.dl-back {
        margin-bottom: 50px;
    }

    .dropdown-wrapper {
        overflow: auto;
        overflow-x: hidden;
    }
    .mobile-menu-wrapper .btn-wrap {
        margin-top: 100px;
    }
}

@media(max-width:767px){
    .mobile-menu-wrapper .hs-menu-wrapper>ul>li {
        margin: 0;
        text-align: left;
    }
    .mobile-menu-wrapper .hs-menu-children-wrapper>li {
        text-align: left;
        margin: 0;
    }
    .mobile-menu-wrapper {
        width: 75%;
    }


}

@media(max-width:479px){
    .header-container .logo-wrapper {
        margin-right: auto;
        margin-left: 0;
    }
    .mobile-trigger {
        justify-content: flex-end;
    }
    .mobile-menu-wrapper ul.menu-submenu {
        padding: 30px 30px 30px 45px;
    }
    .mobile-menu-wrapper {
        width: 100%;
    }
}
@media(max-width:355px){
    .mobile-menu-wrapper {
        padding: 44px 35px 44px;
    }
    .mobile-menu-wrapper ul.menu-submenu {
        padding: 30px 25px;
    }
}
/* added by RBM */
@media (min-width:1280px) {
.mega-menu-wrapper .hs-menu-wrapper ul.menu-submenu.menu-submenu-level-3 li.layout2 .title {
  max-width:120px;
  }
}

