.elementor-178 .elementor-element.elementor-element-8a785a5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b7c0698 *//* ============ HEADER ============ */
header.wrizzt-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11,11,13,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
  width: 100%;
}
.wrizzt-header .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 24px;
}
.wrizzt-logo {
  display: flex;
  align-items: baseline;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 25px;
  color: var(--chrome-100);
  gap: 1px;
  flex: none;
  text-decoration: none;
}
.wrizzt-logo .bolt-col {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 13px;
  height: 1em;
  position: relative;
  margin: 0 1px;
}
.wrizzt-logo .bolt-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ice);
  position: absolute;
  top: -1px;
}
.wrizzt-logo .bolt-svg {
  width: 11px;
  height: 18px;
  margin-top: 6px;
}
.wrizzt-logo .end-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ice);
  margin-left: 3px;
  align-self: flex-end;
  margin-bottom: 1px;
}
nav.wrizzt-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
nav.wrizzt-nav a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text);
  position: relative;
  padding: 4px 0;
  text-decoration: none;
}
nav.wrizzt-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--ice);
  transition: width .25s ease;
}
nav.wrizzt-nav a:hover::after { width: 100%; }
nav.wrizzt-nav a:hover { color: var(--ice); }

.wrizzt-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: none;
}
.wrizzt-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.wrizzt-icon-btn:hover { color: var(--ice); }
.wrizzt-icon-btn svg { width: 21px; height: 21px; }

.wrizzt-hamburger {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0;
}
.wrizzt-hamburger svg { width: 24px; height: 24px; }

/* ============ MOBILE MENU ============ */
.wrizzt-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
}
.wrizzt-mobile-menu.open { visibility: visible; }
.wrizzt-mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: opacity .3s ease;
}
.wrizzt-mobile-menu.open .wrizzt-mobile-overlay { opacity: 1; }
.wrizzt-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(82vw, 360px);
  background: var(--charcoal);
  border-left: 1px solid var(--hair);
  padding: 28px 26px;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
}
.wrizzt-mobile-menu.open .wrizzt-mobile-panel { transform: translateX(0); }
.wrizzt-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.wrizzt-mobile-panel a.mob-link {
  display: block;
  font-family: var(--ff-display);
  font-size: 24px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hair);
  color: var(--chrome-100);
  text-decoration: none;
}
.wrizzt-mobile-panel a.mob-link:hover { color: var(--ice); }
.wrizzt-mobile-close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0;
}
.wrizzt-mobile-close svg { width: 18px; height: 18px; }
.wrizzt-mobile-social {
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}
.wrizzt-mobile-social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--hair-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.wrizzt-mobile-social a:hover { color: var(--ice); border-color: var(--ice); }
.wrizzt-mobile-social svg { width: 16px; height: 16px; }

@media (max-width: 900px) {
  nav.wrizzt-nav { display: none; }
  .wrizzt-hamburger { display: flex; }
}
/* ============ HAMBURGER COLOR FIX ============ */
.wrizzt-hamburger,
.wrizzt-hamburger:hover,
.wrizzt-hamburger:focus {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--ice) !important;
}
.wrizzt-hamburger svg {
  color: var(--ice) !important;
  stroke: var(--ice) !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a785a5 *//* ============ HEADER ============ */
header.wrizzt-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11,11,13,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hair);
  width: 100%;
}
.wrizzt-header .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 24px;
}
.wrizzt-logo {
  display: flex;
  align-items: baseline;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 25px;
  color: var(--chrome-100);
  gap: 1px;
  flex: none;
  text-decoration: none;
}
.wrizzt-logo .bolt-col {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 13px;
  height: 1em;
  position: relative;
  margin: 0 1px;
}
.wrizzt-logo .bolt-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ice);
  position: absolute;
  top: -1px;
}
.wrizzt-logo .bolt-svg {
  width: 11px;
  height: 18px;
  margin-top: 6px;
}
.wrizzt-logo .end-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ice);
  margin-left: 3px;
  align-self: flex-end;
  margin-bottom: 1px;
}
nav.wrizzt-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
nav.wrizzt-nav a {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text);
  position: relative;
  padding: 4px 0;
  text-decoration: none;
}
nav.wrizzt-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--ice);
  transition: width .25s ease;
}
nav.wrizzt-nav a:hover::after { width: 100%; }
nav.wrizzt-nav a:hover { color: var(--ice); }

.wrizzt-nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: none;
}
.wrizzt-icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.wrizzt-icon-btn:hover { color: var(--ice); }
.wrizzt-icon-btn svg { width: 21px; height: 21px; }

.wrizzt-hamburger {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0;
}
.wrizzt-hamburger svg { width: 24px; height: 24px; }

/* ============ MOBILE MENU ============ */
.wrizzt-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  visibility: hidden;
}
.wrizzt-mobile-menu.open { visibility: visible; }
.wrizzt-mobile-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: opacity .3s ease;
}
.wrizzt-mobile-menu.open .wrizzt-mobile-overlay { opacity: 1; }
.wrizzt-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(82vw, 360px);
  background: var(--charcoal);
  border-left: 1px solid var(--hair);
  padding: 28px 26px;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  display: flex;
  flex-direction: column;
}
.wrizzt-mobile-menu.open .wrizzt-mobile-panel { transform: translateX(0); }
.wrizzt-mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.wrizzt-mobile-panel a.mob-link {
  display: block;
  font-family: var(--ff-display);
  font-size: 24px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hair);
  color: var(--chrome-100);
  text-decoration: none;
}
.wrizzt-mobile-panel a.mob-link:hover { color: var(--ice); }
.wrizzt-mobile-close {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
  padding: 0;
}
.wrizzt-mobile-close svg { width: 18px; height: 18px; }
.wrizzt-mobile-social {
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
}
.wrizzt-mobile-social a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--hair-strong);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.wrizzt-mobile-social a:hover { color: var(--ice); border-color: var(--ice); }
.wrizzt-mobile-social svg { width: 16px; height: 16px; }

@media (max-width: 900px) {
  nav.wrizzt-nav { display: none; }
  .wrizzt-hamburger { display: flex; }
}
/* ============ HEADER ALIGNMENT FIXES ============ */

/* Make header content align with page content */
.wrizzt-header .wrap {
  max-width: var(--maxw) !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

/* More breathing room between nav items */
nav.wrizzt-nav {
  gap: 48px !important;
}

@media (max-width: 900px) {
  .wrizzt-header .wrap {
    padding: 0 24px !important;
  }
}
@media (max-width: 560px) {
  .wrizzt-header .wrap {
    padding: 0 18px !important;
  }
}/* End custom CSS */