.aha-menu-container:not(.mobile).aha-pointer-underline .aha-depth-0.aha-current-menu-ancestor > .aha-menu-item {
  border-bottom: solid;
}
.aha-menu-container:not(.mobile) .aha-depth-0 {
  align-self: center;
  position: relative;
}
.aha-menu-container:not(.mobile) .aha-depth-0:has(> .aha-mega-menu-wrapper) {
  position: static;
}
.aha-menu-container:not(.mobile) .aha-depth-0:first-child > .aha-menu-item {
  margin-left: 0 !important;
}
.aha-menu-container:not(.mobile) .aha-depth-0 > .aha-menu-item {
  margin-right: 10px;
  margin-left: 10px;
  display: block;
  border-bottom: solid 3px transparent;
  border-top: solid 3px transparent;
}
.aha-menu-container:not(.mobile) .aha-depth-0 > .aha-menu-item .aha-menu-item-target {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.aha-menu-container:not(.mobile) .aha-depth-0:last-child > .aha-menu-item {
  margin-right: 0 !important;
}
.aha-menu-container:not(.mobile) .aha-depth-0 .aha-submenu {
  position: absolute;
  display: none;
  z-index: 10;
  padding-top: 10px;
}
.aha-menu-container:not(.mobile) .aha-depth-0 .aha-submenu.aha-dropdown-wrapper .aha-dropdown, .aha-menu-container:not(.mobile) .aha-depth-0 .aha-submenu.aha-mega-menu-wrapper .aha-inner-mega-menu {
  background-color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1215686275);
}
.aha-menu-container:not(.mobile) .aha-depth-0:hover .aha-submenu {
  display: block;
  padding-top: 0;
}
.aha-menu-container .aha-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.aha-menu-container .aha-menu.aha-align-h-left {
  justify-content: flex-start;
}
.aha-menu-container .aha-menu.aha-align-h-center {
  justify-content: center;
}
.aha-menu-container .aha-menu.aha-align-h-right {
  justify-content: flex-end;
}
.aha-menu-container .aha-menu.aha-align-h-stretch {
  justify-content: space-between;
  align-items: center;
}
.aha-menu-container .aha-menu.aha-align-h-stretch .aha-depth-0 {
  flex: 1;
}
.aha-menu-container .aha-menu.aha-align-h-stretch .aha-depth-0.aha-menu-image {
  flex: 0 1 auto;
  max-width: 300px;
}
.aha-menu-container ul {
  list-style: none;
  padding: 0;
}
.aha-menu-container .aha-menu-item-arrow {
  margin-left: 8px;
}
.aha-menu-container .aha-menu-item-target {
  white-space: nowrap;
  line-height: 1.1;
  display: flex;
}
.aha-menu-container .has-children:hover > .aha-menu-item .aha-menu-item-arrow {
  transform: rotate(-180deg);
}

