/**
 * Eightfold navigation/header styles.
 *
 * Extracted from css/all_elementor.css so future navigation work can be
 * isolated from the legacy compiled bundle. Loaded after that bundle.
 */

.npg_row .npg_header_search_button {
  all: unset;
  width: 20px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  --bgicon: url(../images/icons/icon_search.svg);
}

header.npg_row {
  position: fixed;
  margin-top: 0;
  top: var(--wp-admin--admin-bar--height, 0px);
}

header.npg_row a:hover {
  color: inherit;
}

header.npg_row .controls .cta_1,
header.npg_row .controls .cta_1:hover {
  color: var(--main-core_navy_100, #191841);
}

.part_icn_a {
  width: 45px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  --bgicon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMCAwaDEydjEySDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);
}

.part_icn_a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-mask: var(--bgicon);
  mask: var(--bgicon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.part_icn_a.i_md {
  width: 30px;
}

.part_icn_a.i_sml {
  width: 20px;
}

.i_search {
  --bgicon: url(../images/icons/icon_search.svg);
}

.i_close {
  --bgicon: url(../images/icons/icon_close.svg);
}

.part_btn_a,
.part_btn_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11.216px;
  border-radius: 0.7rem;
  background: var(--main-eightfold_teal_100, #88E2D2);
  text-wrap: nowrap;
  display: inline-block;
  color: var(--main-core_navy_100, #191841);
  font-size: 16px;
  font-weight: 700;
}

.part_btn_a.alt {
  background: white;
}

.part_btn_a.alt:hover {
  color: white;
  background: var(--main-core_navy_100, #191841);
}

.part_btn_a.xl {
  padding: 14px 52px;
  font-size: 24px;
}

@media (max-width: 775px) {
  .part_btn_a.xl {
    padding: 9px 40px;
    font-size: 16px;
  }
}

.part_btn_c {
  color: white;
  background: linear-gradient(92deg, var(--main-smart_orange_100, #EB5854) 25.31%, var(--main-electric_blue_100, #0708EE) 74.95%, var(--support-quantum_indigo_100, #5741DC) 99.77%);
}

.part_btn_drop {
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  --bgicon: url(../images/icons/icon_arrow_down.svg);
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
}

.part_btn_drop:after {
  content: "";
  width: 45%;
  height: 45%;
  position: absolute;
  -webkit-mask: var(--bgicon);
  mask: var(--bgicon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #88E2D2;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: visible !important;
  padding: 0 1.6rem;
  font-size: 16px;
  --hdr_ml: 1060px;
}

header > .npg_container {
  position: static !important;
  overflow: visible;
}

header > .npg_container > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  overflow: visible;
}

header > .npg_container > .content.has-logo-only {
  padding: 33px 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header > .npg_container > .content.has-btn {
  padding: 33px 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .part_logo_a {
  min-width: 100px;
  max-width: 180px;
}

header .part_logo_a img {
  width: 100%;
  height: auto;
}

header .part_logo_single {
  font-size: 0;
  line-height: 0;
  width: 180px;
  aspect-ratio: 90/25;
}

header .nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  overflow: visible;
}

header .nav > ul {
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  position: static;
  overflow: visible;
}

header .nav > ul > li {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  position: static;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  border-bottom: 3px solid transparent;
}

header .nav > ul > li .part_btn_drop {
  display: none;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

header .nav > ul > li:hover {
  border-bottom: 3px solid #001aff;
}

header .nav > ul > li:hover > a {
  color: #001aff;
}

header .nav > ul > li:hover .npg_dropdown {
  display: block;
}

header .nav > ul > li > a {
  height: 100%;
  padding: 1.52rem 0.08rem;
}

header .nav > ul > li > a > span {
  font-weight: 500;
  font-size: 18px;
}

header .nav > ul > li .npg_dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(34, 31, 32, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(34, 31, 32, 0.1);
  background-color: white;
  color: black;
  background-image: url("../images/art/bg.png");
  background-position: bottom right;
  background-size: cover;
}

header .nav > ul > li .npg_dropdown > .content {
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav > ul > li .npg_dropdown > .content .sec_1 {
  padding: 1.6rem;
  min-width: 350px;
}

header .nav > ul > li .npg_dropdown > .content .sec_1:before {
  width: 600%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background-color: #F8F8F8;
}

header .nav > ul > li .npg_dropdown > .content .sec_1 > ul {
  text-decoration: unset;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  position: static;
  overflow: visible;
}

header .nav > ul > li .npg_dropdown > .content .sec_1 > ul > li {
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #191841;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 {
  padding: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 50%;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content .info .title {
  color: #191841;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content .thumb {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

header .nav > ul > li .npg_dropdown > .content .sec_2 .content .thumb img {
  max-width: 100%;
  height: auto;
}

header .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.8rem;
}

header .controls .search {
  cursor: pointer;
}

header .controls .search:hover .part_icn_a:after {
  background-color: #88E2D2;
}

header .part_icn_a:after {
  background-color: var(--var_txt_clr);
}

header .xpart_mnu_btn.active * {
  background-color: white;
}

@media (max-width: 1200px) {

  header.ef-nav {
    --ef-nav-mobile-header-height: 70px;
  }
  header {
    padding: 0.8rem 0.8rem !important;
  }

  header > .npg_container > .content.has-btn {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header > .npg_container > .content.has-btn .part_btn_c {
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    padding: 15px 40px;
  }

  header > .npg_container > .content.has-logo-only {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .part_logo_a {
    z-index: 5;
    max-width: 140px;
  }

  header .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 100px 0.8rem 8rem 0.8rem;
    background: -webkit-gradient(linear, right top, left top, color-stop(-17.73%, rgba(174, 79, 236, 0.95)), color-stop(24.65%, rgba(87, 65, 219, 0.95)), to(rgba(7, 8, 237, 0.95)));
    background: linear-gradient(270deg, rgba(174, 79, 236, 0.95) -17.73%, rgba(87, 65, 219, 0.95) 24.65%, rgba(7, 8, 237, 0.95) 100%);
    padding-top: 100px;
    margin-top: 70px;
  }

  header .nav.active {
    display: block;
  }

  header .nav > ul {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  header .nav > ul > li.item {
    padding: 0 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    position: relative;
  }

  header .nav > ul > li.item > a {
    padding: 0.8rem 0;
  }

  header .nav > ul > li.item .part_btn_drop {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 14px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .nav > ul > li.item .part_btn_drop.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header .nav > ul > li.item .npg_dropdown {
    display: block;
    position: relative;
    display: none;
    left: 0;
    top: 0;
    background-image: unset;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }

  header .nav > ul > li.item .npg_dropdown.active {
    display: block;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 {
    background-color: transparent;
    text-align: left;
    padding: 0;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1:before {
    display: none;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 .list {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 .list li {
    color: white;
    padding: 0;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 .list li:hover {
    background: transparent;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 .list li a {
    font-weight: 300;
    padding: 0.6rem 0;
  }

  header .nav > ul > li.item .npg_dropdown .sec_1 .list li a:hover {
    background: transparent;
    color: white;
  }

  header .nav > ul > li.item .npg_dropdown .sec_2 {
    display: none;
  }

  header > .npg_container .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header .controls .cta_1 {
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    padding: 15px 40px;
  }

  header .controls .cta_2 {
    padding: 9px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11.216px;
    border-radius: 112.161px;
    background: var(--main-eightfold_teal_100, #88E2D2);
    text-wrap: nowrap;
    color: var(--main-core_navy_100, #191841);
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    top: calc(100vh - 90px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50vw;
    text-align: center;
    display: none;
  }

  header .controls .cta_2.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .part_mnu_btn {
    width: 25px;
    height: 19px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 5;
    /* all three bars share these base styles */
    /* ─ Hover (or add .active for toggled state) ─ */
  }

  header .part_mnu_btn div {
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  }

  header .part_mnu_btn div:nth-of-type(1) {
    top: 0;
  }

  header .part_mnu_btn div:nth-of-type(2) {
    top: 9px;
  }

  header .part_mnu_btn div:nth-of-type(3) {
    top: 18px;
  }

  header .part_mnu_btn.active .bar_a {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }

  header .part_mnu_btn.active .bar_b {
    opacity: 0;
  }

  header .part_mnu_btn.active .bar_c {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }

  header li {
    color: white !important;
  }
}

.module_search_a {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 101;
  position: fixed;
  background: -webkit-gradient(linear, right top, left top, color-stop(-18.85%, rgba(174, 79, 236, 0.99)), color-stop(23.94%, rgba(87, 65, 219, 0.9)), to(rgba(7, 8, 237, 0.9)));
  background: linear-gradient(270deg, rgba(174, 79, 236, 0.99) -18.85%, rgba(87, 65, 219, 0.9) 23.94%, rgba(7, 8, 237, 0.9) 100%);
  backdrop-filter: blur(9px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.module_search_a.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.module_search_a .npg_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.4rem 1.6rem;
}

.module_search_a .close_btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  background: rgba(7, 8, 238, 0.1);
  padding: 24px;
  position: fixed;
  top: 0;
  right: 0;
}

.module_search_a .close_btn:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: rgba(7, 8, 238, 0.5);
}

.module_search_a .close_btn.part_icn_a:after {
  width: 24px;
  height: 24px;
}

.module_search_a form {
  width: 100%;
  max-width: 800px;
}

.module_search_a form label {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.module_search_a form .search_field_wrapper input {
  width: 100%;
  border-radius: 50px;
  padding: 0.8rem 2.4rem;
  text-decoration: unset;
  border: unset;
  border: 1px solid white;
  background: rgba(7, 8, 238, 0.2);
  color: white;
  font-size: 1.6rem;
}

.module_search_a form .search_field_wrapper input::-webkit-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}

.module_search_a form .search_field_wrapper input::-moz-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}

.module_search_a form .search_field_wrapper input:-ms-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}

.module_search_a form .search_field_wrapper input::-ms-input-placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}

.module_search_a form .search_field_wrapper input::placeholder {
  color: white;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 100;
}

.module_search_a form .search_field_wrapper .clear_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  right: 35px;
  cursor: pointer;
}

.module_search_a form .search_field_wrapper .clear_btn:hover {
  -webkit-transform: translateY(-50%) scale(1.5) rotate(90deg);
  transform: translateY(-50%) scale(1.5) rotate(90deg);
}

.t1.alt_cta_a header.site_header {
  position: sticky;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999999;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
}

/* Existing header-specific overrides formerly stored in custom_elementor.css. */
header .nav > ul > li .npg_dropdown > .content .sec_2 {
  align-items: flex-start;
}

.part_icn_a.npg_header_search_button::after {
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmVyc2lvbj0iMS4wIj48cGF0aCBkPSJNMCAwaDEydjEySDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);
}

.npg_container .part_icn_a.npg_header_search_button::after {
  mask: url(../images/icons/icon_search.svg);
  background-color: #484B58;
}

/* Submenu rules formerly embedded in template-parts/nd_header.php. */
.submenu-description {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.npg_dropdown ul.sub-submenu {
  margin: 0 0 10px;
  padding: 0 20px;
  width: 100%;
}

.npg_dropdown .sec_1 > ul > li.item:has(.sub-submenu):hover a {
  background: transparent !important;
  box-shadow: none !important;
}

.sub-submenu li {
  list-style: none;
  position: relative;
  padding-left: 12px;
  margin: 0 0 5px;
}

.sub-submenu li.item:hover {
  border-radius: 8px;
  background: var(--specialty-white_100, #fff);
  box-shadow: 0 0 15px rgba(34, 31, 32, 0.1);
}

.sub-submenu li a::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #888;
}

.sub-submenu li a {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sub-submenu li a:hover {
  color: #0708EE;
  padding-left: 4px;
}

ul.sub-submenu > li a {
  padding: 11px 22px !important;
}

ul.sub-submenu > li a:hover {
  border-radius: unset !important;
  background: none !important;
  box-shadow: none !important;
}


header.ef-nav {
  --ef-nav-navy: #191841;
  --ef-nav-blue: #0708ee;
  --ef-nav-teal: #88e2d2;
  --ef-nav-border: #e4e5ed;
  --ef-nav-muted: #484b58;
  --ef-nav-panel: #f7f8fc;
  background: #fff;
  border-bottom: 1px solid var(--ef-nav-border);
  box-shadow: 0 8px 28px rgba(25, 24, 65, 0.06);
  color: var(--ef-nav-navy);
  padding: 0 40px;
}

header.ef-nav > .npg_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

header.ef-nav > .npg_container > .ef-nav__bar {
  box-sizing: border-box;
  gap: 36px;
  justify-content: space-between;
  min-height: 84px;
  padding: 0 18px;
}

header.ef-nav .ef-nav__logo {
  flex: 0 0 auto;
  width: 194px;
  min-width: 150px;
  max-width: 194px;
  line-height: 0;
}

header.ef-nav .ef-nav__logo a,
header.ef-nav .ef-nav__logo picture {
  display: block;
}

header.ef-nav .ef-nav__logo img {
  width: 100%;
}

header.ef-nav .ef-nav__menu-toggle {
  display: none;
}

header.ef-nav .ef-nav__nav {
  flex: 1 1 auto;
  justify-content: center;
}

header.ef-nav .ef-nav__tabs {
  align-items: stretch;
  gap: 0px;
}

header.ef-nav .ef-nav__tab {
  border: 0;
  display: flex;
  align-items: stretch;
}

header.ef-nav .ef-nav__tab:hover {
  border: 0;
}

header.ef-nav .ef-nav__top-link {
  align-items: center;
  color: var(--ef-nav-navy);
  display: flex;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 84px;
  line-height: 1.25;
  padding: 0;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

header.ef-nav .ef-nav__top-link::after {
  background: var(--ef-nav-blue);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 100%;
}

header.ef-nav .ef-nav__tab:hover > .ef-nav__top-link,
header.ef-nav .ef-nav__tab:focus-within > .ef-nav__top-link {
  color: var(--ef-nav-blue);
}

header.ef-nav .ef-nav__tab:hover > .ef-nav__top-link::after,
header.ef-nav .ef-nav__tab:focus-within > .ef-nav__top-link::after {
  opacity: 1;
  transform: scaleX(1);
}

header.ef-nav .ef-nav__utilities {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
}

header.ef-nav .ef-nav__search {
  display: none;
}

header.ef-nav .ef-nav__login,
header.ef-nav .ef-nav__demo {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  text-decoration: none;
  white-space: nowrap;
}

header.ef-nav .ef-nav__login {
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(110deg, #a84ff0, #f15b4e) border-box;
  border: 2px solid transparent;
  color: var(--ef-nav-navy);
  padding: 0 20px;
}

header.ef-nav .ef-nav__login:hover,
header.ef-nav .ef-nav__login:focus-visible {
  background: linear-gradient(#f8f4ff, #f8f4ff) padding-box,
              linear-gradient(110deg, #a84ff0, #f15b4e) border-box;
  color: var(--ef-nav-blue);
}

header.ef-nav .ef-nav__demo {
  background: var(--ef-nav-teal);
  border: 2px solid var(--ef-nav-teal);
  color: var(--ef-nav-navy);
  padding: 0 28px;
}

header.ef-nav .ef-nav__demo:hover,
header.ef-nav .ef-nav__demo:focus-visible {
  background: #70d6c4;
  border-color: #70d6c4;
  color: var(--ef-nav-navy);
}

header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown {
  background: #fff;
  background-image: none;
  border: 1px solid var(--ef-nav-border);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 50px rgba(25, 24, 65, 0.14);
  left: 50%;
  max-width: 1200px;
  overflow: hidden;
  right: auto;
  top: 100%;
  transform: translateX(-50%);
  width: min(1200px, calc(100vw - 80px));
}

header.ef-nav .ef-nav__tab:hover > .ef-nav__dropdown,
header.ef-nav .ef-nav__tab:focus-within > .ef-nav__dropdown {
  display: block;
}

header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown > .ef-nav__dropdown-inner {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(340px, 44.5%);
  margin: 0;
  max-width: none;
  min-height: 320px;
  width: 100%;
}

header.ef-nav .ef-nav__menu-panel {
  background: #fff;
  min-width: 0;
  padding: 36px 32px 34px;
}

header.ef-nav .ef-nav__menu-panel::before {
  display: none;
}

header.ef-nav .ef-nav__dropdown-title {
  color: var(--ef-nav-navy);
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
}

header.ef-nav .ef-nav__menu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

header.ef-nav .ef-nav__menu-group {
  border-bottom: 1px solid var(--ef-nav-border);
  border-radius: 0;
  margin: 0;
}

header.ef-nav .ef-nav__menu-group:last-child {
  border-bottom: 0;
}

header.ef-nav .ef-nav__menu-group:hover {
  background: transparent;
  box-shadow: none;
}

header.ef-nav .ef-nav__menu-link {
  color: var(--ef-nav-navy);
  display: block;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding: 13px 0;
  text-decoration: none;
}

header.ef-nav .ef-nav__menu-link:hover,
header.ef-nav .ef-nav__menu-link:focus-visible {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--ef-nav-blue);
}

header.ef-nav .ef-nav__tab--products .ef-nav__menu-panel > .ef-nav__menu-list {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

header.ef-nav .ef-nav__tab--products .ef-nav__menu-group {
  border: 0;
}

header.ef-nav .ef-nav__tab--products .ef-nav__menu-link {
  border-bottom: 1px solid var(--ef-nav-border);
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0 10px;
}

header.ef-nav .ef-nav__sub-menu {
  padding: 0;
}

header.ef-nav .ef-nav__sub-item {
  margin: 0;
  padding: 0;
}

header.ef-nav .ef-nav__sub-item:hover {
  background: transparent;
  box-shadow: none;
}

header.ef-nav .ef-nav__sub-item a,
header.ef-nav ul.ef-nav__sub-menu > li a {
  color: var(--ef-nav-muted);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 1;
  padding: 5px 0 !important;
  text-decoration: none;
}

header.ef-nav .ef-nav__sub-item a::before {
  content: none;
}

header.ef-nav .ef-nav__sub-item a:hover,
header.ef-nav .ef-nav__sub-item a:focus-visible {
  color: var(--ef-nav-blue);
  padding-left: 0 !important;
}

header.ef-nav .ef-nav__featured-panel {
  align-items: stretch;
  background: var(--ef-nav-panel);
  border-left: 1px solid var(--ef-nav-border);
  display: flex;
  justify-content: stretch;
  padding: 36px 48px 32px;
}

header.ef-nav .ef-nav__featured-content,
header.ef-nav .ef-nav__featured-content.active {
  align-items: stretch;
  display: none;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

header.ef-nav .ef-nav__featured-content.active {
  display: flex;
}

header.ef-nav .ef-nav__featured-image {
  aspect-ratio: 24 / 5;
  border-radius: 8px;
  flex: 0 0 auto;
  max-width: none;
  overflow: hidden;
  width: 100%;
}

header.ef-nav .ef-nav__featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

header.ef-nav .ef-nav__featured-info {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

header.ef-nav .ef-nav__featured-title {
  color: var(--ef-nav-navy);
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

header.ef-nav .ef-nav__featured-description {
  color: var(--ef-nav-muted);
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
}

header.ef-nav .ef-nav__featured-cta {
  align-items: center;
  align-self: flex-start;
  border-radius: 8px;
  display: inline-flex;
  font-size: 15px;
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
}

header.ef-nav a:focus-visible,
header.ef-nav button:focus-visible {
  outline: 3px solid rgba(7, 8, 238, 0.45);
  outline-offset: 3px;
}

/* Desktop navigation (1201px and wider). */
@media (min-width: 1201px) {
  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list {
    padding-right: 32px;
  }

  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list > .ef-nav__menu-group {
    border-bottom: 1px solid var(--ef-nav-border);
    border-radius: 0;
  }

  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list > .ef-nav__menu-group:last-child {
    border-bottom: 1px solid var(--ef-nav-border);
  }

  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list > .ef-nav__menu-group > .ef-nav__menu-link {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    padding: 14px 0;
    width: 100%;
  }

  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list > .ef-nav__menu-group > .ef-nav__menu-link:hover,
  header.ef-nav .ef-nav__tab:not(.ef-nav__tab--products) .ef-nav__menu-panel > .ef-nav__menu-list > .ef-nav__menu-group > .ef-nav__menu-link:focus-visible {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--ef-nav-blue);
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-content,
  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-content.active {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown > .ef-nav__dropdown-inner > .ef-nav__featured-panel {
    padding: 36px 48px 32px;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-content > .ef-nav__featured-image {
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-content > .ef-nav__featured-image > img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    width: 100%;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-content > .ef-nav__featured-info {
    align-items: flex-start;
    flex: 1 1 auto;
    width: 100%;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-info > .ef-nav__featured-cta.part_btn_c {
    background: linear-gradient(100deg, #9b7bff 0%, #a62edc 52%, #df2f72 100%);
    border: 0;
    box-shadow: none;
    color: #fff;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-info > .ef-nav__featured-cta.part_btn_c:hover,
  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-info > .ef-nav__featured-cta.part_btn_c:focus-visible {
    background: linear-gradient(100deg, #8e68ff 0%, #9825d1 52%, #d82668 100%);
    color: #fff;
  }
  header.ef-nav nav.ef-nav__nav > ul.ef-nav__tabs > li.ef-nav__tab--products div.ef-nav__menu-panel > ul.ef-nav__menu-list {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* Responsive navigation (1200px and narrower). */
@media (max-width: 1200px) {

  header.ef-nav .ef-nav__menu-toggle {
    display: inline-block;
    flex: 0 0 25px;
    order: 1;
  }

  header.ef-nav .ef-nav__logo {
    margin-right: auto;
    order: 2;
    z-index: 5;
  }

  header.ef-nav .ef-nav__nav {
    background: #fff;
    height: calc(100dvh - var(--ef-nav-mobile-header-height));
    margin: 0;
    padding: 18px 20px 48px;
    top: var(--ef-nav-mobile-header-height);
    z-index: 4;
  }

  body.admin-bar header.ef-nav .ef-nav__nav {
    height: calc(100dvh - var(--ef-nav-mobile-header-height) - var(--wp-admin--admin-bar--height, 0px));
    margin-top: 0;
    top: calc(var(--ef-nav-mobile-header-height) + var(--wp-admin--admin-bar--height, 0px));
  }

  header.ef-nav .ef-nav__tabs {
    text-align: left;
  }

  header.ef-nav .ef-nav__tab {
    border-bottom: 1px solid var(--ef-nav-border);
    padding: 0;
  }

  header.ef-nav .ef-nav__tab:hover {
    border-bottom: 1px solid var(--ef-nav-border);
  }

  header.ef-nav .ef-nav__top-link {
    color: var(--ef-nav-navy);
    font-size: 18px;
    height: auto;
    padding: 17px 44px 17px 0;
  }

  header.ef-nav .ef-nav__top-link::after {
    display: none;
  }

  header.ef-nav .ef-nav__submenu-toggle {
    right: 4px;
    top: 14px;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
    width: 100%;
  }

  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown > .ef-nav__dropdown-inner {
    display: block;
    min-height: 0;
    margin-bottom: 1rem;
  }

  header.ef-nav .ef-nav__menu-panel {
    background: #f8f8fc;
    padding: 12px 18px 18px;
  }

  header.ef-nav .ef-nav__dropdown-title {
    display: none;
  }

  header.ef-nav .ef-nav__tab--products .ef-nav__menu-panel > .ef-nav__menu-list,
  header.ef-nav .ef-nav__menu-list {
    display: block;
  }

  header.ef-nav .ef-nav__menu-group,
  header.ef-nav .ef-nav__tab--products .ef-nav__menu-group {
    border-bottom: 1px solid var(--ef-nav-border);
    color: var(--ef-nav-navy);
  }

  header.ef-nav .ef-nav__menu-link,
  header.ef-nav .ef-nav__tab--products .ef-nav__menu-link {
    border: 0;
    color: var(--ef-nav-navy);
    font-size: 15px;
    padding: 12px 0;
  }

  header.ef-nav .ef-nav__sub-menu {
    margin: 0;
  }

  header.ef-nav .ef-nav__sub-item a,
  header.ef-nav ul.ef-nav__sub-menu > li a {
    color: var(--ef-nav-muted);
    padding: 7px 0 !important;
  }

  header.ef-nav .ef-nav__featured-panel {
    display: none;
  }

  header.ef-nav .ef-nav__utilities {
    order: 3;
    z-index: 5;
  }

  header.ef-nav .ef-nav__login {
    display: none;
  }

  header.ef-nav .ef-nav__login.active {
    display: inline-flex;
    left: 50%;
    position: fixed;
    top: auto;
    transform: translateX(-50%);
  }

  header.ef-nav .ef-nav__demo {
    font-size: 14px;
    min-height: 40px;
    padding: 0 18px;
    position: static;
    transform: none;
  }
  header.ef-nav nav.ef-nav__nav > ul.ef-nav__tabs > li.ef-nav__tab--products div.ef-nav__menu-panel > ul.ef-nav__menu-list {
    display: block;
  }
  header.ef-nav .ef-nav__nav.active {
    background: linear-gradient(270deg, rgba(174, 79, 236, 0.95) -17.73%, rgba(87, 65, 219, 0.95) 24.65%, rgba(7, 8, 237, 0.95) 100%);
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    width: 100vw;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: left;
    width: 100%;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__tab {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0 24px;
    gap: 0;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__tab:hover {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__top-link {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__submenu-toggle {
    color: var(--ef-nav-teal);
    height: 32px;
    right: 25.6px;
    width: 32px;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__dropdown {
    background: transparent !important;
    max-width: none !important;
    width: 100% !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__dropdown-inner {
    display: block !important;
    grid-template-columns: none !important;
    max-width: none !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__featured-panel,
  header.ef-nav .ef-nav__nav > .ef-nav__tabs > .ef-nav__tab > .ef-nav__dropdown .ef-nav__featured-panel {
    display: none !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__menu-group,
  header.ef-nav .ef-nav__nav.active .ef-nav__tab--products .ef-nav__menu-group {
    border-bottom: 0;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__menu-link,
  header.ef-nav .ef-nav__nav.active .ef-nav__tab--products .ef-nav__menu-link,
  header.ef-nav .ef-nav__nav.active .ef-nav__sub-item a,
  header.ef-nav .ef-nav__nav.active ul.ef-nav__sub-menu > li a {
    color: #fff;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__menu-link,
  header.ef-nav .ef-nav__nav.active .ef-nav__tab--products .ef-nav__menu-link {
    font-weight: 400;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__sub-menu {
    margin-left: 18px;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__sub-item a,
  header.ef-nav .ef-nav__nav.active ul.ef-nav__sub-menu > li a {
    font-weight: 300;
  }

  /* Keep the demo CTA available on mobile pages, but not over the open menu. */
  header.ef-nav .ef-nav__demo {
    border-radius: 112px;
    bottom: 24px;
    display: inline-flex;
    font-size: 16px;
    left: 50%;
    min-height: 40px;
    padding: 0 56px;
    position: fixed;
    top: auto;
    transform: translateX(-50%);
    z-index: 6;
  }

  header.ef-nav:has(.ef-nav__nav.active) .ef-nav__demo {
    display: none;
  }

  header.ef-nav .ef-nav__login.active {
    background: var(--ef-nav-teal);
    border: 0;
    color: var(--ef-nav-navy);
    font-weight: 700;
    z-index: 6;
  }
  header.ef-nav { padding: 0 20px !important; }

  header.ef-nav > .npg_container > .ef-nav__bar {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    min-height: 70px;
    padding: 0;
  }

  header.ef-nav .ef-nav__menu-toggle {
    color: var(--ef-nav-navy);
    grid-column: 1;
    justify-self: start;
    margin: 0;
    position: relative;
    z-index: 7;
  }

  header.ef-nav:has(.ef-nav__nav.active) .ef-nav__menu-toggle { color: var(--ef-nav-navy); }

  header.ef-nav .ef-nav__logo {
    align-self: center;
    grid-column: 2;
    justify-self: center;
    margin: 0;
    max-width: 140px;
    min-width: 140px;
    width: 140px;
  }

  header.ef-nav .ef-nav__utilities { display: contents; }

  header.ef-nav .ef-nav__search {
    display: none !important;
    grid-column: 3;
    justify-self: end;
    line-height: 0;
    position: relative;
    z-index: 7;
  }

  header.ef-nav .ef-nav__search .npg_header_search_button {
    color: var(--ef-nav-navy);
    display: block;
    height: 30px;
    margin: 0;
    width: 30px;
  }

  header.ef-nav .ef-nav__nav.active {
    height: calc(100dvh - var(--ef-nav-mobile-header-height));
    top: var(--ef-nav-mobile-header-height);
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__top-link {
    font-size: 14px;
    padding: 18px 52px 18px 0;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__submenu-toggle { top: 15px; }

  header.ef-nav .ef-nav__nav.active .ef-nav__dropdown,
  header.ef-nav .ef-nav__nav.active .ef-nav__dropdown-inner {
    left: 0 !important;
    padding-left: 8px;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__menu-panel,
  header.ef-nav .ef-nav__nav.active .ef-nav__menu-list,
  header.ef-nav .ef-nav__nav.active .ef-nav__menu-group,
  header.ef-nav .ef-nav__nav.active .ef-nav__tab--products .ef-nav__menu-group {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__menu-link,
  header.ef-nav .ef-nav__nav.active .ef-nav__tab--products .ef-nav__menu-link {
    font-size: 14px;
    margin: 0 !important;
    padding: 8px 0;
    transform: none !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__sub-menu {
    text-align: left !important;
  }

  header.ef-nav .ef-nav__nav.active .ef-nav__sub-item,
  header.ef-nav .ef-nav__nav.active .ef-nav__sub-item a,
  header.ef-nav .ef-nav__nav.active ul.ef-nav__sub-menu > li a {
    font-size: 14px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  header.ef-nav .ef-nav__login.active {
    border-radius: 112px;
    bottom: 24px;
    font-size: 16px;
    min-height: 40px;
    padding: 0 56px;
  }
  header.ef-nav .ef-nav__tab > .ef-nav__dropdown:not(.active) {
    display: none !important;
  }

  header.ef-nav .ef-nav__tab > .ef-nav__dropdown.active {
    display: block !important;
  }
}

