:root{
  --itfix-enterprise-bg:#ffffff;
  --itfix-enterprise-surface:#f7f8fa;
  --itfix-enterprise-border:#dde1e6;
  --itfix-enterprise-text:#161616;
  --itfix-enterprise-muted:#525252;
  --itfix-enterprise-blue:#0f62fe;
  --itfix-enterprise-blue-hover:#0353e9;
  --itfix-enterprise-blue-soft:#edf5ff;
}

body .itx-header.itfix-enterprise-header{
  position:sticky !important;
  top:0 !important;
  z-index:99990 !important;
  overflow:visible !important;
  background:var(--itfix-enterprise-bg) !important;
  border-bottom:1px solid var(--itfix-enterprise-border) !important;
  box-shadow:0 1px 0 rgba(0,0,0,.02) !important;
  backdrop-filter:none !important;
  isolation:isolate !important;
}

.admin-bar body .itx-header.itfix-enterprise-header{
  top:32px !important;
}

body .itx-header.itfix-enterprise-header::before,
body .itx-header.itfix-enterprise-header::after{
  display:none !important;
  content:none !important;
}

body .itfix-enterprise-nav{
  background:#fff !important;
}

body .itfix-enterprise-shell{
  height:82px !important;
  min-height:82px !important;
  width:calc(100% - 36px) !important;
  max-width:1600px !important;
  display:grid !important;
  grid-template-columns:188px minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:14px !important;
  position:relative !important;
  overflow:visible !important;
}

body .itx-brand{
  width:188px !important;
  height:78px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-decoration:none !important;
}

body .itx-brand img{
  width:auto !important;
  max-width:none !important;
  height:64px !important;
  max-height:64px !important;
  object-fit:contain !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
}

body .itx-brand span{
  display:none !important;
}

body .itx-menu{
  min-height:82px !important;
  height:82px !important;
  display:flex !important;
  align-items:stretch !important;
  justify-content:center !important;
  gap:0 !important;
  padding:0 !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}

body .itx-nav-item{
  position:static !important;
  display:flex !important;
  align-items:stretch !important;
  overflow:visible !important;
}

body .itx-menu > a,
body .itx-nav-item > a{
  position:relative !important;
  height:82px !important;
  min-height:82px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 8px !important;
  border-radius:0 !important;
  color:var(--itfix-enterprise-text) !important;
  background:transparent !important;
  box-shadow:none !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:650 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  transition:background .14s ease,color .14s ease !important;
}

body .itx-menu > a::after,
body .itx-nav-item > a::after{
  content:"" !important;
  position:absolute !important;
  left:10px !important;
  right:10px !important;
  bottom:0 !important;
  height:3px !important;
  border-radius:0 !important;
  background:var(--itfix-enterprise-blue) !important;
  transform:scaleX(0) !important;
  transform-origin:left center !important;
  transition:transform .16s ease !important;
}

body .itx-nav-item.has-mega > a::before{
  content:"" !important;
  display:block !important;
  width:7px !important;
  height:7px !important;
  margin-left:3px !important;
  border-right:1.5px solid currentColor !important;
  border-bottom:1.5px solid currentColor !important;
  transform:rotate(45deg) translateY(-2px) !important;
  opacity:.72 !important;
  order:2 !important;
}

body .itx-menu > a:hover,
body .itx-menu > a:focus-visible,
body .itx-nav-item > a:hover,
body .itx-nav-item > a:focus-visible,
body .itx-nav-item.itfix-enterprise-open > a{
  color:var(--itfix-enterprise-text) !important;
  background:var(--itfix-enterprise-surface) !important;
}

body .itx-menu > a:hover::after,
body .itx-menu > a:focus-visible::after,
body .itx-nav-item > a:hover::after,
body .itx-nav-item > a:focus-visible::after,
body .itx-nav-item.itfix-enterprise-open > a::after{
  transform:scaleX(1) !important;
}

body .itx-nav-item.itfix-enterprise-open > a::before{
  transform:rotate(225deg) translateY(-1px) !important;
}

body .itfix-enterprise-actions{
  height:82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:0 !important;
  color:var(--itfix-enterprise-text) !important;
  overflow:visible !important;
}