.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .aha-menu-item-target {
  padding: 5px 1rem;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .aha-menu-item {
  border-bottom: solid 1px #eaeaea;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper ul > li:last-child > .aha-menu-item {
  border-bottom: none !important;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .has-children {
  position: relative;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .has-children .aha-dropdown {
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 100%;
  display: none;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .has-children .aha-dropdown.aha-dropdown-flipped {
  left: calc(-100% - 1px);
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .has-children:hover > .aha-dropdown {
  display: block;
}
.aha-menu-container:not(.mobile) .aha-dropdown-wrapper .has-children:hover > .aha-menu-item .aha-menu-item-arrow {
  transform: rotate(-90deg);
}

.aha-menu-container:not(.mobile).aha-dropdown-left .aha-dropdown-wrapper .has-children .aha-dropdown {
  left: calc(-100% - 1px);
}
.aha-menu-container:not(.mobile).aha-dropdown-left .aha-dropdown-wrapper .has-children .aha-dropdown.aha-dropdown-flipped {
  left: calc(100% + 1px);
}
.aha-menu-container:not(.mobile).aha-dropdown-left .aha-dropdown-wrapper .has-children:hover > .aha-menu-item .aha-menu-item-arrow {
  transform: rotate(90deg);
}

.aha-menu-container .aha-mega-menu-wrapper {
  width: 100%;
  left: 0;
}
.aha-menu-container .aha-mega-menu-wrapper .aha-menu-item-target {
  white-space: break-spaces;
}
.aha-menu-container .aha-inner-mega-menu {
  display: flex;
  flex-wrap: wrap;
}
.aha-menu-container .aha-inner-mega-menu > .aha-mega-menu {
  padding: 1rem;
}
.aha-menu-container .aha-inner-mega-menu .aha-mega-menu {
  width: 100%;
  display: flex;
  gap: 15px;
}
.aha-menu-container .aha-inner-mega-menu .aha-mega-menu .aha-menu-item-arrow {
  display: none;
}
.aha-menu-container .aha-inner-mega-menu .aha-mega-menu-header,
.aha-menu-container .aha-inner-mega-menu .aha-mega-menu-footer {
  flex: 1 0 auto;
}
.aha-menu-container:not(.mobile) .aha-menu-column.width-1 {
  width: 25%;
}
.aha-menu-container:not(.mobile) .aha-menu-column.width-2 {
  width: 50%;
}
.aha-menu-container:not(.mobile) .aha-menu-column.width-3 {
  width: 75%;
}
.aha-menu-container:not(.mobile) .aha-menu-column.width-4 {
  width: 100%;
}

.aha-menu-container:not(.mobile) .aha-mega-menu .aha-content-depth-1 {
  margin-bottom: 12px;
}
.aha-menu-container:not(.mobile) .aha-mega-menu .aha-content-depth-1 > .aha-menu-item .aha-menu-item-target {
  margin-bottom: 5px;
}
.aha-menu-container:not(.mobile) .aha-mega-menu .aha-content-depth-2 > .aha-menu-item .aha-menu-item-target {
  margin-bottom: 3px;
}
.aha-menu-container .aha-mega-menu .aha-content-depth-1 > .aha-menu-item .aha-menu-item-target {
  font-weight: bold;
}
.aha-menu-container .aha-content-depth-1:last-child,
.aha-menu-container .aha-content-depth-2:last-child,
.aha-menu-container .aha-content-depth-3:last-child,
.aha-menu-container .aha-content-depth-4:last-child,
.aha-menu-container .aha-content-depth-5:last-child {
  margin-bottom: 0 !important;
}

.aha-menu-container .aha-menu-toggle,
.aha-menu-container .aha-menu-inner-toggle {
  display: none;
  background: #2a2a2a;
  border: none;
  color: #efefef;
  outline: none;
}
.aha-menu-container .aha-close-btn {
  margin: 0 0 5px auto;
  padding: 5px 7px;
}
.aha-menu-container .aha-mobile-header,
.aha-menu-container .aha-mobile-footer {
  display: none;
}

body:has(.aha-menu-container.mobile.menu-active) {
  overflow: hidden;
  touch-action: none;
  height: 100vh;
}

body.aha-menu-opened {
  overflow: hidden;
  touch-action: none;
  height: 100vh;
}

.aha-menu-container.mobile {
  display: flex;
  justify-content: flex-end;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: contain;
}
.aha-menu-container.mobile .aha-menu-toggle, .aha-menu-container.mobile .aha-menu-inner-toggle {
  display: block;
}
.aha-menu-container.mobile .aha-menu-wrapper {
  position: fixed;
  background: rgba(201, 201, 201, 0.968627451);
  z-index: 99999;
  left: -100vw;
  top: 0;
  width: 100%;
  max-width: 300px;
  height: 100%;
  transition: 0.3s ease-in-out all;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.1490196078);
}
.aha-menu-container.mobile .aha-menu {
  flex-direction: column;
}
.aha-menu-container.mobile.menu-active .aha-menu-wrapper {
  left: 0;
  overflow-y: scroll;
}
.aha-menu-container.mobile .aha-depth-0 {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border-bottom: solid 2px #c9c9c9;
}
.aha-menu-container.mobile .aha-depth-0:last-child {
  border-bottom: none;
}
.aha-menu-container.mobile .aha-depth-0 > .aha-menu-item {
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
}
.aha-menu-container.mobile .aha-depth-0 > .aha-menu-item .aha-menu-item-target {
  text-align: left;
}
.aha-menu-container.mobile .aha-depth-0 .aha-submenu.aha-dropdown-wrapper .aha-dropdown,
.aha-menu-container.mobile .aha-depth-0 .aha-submenu.aha-mega-menu-wrapper > .aha-mega-menu {
  box-shadow: none;
}
.aha-menu-container.mobile .aha-submenu .aha-menu-item {
  background: white;
  border-bottom: solid 1px #eaeaea;
}
.aha-menu-container.mobile .aha-submenu > ul > li:last-child li:last-child:not(:has(.aha-dropdown)) .aha-menu-item:last-of-type,
.aha-menu-container.mobile .aha-submenu > ul > li:last-child:not(:has(.aha-dropdown)) .aha-menu-item {
  border-bottom: none;
}
.aha-menu-container.mobile .has-children {
  display: flex;
  flex-wrap: wrap;
}
.aha-menu-container.mobile .has-children > .aha-menu-item {
  flex: 1 0 auto;
}
.aha-menu-container.mobile .has-children > .aha-menu-item .aha-menu-item-arrow {
  display: none;
}
.aha-menu-container.mobile .has-children > .aha-menu-inner-toggle {
  width: 25%;
  border-radius: 0;
  padding: 0;
}
.aha-menu-container.mobile .has-children > .aha-menu-inner-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: 0.2s ease-in-out all;
}
.aha-menu-container.mobile .aha-menu-item .aha-menu-item-target {
  width: 100%;
}
.aha-menu-container.mobile .aha-mega-menu,
.aha-menu-container.mobile .aha-dropdown,
.aha-menu-container.mobile ul {
  display: block;
  width: 100%;
}
.aha-menu-container.mobile .aha-submenu {
  display: none;
  width: 100%;
  position: static;
  padding: 0;
}
.aha-menu-container.mobile .aha-submenu > .aha-inner-mega-menu > .aha-mega-menu {
  padding: 0;
}
.aha-menu-container.mobile .aha-mobile-expandable {
  display: none;
}
.aha-menu-container.mobile .aha-inner-menu-active .aha-submenu, .aha-menu-container.mobile .aha-inner-menu-active .aha-submenu > .aha-inner-mega-menu > .aha-mobile-expandable, .aha-menu-container.mobile .aha-inner-menu-active > .aha-submenu > .aha-mobile-expandable, .aha-menu-container.mobile .aha-inner-menu-active > .aha-mobile-expandable {
  display: block;
}
.aha-menu-container.mobile .aha-inner-menu-active > .aha-menu-inner-toggle:after {
  transform: rotate(180deg);
}
.aha-menu-container.mobile .aha-menu-item .aha-menu-item-target {
  padding: 10px 1rem;
  margin: 0;
}
.aha-menu-container.mobile .aha-mega-menu .aha-content-depth-1 > .aha-menu-item .aha-menu-item-target,
.aha-menu-container.mobile .aha-mega-menu .aha-content-depth-2 > .aha-menu-item .aha-menu-item-target {
  margin-bottom: 0;
}
.aha-menu-container.mobile .aha-mobile-header,
.aha-menu-container.mobile .aha-mobile-footer {
  display: block;
}

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