
:root{
  --aiht-shell-bg:#0a0f18;
  --aiht-shell-bg-soft:#111827;
  --aiht-shell-panel:#101521;
  --aiht-shell-panel-soft:rgba(255,255,255,.04);
  --aiht-shell-border:rgba(255,255,255,.10);
  --aiht-shell-border-strong:rgba(255,255,255,.18);
  --aiht-shell-text:#f8fafc;
  --aiht-shell-text-soft:#b8c0d2;
  --aiht-shell-accent:#0c2d75;
  --aiht-shell-accent-soft:#9cb1ff;
  --aiht-shell-warm:#f7aaa2;
  --aiht-shell-shadow:0 28px 72px rgba(0,0,0,.32);
  --aiht-shell-container:min(1480px, calc(100% - 32px));
  --aiht-shell-header-height:122px;
  --aiht-shell-admin-offset:0px;
}

body.aiht-hf-active{
  padding-top:var(--aiht-shell-header-height);
  background:#0b111b;
}

body.admin-bar.aiht-hf-active{
  --aiht-shell-admin-offset:32px;
}

@media (max-width:782px){
  body.admin-bar.aiht-hf-active{
    --aiht-shell-admin-offset:46px;
  }
}

body.aiht-hf-active #main_header,
body.aiht-hf-active .rh-header,
body.aiht-hf-active .header_wrap,
body.aiht-hf-active .header-top,
body.aiht-hf-active .header_m_menu,
body.aiht-hf-active .topline_wrap,
body.aiht-hf-active .topline_bar,
body.aiht-hf-active .rehub-header,
body.aiht-hf-active .mobile_fix_nav,
body.aiht-hf-active .rh-stickymenu,
body.aiht-hf-active .header-top-wrap,
body.aiht-hf-active #theme_footer,
body.aiht-hf-active .rehub-main-footer,
body.aiht-hf-active .footer-top,
body.aiht-hf-active .footer-bottom,
body.aiht-hf-active footer#colophon,
body.aiht-hf-active .rh_mobilemenu,
body.aiht-hf-active .mobileheader_wrap{
  display:none !important;
}

.aiht-shell-header,
.aiht-shell-footer{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--aiht-shell-text);
}

.aiht-shell-container{
  width:var(--aiht-shell-container);
  margin:0 auto;
}

.aiht-shell-header{
  position:fixed;
  top:var(--aiht-shell-admin-offset);
  left:0;
  right:0;
  z-index:9998;
  background:
    linear-gradient(180deg, rgba(8,12,19,.98) 0%, rgba(8,12,19,.96) 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.30);
  backdrop-filter:blur(12px);
}

.aiht-shell-topline{
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}

.aiht-shell-topline-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:30px;
}

.aiht-shell-topline-copy{
  margin:0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--aiht-shell-text-soft);
}

.aiht-shell-topline-links{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.aiht-shell-topline-links a,
.aiht-shell-primary-nav a,
.aiht-shell-footer a,
.aiht-shell-chip{
  text-decoration:none !important;
}

.aiht-shell-topline-links a{
  color:#dbe3f5;
  font-size:12px;
  font-weight:700;
}

.aiht-shell-topline-links a:hover{
  color:#fff;
}

.aiht-shell-mainbar{
  position:relative;
}

.aiht-shell-mainbar-inner{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:16px;
  min-height:58px;
}

.aiht-shell-brand{
  min-width:0;
}

.aiht-shell-brand-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--aiht-shell-text);
  text-decoration:none !important;
}

.aiht-shell-brand-logo{
  display:block;
  width:auto;
  max-width:116px;
  max-height:34px;
  height:auto;
}

.aiht-shell-brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:
    radial-gradient(120px 70px at 0% 0%, rgba(39,83,255,.24) 0%, rgba(39,83,255,0) 60%),
    radial-gradient(120px 70px at 100% 0%, rgba(247,170,162,.22) 0%, rgba(247,170,162,0) 60%),
    linear-gradient(180deg, #16213b 0%, #101726 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 34px rgba(0,0,0,.24);
  font-size:16px;
  font-weight:900;
  letter-spacing:.02em;
  color:#fff;
}

.aiht-shell-brand-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  max-width:190px;
}

