.mega-menu {
  display: flex;
  align-content: center;
  align-items: center;
}
.hs-inline-edit .submenu {
  min-width: 100vw;
  left: -228% !important;
  right: 0 !important;
  width: 100%;
  margin: auto;
  opacity: 1;
  max-width: 100vw;
} 
.lang_list_class {
  padding-bottom: 5px !important;

}

.inner-nav-3-container {
  padding-left: 1.33em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.inner-nav-3-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: -14px;
}
.inner-nav-3 .nav-3-img {
  width: 50px;
  height: 40px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-3-link {
  margin: 10px;
}
.nav-3-link a {
  font-size: 14px;
  text-transform: capitalize !important;
  font-weight: normal !important;
}

.overlay__close-menu {
  position: absolute;
  background: transparent;
  min-height: 150vh;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  z-index: -1;
  display: none;
}

.overlay__close-menu--active {
  display: block;
}

.mega-menu__text-inner p {
  font-weight: 400;
}

.mega-menu__container {
  font-weight: bold;
}

h3.title-column {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

.mega-menu__submenu--item a {
  font-weight: bold;
}

.mega-menu__submenu--item a:first-child {
  color: gray;
  font-size: 16px;
}

.mega-menu__container.megamenu__nolink {
  padding: 0 35px;
}

.mega-menu__column {
  display: flex;
  max-width: 1440px;
  margin: auto;
  justify-content: start;
  padding: 3% 0;
}

.mega-menu__container--submenu {
  display: block;
  left: 0;
  right: 0;
}

.submenu {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  margin-top: 35px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateY(50px);
  z-index: -1;
  visibility: hidden;
}

.active_submenu div.submenu {
  visibility: initial;
}

.active_submenu .submenu {
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
}

.mega-menu__text-inner a {
  color: #ccc;
  text-underline-offset: 5px;
}

.mega-menu__text-inner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text:hover {
  color: #fff !important;
}

.mega-menu__submenu--item {
  display: grid;
}

.mega-menu__submenu--item a {
  text-decoration: none;
}

.mega-menu__text-inner p {
  color: #CCCCCC;
}

.mega-menu__text-inner h1,
.mega-menu__text-inner h2,
.mega-menu__text-inner h3,
.mega-menu__text-inner h4,
.mega-menu__text-inner h5,
.mega-menu__text-inner h6 {
  color: #fff;
  margin-bottom: 0;
}

.title-column {
  margin-bottom: 0;
}

.mega-menu__submenu a {
  text-decoration: none;
}



.mega-menu__submenu--item {
  max-width: 100%;
  width: 100%;
}

.mega-menu__submenu a {
  padding: 0 35px;
}

.mega-menu__item {
  cursor: pointer;
}

.mega-menu__item:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: #fff;
  display: block;
  margin-top: 3px;
  transition: width 220ms ease-in;
}

.mega-menu__item:hover:after {
  width: 100%;
}

.mega-menu__container div.mega-menu__container--submenu {
  display: initial;
  margin-top: 35px;
  max-width: 100%;
  width: 100%;
  margin: 0 20px;
  padding: 40px 1% 40px 0;
}
.mega-menu__submenu--item{
  margin-top: 30px;
}
.mega-menu__container.megamenu__nolink::after {
  transition-delay: .5s;
  transition: .5s;
}



.submenu__container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
}

@media (min-width: 992px) {
  .submenu {
    margin-top: 55px;
  }
  .megamenu__nolink {
    display: flex;
  }

  .megamenu__nolink::after {
    content: "\f107";
    display: inline-block;
    font-family: "Font Awesome 5 Free" !important;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 3px;
  }
}

@media (max-width: 1240px) {

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0 15px;
  }
}

@media screen and (min-width:1200px) {
  .mega-menu__container.active_submenu div.mega-menu__container--submenu {
    max-width: 100%;
    min-width: 200px;
  }

  .mega-menu__container--submenu:last-child {
    padding-left: 5% !important;
  }

  .mega-menu__submenu {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .submenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .65);
    margin-top: 35px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: 0.3s ease-in-out;
    transform: translateY(50px);
    z-index: -1;
  }

  .active_submenu .submenu {
    opacity: 1;
    transform: translateY(0px);
    z-index: 10;
    position: relative;
  }

  .submenu {
    transform: translateY(0px);
  }


  .mega-menu__container {
    z-index: 20000;
    position: relative;
  }

  .mega-menu__container--submenu {
    border-right: none !important;
  }

  .mega-menu__item {
    font-size: 24px;
  }



  .mega-menu div.mega-menu__container.megamenu__nolink.active_submenu div.mega-menu__item div.mega-menu__submenu:after {
    content: "";
    background-size: cover;
    height: 2px;
    width: 12px;
    position: absolute;
    right: 0px;
    margin-top: 13px;

  }


  .submenu__container {
    margin: 0;
  }

  .mega-menu {
    display: grid;
  }

  .mega-menu__container.megamenu__nolink {
    padding: 12px 0px !important;
  }

  .mega-menu div.mega-menu__container {
    padding: 16px 0;
  }

  .submenu__container {
    display: block;
    gap: 20px;
    margin-bottom: 20px;
  }

  .mega-menu__submenu--item {
    padding-top: 20px;
  }

  .submenu {
    position: initial;
    margin: 0;
  }

  .mega-menu__text-inner {
    display: none;
  }

  .megamenu__nolink.active_submenu {
    padding: 0 0 20px 35px;
  }

  .mega-menu__container--submenu {
    margin: 0;
  }

  .megamenu__nolink.active_submenu {
    padding: 0;
  }

  .mega-menu__container.megamenu__nolink .mega-menu__container--submenu {
    margin: 0;
  }

  .mega-menu div.mega-menu__container.megamenu__nolink.active_submenu {
    padding: 0px;
  }

  .mega-menu__container.megamenu__nolink.active_submenu::after {
    width: 0;
    height: 0;
  }

  .submenu {
    background: none;
    transition: 1s ease-in-out;
    height: 0;
    opacity: 0;
  }

  .active_submenu .submenu {
    height: 100%;
    opacity: 1;
  }

  .mega-menu__container--submenu {
    display: initial;
  }

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0px;
  }

  .mega-menu__container--submenu div.mega-menu__submenu--item a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }


  .mega-menu__container div.mega-menu__container--submenu {
    padding: 0;
  }

  .header__mobile-cta a {
    z-index: 2000000;
  }
}