body .itfix-enterprise-actions a,
body .itfix-enterprise-actions > span{
  min-height:82px !important;
  display:inline-flex !important;
  align-items:center !important;
  padding:0 3px !important;
  color:var(--itfix-enterprise-text) !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:600 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

body .itfix-portal-action{
  min-height:48px !important;
  height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  margin:0 6px !important;
  padding:0 16px !important;
  border:1px solid rgba(15,23,42,.14) !important;
  border-radius:0 !important;
  background:#0f766e !important;
  color:#fff !important;
  box-shadow:0 10px 22px rgba(15,23,42,.14) !important;
  font:760 13px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  cursor:pointer !important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease !important;
}

body .itfix-portal-action:hover,
body .itfix-portal-action.is-open{
  background:#115e59 !important;
  border-color:rgba(15,23,42,.18) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(15,23,42,.18) !important;
  transform:translateY(-1px) !important;
  outline:0 !important;
}

body .itfix-portal-action:active{
  transform:translateY(0) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.14) !important;
}

body .itfix-portal-action:focus-visible{
  outline:0 !important;
  box-shadow:
    0 0 0 3px rgba(191,219,254,.95),
    0 0 0 5px rgba(15,118,110,.28),
    0 12px 26px rgba(15,23,42,.18) !important;
}

.itfix-portal-action-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:0;
  background:rgba(255,255,255,.14);
}

.itfix-portal-action-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.itfix-portal-action-caret{
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.88;
  transition:transform .16s ease,opacity .16s ease;
}

.itfix-portal-action:hover .itfix-portal-action-caret{
  transform:rotate(45deg) translateY(0);
  opacity:1;
}

.itfix-portal-trigger.is-open .itfix-portal-action-caret{
  transform:rotate(225deg) translateY(-1px);
}

body .itfix-enterprise-actions a:hover{
  background:var(--itfix-enterprise-surface) !important;
  color:var(--itfix-enterprise-blue-hover) !important;
}

body .itfix-enterprise-actions .itx-nav-cta{
  min-height:40px !important;
  height:40px !important;
  margin-left:4px !important;
  padding:0 12px !important;
  border-radius:0 !important;
  border:1px solid #161616 !important;
  background:#161616 !important;
  color:#fff !important;
  box-shadow:none !important;
  font-size:13px !important;
  font-weight:650 !important;
}

body .itfix-enterprise-actions .itx-nav-cta:hover{
  background:#393939 !important;
  border-color:#393939 !important;
  color:#fff !important;
  transform:none !important;
}

body .itx-header.itfix-enterprise-header .itfix-enterprise-actions a.itx-nav-cta,
body .itx-header.itfix-enterprise-header .itfix-enterprise-actions a[href*="iletisim"].itx-nav-cta{
  background:#161616 !important;
  background-image:none !important;
  border:1px solid #161616 !important;
  border-radius:0 !important;
  color:#fff !important;
  box-shadow:none !important;
}

body .itx-header.itfix-enterprise-header .itfix-enterprise-actions a.itx-nav-cta:hover,
body .itx-header.itfix-enterprise-header .itfix-enterprise-actions a[href*="iletisim"].itx-nav-cta:hover{
  background:#0353e9 !important;
  background-image:none !important;
  border-color:#0353e9 !important;
}

body .itx-mobile-toggle{
  display:none !important;
}

body .itx-header .itx-mega,
body .itx-header .ifx-final-mega,
body .itx-header .sub-menu,
body .itx-header .mega-menu,
body .itx-header .dropdown-menu{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.itfix-enterprise-mobile-panel{
  display:none;
}

.itfix-portal-mobile-launcher{
  display:none;
}

#itfix-enterprise-mega{
  position:fixed;
  left:0;
  right:0;
  top:var(--itfix-enterprise-mega-top,72px);
  z-index:100000;
  display:none;
  background:#fff;
  border-bottom:1px solid var(--itfix-enterprise-border);
  box-shadow:0 24px 64px rgba(0,0,0,.08);
}

#itfix-enterprise-mega.is-open{
  display:block;
}

#itfix-portal-launcher-panel{
  position:fixed;
  top:var(--itfix-portal-top,92px);
  left:var(--itfix-portal-left,auto);
  z-index:100030;
  width:var(--itfix-portal-width,480px);
  max-width:calc(100vw - 28px);
  display:none;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease;
}