.aiht-shell-brand-copy strong{
  display:block;
  font-size:14px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff;
}

.aiht-shell-brand-copy em{
  display:block;
  margin-top:2px;
  font-style:normal;
  font-size:10px;
  font-weight:600;
  line-height:1.4;
  color:var(--aiht-shell-text-soft);
}

.aiht-shell-primary-nav{
  min-width:0;
  overflow:hidden;
}

.aiht-shell-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.aiht-shell-menu-primary{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:nowrap;
  gap:0;
  white-space:nowrap;
  overflow-x:auto;
  scrollbar-width:none;
}

.aiht-shell-menu-primary::-webkit-scrollbar{
  display:none;
}

.aiht-shell-menu-primary > li{
  position:relative;
  display:flex;
  align-items:center;
}

.aiht-shell-menu-primary > li > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 10px;
  color:#edf2ff;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  border-radius:999px;
  transition:background .18s ease, color .18s ease, transform .18s ease;
}

.aiht-shell-menu-primary > li.current-menu-item > a,
.aiht-shell-menu-primary > li.current_page_item > a,
.aiht-shell-menu-primary > li > a:hover{
  background:rgba(255,255,255,.04);
  color:#fff;
}

.aiht-shell-menu-primary > li.menu-item-has-children{
  gap:4px;
}

.aiht-shell-menu-primary > li.menu-item-has-children > a::after{
  display:none;
}

.aiht-shell-menu-primary .sub-menu,
.aiht-shell-menu-mobile .sub-menu{
  list-style:none;
  margin:0;
  padding:12px;
}

.aiht-shell-menu-primary .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:240px;
  background:
    radial-gradient(240px 120px at 0% 0%, rgba(39,83,255,.17) 0%, rgba(39,83,255,0) 60%),
    radial-gradient(220px 110px at 100% 0%, rgba(247,170,162,.15) 0%, rgba(247,170,162,0) 60%),
    linear-gradient(180deg, rgba(16,21,33,.98) 0%, rgba(10,14,24,.99) 100%);
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  box-shadow:var(--aiht-shell-shadow);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.aiht-shell-menu-primary > li:hover > .sub-menu,
.aiht-shell-menu-primary > li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.aiht-shell-menu-primary .sub-menu li{
  position:relative;
}

.aiht-shell-menu-primary .sub-menu a{
  display:block;
  padding:10px 11px;
  border-radius:14px;
  color:#dbe3f5;
  font-size:13px;
  font-weight:700;
  line-height:1.45;
}

.aiht-shell-menu-primary .sub-menu a:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}

.aiht-shell-submenu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  margin-left:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#e5ebff;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease, transform .18s ease;
}

.aiht-shell-menu-primary > li.menu-item-has-children > .aiht-shell-submenu-toggle{
  display:inline-flex;
}

.aiht-shell-menu-primary > li.menu-item-has-children > .aiht-shell-submenu-toggle:hover,
.aiht-shell-menu-primary > li.menu-item-has-children:hover > .aiht-shell-submenu-toggle,
.aiht-shell-menu-primary > li.menu-item-has-children:focus-within > .aiht-shell-submenu-toggle{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.aiht-shell-submenu-toggle::before{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transition:transform .18s ease;
}

li.aiht-shell-submenu-open > .aiht-shell-menu-primary > li.menu-item-has-children > .aiht-shell-submenu-toggle{
  display:inline-flex;
}

.aiht-shell-menu-primary > li.menu-item-has-children > .aiht-shell-submenu-toggle:hover,
.aiht-shell-menu-primary > li.menu-item-has-children:hover > .aiht-shell-submenu-toggle,
.aiht-shell-menu-primary > li.menu-item-has-children:focus-within > .aiht-shell-submenu-toggle{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.aiht-shell-submenu-toggle::before{
  transform:rotate(-135deg);
}

.aiht-shell-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

.aiht-shell-search-toggle,
.aiht-shell-button,
.aiht-shell-mobile-toggle{
  font:inherit;
}

.aiht-shell-search-toggle{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.03);
  color:#edf2ff;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.aiht-shell-search-toggle:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.18);
}

.aiht-shell-icon-search{
  position:relative;
  display:inline-flex;
  width:14px;
  height:14px;
  border:2px solid currentColor;
  border-radius:999px;
}

.aiht-shell-icon-search::after{
  content:"";
  position:absolute;
  right:-5px;
  bottom:-4px;
  width:7px;
  height:2px;
  background:currentColor;
  border-radius:999px;
  transform:rotate(45deg);
}

.aiht-shell-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  line-height:1.2;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  text-decoration:none !important;
}