/*custom styles*/

.megamenu__container--item-icon-txt {
  margin-left: 15px;
}

header.header,
.header--fixed,
.header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

body.disable-focus-styles.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

header.header.header--fixed {
  margin-top: 3%;
}

.header__container {
  padding-top: 90px !important;
}

.hs-inline-edit .header {
  position: static;
}

header.header--fixed {
  position: fixed;
  transition: .1s background, .1s margin-top;
}

.body-container-wrapper {
  margin-top: 0px !important;
}


.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 4;
}

.header__logo img {
  max-width: 100%;

}

@media (max-width: 992px) {
  header.header.header--fixed {
    background: #000 !important;
    margin-top: 0px;
  }

  .header__container {
    padding: 32px 30px !important;
  }

}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  width: auto;
  display: none;
  transition: all 2s ease 0s;
  top: -100px;
  /* start out at position 0 */
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 64px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1;
  /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}

.header__search .hs-search-field__suggestions li a {
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:before {}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: initial;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop,
.header__cta--desktop-copy {
  display: none;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}


@media screen and (min-width: 992px) {
  .header__container {
    padding: 20px 0;
  }

  .social__moobile {
    display: none;
  }

  .header__cta--desktop {
    display: flex;
  }

  .header__cta--mobile {
    display: none;
  }

  .header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    width: 100%;
  }

  .header__cta--desktop-copy {
    display: none !important;
  }

}

@media (max-width: 992px) {
  .header__cta--desktop-copy {
    display: initial !important;
  }

  .header--secondary {
    display: none;
  }

  .header__container form {
    max-width: 100%;

  }


  .header__search,
  .header__language-switcher {

    width: 100%;
    {#display: none;#}
  }

  .header__navigation {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-1000%);
    display: block;
    transition: all 0.3s;
    transform-origin: top;
  }

  .header__navigation.open {
    transform: translateX(0);
  }

  .header__navigation.open {
    top: 0;
    height: 100vh;
    /*padding-top: 70px;*/
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .header__navigation.open {
    overflow: scroll;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    margin-left: 20px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__navigation--toggle {
    font-size: 0rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
  }

  .header__navigation--toggle>span {
    display: inline-block;
    position: relative;
    height: 4px;
    width: 26px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
  }

  .header__navigation--toggle>span:before,
  .header__navigation--toggle>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
  }

  .header__navigation--toggle>span:before {
    top: -11px;
    width: 26px;
  }

  .header__navigation--toggle>span:after {
    top: 11px;
    width: 26px;
  }

  .no-scroll .header__navigation--toggle>span {
    height: 0;
  }

  .no-scroll .header__navigation--toggle>span:before {
    transform: rotate(45deg);
  }

  .no-scroll .header__navigation--toggle>span:after {
    transform: rotate(-45deg);
  }

  .no-scroll .header__navigation--toggle>span:after,
  .no-scroll .header__navigation--toggle>span:before {
    top: 0px;
    left: 0;
    width: 26px;
  }

  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
    text-align: center;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none !important;
  }

  .lang_list_class:after,
  .lang_list_class:before {
    display: none;
  }

  .header__search {
    order: 1;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header__container {
    padding: 20px 65px;

  }

  .mega-menu {
    margin-top: 140px;
  }

  .header__mobile-cta {
    margin: 10% 0;
  }
}






}



body .submenu.level-2>li:last-of-type {
  border-bottom: none;
}



.header__language-switcher .lang_list_class:after,
.lang_list_class:before {
  display: none !important;
}





@media (min-width: 992px) {

  header.header div.header__container {
    padding-top: 20px !important;
  }

  header.header.header--transparent div.header__container {
    padding-top: 90px !important;
  }



  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }

  .header__mobile-cta,
  .social-links {
    display: none !important;
  }
}

