


.nav_bottom {
    background: rgb(232 242 255);
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.nav_bottom a {
    margin-right: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #323435;

    font-family: 'Ubuntu', sans-serif;

}

.nav_bottom a.active {
    font-weight: 400;
    border-bottom: 2px solid #4BC33B;
    padding-bottom: 21px;
}

.nav__hamburger-container {
    display: none;
    position: relative;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 46px;
    height: 33px;
    padding: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    z-index: 999997;
    top: 1px;
    margin-left: 30px;
    margin-right: 0px;
    text-align: -webkit-right
}



@media only screen and (max-width: 991px) {
    .nav__hamburger-container {
        display: block
    }
}

.nav__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 30px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: opacity 150ms linear, -webkit-transform 300ms ease;
    transition: opacity 150ms linear, -webkit-transform 300ms ease;
    transition: opacity 150ms linear, transform 300ms ease;
    transition: opacity 150ms linear, transform 300ms ease, -webkit-transform 300ms ease;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.nav__hamburger:focus {
    outline: none
}

.nav__hamburger .nav__hamburger-bar {
    -webkit-transition-duration: 220ms;
    transition-duration: 220ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.nav__hamburger .nav__hamburger-bar:before {
    -webkit-transition: top 100ms 250ms ease-in, opacity 100ms ease-in;
    transition: top 100ms 250ms ease-in, opacity 100ms ease-in
}

.nav__hamburger .nav__hamburger-bar:after {
    -webkit-transition: bottom 100ms 250ms ease-in, -webkit-transform 220ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 100ms 250ms ease-in, -webkit-transform 220ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 100ms 250ms ease-in, transform 220ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 100ms 250ms ease-in, transform 220ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 220ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.nav__hamburger.is-active .nav__hamburger-bar {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.nav__hamburger.is-active .nav__hamburger-bar:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 100ms ease-out, opacity 100ms 120ms ease-out;
    transition: top 100ms ease-out, opacity 100ms 120ms ease-out
}

.nav__hamburger.is-active .nav__hamburger-bar:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 100ms ease-out, -webkit-transform 220ms 120ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 100ms ease-out, -webkit-transform 220ms 120ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 100ms ease-out, transform 220ms 120ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 100ms ease-out, transform 220ms 120ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 220ms 120ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.nav__hamburger-bar {
    display: block;
    margin-top: -1px;
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #4BC33B;
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease
}

.nav__hamburger-bar:before,
.nav__hamburger-bar:after {
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #4BC33B;
    -webkit-transition: -webkit-transform 150ms ease;
    transition: -webkit-transform 150ms ease;
    transition: transform 150ms ease;
    transition: transform 150ms ease, -webkit-transform 150ms ease
}

.nav__hamburger-bar:before,
.nav__hamburger-bar:after {
    display: block;
    content: ''
}

.nav__hamburger-bar:before {
    top: -10px
}

.nav__hamburger-bar:after {
    bottom: -10px
}

.nav {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 30px 0 30px;
    z-index: 9997;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
    border-bottom: 1px solid rgba(200, 201, 208, 0.3);
}

@media only screen and (max-width: 991px) {
    .nav {
        padding: 14px 0
    }
}

@media only screen and (max-width: 1440px) {
    .nav {
        top: 0
    }
}

.nav::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: background-color 1200ms ease, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: background-color 1200ms ease, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 1200ms ease;
    transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), background-color 1200ms ease, -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1)
}


.nav--sticky {
    top: 0
}

@media only screen and (max-width: 991px) {
    .nav--sticky {
        padding: 14px 0
    }
}

.nav--sticky::after {
    background-color: #e9ecf1;
    -webkit-box-shadow: 0px 0px 15.68px 0.32px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 15.68px 0.32px rgba(0, 0, 0, 0.08)
}

@media only screen and (max-width: 1440px) {
    .nav--sticky::after {
        background-color: #fff
    }
}

.nav--sticky .nav__logo {
    opacity: 1;
    -webkit-transition: 200ms ease;
    transition: 200ms ease
}

.nav--sticky .nav__menu {
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 3
}

.nav__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
    height: 50px;
    position: relative;
}



.nav__container ul li:hover>ul {
    background-color: #fff;
    padding-left: 0;
    display: block;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
    visibility: visible;
    transition: visibility 1ms ease, transform .25s 2ms ease, opacity .25s 1ms ease, -webkit-transform .25s 1ms ease
}

