.header-module {
    background: #fff;
    padding: 13px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.header-module .dis-flex {
    align-items: center;
    justify-content: space-between
}

.header-right .hs-menu-wrapper>ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1>a {
    color: #010327;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 0;
    text-decoration: none
}

.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
    margin-right: 35px
}

.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:not(:last-child):hover>a {
    color: #2351d9
}

.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child>a {
    background: #2351d9;
    border: 2px solid #2351d9;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center
}

.header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:last-child>a:hover {
    background: #fff;
    color: #061812 !important
}

.header-left {
    display: flex;
    flex-wrap: wrap
}

.header-left a {
    display: inline-block;
    max-width: 161px
}

@media(min-width:1025px) {
    .header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
        display: inherit;
        position: relative
    }

    .header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
        background: #fff;
        box-shadow: 0 5px 50px 0 rgba(6, 24, 18, .2);
        -webkit-box-shadow: 0 5px 50px 0 rgba(6, 24, 18, .2);
        -moz-box-shadow: 0 5px 50px 0 rgba(6, 24, 18, .2);
        list-style: none;
        margin: 0;
        min-width: 250px;
        opacity: 0;
        padding: 10px;
        position: absolute;
        top: 100%;
        visibility: hidden;
        z-index: 2
    }

    .header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul.hs-menu-children-wrapper {
        display: block !important;
        opacity: 1;
        transition: all .5s ease;
        visibility: visible
    }

    .header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper>li>a {
        color: #010327;
        display: block;
        font-size: inherit;
        line-height: 1.8;
        min-width: 180px !important;
        padding: 6px 10px;
        position: relative;
        text-decoration: none;
        white-space: nowrap
    }

    .header-right .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover {
        color: #2351d9
    }

    .header-right .hs-menu-wrapper {
        display: inline-block !important
    }

    .child-trigger {
        display: none
    }
}

@media(max-width:1024px) {
    .mobile-trigger {
        cursor: pointer;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        width: 30px
    }

    .mobile-trigger .line {
        background: #000;
        height: 2px;
        margin: 4px 0;
        transform: rotate(0deg);
        transition: all .4s ease;
        width: 100%
    }

    .mobile-trigger .line.line-2 {
        width: 75%
    }

    .mobile-trigger.active-re .line-2 {
        opacity: 0
    }

    .mobile-trigger.active-re .line.line-1 {
        position: absolute;
        top: 0;
        transform: rotate(45deg)
    }

    .mobile-trigger.active-re .line.line-3 {
        position: absolute;
        top: 0;
        transform: rotate(-45deg)
    }

    .header-right .hs-menu-wrapper {
        background: #fff;
        box-shadow: 0 0 10px 0 rgba(6, 24, 18, .1);
        -webkit-box-shadow: 0 0 10px 0 rgba(6, 24, 18, .1);
        -moz-box-shadow: 0 5px 50px 0 rgba(6, 24, 18, .2);
        display: none;
        height: calc(100vh - 102px);
        left: 0;
        overflow-y: auto;
        padding: 30px 20px;
        position: absolute;
        top: 100%;
        width: 100%
    }

    .header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%
    }

    .header-right .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:not(:last-child) {
        margin-bottom: 0;
        margin-right: 0
    }

    ul.hs-menu-children-wrapper {
        list-style: none;
        padding: 0 0 0 10px;
        width: 100%
    }

    .hs-menu-children-wrapper a {
        color: #010327;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        padding: 5px 0;
        text-decoration: none
    }

    .child-trigger {
        cursor: pointer
    }
}