@media screen and (max-width:1440px) {
  .header__container {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  div.social-links span {}

  .container__menu--responsive {
    display: grid;
    padding: 0 65px 60px 65px;
  }


}

@media(max-width: 767px) {


  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}

/*custom styles*/
.mega-menu {
  display: flex;
  align-content: center;
  align-items: center;
}

.overlay__close-menu {
  position: absolute;
  background: transparent;
  min-height: 150vh;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  z-index: -1;
  display: none;
}

.overlay__close-menu--active {
  display: block;
}

.mega-menu__text-inner p {
  font-weight: 400;
}

.mega-menu__container {
  font-weight: bold;
}

h3.title-column {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

.mega-menu__submenu--item a {
  font-weight: bold;
}

.mega-menu__submenu--item a:first-child {
  color: gray;
  font-size: 16px;
}

.mega-menu__container.megamenu__nolink {
  padding: 0 35px;
}

.mega-menu__column {
  display: flex;
  max-width: 1240px;
  margin: auto;
  justify-content: start;
  padding: 3% 0;
}

.mega-menu__container--submenu {
  display: block;
  left: 0;
  right: 0;
}

.submenu {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  margin-top: 5px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translateY(50px);
  z-index: -1;
  visibility: hidden;
}

.active_submenu div.submenu {
  visibility: initial;
}

.active_submenu .submenu {
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
}

.mega-menu__text-inner a {
  color: #ccc;
  text-underline-offset: 5px;
}

.mega-menu__text-inner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text:hover {
  color: #fff !important;
}

.mega-menu__submenu--item {
  display: grid;
}

.mega-menu__submenu--item a {
  text-decoration: none;
}

.mega-menu__text-inner p {
  color: #CCCCCC;
}

.mega-menu__text-inner h1,
.mega-menu__text-inner h2,
.mega-menu__text-inner h3,
.mega-menu__text-inner h4,
.mega-menu__text-inner h5,
.mega-menu__text-inner h6 {
  color: #fff;
  margin-bottom: 0;
}

.title-column {
  margin-bottom: 0;
}

.mega-menu__submenu a {
  text-decoration: none;
}



.mega-menu__submenu--item {
  max-width: 100%;
  width: 100%;
}

.mega-menu__submenu a {
  padding: 0 35px;
}

.mega-menu__item {
  cursor: pointer;
}

.mega-menu__container div.mega-menu__container--submenu {
  display: initial;
  margin-top: 35px;
  max-width: 100%;
  width: 100%;
  margin: 0 20px;
  padding: 40px 1% 40px 0;
}

.mega-menu__container.megamenu__nolink::after {
  transition-delay: .5s;
  transition: .5s;
}



.submenu__container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
}

.megamenu__container--item-icon svg {
  width: 30px !important;
  height: 30px !important;
  margin-right: 20px;
}

.megamenu__container--item-icon {
  display: flex;
  align-content: center;
  align-items: center;
}

.megamenu__container--item-icon div p {
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 992px) {
  .megamenu__container--item-icon svg {
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px;
  }

  .megamenu__container--item-icon {
    display: flex;
    align-content: center;
    align-items: center;
  }

  .megamenu__container--item-icon div p {
    line-height: 1.2;
    margin: 0;
  }

  .hide__desktop {
    display: none;
  }
}

@media (max-width: 1240px) {

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0 15px;
  }
}

@media screen and (min-width:1200px) {
  .mega-menu__container.active_submenu div.mega-menu__container--submenu {
    max-width: 100%;
    min-width: 200px;
  }

  .mega-menu__container--submenu:last-child {
    padding-left: 5% !important;
  }

  .mega-menu__submenu {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .mega-menu__submenu {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }

  .submenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .65);
    margin-top: 55px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: 1s ease-in-out;
    transform: translateY(50px);
    z-index: -1;
  }

  .active_submenu .submenu {
    opacity: 1;
    transform: translateY(0px);
    z-index: 10;
    position: relative;
  }

  .submenu {
    transform: translateY(0px);
  }


  .mega-menu__container {
    z-index: 20000;
    position: relative;
  }

  .mega-menu__container--submenu {
    border-right: none !important;
  }

  .mega-menu__item {
    font-size: 24px;
  }






  .submenu__container {
    margin: 0;
  }

  .mega-menu {
    display: grid;
  }

  .mega-menu__container.megamenu__nolink {
    padding: 12px 0px !important;
  }

  .mega-menu div.mega-menu__container {
    padding: 16px 0;
  }

  .submenu__container {
    display: block;
    gap: 20px;
    margin-bottom: 20px;
  }

  .mega-menu__submenu--item {
    padding-top: 20px;
  }

  .submenu {
    position: initial;
    margin: 0;
  }

  .mega-menu__text-inner {
    display: none;
  }

  .megamenu__nolink.active_submenu {
    padding: 0 0 20px 35px;
  }

  .mega-menu__container--submenu {
    margin: 0;
  }

  .megamenu__nolink.active_submenu {
    padding: 0;
  }

  .mega-menu__container.megamenu__nolink .mega-menu__container--submenu {
    margin: 0;
  }

  .mega-menu div.mega-menu__container.megamenu__nolink.active_submenu {
    padding: 0px;
  }

  .mega-menu__container.megamenu__nolink.active_submenu::after {
    width: 0;
    height: 0;
  }

  .submenu {
    background: none;
    transition: 1s ease-in-out;
    height: 0;
    opacity: 0;
  }

  .active_submenu .submenu {
    height: 100%;
    opacity: 1;
  }

  .mega-menu__container--submenu {
    display: initial;
  }

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0px;
  }

  .mega-menu__container--submenu div.mega-menu__submenu--item a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }





  .mega-menu__container div.mega-menu__container--submenu {
    padding: 0;
  }

  .header__mobile-cta a {
    z-index: 2000000;
  }
}

/*custom styles*/

header.header,
.header--fixed,
.header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

body.disable-focus-styles.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

header.header {
  position: absolute;
}

header.header.header--fixed {
  margin-top: 3%;
}

header.header.header--fixed.header--sticky {
  margin-top: 0;
  transition: .1s .1s background, .1s margin-top !important;
}

.header__container {
  padding-top: 90px !important;
}

.hs-inline-edit .header {
  position: static;
}

header.header--fixed {
  position: fixed;
  transition: .1s background, .1s margin-top;
}

.body-container-wrapper {
  margin-top: 0px !important;
}

.header__container {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;

}