@media only screen and (max-width: 991px) {
    .nav__container ul li:hover>ul {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.nav__container ul li.menu-item-has-children:hover {
    /* background-color: #fff;
    -webkit-box-shadow: 0px 0px 8.82px 0.18px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8.82px 0.18px rgba(0, 0, 0, 0.2);
    transition: visibility 1ms ease, transform .25s 2ms ease, opacity .25s 1ms ease, -webkit-transform .25s 1ms ease */
}

@media only screen and (max-width: 991px) {
    .nav__container ul li.menu-item-has-children:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.nav__container ul li.menu-item-has-children:hover a:first-child {
    color: #4BC33B;
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

@media only screen and (max-width: 991px) {
    .nav__container ul li.menu-item-has-children a:first-child {
        color: #2a2d36;
        -webkit-transition: 300ms ease;
        transition: 300ms ease;
        margin-left: 0px
    }

  
}

.nav__container ul li.menu-item-has-children:hover .sub-menu li:hover a {
    color: #4BC33B;
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.nav__container ul li.menu-item-has-children:hover .sub-menu a {
    color: #453F5E;
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.nav__container ul li.menu-item-has-children:hover .sub-menu a:hover{
    color: #4BC33B;
}

.nav__menu li .sub-menu li:hover a{
    color: #4BC33B;

}

.nav__container ul.nav__menu--visible li.menu-item-has-children:hover {
    background-color: transparent
}

.nav__container ul.nav__menu--visible li.menu-item-has-children:hover a {
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.nav__container ul ul {
    display: block;
    opacity: 0;
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    width: auto;
    list-style: none;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: visibility 1ms .25s ease, transform 2.25s ease, opacity .25s ease, -webkit-transform .25s ease;
    margin-left: -22px;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav__container .main-nav li {
    position: relative
}

@media only screen and (max-width: 991px) {
    .nav__container ul.nav__menu--visible ul {
        display: block;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        z-index: 99999;
        width: auto;
        background: transparent;
        list-style: none;
        margin-left: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;

    }
}

.nav__container ul.nav__menu--visible ul a {
    font-size: 18px;
}

.nav__brand {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    z-index: 2
}

.nav__brand:hover {
    opacity: .6
}

.nav__logo {
    width: auto;
    height: 50px;
    position: relative;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.nav__name {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: relative;
    z-index: 2
}

.nav__menu li {
    padding: 15px 0 15px 30px;
}

@media only screen and (max-width: 1440px) {
    .nav__menu li {
        padding: 15px 0 15px 30px
    }
}

@media only screen and (max-width: 991px) {
    .nav__menu li {
        padding: 15px 0 0 20px
    }

    .nav__logo {
        width: auto;
        height: 30px;
    }

  

    .nav__menu .sub-menu a:before{
        display: none;
    }

    li#menu-item-20{
        display: none;
    }

    
}

.nav__menu a {
    position: relative;
    font-size: 18px;
    color: #453F5E;
    font-weight: 400;
    letter-spacing: 0.8px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

@media only screen and (max-width: 1440px) {
    .nav__menu a {
        font-size: 18px
    }
}

@media only screen and (max-width: 991px) {
    .nav__menu a {
        color: #453F5E;
        padding-right: 20px;
    }
}

.nav__menu a:hover {
    color: #4BC33B
}

@media only screen and (max-width: 991px) {
    .nav__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-end;
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        right: 0;
        padding: 0;
        overflow: scroll;
        background-color: #fff;
        -webkit-transform: translateX(100vw) translateY(78px);
        transform: translateX(100vw) translateY(78px);
        -webkit-transition: -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 800ms cubic-bezier(0.19, 1, 0.22, 1)
    }

    .nav__menu--visible {
        -webkit-transform: translateX(0vw) translateY(78px);
        transform: translateX(0vw) translateY(78px);
        z-index: -2 !important;

        padding-top: 15px;

        border-top: 1px solid #c8c9d04d;
    }

    .nav__menu a:hover{
        color: #4BC33B;
    }
    
}

@media only screen and (max-width: 991px) and (max-width: 575px) {
    .nav__menu--visible {
        -webkit-transform: translateX(0vw) translateY(78px);
        transform: translateX(0vw) translateY(78px);
    }
}

.nav__menu li .sub-menu li {
    padding: 15px 30px 15px 30px;
}

.nav__menu li .sub-menu li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-transform: initial;
    font-size: 18px;
    font-weight: 400
}

.nav__menu li .sub-menu li:last-child {
    border-bottom: none
}

.nav__menu li .sub-menu li:hover {
    -webkit-transition: 300ms ease;
    transition: 300ms ease
}

.nav__menu li .sub-menu li:hover a:hover::after {
    display: none
}

.nav__menu.nav__menu--visible li .sub-menu li {
    padding: 30px 22px;
    margin: 0 0
}

.nav__menu.nav__menu--visible li .sub-menu li:first-child {
    margin: 0 0
}

.nav__menu.nav__menu--visible li .sub-menu li:last-child {
    margin: 0 0
}

@media only screen and (max-width: 991px) {
    .nav__menu.nav__menu--visible li .sub-menu li:last-child {
    }
}

@media only screen and (max-width: 991px) {

    .nav__menu.nav__menu--visible li .sub-menu li{
        padding: 15px 0;
    }

    .nav__container ul.nav__menu--visible ul{
        margin-top: 15px;
    }

    .contact_nav a{
        padding: 0;
        padding-right: 20px;
    }

    .nav__container ul li.menu-item-has-children:hover a:first-child{
        color: #474160;
    }

    .nav__container ul li:hover>ul{
        background-color: transparent;
    }

    .nav__menu li{
        text-align: end;
        width: 100%;
    }

    .menu-item-14 a {
        padding: 0 20px;
    }
}

.nav__menu.nav__menu--visible li .sub-menu li a {
    color: #fff
}

.active a {
    color: #4BC33B
}

a.active  {
    color: #4BC33B
}

@media only screen and (max-width: 991px) {
    .nav__menu.nav__menu--visible li .sub-menu li a {
       font-size: 18px;
    }

    a.active {
        color: #4BC33B;
    }

    .nav__menu.nav__menu--visible li .sub-menu li a {
        color: #2a2d36;
    }
    
}

.nav__menu.nav__menu.nav__menu--visible li .sub-menu li:hover {
    background-color: #fff
}

.nav__menu .menu-item-402 a:hover::after {
    display: none
}

[aria-current]:not([aria-current="false"]) {
    color: #4BC33B
}


.nav__menu--visible [aria-current]:not([aria-current="false"]):before {
    display: none
}

.nav__menu--visible [aria-current]:not([aria-current="false"]) {
    color: #4BC33B
}

ul.sub-menu {

    margin-top: -8px
}





@media (min-width: 576px){
    .nav__menu li {
    max-width: 540px;
    margin: 0 auto;
}
}

@media (min-width: 768px){
    .nav__menu li {
        max-width: 720px;
        margin: 0 auto;
    }
    }

    @media (min-width: 992px){
        .nav__menu li {
            width: auto;
           margin: 0 auto;
        }
        }
        