.aiht-shell-button:hover{
  transform:translateY(-1px);
}

.aiht-shell-button-primary{
  background:#0c2d75;
  color:#fff;
  box-shadow:0 18px 34px rgba(12,45,117,.34);
}

.aiht-shell-button-primary:hover{
  color:#fff;
  background:#133995;
}

.aiht-shell-button-secondary{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
}

.aiht-shell-button-secondary:hover,
.aiht-shell-button-ghost:hover{
  color:#fff;
  border-color:rgba(255,255,255,.22);
}

.aiht-shell-button-ghost{
  background:transparent;
  border:1px solid rgba(255,255,255,.12);
  color:#edf2ff;
}

.aiht-shell-quickbar{
  border-top:1px solid rgba(255,255,255,.04);
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 100%);
}

.aiht-shell-quickbar-inner{
  min-height:36px;
  display:flex;
  align-items:center;
}

.aiht-shell-chip-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.aiht-shell-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:#dbe3f5;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  transition:transform .18s ease, border-color .18s ease, color .18s ease;
}

.aiht-shell-chip:hover{
  transform:translateY(-1px);
  color:#fff;
  border-color:rgba(156,177,255,.36);
}

.aiht-shell-search-panel{
  border-top:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(16,21,33,.98) 0%, rgba(10,14,24,.99) 100%);
}

.aiht-shell-search-panel .aiht-shell-container{
  padding:18px 0 22px;
}

.aiht-shell-search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  width:min(860px,100%);
}

.aiht-shell-search-form input{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:#fff;
  font-size:15px;
  outline:none;
}

.aiht-shell-search-form input:focus{
  border-color:rgba(156,177,255,.36);
  box-shadow:0 0 0 4px rgba(39,83,255,.12);
}

.aiht-shell-search-form button{
  min-height:52px;
  padding:0 18px;
  border:0;
  border-radius:16px;
  background:#0c2d75;
  color:#fff;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}

.aiht-shell-mobile-toggle{
  display:none;
  align-items:center;
  gap:10px;
  padding:11px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  cursor:pointer;
}

.aiht-shell-mobile-toggle-box{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
  width:16px;
}

.aiht-shell-mobile-toggle-box span{
  display:block;
  width:16px;
  height:2px;
  border-radius:999px;
  background:currentColor;
}

.aiht-shell-mobile-panel[hidden]{
  display:none !important;
}

.aiht-shell-mobile-panel{
  position:fixed;
  inset:0;
  z-index:10000;
}

.aiht-shell-mobile-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.52);
}

.aiht-shell-mobile-drawer{
  position:relative;
  margin-left:auto;
  width:min(92vw, 380px);
  height:100%;
  background:
    radial-gradient(320px 160px at 0% 0%, rgba(39,83,255,.18) 0%, rgba(39,83,255,0) 62%),
    radial-gradient(300px 150px at 100% 0%, rgba(247,170,162,.16) 0%, rgba(247,170,162,0) 62%),
    linear-gradient(180deg, rgba(16,21,33,.99) 0%, rgba(9,13,22,.99) 100%);
  box-shadow:-24px 0 72px rgba(0,0,0,.34);
  padding:18px 18px 26px;
  overflow:auto;
}