@media (max-width: 992px) {
  header.header.header--fixed {
    background: #000 !important;
    margin-top: 0px;
  }

  .header__container {
    padding: 32px 30px !important;
  }

}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  width: auto;
  display: none;
  transition: all 1s ease 0s;
  top: -100px;
  /* start out at position 0 */
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 64px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1;
  /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}

.header__search .hs-search-field__suggestions li a {
  color: {
    {
      body_color
    }
  }

  ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:before {}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: initial;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
  justify-content: flex-end;
  z-index: 5;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop,
.header__cta--desktop-copy {
  display: none;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}


@media screen and (min-width: 992px) {
  .header__container {
    padding: 20px 0;
  }

  .social__moobile {
    display: none;
  }

  .header__cta--desktop {
    display: flex;
  }

  .header__cta--mobile {
    display: none;
  }

  .header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    width: 100%;
  }

  .header__cta--desktop-copy {
    display: none !important;
  }

}

@media (max-width: 992px) {
  .header__cta--desktop-copy {
    display: initial !important;
  }

  .header--secondary {
    display: none;
  }

  .header__container form {
    max-width: 100%;

  }


  .header__search,
  .header__language-switcher {
    width: 100%;
    {# display: none; #}
  }

  .header__navigation {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(-1000%);
    display: block;
    transition: all 0.3s;
    transform-origin: top;
  }

  .header__navigation.open {
    transform: translateX(0);
  }

  .header__navigation.open {
    top: 0;
    height: 100vh;
    /*padding-top: 70px;*/
    background-size: cover;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .header__navigation.open {
    overflow: scroll;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    margin-left: 20px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__navigation--toggle {
    font-size: 0rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
  }

  .header__navigation--toggle>span {
    display: inline-block;
    position: relative;
    height: 4px;
    width: 26px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
  }

  .header__navigation--toggle>span:before,
  .header__navigation--toggle>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
  }

  .header__navigation--toggle>span:before {
    top: -11px;
    width: 26px;
  }

  .header__navigation--toggle>span:after {
    top: 11px;
    width: 26px;
  }

  .no-scroll .header__navigation--toggle>span {
    height: 0;
  }

  .no-scroll .header__navigation--toggle>span:before {
    transform: rotate(45deg);
  }

  .no-scroll .header__navigation--toggle>span:after {
    transform: rotate(-45deg);
  }

  .no-scroll .header__navigation--toggle>span:after,
  .no-scroll .header__navigation--toggle>span:before {
    top: 0px;
    left: 0;
    width: 26px;
  }

  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
    text-align: center;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none !important;
  }

  .lang_list_class:after,
  .lang_list_class:before {
    display: none;
  }

  .header__search {
    order: 1;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header__container {
    padding: 20px 65px;

  }

  .mega-menu {
    margin-top: 140px;
  }

  .header__mobile-cta {
    margin: 10% 0;
  }
}

}



.header__search--toggle svg path,
.header__search--close svg path {
  fill: red;
}

.submenu.level-1>li {
  margin-right: 20px;
}

.submenu.level-1 .has-submenu path {
  fill: #fff;
}

.header__language-switcher-label-current, .header__language-switcher .lang_list_class li a.lang_switcher_link {
  color: #fff;
  filter: none !important;
  text-transform: uppercase;
}

body .navigation-primary .menu-item:hover>a,
body .navigation-primary .menu-item:focus>a,
body .navigation-primary .menu-item .active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000;
}

.submenu.level-1 .has-submenu:hover label path,
.submenu.level-1 .has-submenu:focus label path {
  fill: #000;
}

body .submenu.level-2>li:last-of-type {
  border-bottom: none;
}

.submenu.level-2 {
  background-color: #fff;
}

.submenu.level-2 .menu-item .menu-link {
  color: #fff;
  background-color: #000;
}

.submenu.level-2 .menu-item:hover .menu-link,
.submenu.level-2 .menu-item:focus .menu-link {
  color: #000;
  background-color: #000;
}

.header__language-switcher .lang_list_class:after,
.lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: initial;
}

.header__language-switcher--toggle:before {
  color: #000;
}

.header__language-switcher-label-current:after {
  border-top-color: #000;
}

body .header__navigation--toggle {
  display: none;
}

body .header__navigation--toggle>span,
body .header__navigation--toggle>span:after,
body .header__navigation--toggle>span:before {
  background-color: #fff;
}

.header__navigation.open {
  background-color: #fff;
}

body .header__menu {
  display: initial;
}

body .header__search--wrapper {
  display: initial;
}


body .header__search.open {
  background-color: #000;
}

body .menu-arrow-bg {
  color: #000;
}

@media (min-width: 992px) {

  header.header div.header__container {
    padding-top: 20px !important;
  }

  header.header.header--transparent div.header__container {
    padding-top: 90px !important;
  }

  body .submenu.level-2>li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid #fff;
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }

  .header__mobile-cta,
  .social-links {
    display: none !important;
  }
}

@media screen and (max-width:1440px) {
  .header__container {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .header__navigation--toggle > span::before, .header__navigation--toggle > span::after {
    height: 4px !important;
    font-size: 37px !important;
    width: 30px !important;
  }
  .header__navigation--toggle{
    justify-self: end;
  }

  .container__menu--responsive {
    display: grid;
    padding: 0 65px 60px 65px;
  }

  body .header__navigation--toggle,
  body .menu-arrow-bg {
    display: initial;
    z-index: 20;
  }

}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #fff;
  }

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}

/*custom styles*/

.mega-menu {
  display: flex;
  align-content: center;
  align-items: center;
}