#itfix-portal-launcher-panel.is-open{
  display:block;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.itfix-portal-panel-shell{
  position:relative;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(37,99,235,.10);
  box-shadow:0 22px 60px rgba(15,23,42,.14);
  backdrop-filter:none;
  border-radius:22px;
  overflow:hidden;
}

.itfix-portal-panel-head{
  position:relative;
  padding:20px 22px 16px;
  border-bottom:1px solid rgba(37,99,235,.09);
  background:#fff;
}

.itfix-portal-panel-head b{
  display:block;
  margin:0 0 5px;
  color:var(--itfix-enterprise-text);
  font-size:20px;
  line-height:1.15;
  font-weight:800;
}

.itfix-portal-panel-head span{
  display:block;
  color:var(--itfix-enterprise-muted);
  font-size:13px;
  line-height:1.45;
  font-weight:400;
}

.itfix-portal-panel-head small{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  margin-top:10px;
  padding:0 10px;
  border:1px solid rgba(37,99,235,.10);
  border-radius:999px;
  background:#f8fbff;
  color:#475569;
  font-size:12px;
  line-height:1;
  font-weight:650;
}

.itfix-portal-panel-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:14px;
}

.itfix-enterprise-mega-inner{
  width:min(1180px,calc(100vw - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:292px minmax(0,1fr);
  min-height:360px;
  max-height:calc(100vh - var(--itfix-enterprise-mega-top,72px) - 28px);
  background:#fff;
}

.itfix-enterprise-mega-inner-portal{
  grid-template-columns:300px minmax(0,1fr);
  min-height:300px;
}

.itfix-enterprise-mega-tabs{
  padding:20px 0;
  background:var(--itfix-enterprise-surface);
  border-right:1px solid var(--itfix-enterprise-border);
}

.itfix-enterprise-portal-feature{
  padding:34px 28px;
  background:#f7f8fa;
}

.itfix-enterprise-portal-feature .itfix-enterprise-mega-title{
  font-size:26px;
}

.itfix-enterprise-portal-feature .itfix-enterprise-mega-desc{
  margin-bottom:0;
}

.itfix-enterprise-mega-tab{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 20px;
  border:0;
  border-left:3px solid transparent;
  background:transparent;
  color:var(--itfix-enterprise-text);
  font:650 14px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  text-align:left;
  cursor:pointer;
}

.itfix-enterprise-mega-tab:hover,
.itfix-enterprise-mega-tab:focus-visible{
  background:#fff;
  color:var(--itfix-enterprise-text) !important;
  outline:0;
}

.itfix-enterprise-mega-tab.is-active{
  background:#fff;
  border-left-color:var(--itfix-enterprise-blue);
  color:var(--itfix-enterprise-blue-hover) !important;
}

.itfix-enterprise-mega-tab::after{
  content:"";
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(-45deg);
  opacity:.55;
}

.itfix-enterprise-mega-content{
  padding:34px 40px 30px;
  overflow:auto;
}

.itfix-enterprise-mega-eyebrow{
  margin:0 0 14px;
  color:var(--itfix-enterprise-blue-hover);
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.itfix-enterprise-mega-title{
  margin:0;
  color:var(--itfix-enterprise-text);
  font-size:28px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:0;
}

.itfix-enterprise-mega-desc{
  max-width:760px;
  margin:14px 0 28px;
  color:var(--itfix-enterprise-muted);
  font-size:16px;
  line-height:1.58;
  font-weight:400;
}

.itfix-enterprise-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 42px;
  margin-bottom:30px;
}

.itfix-enterprise-portal-grid{
  gap:18px 24px;
  margin-bottom:0;
}

.itfix-enterprise-link{
  display:block;
  padding:0 0 18px;
  border-bottom:1px solid var(--itfix-enterprise-border);
  color:var(--itfix-enterprise-text) !important;
  text-decoration:none;
}

.itfix-enterprise-portal-link{
  position:relative;
  min-height:168px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto minmax(0,1fr) auto;
  align-items:start;
  gap:13px 12px;
  padding:18px;
  border:1px solid rgba(37,99,235,.10);
  border-bottom:1px solid rgba(37,99,235,.10);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,23,42,.07);
  overflow:visible;
  transform:translateY(0);
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}

.itfix-enterprise-portal-link::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:0;
  height:3px;
  border-radius:0 0 999px 999px;
  background:#0f766e;
  opacity:.75;
}

