section.header {
  padding: var(--space-4xs) var(--space-s); }
  section.header .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section.header .header__logo {
    width: 36rem; }

/* -----------------------NAV ITEMS-------------------- */
/* --------------------MEGA MENU CONTENT DESKTOP & MOBILE----------------- */
/* -----------------------MOBILE SETTINGS-------------------- */
/* ----------------------YOUR CUSTOM CSS--------------------- */
/* -----------------------END OF YOUR CUSTOM CSS-------------------- */
/* -----------------------LOGIC *IGNORE*-------------------- */
/* -----------------------END OF LOGIC-------------------- */
/* -----------------------REST OF CSS BELOW--------------------*/
.mm .brxe-dropdown.brx-has-megamenu .brx-dropdown-content {
  min-width: 100%;
  padding: 2rem;
  gap: 2rem;
  -webkit-box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.mm .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 119px 360px 152px rgba(0, 0, 0, 0.01), 67px 203px 128px rgba(0, 0, 0, 0.05), 30px 90px 95px rgba(0, 0, 0, 0.09), 7px 23px 52px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1); }
  .mm .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content > li a, .mm .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content > li .brx-submenu-toggle {
    white-space: nowrap; }

.mm .mm__nav-items {
  gap: 1.8em; }

.mm .mm__mobile-logo {
  display: none; }

.mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item a, .mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle {
  color: var(--primary-d-2);
  padding: 2rem 1.4rem; }
  .mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item a:hover, .mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle:hover {
    color: var(--primary-l-1);
    background-color: black; }

.mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brx-submenu-toggle > a {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit; }

.mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .mm:not(.brx-open) .brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.mm:not(.brx-open) .brxe-dropdown .brx-dropdown-content {
  background-color: var(--light-30); }

.mm:not(.brx-open) .mm__nav-items > .brxe-dropdown > .brx-submenu-toggle button svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.mm:not(.brx-open) .mm__nav-items > .brxe-dropdown > .brx-dropdown-content {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px); }