.overlay__close-menu {
  position: absolute;
  background: transparent;
  min-height: 150vh;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  z-index: -1;
  display: none;
}

.overlay__close-menu--active {
  display: block;
}

.mega-menu__text-inner p {
  font-weight: 400;
}

.mega-menu__container {
  font-weight: bold;
}

h3.title-column {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

.mega-menu__submenu--item a {
  font-weight: bold;
}

.mega-menu__submenu--item a:first-child {
  color: gray;
  font-size: 16px;
}

.mega-menu__container.megamenu__nolink {
  padding: 0 35px;
}

.mega-menu__column {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: start;
  padding: 3% 0;
}

.mega-menu__container--submenu {
  display: block;
  left: 0;
  right: 0;
}

.submenu {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  margin-top: 55px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(50px);
  z-index: -1;
  visibility: hidden;
}

.active_submenu div.submenu {
  visibility: initial;
}

.active_submenu .submenu {
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
}

.mega-menu__text-inner a {
  color: #ccc;
  text-underline-offset: 5px;
}

.mega-menu__text-inner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text:hover {
  color: #fff !important;
}

.mega-menu__submenu--item {
  display: grid;
}

.mega-menu__submenu--item a {
  text-decoration: none;
}

.mega-menu__text-inner p {
  color: #CCCCCC;
}

.mega-menu__text-inner h1,
.mega-menu__text-inner h2,
.mega-menu__text-inner h3,
.mega-menu__text-inner h4,
.mega-menu__text-inner h5,
.mega-menu__text-inner h6 {
  color: #fff;
  margin-bottom: 0;
}

.title-column {
  margin-bottom: 0;
}

.mega-menu__submenu a {
  text-decoration: none;
}



.mega-menu__submenu--item {
  max-width: 100%;
  width: 100%;
}

.mega-menu__submenu a {
  padding: 0 35px;
}

.mega-menu__item {
  cursor: pointer;
}

.mega-menu__container div.mega-menu__container--submenu {
  display: initial;
  margin-top: 35px;
  max-width: 100%;
  width: 100%;
  margin: 0 20px;
  padding: 40px 1% 40px 0;
}

.mega-menu__container.megamenu__nolink::after {
  transition-delay: .5s;
  transition: .5s;
}



.submenu__container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
}

@media (min-width: 992px) {
  .hide__desktop {
    display: none;
  }
}

@media (max-width: 1240px) {

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0 15px;
  }
}

@media screen and (min-width:1200px) {
  .mega-menu__container.active_submenu div.mega-menu__container--submenu {
    max-width: 100%;
    min-width: 200px;
  }

  .mega-menu__container--submenu:last-child {
    padding-left: 5% !important;
  }

  .mega-menu__submenu {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .submenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .65);
    margin-top: 35px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: 1s ease-in-out;
    transform: translateY(50px);
    z-index: -1;
  }

  .active_submenu .submenu {
    opacity: 1;
    transform: translateY(0px);
    z-index: 10;
    position: relative;
  }

  .submenu {
    transform: translateY(0px);
  }


  .mega-menu__container {
    z-index: 20000;
    position: relative;
  }

  .mega-menu__container--submenu {
    border-right: none !important;
  }

  .mega-menu__item {
    font-size: 24px;
  }






  .submenu__container {
    margin: 0;
  }

  .mega-menu {
    display: grid;
  }

  .mega-menu__container.megamenu__nolink {
    padding: 12px 0px !important;
  }

  .mega-menu div.mega-menu__container {
    padding: 16px 0;
  }

  .submenu__container {
    display: block;
    gap: 20px;
    margin-bottom: 20px;
  }

  .mega-menu__submenu--item {
    padding-top: 20px;
  }

  .submenu {
    position: initial;
    margin: 0;
  }

  .mega-menu__text-inner {
    display: initial;
  }

  .megamenu__nolink.active_submenu {
    padding: 0 0 20px 35px;
  }

  .mega-menu__container--submenu {
    margin: 0;
  }

  .megamenu__nolink.active_submenu {
    padding: 0;
  }

  .mega-menu__container.megamenu__nolink .mega-menu__container--submenu {
    margin: 0;
  }

  .mega-menu div.mega-menu__container.megamenu__nolink.active_submenu {
    padding: 0px;
  }

  .mega-menu__container.megamenu__nolink.active_submenu::after {
    width: 0;
    height: 0;
  }

  .submenu {
    background: none;
    transition: 1s ease-in-out;
    height: 0;
    opacity: 0;
  }

  .active_submenu .submenu {
    height: 100%;
    opacity: 1;
  }

  .mega-menu__container--submenu {
    display: initial;
  }

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0px;
  }

  .mega-menu__container--submenu div.mega-menu__submenu--item a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }







  .mega-menu__container div.mega-menu__container--submenu {
    padding: 0;
  }

  .header__mobile-cta a {
    z-index: 2000000;
  }
}

/*custom styles*/

header.header,
.header--fixed,
.header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

body.disable-focus-styles.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

header.header {
  position: absolute;
}



header.header.header--fixed.header--sticky {
  margin-top: 0;
  transition: .1s .1s background, .1s margin-top !important;
}

.header__container {
  padding-top: 90px !important;
}

.hs-inline-edit .header {
  position: static;
}

header.header--fixed {
  position: fixed;
  transition: .1s background, .1s margin-top;
}

.body-container-wrapper {
  margin-top: 0px !important;
}

.header__container {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 60px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;
}

@media (max-width: 992px) {
  header.header.header--fixed {
    background: #000 !important;
    margin-top: 0px;
  }

  .header__container {
    padding: 32px 30px !important;
  }

}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  width: auto;
  display: none;
  transition: all .5s ease 0s;
  top: -100px;
  /* start out at position 0 */
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 64px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1;
  /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}