.itfix-enterprise-portal-link:hover,
.itfix-enterprise-portal-link:focus-visible{
  background:#fbfdff;
  border-color:rgba(37,99,235,.22);
  box-shadow:0 16px 34px rgba(15,23,42,.11);
  transform:translateY(-2px);
  outline:0;
}

.itfix-enterprise-portal-link:focus-visible{
  outline:2px solid rgba(15,118,110,.45);
  outline-offset:3px;
}

.itfix-portal-service-badge{
  display:inline-flex;
  width:auto;
  min-width:0;
  height:28px;
  align-items:center;
  justify-content:center;
  justify-self:start;
  padding:0 10px;
  border:1px solid rgba(37,99,235,.12);
  border-radius:999px;
  background:#f8fbff;
  color:#0f766e !important;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:0;
}

.itfix-portal-content{
  position:relative;
  grid-column:1 / -1;
  display:grid;
  gap:8px;
  min-height:auto;
  padding:0;
  background:transparent;
}

.itfix-portal-entry-action{
  display:inline-flex;
  grid-column:2;
  align-self:end;
  justify-self:end;
  min-height:36px;
  align-items:center;
  gap:8px;
  justify-content:center;
  padding:0 13px;
  border:1px solid rgba(15,118,110,.16);
  border-radius:11px;
  background:#f8fbff;
  color:#0f766e !important;
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  transition:background .16s ease,border-color .16s ease,color .16s ease;
}

.itfix-portal-entry-action::after{
  content:"";
  width:6px;
  height:6px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:rotate(45deg);
}

.itfix-enterprise-portal-link:hover .itfix-portal-entry-action,
.itfix-enterprise-portal-link:focus-visible .itfix-portal-entry-action{
  background:#0f766e;
  border-color:#0f766e;
  color:#fff !important;
}

.itfix-enterprise-link b{
  display:block;
  margin-bottom:7px;
  color:var(--itfix-enterprise-text);
  font-size:16px;
  line-height:1.3;
  font-weight:650;
}

.itfix-enterprise-link span{
  display:block;
  color:var(--itfix-enterprise-muted);
  font-size:14px;
  line-height:1.45;
  font-weight:400;
}

.itfix-enterprise-link .itfix-portal-content{
  display:grid;
}

.itfix-enterprise-link .itfix-portal-entry-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#0f766e !important;
  font-size:12px;
  line-height:1;
  font-weight:800;
  text-align:center;
}

.itfix-enterprise-link:hover b{
  color:var(--itfix-enterprise-blue-hover) !important;
}

#itfix-enterprise-mega,
#itfix-enterprise-mega button,
#itfix-enterprise-mega a{
  color:var(--itfix-enterprise-text) !important;
}

#itfix-enterprise-mega .itfix-enterprise-mega-eyebrow,
#itfix-enterprise-mega .itfix-enterprise-mega-cta,
#itfix-enterprise-mega .itfix-enterprise-link:hover b,
#itfix-enterprise-mega .itfix-enterprise-mega-tab.is-active{
  color:var(--itfix-enterprise-blue-hover) !important;
}

#itfix-enterprise-mega .itfix-enterprise-link span,
#itfix-enterprise-mega .itfix-enterprise-mega-desc{
  color:var(--itfix-enterprise-muted) !important;
}

.itfix-enterprise-mega-cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:40px;
  padding:0;
  color:var(--itfix-enterprise-blue);
  text-decoration:none;
  font-size:15px;
  font-weight:650;
}

.itfix-enterprise-mega-cta:hover{
  color:var(--itfix-enterprise-blue-hover);
  text-decoration:underline;
}

@media(max-width:1180px){
  body .itfix-enterprise-shell{
    gap:14px !important;
    grid-template-columns:174px minmax(480px,1fr) minmax(340px,auto) !important;
  }

  body .itx-brand{
    width:174px !important;
  }

  body .itx-brand img{
    height:62px !important;
    max-height:62px !important;
  }

  body .itx-menu > a,
  body .itx-nav-item > a{
    padding:0 8px !important;
    font-size:13px !important;
  }

  body .itfix-enterprise-actions a,
  body .itfix-enterprise-actions span{
    padding:0 4px !important;
    font-size:11px !important;
  }
}

