.elementor-widget-elementor-menu42-menu {
  height: 100%;
  flex-grow: 1;
  --menu-mobile-top-padding: 110px;
}
.elementor-widget-elementor-menu42-menu.loaded > .elementor-widget-container {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  display: flex;
}
.is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  justify-content: flex-start !important;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  pointer-events: none;
  overflow: auto;
}
.e-con > .e-con-inner .is-mobile .elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  height: 100vh;
}

.is-mobile .opened.elementor-widget-elementor-menu42-menu > .elementor-widget-container {
  pointer-events: auto;
}

.a42__main-menu {
  height: 100%;
  align-items: center;
}
.is-mobile .a42__main-menu {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: calc(var(--menu-mobile-top-padding, 60px) + 20px);
}

.a42__main-menu .item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.is-mobile .a42__main-menu .item {
  align-items: flex-start;
  width: 100%;
}

.a42__main-menu .item-title {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  display: flex;
  align-items: center;
}
.a42__main-menu .item-title-label {
  padding: 12px 20px;
}
.a42__main-menu .item-title .a42-submenu-arrow-down, .a42__main-menu .item-title .a42-submenu-arrow-right {
  transition: background 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 10px;
}
.is-mobile .a42__main-menu .item-title .a42-submenu-arrow-down {
  aspect-ratio: 1;
  z-index: 6;
  cursor: pointer;
  box-shadow: inset 2px 0 3px rgba(0, 0, 20, 0.02), inset 5px 0 4px rgba(0, 0, 20, 0.01), inset 8px 0 5px rgba(0, 0, 20, 0.01);
}

.is-mobile .a42__main-menu .item-title .a42-submenu-arrow-right {
  aspect-ratio: 1;
  z-index: 6;
  cursor: pointer;
  box-shadow: inset 2px 0 3px rgba(0, 0, 20, 0.02), inset 5px 0 4px rgba(0, 0, 20, 0.01), inset 8px 0 5px rgba(0, 0, 20, 0.01);
}

.a42__main-menu .item-title .a42-submenu-arrow-down:before, .a42__main-menu .item-title .a42-submenu-arrow-right:before {
  transition: transform 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.is-mobile .a42__main-menu .item-title {
  width: 100%;
}

.a42__main-menu .item.has-children {
  position: relative;
  flex-direction: column;
}
.a42__main-menu .menu-item.depth-0 {
  height: 100%;
}
.a42__main-menu .menu-item.depth-0 a, .a42__main-menu .menu-item.depth-0 .menu-item-title {
  height: 100%;
}
.is-desktop .a42__main-menu .menu-item.depth-0 > .item-title > .a42-submenu-arrow-down {
  margin-left: -15px;
}

.is-mobile .a42__main-menu .menu-item.depth-0 {
  height: auto;
}
.is-mobile .a42__main-menu .menu-item.depth-0 a, .is-mobile .a42__main-menu .menu-item.depth-0 .menu-item-title {
  height: auto;
}

.a42__main-menu .submenu.loading {
  display: none;
}
.a42__main-menu .submenu-item {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}
.a42__main-menu .submenu-item > a {
  width: 100%;
}
.is-desktop .a42__main-menu .submenu {
  position: absolute;
  top: calc(100% + var(--submenu-top-offset, 0px));
  left: 0;
  background: var(--submenu-bg-color, #ffffff);
  min-width: 150px;
  width: max-content;
  max-width: 320px;
}
.is-desktop .a42__main-menu .submenu:before {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
}

.a42__main-menu .has-children > .item-title {
  cursor: pointer;
}
.a42__main-menu .has-children > .submenu {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.is-mobile .a42__main-menu .has-children > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.is-desktop .a42__main-menu .has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.is-desktop .a42__main-menu .has-children:hover > .submenu:before {
  height: var(--submenu-top-offset, 0);
}

.is-mobile .a42__main-menu .has-children .a42-submenu-arrow-right:hover:before {
  transform: rotate(90deg);
}

.is-mobile .a42__main-menu .has-children.expanded > .item-title > .a42-submenu-arrow-down:before {
  transform: rotate(180deg);
}

.is-mobile .a42__main-menu .has-children.expanded > .item-title > .a42-submenu-arrow-right:before {
  transform: rotate(-90deg);
}

.a42__main-menu .tools-wrapper {
  justify-content: flex-end;
}
.is-mobile .a42__main-menu .tools-wrapper {
  flex-grow: 0;
}

.is-desktop .a42__main-menu .tools-wrapper {
  margin-left: 20px;
}

.a42__main-menu .tools-wrapper .tools .tool, .a42__main-menu .tools-wrapper .tools .tool-text {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
}

#main-header {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  height: var(--header-menu-height, 100px);
  padding-top: var(--header-padding-top, 0);
}
#main-header[transparent-to-solid]:not(.mini) {
  background: transparent;
}
@media (max-width: 1200px) {
  #main-header[transparent-to-solid]:not(.mini) {
    padding-top: 0;
  }
}
#main-header.mini {
  height: var(--header-menu-height-mini, 60px);
  padding-top: var(--header-padding-top-mini, 0);
}
.is-mobile #main-header.mini {
  height: var(--header-menu-height-mobile-mini, 60px);
}

@media (max-width: 1200px) {
  #main-header.mini {
    padding-top: 0;
  }
}
.is-mobile #main-header {
  height: var(--header-menu-height-mobile, 60px);
}
.is-mobile #main-header.menu-opened {
  height: var(--header-menu-height-mobile-opened, var(--header-menu-height-mobile, 60px));
}

#main-header.sticky-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (min-width: 783px) {
  body.admin-bar #main-header.sticky-top {
    top: 32px;
  }
}
@media (max-width: 782px) {
  body.admin-bar #main-header.sticky-top {
    top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar #main-header.sticky-top {
    top: 0;
  }
}

#main-header.sticky-top.transparent .elementor-widget-theme-site-logo {
  height: calc(100% + var(--header-padding-top, 0));
}
#main-header.sticky-top.transparent.mini .elementor-widget-theme-site-logo {
  height: 100%;
}
#main-header.sticky-top .elementor-widget-theme-site-logo {
  transition: all 0.3s cubic-bezier(0.28, 0, 0, 1) 0s;
  height: 100%;
}
#main-header.sticky-top .elementor-widget-theme-site-logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
#main-header.sticky-top .elementor-widget-theme-site-logo a img {
  object-fit: contain;
}

body.menu-opened.is-mobile {
  overflow: hidden;
}

/*# sourceMappingURL=menu.css.map */
