.elementor-13892 .elementor-element.elementor-element-b7709c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap');

/* Hide hamburger and logo during preloader */
body.preloading #ntz-menu-trigger,
body.preloading .ntz-menu-trigger,
body.preloading .ntz-header-logo img,
#gsap-preloader ~ #ntz-menu-trigger,
#gsap-preloader ~ .ntz-menu-trigger {
  display: none !important;
}

/* Sticky header bar */
.ntz-site-header {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  z-index: 12002;
  background: transparent;
  pointer-events: none;
}
.ntz-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 60px;
  pointer-events: auto;
}
.ntz-header-logo-wrapper {
  margin-top: 30px;
  margin-left: -15px;
  display: flex;
  align-items: center;
}
.ntz-header-logo {
  display: flex;
  align-items: center;
}
.ntz-header-logo img {
  height: 30px;
  max-height: 30px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
  transition: max-height 0.22s cubic-bezier(.66,0,.34,1), height 0.22s cubic-bezier(.66,0,.34,1);
}
.ntz-site-header.scrolled .ntz-header-logo img {
  max-height: 20px;
  height: 20px;
}
.ntz-menu-trigger-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ntz-menu-trigger {
  position: static;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 7px;
  background: none;
  border: none;
  z-index: 12003;
  pointer-events: auto;
}
.ntz-menu-trigger span {
  display: block;
  width: 36px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: background 0.25s, all 0.32s cubic-bezier(.87,.1,.21,1.01);
}
.ntz-menu-trigger.scrolled span {
  background: #F9812D;
}
.ntz-menu-trigger.open { display: none !important; }

.ntz-menu-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 12000;
  display: flex;
  flex-direction: column;
  font-family: 'Outfit', sans-serif;
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  opacity: 1;
  background: rgba(25,25,27,0.74);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: none;
}
.ntz-menu-overlay.open { pointer-events: auto; }
.ntz-menu-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 36px 60px 0 60px;
  min-height: 72px;
}
.ntz-menu-close {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  user-select: none;
  font-weight: 400;
  pointer-events: none;
}
.ntz-menu-close .ntz-close-text {
  font-size: 14px !important;
  letter-spacing: 0;
}
.ntz-menu-close .close-x { font-size: 25px; font-weight: 400; line-height: 1; }
.ntz-menu-main-wrapper {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin-top: 0;
}
.ntz-menu-links-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ntz-main-links {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  margin-bottom: 28px;
  align-items: flex-start;
}
.ntz-main-links > a {
  color: #fff;
  font-size: 26px !important;
  font-weight: 600 !important;
  letter-spacing: -0.5px;
  text-decoration: none;
  line-height: 1.15;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.38s, transform 0.5s;
  text-transform: lowercase;
}
.ntz-main-links > a:hover { color: #F56F10; text-decoration: underline; }
.ntz-menu-social {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 15px;
  align-items: flex-start;
}
.ntz-menu-social a {
  color: #b3b3b3;
  font-size: 17px;
  font-weight: 600 !important;
  text-decoration: none;
  line-height: 1.2;
}
.ntz-menu-social a:hover {
  color: #fff;
  text-decoration: underline;
}

/* FIXED BOTTOM MENU ITEMS - APPLIES TO ALL DEVICES */
.ntz-menu-bottom-left,
.ntz-menu-bottom-center,
.ntz-menu-bottom-right {
  position: fixed !important;
  bottom: 24px !important;
  z-index: 12001;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.97;
  letter-spacing: 0.1px;
  width: auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 10px;
  pointer-events: auto;
  display: block !important;
}
.ntz-menu-bottom-left   { left: 10px !important;  right: auto;  text-align: left; }
.ntz-menu-bottom-center { left: 50% !important;   transform: translateX(-50%); text-align: center; }
.ntz-menu-bottom-right  { right: 10px !important; left: auto;   text-align: right; }
.ntz-menu-bottom-right a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

/* MOBILE: all fixes and requirements */
@media only screen and (max-width: 768px) {
  .ntz-site-header-inner {
    padding: 5px 30px !important;
    height: 56px !important;
    align-items: center !important;
  }
  .ntz-site-header.scrolled .ntz-site-header-inner {
    /* 10% darker: rgba(20,20,20,0.4) and rgba(40,40,40,0.42) */
    background: linear-gradient(
      135deg,
      rgba(20, 20, 20, 0.4) 0%,
      rgba(40, 40, 40, 0.42) 100%
    );
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 0 0.5px rgba(255, 255, 255, 0.1),
      0 6px 24px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 12px 12px !important;
    transition: all 0.3s ease;
    padding: 5px 30px !important;
    height: 56px !important;
    align-items: center !important;
  }
  .ntz-site-header.scrolled .ntz-menu-trigger span {
    background: #fff !important;
    transition: background 0.25s;
  }
  .ntz-site-header.scrolled .ntz-header-logo-wrapper,
  .ntz-site-header.scrolled .ntz-menu-trigger-wrapper,
  .ntz-header-logo-wrapper,
  .ntz-menu-trigger-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ntz-header-logo img,
  .ntz-site-header.scrolled .ntz-header-logo img {
    margin: 0 !important;
    padding: 0 !important;
    height: 20px !important;
    max-height: 20px !important;
    transition: max-height 0.22s cubic-bezier(.66,0,.34,1), height 0.22s cubic-bezier(.66,0,.34,1);
    display: block;
  }
  .ntz-menu-bar,
  .ntz-menu-main-wrapper {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }
  .ntz-menu-trigger {
    width: 36px !important;
    height: 36px !important;
    gap: 5px !important;
  }
  .ntz-menu-trigger span {
    width: 27px !important;
    height: 2.25px !important;
  }
  body.ntz-menu-overlay-open .ntz-site-header.scrolled .ntz-site-header-inner {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 46px !important;
  }
  .ntz-menu-overlay {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible !important;
  }
  .ntz-menu-bar {
    flex: 0 0 auto;
    min-height: 0;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }
  .ntz-menu-main-wrapper {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .ntz-menu-links-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px;
    padding: 0 0 0 0;
  }
  .ntz-main-links {
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
    gap: 2vw;
    margin-bottom: 24px;
  }
  .ntz-main-links > a {
    text-align: center;
    width: 100%;
    font-size: 6vw !important;
  }
  .ntz-menu-social {
    align-items: center !important;
    margin-bottom: 0;
    margin-top: 10px;
  }
}


/* Hide header logo when menu overlay is open - body class method */
body.ntz-menu-overlay-open .ntz-header-logo-wrapper {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  body.footer-in-view .ntz-site-header {
    display: none !important;
  }
}/* End custom CSS */