.aiht-shell-mobile-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.aiht-shell-mobile-close{
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.aiht-shell-mobile-search{
  margin-bottom:18px;
}

.aiht-shell-menu-mobile{
  display:grid;
  gap:8px;
}

.aiht-shell-menu-mobile > li{
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.aiht-shell-menu-mobile > li > a{
  display:block;
  padding:15px 16px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  line-height:1.35;
}

.aiht-shell-menu-mobile .aiht-shell-submenu-toggle{
  display:inline-flex;
  position:absolute;
  right:10px;
  top:10px;
  background:rgba(255,255,255,.04);
}

.aiht-shell-menu-mobile .sub-menu{
  display:none;
  margin:0 10px 12px;
  padding:8px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
}

.aiht-shell-menu-mobile li.aiht-shell-submenu-open > .sub-menu{
  display:block;
}

.aiht-shell-menu-mobile .sub-menu a{
  display:block;
  padding:10px 11px;
  color:#dbe3f5;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
  border-radius:12px;
}

.aiht-shell-menu-mobile .sub-menu a:hover{
  background:rgba(255,255,255,.04);
  color:#fff;
}

.aiht-shell-mobile-chips{
  margin-top:18px;
}

.aiht-shell-mobile-actions{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.aiht-shell-eyebrow{
  display:inline-flex;
  align-items:center;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.03);
  color:var(--aiht-shell-warm);
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.aiht-shell-footer{
  margin-top:48px;
}

.aiht-shell-footer-band{
  width:var(--aiht-shell-container);
  margin:0 auto 22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:30px;
  background:
    radial-gradient(560px 220px at 0% 0%, rgba(39,83,255,.16) 0%, rgba(39,83,255,0) 58%),
    radial-gradient(520px 220px at 100% 0%, rgba(247,170,162,.12) 0%, rgba(247,170,162,0) 58%),
    linear-gradient(180deg, rgba(17,21,33,.98) 0%, rgba(10,14,24,.99) 100%);
  box-shadow:var(--aiht-shell-shadow);
}

.aiht-shell-footer-band-inner{
  display:grid;
  grid-template-columns:minmax(0, 1.25fr) auto;
  align-items:center;
  gap:24px;
  padding:30px;
}

.aiht-shell-footer-band-copy h2{
  margin:14px 0 10px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.06;
  letter-spacing:-.03em;
  font-weight:900;
  color:#fff;
}

.aiht-shell-footer-band-copy p{
  margin:0;
  max-width:820px;
  color:var(--aiht-shell-text-soft);
  font-size:17px;
  line-height:1.78;
}

.aiht-shell-footer-band-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

.aiht-shell-footer-main{
  border-top:1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(180deg, rgba(8,12,19,.96) 0%, rgba(8,12,19,.99) 100%);
  padding:34px 0 24px;
}

.aiht-shell-footer-grid{
  display:grid;
  grid-template-columns:1.25fr repeat(4,minmax(0,.88fr));
  gap:20px;
}

.aiht-shell-footer-brand,
.aiht-shell-footer-col{
  padding:22px 20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
}

.aiht-shell-footer-brand .aiht-shell-brand-link{
  margin-bottom:14px;
}

.aiht-shell-footer-brand-copy{
  margin:0;
  color:var(--aiht-shell-text-soft);
  font-size:15px;
  line-height:1.75;
}

.aiht-shell-stat-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}

.aiht-shell-stat-card{
  padding:14px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  text-align:left;
}

.aiht-shell-stat-card strong{
  display:block;
  font-size:22px;
  line-height:1;
  font-weight:900;
  color:#fff;
}

.aiht-shell-stat-card span{
  display:block;
  margin-top:8px;
  color:var(--aiht-shell-text-soft);
  font-size:11px;
  font-weight:700;
  line-height:1.45;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.aiht-shell-footer-col h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.15;
  font-weight:850;
  letter-spacing:-.02em;
  color:#fff;
}

.aiht-shell-footer-menu,
.aiht-shell-inline-menu{
  list-style:none;
  margin:0;
  padding:0;
}

.aiht-shell-footer-menu{
  display:grid;
  gap:8px;
}

.aiht-shell-footer-menu a{
  display:flex;
  align-items:flex-start;
  gap:8px;
  padding:10px 0;
  color:#dbe3f5;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
}

.aiht-shell-footer-menu a:hover{
  color:#fff;
}

.aiht-shell-footer-menu a::before{
  content:"";
  width:7px;
  height:7px;
  margin-top:.6em;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(156,177,255,.9) 0%, rgba(156,177,255,.4) 100%);
  flex:0 0 7px;
}

.aiht-shell-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.06);
}

.aiht-shell-footer-bottom-copy{
  color:var(--aiht-shell-text-soft);
  font-size:13px;
  font-weight:600;
  line-height:1.6;
}