.mm:not(.brx-open) .mm__nav-items > .brxe-dropdown.open > .brx-dropdown-content {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.mm:not(.brx-open) .mm__nav-items > .brxe-dropdown.open > .brx-submenu-toggle button svg {
  -webkit-transform: rotatex(180deg);
      -ms-transform: rotatex(180deg);
          transform: rotatex(180deg); }

.mm:not(.brx-open) .mm__nav-items > li:last-of-type a.mm__nav-link, .mm:not(.brx-open) .mm__nav-items > li:last-of-type > .brx-submenu-toggle {
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  background-color: var(--bricks-color-ehkuls);
  border-radius: 0.5em;
  padding-top: 8px;
  padding-right: 1em;
  padding-bottom: 8px;
  padding-left: 1em;
  font-size: var(--step-1);
  font-family: "Inter Tight";
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center; }
  .mm:not(.brx-open) .mm__nav-items > li:last-of-type a.mm__nav-link:hover, .mm:not(.brx-open) .mm__nav-items > li:last-of-type > .brx-submenu-toggle:hover {
    -webkit-transform: scaleX(1.15) scaleY(1.15);
        -ms-transform: scaleX(1.15) scaleY(1.15);
            transform: scaleX(1.15) scaleY(1.15);
    background-color: var(--action-hover); }

.mm:not(.brx-open) .mm__nav-items > li:last-of-type .brx-submenu-toggle a {
  color: inherit; }

.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a {
  font-family: "Inter Tight";
  font-weight: 700;
  color: var(--primary);
  font-size: var(--text-m); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a:hover {
    color: var(--primary-l-1); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a[aria-current="page"], .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a.aria-current {
    color: var(--action-hover); }

.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle {
  font-family: "Inter Tight";
  font-weight: 700;
  color: var(--primary);
  font-size: var(--text-m); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle:hover {
    color: var(--primary-l-1); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle[aria-current="page"], .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle.aria-current {
    color: var(--action-hover); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a {
    font-family: "Inter Tight";
    font-weight: 700;
    color: var(--primary);
    font-size: var(--text-m); }
    .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a:hover {
      color: var(--primary-l-1); }
    .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a[aria-current="page"], .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a.aria-current {
      color: var(--action-hover); }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle a, .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle span, .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle svg {
    color: inherit; }

@media (max-width: 1100px) {
  .mm .mm__nav-items-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .mm .mm__nav-items-wrapper .mm__nav-items {
      display: none; }
  .mm .mm__toggle-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    --brxe-toggle-scale: 1;
    color: var(--primary);
    font-size: 3.2rem; }
    .mm .mm__toggle-open svg {
      width: 3.2rem;
      height: auto;
      fill: var(--primary); } }

.mm.brx-open.brx-closing .mm__nav-items-wrapper {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.mm.brx-open .mm__mobile-nav {
  padding: 2rem 2rem;
  border-bottom: 1px solid #BFBFBF;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content li > a {
  color: var(--primary); }
  .mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content li > a:hover {
    background-color: var(--primary-l-4);
    color: var(--primary); }

.mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle {
  color: var(--primary); }
  .mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle:hover {
    background-color: var(--primary-l-4);
    color: var(--primary); }
  .mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle svg {
    color: inherit;
    font-weight: inherit; }
  .mm.brx-open .mm__nav-items .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) .brx-submenu-toggle > a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit; }

.mm.brx-open .mm__nav-items .brxe-dropdown {
  position: static; }
  .mm.brx-open .mm__nav-items .brxe-dropdown .brx-dropdown-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute !important;
    inset: 0;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
            transition-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
    display: flex;
    padding: 2rem 2rem;
    left: 0 !important;
    min-width: 100% !important;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    .mm.brx-open .mm__nav-items .brxe-dropdown .brx-dropdown-content > * {
      max-width: 100%; }
  .mm.brx-open .mm__nav-items .brxe-dropdown > .brx-submenu-toggle button svg {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .mm.brx-open .mm__nav-items .brxe-dropdown.open .brx-dropdown-content {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mm.brx-open .mm__nav-items .brxe-dropdown.open > .brx-submenu-toggle button {
    position: fixed;
    top: calc(2rem + (2rem / 2) - (2.6rem / 2));
    left: 2rem;
    gap: 0.4em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 2.6rem;
    font-size: calc(2.6rem / 1.6);
    color: black; }
    .mm.brx-open .mm__nav-items .brxe-dropdown.open > .brx-submenu-toggle button svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .mm.brx-open .mm__nav-items .brxe-dropdown.open > .brx-submenu-toggle button::after {
      content: "Back"; }
  .mm.brx-open .mm__nav-items .brxe-dropdown .brx-dropdown-content {
    -ms-overflow-style: none;
    /* IE and Edge scrollbar */
    scrollbar-width: none;
    /* Firefox scrollbar */ }
    .mm.brx-open .mm__nav-items .brxe-dropdown .brx-dropdown-content::-webkit-scrollbar {
      display: none; }

.mm.brx-open .mm__nav-items-wrapper {
  visibility: visible;
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 1001;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86), -webkit-transform 0.2s cubic-bezier(0.79, 0.14, 0.15, 0.86); }
  .mm.brx-open .mm__nav-items-wrapper .mm__toggle-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6rem;
    color: black; }
    .mm.brx-open .mm__nav-items-wrapper .mm__toggle-close svg {
      width: 2.6rem;
      height: auto;
      fill: black; }

.mm.brx-open ul.mm__nav-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: white;
  -ms-overflow-style: none;
  /* IE and Edge scrollbar */
  scrollbar-width: none;
  /* Firefox scrollbar */ }
  .mm.brx-open ul.mm__nav-items::-webkit-scrollbar {
    display: none; }
  .mm.brx-open ul.mm__nav-items > li:last-of-type {
    padding: 2rem 2rem; }
    .mm.brx-open ul.mm__nav-items > li:last-of-type .mm__nav-link, .mm.brx-open ul.mm__nav-items > li:last-of-type > .brx-submenu-toggle {
      -webkit-transition: all .45s ease-in-out;
      transition: all .45s ease-in-out;
      background-color: var(--bricks-color-ehkuls);
      border-radius: 0.5em;
      padding-top: 8px;
      padding-right: 1em;
      padding-bottom: 8px;
      padding-left: 1em;
      font-size: var(--step-1);
      font-family: "Inter Tight";
      font-weight: 700;
      color: #ffffff;
      text-decoration: underline;
      -webkit-transform: scaleX(1) scaleY(1);
          -ms-transform: scaleX(1) scaleY(1);
              transform: scaleX(1) scaleY(1);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      display: block;
      text-align: center; }
      .mm.brx-open ul.mm__nav-items > li:last-of-type .mm__nav-link:hover, .mm.brx-open ul.mm__nav-items > li:last-of-type > .brx-submenu-toggle:hover {
        -webkit-transform: scaleX(1.15) scaleY(1.15);
            -ms-transform: scaleX(1.15) scaleY(1.15);
                transform: scaleX(1.15) scaleY(1.15);
        background-color: var(--action-hover); }
      .mm.brx-open ul.mm__nav-items > li:last-of-type .mm__nav-link > a, .mm.brx-open ul.mm__nav-items > li:last-of-type > .brx-submenu-toggle > a {
        color: inherit;
        font-weight: inherit; }
  .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) {
    border-bottom: 1px solid #BFBFBF; }
    .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) .mm__nav-link, .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle {
      padding: calc(2rem / 1.6) 2rem; }
    .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .mm__nav-link {
      color: var(--primary); }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .mm__nav-link:hover {
        background-color: var(--primary-l-4);
        color: var(--primary); }
    .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle {
      color: var(--primary); }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle:hover {
        background-color: var(--primary-l-4);
        color: var(--primary); }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle svg {
        color: inherit;
        font-weight: inherit; }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a {
        color: inherit;
        font-weight: inherit;
        text-decoration: inherit; }
  .mm.brx-open ul.mm__nav-items > li:last-of-type {
    margin-top: auto; }
    .mm.brx-open ul.mm__nav-items > li:last-of-type a.mm__nav-link, .mm.brx-open ul.mm__nav-items > li:last-of-type .brxe-dropdown.brx-has-megamenu, .mm.brx-open ul.mm__nav-items > li:last-of-type .brxe-dropdown:not(.brx-has-megamenu) {
      text-align: center; }

.mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content {
  padding: 0;
  gap: 0; }
  .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu), .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) {
    border-bottom: 1px solid #BFBFBF; }
  .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item a, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) > .brx-submenu-toggle, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .menu-item a, .mm.brx-open .mm__nav-items li.brxe-dropdown:not(.brx-has-megamenu) .brxe-dropdown:not(.brx-has-megamenu) .brx-dropdown-content .brxe-dropdown:not(.brx-has-megamenu) > .brx-submenu-toggle {
    padding: calc(2rem / 1.6) 2rem; }

.mm.brx-open:has(.mm__mobile-logo) .mm__mobile-logo {
  display: block; }
  .mm.brx-open:has(.mm__mobile-logo) .mm__mobile-logo img {
    height: 2rem;
    width: auto; }

.mm.brx-open:has(.brxe-dropdown.open) .mm__mobile-logo {
  visibility: hidden; }

body.bricks-is-frontend.admin-bar .mm.brx-open .mm__nav-items-wrapper {
  top: var(--wp-admin--admin-bar--height) !important; }