.header__search .hs-search-field__suggestions li a {
  color: {
    {
      body_color
    }
  }

  ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:before {}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: initial;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop,
.header__cta--desktop-copy {
  display: none;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}


@media screen and (min-width: 992px) {
  .header__container {
    padding: 20px 0;
  }

  .social__moobile {
    display: none;
  }

  .header__cta--desktop {
    display: flex;
  }

  .header__cta--mobile {
    display: none;
  }

  .header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    width: 100%;
  }

  .header__cta--desktop-copy {
    display: none !important;
  }

}

@media (max-width: 992px) {
  .header__cta--desktop-copy {
    display: initial !important;
  }

  .header--secondary {
    display: none;
  }

  .header__container form {
    max-width: 100%;

  }


  .header__search,
  .header__language-switcher {
    width: 100%;
    {# display: none; #}
  }

  .header__navigation {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(-1000%);
    display: block;
    transition: all 1.5s;
    transform-origin: top;
  }

  .header__navigation.open {
    transform: translateX(0);
  }

  .header__navigation.open {
    top: 0;
    height: 100vh;
    /*padding-top: 70px;*/
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .header__navigation.open {
    overflow: scroll;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    margin-left: 20px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__navigation--toggle {
    font-size: 0rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
  }

  .header__navigation--toggle>span {
    display: inline-block;
    position: relative;
    height: 4px;
    width: 26px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
  }

  .header__navigation--toggle>span:before,
  .header__navigation--toggle>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
  }

  .header__navigation--toggle>span:before {
    top: -11px;
    width: 26px;
  }

  .header__navigation--toggle>span:after {
    top: 11px;
    width: 26px;
  }

  .no-scroll .header__navigation--toggle>span {
    height: 0;
  }

  .no-scroll .header__navigation--toggle>span:before {
    transform: rotate(45deg);
  }

  .no-scroll .header__navigation--toggle>span:after {
    transform: rotate(-45deg);
  }

  .no-scroll .header__navigation--toggle>span:after,
  .no-scroll .header__navigation--toggle>span:before {
    top: 0px;
    left: 0;
    width: 26px;
  }

  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
    text-align: center;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none !important;
  }

  .lang_list_class:after,
  .lang_list_class:before {
    display: none;
  }

  .header__search {
    order: 1;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header__container {
    padding: 20px 65px;

  }

  .mega-menu {
    margin-top: 140px;
  }

  .header__mobile-cta {
    margin: 10% 0;
  }
}



}


.header__search--toggle svg path,
.header__search--close svg path {
  fill: red;
}

.submenu.level-1>li {
  margin-right: 20px;
}

.submenu.level-1 .has-submenu path {
  fill: #fff;
}

body .navigation-primary .menu-item:hover>a,
body .navigation-primary .menu-item:focus>a,
body .navigation-primary .menu-item .active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000;
}

.submenu.level-1 .has-submenu:hover label path,
.submenu.level-1 .has-submenu:focus label path {
  fill: #000;
}

body .submenu.level-2>li:last-of-type {
  border-bottom: none;
}

.submenu.level-2 {
  background-color: #fff;
}

.submenu.level-2 .menu-item .menu-link {
  color: #fff;
  background-color: #000;
}

.submenu.level-2 .menu-item:hover .menu-link,
.submenu.level-2 .menu-item:focus .menu-link {
  color: #000;
  background-color: #000;
}

.header__language-switcher .lang_list_class:after,
.lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: initial;
}

.header__language-switcher--toggle:before {
  color: #000;
}

.header__language-switcher-label-current:after {
  border-top-color: #000;
}

body .header__navigation--toggle {
  display: none;
}

body .header__navigation--toggle>span,
body .header__navigation--toggle>span:after,
body .header__navigation--toggle>span:before {
  background-color: #fff;
}

.header__navigation.open {
  background-color: #fff;
}

body .header__menu {
  display: initial;
}

body .header__search--wrapper {
  display: initial;
}


body .header__search.open {
  background-color: #000;
}

body .menu-arrow-bg {
  color: #000;
}

@media (min-width: 992px) {

  header.header div.header__container {
    padding-top: 20px !important;
  }

  header.header.header--transparent div.header__container {
    padding-top: 90px !important;
  }

  body .submenu.level-2>li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid #fff;
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }

  .header__mobile-cta,
  .social-links {
    display: none !important;
  }
}

@media screen and (max-width:1440px) {
  .header__container {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  div.social-links span {}

  .container__menu--responsive {
    display: grid;
    padding: 0 65px 60px 65px;
  }

  body .header__navigation--toggle,
  body .menu-arrow-bg {
    display: initial;
    z-index: 20;
  }

}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #fff;
  }

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}

/*custom styles*/
.mega-menu {
  display: flex;
  align-content: center;
  align-items: center;
}

.overlay__close-menu {
  position: absolute;
  background: transparent;
  min-height: 150vh;
  left: 0;
  right: 0;
  top: -180px;
  bottom: 0;
  z-index: -1;
  display: none;
}

.overlay__close-menu--active {
  display: block;
}

.mega-menu__text-inner p {
  font-weight: 400;
}

.mega-menu__container {
  font-weight: bold;
}

h3.title-column {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}

.mega-menu__submenu--item a {
  font-weight: bold;
}

.mega-menu__submenu--item a:first-child {
  color: gray;
  font-size: 16px;
}

.mega-menu__container.megamenu__nolink {
  padding: 0 35px;
}

