header.header {
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    /*z-index: 1000;*/
}

.submenuitems .flex-container {
    padding: 0;
    /*margin: 0 !important;*/
    margin: 2em auto !important;
    display: -webkit-box !important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-flow: row wrap!important;
    justify-content: space-between!important;
      align-items: flex-start;
}

.submenuitems .flex-container > div {
    align-self: flex-start !important;
    text-align: left;
}

main.body-container-wrapper {
    margin-top: 70px;
}
div.hs-menu-wrapper {
    display: flex;
    margin-left: auto;
}
.menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 9999;
    max-width: 1200px;
    margin: 0px auto;
  height: 69px;
}
header .menu-wrap li.hs-menu-item a {
    font-weight: bold;
    font-size: 13px;
    padding: 0px 0px;
    font-family: Inter,sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    height: 69px;
}
.menu__logo img{
max-width: 120px !important;
  max-height: 50px;
}
.logo-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.logo-wrap img {
    height: 50px;
    max-width: 120px;
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-1>ul.hs-menu-children-wrapper{
    grid-template-columns: 1fr 1fr !important;
    grid-template-areas: ". ." !important;
    background-color:  #fff;
}
header .menu-wrap li.hs-menu-item a ~ ul.hs-menu-children-wrapper:hover {
    display: block !important;
}
header .menu-wrap li.hs-menu-item a:hover ~ ul.hs-menu-children-wrapper {
    display: block !important;
}
.menu-wrap {
  overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex justify-content:flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1;
}
.menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
nav.menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  width: 100%;
}
.menu-wrap ul {
    list-style: none;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px
}
div.hs-menu-wrapper {
    display: flex
}
.menu-wrap ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding-left: 22px !important;
    padding-right: 22px !important
}
header .menu-wrap li.hs-menu-item a:hover {
    text-decoration: none
}
header.sticky .menu-wrap li.hs-menu-item a:before {
    filter: invert(1)
}
header .menu-wrap li.hs-menu-item a:hover:before {
    width: 100%
}
.menu-wrap ul li.hs-menu-item.nav-cta-btn {
    align-items: center !important;
    -webkit-box-align: center !important
}
header .menu-wrap li.hs-menu-item.active a:before {
    width: 100%
}
header .menu-wrap li.hs-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
   /* white-space: nowrap;
    font-family: 'Canadian', 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-size: 16px;*/
    color: #000;
    position: relative;
    text-decoration: none
}
.menu__logo {
    z-index: 99999
}
#menu__toggle {
    opacity: 0
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
    filter: invert(1)
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0)
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg)
}
#menu__toggle:checked ~ .menu__box_wrapper {
    visibility: visible;
    right: 0
}
header.header {
    padding-left: 20px;
    padding-right: 20px;
box-shadow: 3px 3px 10px #00000047;
    z-index: 9999999999999999;
}
.dark-nav .menu__btn > span,
.dark-nav .menu__btn > span::before,
.dark-nav .menu__btn > span::after {
    background: #000 !important;
    z-index: 9999;
    filter: none !important
}
.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    top: calc(50% - 14px)
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition-duration: .25s
}
.menu__btn > span::before {
    content: '';
    top: -8px
}
.menu__btn > span::after {
    content: '';
    top: 8px
}
.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
    background: #000 !important;
    z-index: 9999;
    filter: none !important;
}
.menu__box_wrapper {
    display: flex;
    position: fixed;
    visibility: hidden;
    top: 0;
    right: -100%;
    margin: 0;
    padding: 80px 0 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    height: 100vh;
    width: 100vw
}
.menu__item:hover {
    background-color: #000;
    border-radius: 3px;
    color: #000;
    text-decoration: none
}
#menu__toggle:checked ~ .menu__box_wrapper {
    display: flex !important;
    width: 100vw;
    height: 100vh
}
.hs-menu-wrapper ul {
    margin: 0px auto !important
}
ul.menu__box {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 160px);
  overflow: auto;
  width: 100%
}
.menu__box .cta_button {
    display: block;
    max-width: 300px;
    padding: 40px;
    margin: 0px auto
}
.menu__box .hs-menu-depth-1:first-child > a {
  padding-top: 0 !important;
}
.menu__item a:active,
.menu__item a:focus,
.menu__item a:hover {
    text-decoration: none;
    color: #000
}
header .menu-wrap li.hs-menu-item a:focus {
    border: 0;
    text-decoration: none
}
.menu__item a {
    color: #000;
    font-weight: 500;
    display: block
}
.menu__box_wrapper ul,
.menu__box_wrapper ul li,
.menu__box_wrapper ul li a {
    display: block !important;
    color: #000 !important;
    text-align: center
}
.menu__box_wrapper .menu__box > ul.active-branch {
    max-height: calc(66vh - 80px);
    overflow-y: auto;
    padding-right: 30px
}
.menu__box_wrapper .menu__box > ul.active-branch::-webkit-scrollbar {
    width: 10px
}
.menu__box_wrapper .menu__box > ul.active-branch::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #a0cb06 0%, #b2e306 100%);
    border: 0px;
    box-shadow: none
}
.menu__box_wrapper .menu__box > ul.active-branch::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}
.menu__box_wrapper .menu__box > ul.active-branch::-webkit-scrollbar-thumb {
    background-color: darkgrey
}
.menu__box_wrapper ul li a {
    display: block !important;
    text-align: center;
    width: 100%;
    font-size: clamp(20px, 5vw, 24px) !important;
    color: #000 !important;
    font-family: 'Canadian', 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    white-space: initial !important;
    line-height: 1.2em;
    max-width: 600px;
    margin: 0px auto !important;
    padding-top: 0px;
    padding-bottom: 0px
}
.menu__box_wrapper ul li a:before {
    display: none
}
.menu__logo.opened {
    filter: invert(1)
}
.menu__logo {
    transition: all ease 300ms
}
header.header.sticky {
    position: fixed;
    background: #000;
    filter: invert(1)
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    display: block
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    opacity: 1
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li {
    padding-left: 0px !important;
    display: block
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li a {
font-weight: bold;
    font-size: 12px;
    font-family: Inter,sans-serif;
    line-height: 1.2em;
    word-break: normal;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}
li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > a {
    font-weight: 700
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". . ."
}

/*ul li a:hover {
    border-bottom: 2px solid #00b6d7 !important;
}*/
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: auto !important;
}
li.hs-menu-item.hs-menu-depth-1 > a span::after {
    width: 100% !important;
    height: 2px !important;
    background-color: #ffffff !important;
    content: '';
    display: block;
}
li.hs-menu-item.hs-menu-depth-1 > a:hover span::after {
    width: 100% !important;
    height: 2px !important;
    background-color: #00b6d7 !important;
    content: '';
    display: block;
}
li.hs-menu-item.hs-menu-depth-2 a:hover {
    border-bottom: 0px solid transparent !important;
    color: #00b6d7 !important;
}
div#hs_menu_wrapper_Navbar_Mega_Menu_test_REVISED ul li a {
    padding: 0px !important;
}


