section.header {
  padding: calc(clamp(2rem, 3.059vw + 1.388rem, 4rem)) calc(clamp(1.5rem, 0.765vw + 1.347rem, 2rem)); }
  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: 18rem; }

/* -----------------------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 .mm__dropdown--mega .mm__dropdown-content {
  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 .mm__dropdown--menu .mm__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 .mm__dropdown--menu .mm__dropdown-content > li a, .mm .mm__dropdown--menu .mm__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) .mm__dropdown--menu .mm__dropdown-content .menu-item a, .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle {
  color: black;
  padding: 2rem 1.4rem; }
  .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .menu-item a:hover, .mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle:hover {
    color: white;
    background-color: black; }

.mm:not(.brx-open) .mm__dropdown--menu .mm__dropdown-content .brx-submenu-toggle > a {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit; }

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

.mm:not(.brx-open) [class*="mm__dropdown"] .mm__dropdown-content {
  background-color: white; }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__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 > [class*="mm__dropdown"] > .mm__dropdown-content {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px); }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__dropdown"].open > .mm__dropdown-content {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px); }

.mm:not(.brx-open) .mm__nav-items > [class*="mm__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 {
  padding: 0.8em 1.2em;
  background-color: black;
  color: white; }

.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 {
  color: black; }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > a:hover {
    color: grey; }

.mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle {
  color: black; }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle:hover {
    color: grey; }
  .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a {
    color: black; }
    .mm:not(.brx-open) .mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle > a:hover {
      color: grey; }
  .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: black;
    font-size: 2.6rem; }
    .mm .mm__toggle-open svg {
      width: 2.6rem;
      height: auto;
      fill: black; } }

.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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a {
  color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content li > a:hover {
    background-color: black;
    color: white; }

.mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle {
  color: black; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle:hover {
    background-color: black;
    color: white; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle svg {
    color: inherit;
    font-weight: inherit; }
  .mm.brx-open .mm__dropdown--menu .mm__dropdown-content .mm__dropdown--menu .brx-submenu-toggle > a {
    color: inherit;
    font-weight: inherit;
    text-decoration: inherit; }

.mm.brx-open [class*="mm__dropdown"] {
  position: static; }
  .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content {
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 [class*="mm__dropdown"] .mm__dropdown-content > * {
      max-width: 100%; }
  .mm.brx-open [class*="mm__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 [class*="mm__dropdown"].open .mm__dropdown-content {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .mm.brx-open [class*="mm__dropdown"].open > .brx-submenu-toggle button {
    position: fixed;
    top: 2rem;
    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 [class*="mm__dropdown"].open > .brx-submenu-toggle button svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
    .mm.brx-open [class*="mm__dropdown"].open > .brx-submenu-toggle button::after {
      content: "Back"; }
  .mm.brx-open [class*="mm__dropdown"] .mm__dropdown-content {
    -ms-overflow-style: none;
    /* IE and Edge scrollbar */
    scrollbar-width: none;
    /* Firefox scrollbar */ }
    .mm.brx-open [class*="mm__dropdown"] .mm__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 {
      padding: 0.8em 1.2em;
      background-color: black;
      color: white; }
      .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: black; }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .mm__nav-link:hover {
        background-color: black;
        color: white; }
    .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle {
      color: black; }
      .mm.brx-open ul.mm__nav-items > li:not(:last-of-type) > .brx-submenu-toggle:hover {
        background-color: black;
        color: white; }
      .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;
    padding: 2rem 2rem; }
    .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 .mm__dropdown--mega, .mm.brx-open ul.mm__nav-items > li:last-of-type .mm__dropdown--menu {
      text-align: center; }

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

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