@media(max-width:1200px){
  body .itx-header.itfix-enterprise-header{
    position:sticky !important;
  }

  body .itfix-enterprise-shell{
    height:82px !important;
    min-height:82px !important;
    width:calc(100% - 28px) !important;
    grid-template-columns:auto auto !important;
    justify-content:space-between !important;
  }

  body .itx-brand{
    width:178px !important;
    height:76px !important;
  }

  body .itx-brand img{
    width:auto !important;
    max-width:none !important;
    height:64px !important;
    max-height:64px !important;
  }

  body .itx-mobile-toggle{
    display:inline-flex !important;
    width:46px !important;
    height:46px !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:5px !important;
    border:1px solid var(--itfix-enterprise-border) !important;
    border-radius:0 !important;
    background:#fff !important;
    color:var(--itfix-enterprise-text) !important;
    box-shadow:none !important;
  }

  body .itx-mobile-toggle span{
    display:block !important;
    width:20px !important;
    height:2px !important;
    background:var(--itfix-enterprise-text) !important;
    border-radius:0 !important;
  }

  body .itx-menu{
    display:none !important;
  }

  body .itx-menu.is-open{
    position:fixed !important;
    left:14px !important;
    right:14px !important;
    top:var(--itfix-enterprise-mobile-top,95px) !important;
    width:auto !important;
    height:auto !important;
    max-height:calc(100svh - var(--itfix-enterprise-mobile-top,95px)) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    overflow:auto !important;
    background:#fff !important;
    border-top:1px solid var(--itfix-enterprise-border) !important;
    border-bottom:1px solid var(--itfix-enterprise-border) !important;
    box-shadow:0 24px 48px rgba(0,0,0,.1) !important;
    z-index:100020 !important;
  }

  body .itx-menu.is-open .itfix-portal-mobile-launcher{
    display:block !important;
    padding:14px !important;
    border-bottom:1px solid var(--itfix-enterprise-border) !important;
    background:#fff !important;
  }

  .itfix-portal-mobile-button{
    width:100% !important;
    min-height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:0 15px !important;
    border:1px solid rgba(15,23,42,.14) !important;
    border-radius:0 !important;
    background:#0f766e !important;
    color:#fff !important;
    box-shadow:0 10px 22px rgba(15,23,42,.14) !important;
    font:750 15px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
    text-align:left !important;
  }

  body .itx-header.itfix-enterprise-header .itfix-portal-mobile-button{
    border:1px solid rgba(15,23,42,.14) !important;
    border-radius:0 !important;
    background:#0f766e !important;
    color:#fff !important;
    box-shadow:0 10px 22px rgba(15,23,42,.14) !important;
  }

  .itfix-portal-mobile-button:focus-visible{
    outline:0 !important;
    box-shadow:
      0 0 0 3px rgba(191,219,254,.95),
      0 0 0 5px rgba(15,118,110,.28),
      0 10px 22px rgba(15,23,42,.14) !important;
  }

  .itfix-portal-mobile-button > span:nth-child(2){
    flex:1 1 auto;
  }

  .itfix-portal-mobile-panel{
    margin-top:12px;
  }

  .itfix-portal-mobile-panel[hidden]{
    display:none !important;
  }

  .itfix-portal-mobile-panel .itfix-portal-panel-shell{
    border-radius:0;
    box-shadow:none;
    border-color:var(--itfix-enterprise-border);
    backdrop-filter:none;
  }

  .itfix-portal-mobile-panel .itfix-portal-panel-head{
    padding:16px;
  }

  .itfix-portal-mobile-panel .itfix-portal-panel-grid{
    width:100% !important;
    box-sizing:border-box !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
    padding:10px !important;
  }

  body .itx-header.itfix-enterprise-header .itx-menu.is-open .itfix-portal-mobile-panel a.itfix-enterprise-portal-link,
  .itfix-portal-mobile-panel .itfix-portal-card{
    width:100% !important;
    min-width:0 !important;
    min-height:150px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-rows:auto minmax(0,1fr) auto !important;
    gap:11px 10px !important;
    padding:17px !important;
    border:1px solid rgba(37,99,235,.10) !important;
    border-radius:16px !important;
    background:#fff !important;
    box-shadow:0 8px 22px rgba(15,23,42,.06) !important;
    color:var(--itfix-enterprise-text) !important;
    text-decoration:none !important;
    box-sizing:border-box !important;
  }

  .itfix-portal-mobile-panel .itfix-portal-content{
    grid-column:1 / -1;
    min-height:auto;
    padding:0;
  }

  .itfix-portal-mobile-panel .itfix-portal-entry-action{
    grid-column:2;
    justify-self:end;
  }

  body .itx-menu.is-open .itx-nav-item{
    width:100% !important;
    display:block !important;
  }

  body .itx-menu.is-open > a,
  body .itx-menu.is-open .itx-nav-item > a{
    width:100% !important;
    height:52px !important;
    min-height:52px !important;
    justify-content:space-between !important;
    padding:0 24px !important;
    border-bottom:1px solid var(--itfix-enterprise-border) !important;
  }

  body .itfix-enterprise-actions{
    display:none !important;
  }

  #itfix-enterprise-mega{
    display:none !important;
  }

  #itfix-portal-launcher-panel{
    display:none !important;
  }

  body .itx-nav-item.itfix-enterprise-mobile-open .itfix-enterprise-mobile-panel{
    display:block;
  }

  .itfix-enterprise-mobile-panel{
    display:none;
    position:relative;
    z-index:2;
    width:100%;
    padding:0;
    background:var(--itfix-enterprise-surface);
    border-bottom:1px solid var(--itfix-enterprise-border);
  }

  .itfix-enterprise-mobile-category{
    border-bottom:1px solid var(--itfix-enterprise-border);
  }

  .itfix-enterprise-mobile-category > button{
    width:100%;
    min-height:48px;
    padding:0 24px;
    border:0;
    background:#fff;
    color:var(--itfix-enterprise-text);
    font:650 14px/1.2 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    text-align:left;
  }

  .itfix-enterprise-mobile-category-body{
    display:none;
    padding:18px 24px 22px;
    background:#fff;
  }

  .itfix-enterprise-mobile-panel-portal .itfix-enterprise-mobile-category-body{
    display:block;
  }

  .itfix-enterprise-mobile-category.is-active .itfix-enterprise-mobile-category-body{
    display:block;
  }

  .itfix-enterprise-mobile-category-body h3{
    margin:0 0 8px;
    font-size:20px;
    line-height:1.2;
    color:var(--itfix-enterprise-text);
  }

  .itfix-enterprise-mobile-category-body p{
    margin:0 0 16px;
    color:var(--itfix-enterprise-muted);
    font-size:14px;
    line-height:1.5;
  }

  .itfix-enterprise-mobile-category-body a{
    width:100% !important;
    min-height:0 !important;
    display:block !important;
    padding:12px 0 !important;
    border:0 !important;
    border-top:1px solid var(--itfix-enterprise-border) !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--itfix-enterprise-text) !important;
    text-decoration:none !important;
    font-size:14px !important;
    line-height:1.35 !important;
    font-weight:650 !important;
  }

  body .itx-header.itfix-enterprise-header .itx-menu.is-open .itfix-enterprise-mobile-category-body a{
    display:block !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
}