.mega-menu__column {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: start;
  padding: 3% 0;
}

.mega-menu__container--submenu {
  display: block;
  left: 0;
  right: 0;
}

.submenu {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  margin-top: 55px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(50px);
  z-index: -1;
  visibility: hidden;
}

.active_submenu div.submenu {
  visibility: initial;
}

.active_submenu .submenu {
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
}

.mega-menu__text-inner a {
  color: #ccc;
  text-underline-offset: 5px;
}
.mega-menu__text-inner{
  display: initial !important;
}
.mega-menu__text-inner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_inline_text:hover {
  color: #fff !important;
}

.mega-menu__submenu--item {
  display: grid;
}

.mega-menu__submenu--item a {
  text-decoration: none;
}

.mega-menu__text-inner p {
  color: #CCCCCC;
}

.mega-menu__text-inner h3.title-column {
  font-weight: 500;
}

.mega-menu__text-inner h1,
.mega-menu__text-inner h2,
.mega-menu__text-inner h3,
.mega-menu__text-inner h4,
.mega-menu__text-inner h5,
.mega-menu__text-inner h6 {
  color: #fff;
  margin-bottom: 0;
}

.title-column {
  margin-bottom: 0;
}

.mega-menu__submenu a {
  text-decoration: none;
}



.mega-menu__submenu--item {
  max-width: 100%;
  width: 100%;
}

.mega-menu__submenu a {
  padding: 0 35px;
}

.mega-menu__item {
  cursor: pointer;
}

.mega-menu__container div.mega-menu__container--submenu {
  display: initial;
  margin-top: 35px;
  max-width: 100%;
  width: 100%;
  margin: 0 20px;
  padding: 40px 1% 40px 0;
}

.mega-menu__container.megamenu__nolink::after {
  transition-delay: .5s;
  transition: .5s;
}
.submenu__container {
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 992px) {
  .hide__desktop {
    display: none;
  }
}

@media (max-width: 1240px) {

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0 15px;
  }
}

@media screen and (min-width:1200px) {
  .mega-menu__container.active_submenu div.mega-menu__container--submenu {
    max-width: 100%;
    min-width: 200px;
  }

  .mega-menu__container--submenu:last-child {
    padding-left: 5% !important;
  }

  .mega-menu__submenu {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .mega-menu__button--inner {
    margin-top: 0 !important;
  }
  .mega-menu__submenu--item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .title-column {
    margin: 25px 0 !important;
  }
  .megamenu__container--item-icon-image{
    background-size: 76% !important;
  }
  div.megamenu__container--item-icon div {
    margin-left: 0 !important;
    margin-right: 16px !important;
  }
  .submenu {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .65);
    margin-top: 55px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: 1s ease-in-out;
    transform: translateY(50px);
    z-index: -1;
  }

  .active_submenu .submenu {
    opacity: 1;
    transform: translateY(0px);
    z-index: 10;
    position: relative;
  }

  .submenu {
    transform: translateY(0px);
  }


  .mega-menu__container {
    z-index: 20000;
    position: relative;
  }

  .mega-menu__container--submenu {
    border-right: none !important;
  }

  .mega-menu__item {
    font-size: 24px;
  }


  .submenu__container {
    margin: 0;
  }

  .mega-menu {
    display: grid;
  }

  .mega-menu__container.megamenu__nolink {
    padding: 12px 0px !important;
  }

  .mega-menu div.mega-menu__container {
    padding: 16px 0;
  }

  .submenu__container {
    display: block;
    gap: 20px;
    margin-bottom: 20px;
  }

  .mega-menu__submenu--item {
    padding-top: 20px;
  }

  .submenu {
    position: initial;
    margin: 0;
  }

  .mega-menu__text-inner {
    display: none;
  }

  .megamenu__nolink.active_submenu {
    padding: 0 0 20px 35px;
  }

  .mega-menu__container--submenu {
    margin: 0;
  }

  .megamenu__nolink.active_submenu {
    padding: 0;
  }

  .mega-menu__container.megamenu__nolink .mega-menu__container--submenu {
    margin: 0;
  }

  .mega-menu div.mega-menu__container.megamenu__nolink.active_submenu {
    padding: 0px;
  }

  .mega-menu__container.megamenu__nolink.active_submenu::after {
    width: 0;
    height: 0;
  }

  .submenu {
    background: none;
    transition: 1s ease-in-out;
    height: 0;
    opacity: 0;
  }

  .active_submenu .submenu {
    height: 100%;
    opacity: 1;
  }

  .mega-menu__container--submenu {
    display: initial;
  }

  .mega-menu__container.megamenu__nolink,
  .mega-menu__submenu a {
    padding: 0px;
  }

  .mega-menu__container--submenu div.mega-menu__submenu--item a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }





  .mega-menu__container div.mega-menu__container--submenu {
    padding: 0;
  }

  .header__mobile-cta a {
    z-index: 2000000;
  }
}

/*custom styles*/

header.header,
.header--fixed,
.header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

body.disable-focus-styles.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

header.header {
  position: absolute;
}

header.header.header--fixed {
  margin-top: 3%;
}

.header__container {
  padding-top: 90px !important;
}

.hs-inline-edit .header {
  position: static;
}

header.header--fixed {
  position: fixed;
  transition: .1s background, .1s margin-top;
}

.body-container-wrapper {
  margin-top: 0px !important;
}

.header__container {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 60px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 4;
}

.header__logo img {
  max-width: 100%;
  max-width: 200px;
}