ul li span{
padding-top: 20px;
    padding-bottom: 20px;
}
.submenu-1, .submenu-2, .submenu-3, .submenu-4, .submenu-5, .submenu-6, .submenu-7, .submenu-8, .submenu-9, .submenu-10, .submenu-11, .submenu-12, .submenu-13, .submenu-14, .submenu-15{
z-index: 999999 !important;
    position: absolute;
    width: 100% !important;
    top: 0;
    background-color: #f1f1f1;
    opacity: 0;
    left: -999999999999px;
    padding-top: 60px;
}
.submenu-1.visible, .submenu-2.visible, .submenu-3.visible, .submenu-4.visible, .submenu-5.visible, .submenu-6.visible, .submenu-7.visible, .submenu-8.visible, .submenu-9.visible, .submenu-10.visible, .submenu-11.visible, .submenu-12.visible, .submenu-13.visible, .submenu-14.visible, .submenu-15.visible {
    opacity: 1;
    left: 0px;
}
.submenu-1:hover, .submenu-2.visible:hover, .submenu-3.visible:hover, .submenu-4.visible:hover, .submenu-5.visible:hover, .submenu-6.visible:hover, .submenu-7.visible:hover, .submenu-8.visible:hover, .submenu-9.visible:hover, .submenu-10.visible:hover, .submenu-11.visible:hover, .submenu-12.visible:hover:hover, .submenu-13.visible:hover, .submenu-14.visible:hover, .submenu-15.visible:hover {
    opacity: 1;
    left: 0px;
    position:fixed;
}
.submenu-1 .flex-item ul, .submenu-2 .flex-item ul, .submenu-3 .flex-item ul, .submenu-4 .flex-item ul, .submenu-5 .flex-item ul, .submenu-6 .flex-item ul, .submenu-7 .flex-item ul, .submenu-8 .flex-item ul, .submenu-9 .flex-item ul, .submenu-10 .flex-item ul, .submenu-11 .flex-item ul, .submenu-12 .flex-item ul, .submenu-13 .flex-item ul, .submenu-14 .flex-item ul, .submenu-15 .flex-item ul {
    display: block;
    padding-bottom: 20px;
}
.flex-container {
    max-width: 1200px;
}
.flex-item h3 {
    font-weight: 300 !important;
    color: #00b6d7 !important;
    font-size: 24px !important;
    text-align: left !important;
}
.submenu-1 div.hs-menu-wrapper > ul {
    display: inline;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a {
    color: #828282;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.6em;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul li a:hover {
    text-decoration: none !important;
}
.submenu-1 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-2 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-3 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-4 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-5 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-6 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-7 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-8 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-9 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-10 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-11 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-12 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-13 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-14 ul li.hs-menu-item.hs-menu-depth-1 a, .submenu-15 ul li.hs-menu-item.hs-menu-depth-1 a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 2.2em;
}
span.contact-menu {
    background-color: #00b6d7;
    display: block;
    padding: 7px 20px;
    border-radius: 10px;
}
li.hs-menu-item.hs-menu-depth-1>a span.contact-menu::after {
    height: 0px !important;
}
@media only screen and (max-width:992px) {
  header .menu-wrap li.hs-menu-item a {
    height: initial;
  }
  li.hs-menu-item.hs-menu-depth-2>a {
    display: block !important;
    color: #00b6d7 !important;
    font-size: 14px !important;
}
    .menu__menu {
        display: none
    }
    .menu__btn {
        display: flex
    }
    header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
        opacity: 1;
        left: 0px;
        display: block !important;
        position: relative
    }
    header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li {
        padding: 5px !important
    }
    header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > ul.hs-menu-children-wrapper a {
        font-size: 14px !important;
        padding: 5px 10px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin: 5px auto
    }
    span#hs_cos_wrapper_my_cta {
        text-align: center;
        margin: 0px auto 40px !important;
        display: block
    }
    span#hs_cos_wrapper_my_cta a {
        font-size: clamp(18px, 4vw, 40px) !important
    }
    div.hs-menu-wrapper {
        display: block;
        padding-bottom: 40px
    }
}
@media only screen and (min-width:993px) {

    .menu__btn {
        display: none
    }
    header .menu-wrap li.hs-menu-item.hs-menu-depth-3 > a ~ ul.hs-menu-children-wrapper,
    header .menu-wrap li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
        display: block !important
    }
    header .menu-wrap li.hs-menu-item .hs-menu-depth-2 a {
    font-weight: bold;
    font-size: 14px;
    font-family: Inter,sans-serif;
    line-height: 1em;
    word-break: normal;
    color: rgb(0,182,215);
    display: inline-block;
    text-transform: uppercase;
    }
}
@media only screen and (max-width:767px) {
    #menu__toggle:checked ~ .menu__box_wrapper {
        padding-bottom: 0px
    }
}
.dark-nav header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > a {
    color: #000
}
.hide-nav div#hs_menu_wrapper_EW-2021_Menu {
    display: none
}
.dark-nav .menu__logo img {
    content: url(https://f.hubspotusercontent40.net/hubfs/623492/belch.io/template-assets/ew-logo.png)
}
.hs-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column
}
@media(max-width:767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column
    }
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex
}
@media(max-width:767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex
    }
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0px;
    opacity: 1;
    position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    top: 100%
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 100%;
    opacity: 1;
    top: 0
}
@media(max-width:767px) {
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto
    }
}