.aiht-shell-footer-bottom-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:10px 14px;
}

.aiht-shell-footer-bottom-links a,
.aiht-shell-powered{
  color:#dbe3f5;
  font-size:13px;
  font-weight:700;
  line-height:1.5;
}

.aiht-shell-footer-bottom-links a:hover{
  color:#fff;
}

.aiht-shell-powered{
  opacity:.8;
}

.aiht-shell-inline-menu{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
}

.aiht-shell-inline-menu > li{
  position:relative;
}

.aiht-shell-inline-menu a{
  color:#dbe3f5;
  font-size:12px;
  font-weight:700;
  line-height:1.5;
}

.aiht-shell-inline-menu a:hover{
  color:#fff;
}

.aiht-shell-inline-menu .sub-menu,
.aiht-shell-footer-menu .sub-menu{
  display:none !important;
}


@media (max-width:1360px){
  .aiht-shell-brand-copy em{
    display:none;
  }

  .aiht-shell-brand-copy{
    max-width:170px;
  }

  .aiht-shell-menu-primary > li > a{
    padding:11px 9px;
    font-size:13px;
  }
}

@media (max-width:1180px){
  .aiht-shell-brand-copy{
    display:none;
  }

  .aiht-shell-brand-logo{
    max-width:118px;
  }

  .aiht-shell-menu-primary{
    justify-content:flex-end;
  }
}

.screen-reader-text{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.skip-link:focus{
  position:fixed !important;
  top:calc(var(--aiht-shell-admin-offset) + 12px) !important;
  left:12px !important;
  width:auto !important;
  height:auto !important;
  padding:10px 14px !important;
  clip:auto !important;
  white-space:normal !important;
  background:#fff !important;
  color:#000 !important;
  z-index:10001 !important;
  border-radius:12px !important;
}

body.aiht-shell-mobile-open{
  overflow:hidden;
}

@media (max-width:1260px){
  .aiht-shell-mainbar-inner{
    grid-template-columns:auto 1fr auto;
  }

  .aiht-shell-actions{
    display:none;
  }
}

@media (max-width:1080px){
  :root{
    --aiht-shell-header-height:92px;
  }

  .aiht-shell-mainbar-inner{
    grid-template-columns:auto auto;
    justify-content:space-between;
  }

  .aiht-shell-primary-nav{
    display:none;
  }

  .aiht-shell-mobile-toggle{
    display:inline-flex;
  }

  .aiht-shell-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .aiht-shell-footer-band-inner{
    grid-template-columns:1fr;
    align-items:flex-start;
  }

  .aiht-shell-footer-band-actions{
    justify-content:flex-start;
  }
}

@media (max-width:782px){
  :root{
    --aiht-shell-header-height:86px;
  }

  .aiht-shell-topline{
    display:none;
  }

  .aiht-shell-mainbar-inner{
    min-height:72px;
  }

  .aiht-shell-quickbar{
    display:none;
  }

  .aiht-shell-brand-logo{
    max-width:132px;
    max-height:40px;
  }

  .aiht-shell-brand-copy strong{
    font-size:17px;
  }

  .aiht-shell-brand-copy em{
    font-size:11px;
  }

  .aiht-shell-footer-grid{
    grid-template-columns:1fr;
  }

  .aiht-shell-stat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .aiht-shell-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:640px){
  :root{
    --aiht-shell-container:min(100%, calc(100% - 20px));
    --aiht-shell-header-height:82px;
  }

  .aiht-shell-footer-band{
    width:var(--aiht-shell-container);
  }

  .aiht-shell-footer-band-inner,
  .aiht-shell-footer-main{
    padding-left:0;
    padding-right:0;
  }

  .aiht-shell-footer-band-inner{
    padding:22px 18px;
  }

  .aiht-shell-footer-brand,
  .aiht-shell-footer-col{
    padding:18px 16px;
    border-radius:20px;
  }

  .aiht-shell-stat-grid{
    grid-template-columns:1fr;
  }

  .aiht-shell-search-form{
    grid-template-columns:1fr;
  }

  .aiht-shell-mobile-drawer{
    width:100vw;
    border-radius:0;
  }
}