@media(max-width:782px){
  .admin-bar body .itx-header.itfix-enterprise-header{
    top:46px !important;
  }
}

@media (prefers-reduced-motion: reduce){
  #itfix-portal-launcher-panel,
  .itfix-enterprise-portal-link,
  .itfix-portal-entry-action{
    transition:none !important;
  }

  .itfix-enterprise-portal-link:hover,
  .itfix-enterprise-portal-link:focus-visible{
    transform:none !important;
  }
}

/* Enterprise footer */
body .itfix-enterprise-footer{
  background:#fff !important;
  color:#161616 !important;
  border-top:1px solid #dde1e6 !important;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif !important;
}

body .itfix-enterprise-footer .itx-footer-v6-top,
body .itfix-enterprise-footer .itx-footer-v6-main{
  background:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-cta{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  align-items:center !important;
  gap:36px !important;
  padding:56px 0 !important;
  border-bottom:1px solid #dde1e6 !important;
  background:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-cta span{
  display:block !important;
  margin:0 0 16px !important;
  color:#0f62fe !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

body .itfix-enterprise-footer .itx-footer-v6-cta h2{
  max-width:820px !important;
  margin:0 !important;
  color:#161616 !important;
  font-size:clamp(30px,4vw,52px) !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-cta p{
  max-width:760px !important;
  margin:18px 0 0 !important;
  color:#525252 !important;
  font-size:16px !important;
  line-height:1.62 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-buttons{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  justify-content:flex-start !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row{
  max-width:860px !important;
  margin-top:28px !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  border:1px solid #dde1e6 !important;
  background:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a{
  min-height:78px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:7px !important;
  padding:18px 22px !important;
  border-right:1px solid #dde1e6 !important;
  background:#fff !important;
  color:#161616 !important;
  text-decoration:none !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a:last-child{
  border-right:0 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row small{
  color:#525252 !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:650 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row b{
  margin:0 !important;
  color:#161616 !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a:hover{
  background:#edf5ff !important;
  color:#0353e9 !important;
  text-decoration:none !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a:hover b{
  color:#0353e9 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a.primary{
  background:#161616 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a.primary small,
body .itfix-enterprise-footer .itx-footer-v6-contact-row a.primary b{
  color:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact-row a.primary:hover{
  background:#0353e9 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-buttons a{
  min-height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 20px !important;
  border-radius:0 !important;
  border:1px solid #8d8d8d !important;
  background:#fff !important;
  color:#161616 !important;
  box-shadow:none !important;
  font-size:15px !important;
  font-weight:650 !important;
  text-decoration:none !important;
}

body .itfix-enterprise-footer .itx-footer-v6-buttons a.primary{
  background:#161616 !important;
  border-color:#161616 !important;
  color:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-buttons a:hover{
  border-color:#0f62fe !important;
  color:#0353e9 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-buttons a.primary:hover{
  background:#0353e9 !important;
  border-color:#0353e9 !important;
  color:#fff !important;
}

body .itfix-enterprise-footer .itx-footer-v6-grid{
  display:grid !important;
  grid-template-columns:1.45fr repeat(6,minmax(0,1fr)) !important;
  align-items:stretch !important;
  grid-auto-rows:minmax(280px,auto) !important;
  gap:0 !important;
  padding:0 !important;
  border-left:1px solid #dde1e6 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-grid > div{
  height:100% !important;
  min-height:280px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  padding:34px 24px !important;
  border-right:1px solid #dde1e6 !important;
  border-bottom:1px solid #dde1e6 !important;
  background:#fff !important;
  box-sizing:border-box !important;
}

body .itfix-enterprise-footer .itx-footer-v6-brand img{
  display:block !important;
  width:150px !important;
  max-width:150px !important;
  height:auto !important;
  margin:0 0 28px !important;
}

body .itfix-enterprise-footer .itx-footer-v6-brand strong{
  display:block !important;
  margin:0 0 8px !important;
  color:#161616 !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:750 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-brand p{
  max-width:330px !important;
  margin:0 !important;
  color:#525252 !important;
  font-size:14px !important;
  line-height:1.58 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-contact{
  display:none !important;
}

body .itfix-enterprise-footer .itx-footer-v6-grid > div:not(.itx-footer-v6-brand) a{
  min-height:34px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 !important;
  border-radius:0 !important;
  color:#525252 !important;
  background:transparent !important;
  box-shadow:none !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}

body .itfix-enterprise-footer .itx-footer-v6-grid a:hover{
  color:#0f62fe !important;
  text-decoration:underline !important;
}

body .itfix-enterprise-footer .itx-footer-v6-grid b{
  display:block !important;
  margin:0 0 18px !important;
  color:#161616 !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

body .itfix-enterprise-footer .itx-footer-v6-bottom{
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
  padding:0 !important;
  color:#525252 !important;
  font-size:13px !important;
  border-bottom:1px solid #dde1e6 !important;
}

@media(max-width:1180px){
  body .itfix-enterprise-footer .itx-footer-v6-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:minmax(260px,auto) !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-grid > div{
    min-height:260px !important;
  }
}

@media(max-width:820px){
  body .itfix-enterprise-footer .itx-footer-v6-cta{
    grid-template-columns:1fr !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-buttons{
    justify-content:flex-start !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-grid{
    grid-template-columns:1fr !important;
    grid-auto-rows:auto !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-grid > div{
    min-height:0 !important;
    height:auto !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-contact-row{
    grid-template-columns:1fr !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-contact-row a{
    border-right:0 !important;
    border-bottom:1px solid #dde1e6 !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-contact-row a:last-child{
    border-bottom:0 !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-brand img{
    width:138px !important;
    max-width:138px !important;
  }

  body .itfix-enterprise-footer .itx-footer-v6-bottom{
    min-height:auto !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    padding:18px 0 !important;
  }
}