@media (max-width: 992px) {
  header.header.header--fixed {
    background: #000 !important;
    margin-top: 0px;
  }

  .header__container {
    padding: 32px 30px !important;
  }

  .header__logo img {
    max-width: 200px;
  }
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  width: auto;
  display: none;
  transition: all 2s ease 0s;
  top: -100px;
  /* start out at position 0 */
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 64px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1;
  /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: inherit;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: inherit;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:before {}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop,
.header__cta--desktop-copy {
  display: none;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}


@media screen and (min-width: 992px) {
  .header__container {
    padding: 20px 0;
  }

  .social__moobile {
    display: none;
  }

  .header__cta--desktop {
    display: flex;
  }

  .header__cta--mobile {
    display: none;
  }

  .header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    width: 100%;
  }

  .header__cta--desktop-copy {
    display: none !important;
  }

}

@media (max-width: 992px) {
  .header__cta--desktop-copy {
    display: initial !important;
  }

  .header--secondary {
    display: none;
  }

  .header__container form {
    max-width: 100%;

  }


  .header__search,
  .header__language-switcher {
    width: 100%;
    {# display: none; #}
  }

  .header__navigation {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(-1000%);
    display: block;
    transition: all 0.3s;
    transform-origin: top;
  }

  .header__navigation.open {
    transform: translateX(0);
  }

  .header__navigation.open {
    top: 0;
    height: 100vh;
    /*padding-top: 70px;*/
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .header__navigation.open {
    overflow: scroll;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    margin-left: 20px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__navigation--toggle {
    font-size: 0rem;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
  }

  .header__navigation--toggle>span {
    display: inline-block;
    position: relative;
    height: 4px;
    width: 26px;
    border-radius: 1px;
    background: #293335;
    vertical-align: middle;
  }

  .header__navigation--toggle>span:before,
  .header__navigation--toggle>span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 1px;
    background: #293335;
    transition: all 200ms;
  }

  .header__navigation--toggle>span:before {
    top: -11px;
    width: 26px;
  }


  @media (max-width: 992px) {
    .header__language-switcher--label {
      justify-content: flex-start;
      top: -52px;
      left: -15px;
    }
  }

  .header__navigation--toggle>span:after {
    top: 11px;
    width: 26px;
  }

  .no-scroll .header__navigation--toggle>span {
    height: 0;
  }

  .no-scroll .header__navigation--toggle>span:before {
    transform: rotate(45deg);
  }

  .no-scroll .header__navigation--toggle>span:after {
    transform: rotate(-45deg);
  }

  .no-scroll .header__navigation--toggle>span:after,
  .no-scroll .header__navigation--toggle>span:before {
    top: 0px;
    left: 0;
    width: 26px;
  }

  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
    text-align: center;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none !important;
  }

  .lang_list_class:after,
  .lang_list_class:before {
    display: none;
  }

  .header__search {
    order: 1;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header__container {
    padding: 20px 65px;

  }

  .mega-menu {
    margin-top: 140px;
  }

  .header__mobile-cta {
    margin: 10% 0;
  }
}


.header__search--toggle svg path,
.header__search--close svg path {
  fill: red;
}

.submenu.level-1>li {
  margin-right: 20px;
}

.submenu.level-1 .has-submenu path {
  fill: #fff;
}

body .navigation-primary .menu-item:hover>a,
body .navigation-primary .menu-item:focus>a,
body .navigation-primary .menu-item .active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000;
}

.submenu.level-1 .has-submenu:hover label path,
.submenu.level-1 .has-submenu:focus label path {
  fill: #000;
}

body .submenu.level-2>li:last-of-type {
  border-bottom: none;
}

.submenu.level-2 {
  background-color: #fff;
}

.submenu.level-2 .menu-item .menu-link {
  color: #fff;
  background-color: #000;
}

.submenu.level-2 .menu-item:hover .menu-link,
.submenu.level-2 .menu-item:focus .menu-link {
  color: #000;
  background-color: #000;
}

.header__language-switcher .lang_list_class:after,
.lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: initial;
}

.header__language-switcher--toggle:before {
  color: #000;
}

.header__language-switcher-label-current:after {
  border-top-color: #000;
}

body .header__navigation--toggle {
  display: none;
}
.header__language-switcher--wrapper svg {
  width: 20px;
}
.header__navigation.open {
  background-color: #fff;
}

body .header__menu {
  display: initial;
}

body .header__search--wrapper {
  display: initial;
}

body .header__search.open {
  background-color: #000;
}

body .menu-arrow-bg {
  color: #000;
}

@media (min-width: 992px) {

  header.header div.header__container {
    padding-top: 20px !important;
  }

  header.header.header--transparent div.header__container {
    padding-top: 90px !important;
  }

  body .submenu.level-2>li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid #fff;
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }

  .header__mobile-cta,
  .social-links {
    display: none !important;
  }
}

@media screen and (max-width:1440px) {
  .header__container {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  div.social-links span {}

  .container__menu--responsive {
    display: grid;
    padding: 0 65px 60px 65px;
  }

  body .header__navigation--toggle,
  body .menu-arrow-bg {
    display: initial;
    z-index: 20;
  }

}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #fff;
  }

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}

/*custom styles*/

/*end custom style*/

{# social follow #}
.mega-menu__social{
  display:none;
}

@media (min-width: 320px) and (max-width: 992px) {

  .mega-menu__social{
    margin-top:50px;
    display:flex;
    justify-content:end;
    column-gap:15px;
    border-top: 1px solid rgba(125, 125, 125, 0.4);
    padding-top:50px;    
  }

  .mega-menu__social-item svg{
    max-height:21px;
    height:21px;
  }

}
