.elementor-453 .elementor-element.elementor-element-ccdf2ad{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-453{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   ALARIONEX — ALX-200 SERIES
   COMPLETE COMPACT CSS
========================================================= */


/* =========================
   01 — ELEMENTOR RESET
========================= */

.alx200-content,
.alx200-content.e-con,
.alx200-content>.e-con-inner,
.alx200-content .elementor-widget-html,
.alx200-content .elementor-widget-html>.elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}

.alx200-content,
.alx200-content.e-con,
.alx200-content>.e-con-inner{
  gap:0!important;
  row-gap:0!important;
}

.alx200-content{
  --width:100%;
  --content-width:100%;
  overflow-x:clip;
}

.alx200-content .elementor-widget-html{
  flex:0 0 100%!important;
}


/* =========================
   02 — GLOBAL
========================= */

.alx200-page{
  --primary:#075ac8;
  --primary-hover:#064ba6;
  --heading:#0b2347;
  --text:#35465f;
  --muted:#66758a;
  --soft:#f6f8fb;
  --light:#f8fafc;
  --blue:#eef4fb;
  --border:#d9e3ef;
  --border-light:#e4eaf1;
  --container:1200px;
  --section:80px;
  --radius:6px;

  width:100%;
  min-width:0;
  max-width:none!important;
  margin:0;
  padding:0;
  overflow-x:clip;
  color:var(--text);
  background:#fff;
  font-family:inherit;
}

.alx200-page,
.alx200-page *,
.alx200-page *::before,
.alx200-page *::after{
  box-sizing:border-box;
}

.alx200-page img{
  display:block;
  max-width:100%;
}

.alx200-page a{
  text-decoration:none;
}

.alx200-page button,
.alx200-page input,
.alx200-page select,
.alx200-page textarea{
  font-family:inherit;
}

.alx200-page [hidden]{
  display:none!important;
}

.alx200-container{
  width:min(var(--container),calc(100% - 64px));
  min-width:0;
  margin-inline:auto;
}

.alx200-page :is(
  #model-selection,
  #standard-adjustable,
  #remote-backup,
  #signal-linked-control,
  #timing-communication,
  #protection-special,
  #applications,
  #specifications,
  #engineering-resources,
  #faq,
  #inquiry-form
){
  scroll-margin-top:100px;
}


/* =========================
   03 — SHARED
========================= */

.alx200-section-heading{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.alx200-section-heading__eyebrow,
.alx200-eyebrow{
  color:var(--primary);
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.1em;
}

.alx200-section-heading__eyebrow{
  margin-bottom:8px;
}

.alx200-section-heading h2{
  margin:0;
  color:var(--heading);
  font-size:32px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.015em;
}

.alx200-section-heading p{
  max-width:760px;
  margin:12px auto 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}


/* =========================
   04 — BUTTONS
========================= */

.alx200-btn{
  min-height:44px;
  margin:0;
  padding:10px 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:inherit;
  background:#fff;
  border:1px solid transparent;
  border-radius:5px;
  box-shadow:none;
  font-size:13.5px;
  line-height:1.25;
  font-weight:700;
  text-align:center;
  transition:.18s ease;
}

.alx200-btn:hover{
  transform:translateY(-1px);
}

.alx200-btn--primary,
.alx200-btn--primary:link,
.alx200-btn--primary:visited{
  color:#fff!important;
  background:var(--primary)!important;
  border-color:var(--primary)!important;
}

.alx200-btn--primary:hover{
  background:var(--primary-hover)!important;
  border-color:var(--primary-hover)!important;
}

.alx200-btn--secondary{
  color:var(--primary)!important;
  background:#fff!important;
  border-color:var(--primary)!important;
}

.alx200-btn--secondary:hover{
  color:#fff!important;
  background:var(--primary)!important;
}


/* =========================
   05 — OVERVIEW
========================= */

.alx200-overview{
  padding-bottom:68px;
}

.alx200-breadcrumb{
  min-height:22px;
  padding-top:22px;
  margin-bottom:30px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  color:#748399;
  font-size:13px;
  line-height:1.5;
}

.alx200-breadcrumb a{
  color:#748399;
}

.alx200-breadcrumb a:hover{
  color:var(--primary);
}

.alx200-breadcrumb__separator{
  color:#a6b1c0;
}

.alx200-breadcrumb [aria-current="page"]{
  color:#53647b;
}

.alx200-overview__grid{
  display:grid;
  grid-template-columns:minmax(0,5fr) minmax(0,7fr);
  align-items:start;
  gap:52px;
}


/* =========================
   06 — GALLERY
========================= */

.alx200-gallery{
  width:100%;
  min-width:0;
}

.alx200-gallery__main{
  width:100%;
  aspect-ratio:1;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f7fa;
  border:1px solid #e1e7ef;
  border-radius:var(--radius);
}

.alx200-gallery__main-button{
  appearance:none;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  cursor:zoom-in;
}

.alx200-gallery__main-image{
  width:100%;
  height:100%;
  object-fit:contain;
}

.alx200-gallery__thumbs{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}

.alx200-gallery__thumb{
  appearance:none;
  position:relative;
  width:100%;
  aspect-ratio:1;
  margin:0;
  padding:0;
  overflow:hidden;
  background:#fff!important;
  border:1px solid var(--border)!important;
  border-radius:5px!important;
  box-shadow:none!important;
  cursor:pointer;
}

.alx200-gallery__thumb:hover,
.alx200-gallery__thumb.is-active,
.alx200-gallery__thumb[aria-current="true"]{
  border-color:var(--primary)!important;
}

.alx200-gallery__thumb.is-active{
  box-shadow:inset 0 0 0 1px var(--primary)!important;
}

.alx200-gallery__thumb img{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  transform:translate(-50%,-50%) scale(1.45);
}


/* =========================
   07 — SUMMARY
========================= */

.alx200-summary{
  min-width:0;
  padding-top:4px;
}

.alx200-eyebrow{
  margin-bottom:11px;
}

.alx200-summary__title{
  max-width:680px;
  margin:0;
  color:var(--heading);
  font-size:46px;
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.025em;
}

.alx200-summary__subtitle{
  max-width:680px;
  margin:17px 0 0;
  color:#405774;
  font-size:17px;
  line-height:1.55;
  font-weight:500;
}

.alx200-summary__description{
  max-width:700px;
  margin-top:20px;
  color:#4d5f75;
  font-size:15px;
  line-height:1.7;
}

.alx200-summary__description p{
  margin:0;
}


/* Configuration map */

.alx200-config-nav{
  margin-top:20px;
  padding:15px 16px;
  background:#f7f9fc;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-config-nav__label{
  display:block;
  margin-bottom:10px;
  color:#65778d;
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.alx200-config-nav__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.alx200-config-nav__grid a{
  min-width:0;
  min-height:38px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  color:#40546e!important;
  background:#fff;
  border:1px solid #dbe4ed;
  border-radius:4px;
  font-size:12px;
  line-height:1.4;
  font-weight:600;
}

.alx200-config-nav__grid a:hover{
  color:var(--primary)!important;
  border-color:#9ab6d8;
}

.alx200-config-nav__grid a span{
  color:var(--primary);
}


/* Base model + CTA */

.alx200-base-model{
  min-height:44px;
  width:auto;
  margin-top:18px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  vertical-align:middle;
  color:#52657d;
  background:var(--blue);
  border-radius:4px;
  font-size:13px;
  line-height:1.3;
}

.alx200-base-model strong{
  color:var(--primary);
}

.alx200-summary__actions{
  margin:18px 0 0 10px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  vertical-align:middle;
}


/* Key facts */

.alx200-key-facts{
  margin-top:18px;
  padding:18px 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-block:1px solid #dfe6ef;
}

.alx200-key-fact{
  min-width:0;
  padding:0 16px;
  display:flex;
  flex-direction:column;
  gap:5px;
  border-right:1px solid #e2e8f0;
}

.alx200-key-fact:first-child{
  padding-left:0;
}

.alx200-key-fact:last-child{
  padding-right:0;
  border-right:0;
}

.alx200-key-fact__value{
  color:var(--heading);
  font-size:18px;
  line-height:1.25;
  font-weight:700;
}

.alx200-key-fact__label{
  color:var(--muted);
  font-size:12.5px;
  line-height:1.45;
}

.alx200-feature-tags{
  margin-top:14px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.alx200-feature-tag{
  padding:6px 10px;
  color:#40546e;
  background:var(--soft);
  border:1px solid #dce5ef;
  border-radius:4px;
  font-size:12px;
  font-weight:600;
}


/* =========================
   08 — COMMERCIAL
========================= */

.alx200-commercial{
  background:var(--light);
  border-block:1px solid #e1e7ef;
}

.alx200-commercial__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.alx200-commercial__item{
  min-width:0;
  min-height:94px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:14px;
}

.alx200-commercial__item+.alx200-commercial__item{
  border-left:1px solid #e1e7ef;
}

.alx200-commercial__icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alx200-commercial__icon svg{
  width:28px;
  height:28px;
}

.alx200-commercial__content h3{
  margin:0;
  color:var(--heading);
  font-size:14px;
  line-height:1.35;
  font-weight:700;
}

.alx200-commercial__content p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}


/* =========================
   09 — MODEL SELECTION
========================= */

.alx200-variants{
  padding:var(--section) 0;
}

.alx200-model-selection{
  display:grid;
  gap:48px;
}

.alx200-variant-group__heading{
  margin-bottom:18px;
  padding-bottom:14px;
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:11px;
  border-bottom:1px solid var(--border);
}

.alx200-variant-group__number{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  color:var(--primary);
  background:var(--blue);
  border-radius:50%;
  font-size:10px;
  font-weight:700;
}

.alx200-variant-group__heading h3{
  margin:0;
  color:var(--heading);
  font-size:20px;
  line-height:1.3;
  font-weight:700;
}

.alx200-variant-group__heading p{
  max-width:760px;
  margin:5px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.alx200-variant-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}


/* Model cards */

.alx200-model-card{
  position:relative;
  min-width:0;
  display:block;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  cursor:pointer;
  transition:.18s ease;
}

.alx200-model-card:hover{
  border-color:#9db8d8;
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(11,35,71,.06);
}

.alx200-model-card.is-selected{
  border-color:var(--primary);
  background:#fafdff;
  box-shadow:
    inset 0 0 0 1px var(--primary),
    0 7px 22px rgba(7,90,200,.08);
}

.alx200-model-card:focus-within{
  outline:2px solid rgba(7,90,200,.25);
  outline-offset:2px;
}

.alx200-model-card__radio{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

.alx200-model-card__content{
  min-width:0;
  height:100%;
  padding:18px;
  display:flex;
  flex-direction:column;
}

.alx200-model-card__model{
  display:block;
  margin-bottom:4px;
  color:var(--primary);
  font-size:17px;
  line-height:1.3;
  font-weight:700;
}

.alx200-model-card__title{
  min-height:40px;
  display:block;
  color:var(--heading);
  font-size:14px;
  line-height:1.42;
  font-weight:650;
  overflow-wrap:anywhere;
}

.alx200-model-card__image{
  width:100%;
  height:220px;
  margin:14px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#fff;
  border:1px solid #eef2f6;
  border-radius:4px;
}

.alx200-model-card__image img{
  width:100%;
  height:100%;
  padding:7px;
  object-fit:contain;
}

.alx200-model-card__image.is-placeholder{
  color:#8b99aa;
  background:#f8fafc;
  border:1px dashed #ccd7e3;
}

.alx200-model-card__image.is-placeholder>span{
  padding:10px;
  font-size:11.5px;
  line-height:1.45;
  font-weight:600;
  text-align:center;
}

.alx200-model-card__description{
  min-height:54px;
  display:block;
  color:#52657d;
  font-size:13px;
  line-height:1.55;
}

.alx200-model-card__facts{
  min-height:66px;
  margin-top:11px;
  display:grid;
  align-content:start;
  gap:4px;
}

.alx200-model-card__facts>span{
  position:relative;
  padding-left:17px;
  color:#42566f;
  font-size:12px;
  line-height:1.45;
}

.alx200-model-card__facts>span::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--primary);
  font-weight:700;
}

.alx200-model-card__action{
  margin-top:auto;
  padding-top:13px;
  display:inline-flex;
  align-self:flex-start;
  color:var(--primary);
  font-size:12.5px;
  line-height:1.4;
  font-weight:700;
}

.alx200-model-card__action::after{
  content:"→";
  margin-left:5px;
}

.alx200-model-card.is-selected .alx200-model-card__action{
  font-size:0;
}

.alx200-model-card.is-selected .alx200-model-card__action::before{
  content:"✓ Selected";
  font-size:12.5px;
}

.alx200-model-card.is-selected .alx200-model-card__action::after{
  display:none;
}


/* Selection state */

.alx200-selection-status{
  margin-top:24px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  background:var(--blue);
  border:1px solid #cbdcf0;
  border-left:3px solid var(--primary);
  border-radius:4px;
}

.alx200-selection-status__content{
  color:#52657d;
  font-size:13px;
}

.alx200-selection-status__content strong{
  margin-left:4px;
  color:var(--primary);
  font-size:14px;
}

.alx200-selection-status__cta{
  min-height:38px;
  padding:8px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff!important;
  background:var(--primary);
  border-radius:4px;
  font-size:12.5px;
  font-weight:700;
}

.alx200-selection-status__cta:hover{
  background:var(--primary-hover);
}

.alx200-variants__availability{
  margin:18px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}


/* =========================
   10 — APPLICATIONS
========================= */

.alx200-applications{
  padding:var(--section) 0;
  background:var(--light);
}

.alx200-applications__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  align-items:stretch;
}

.alx200-application-item{
  min-width:0;
  height:100%;
  display:grid;
  grid-template-columns:50px minmax(0,1fr);
  align-items:start;
  gap:15px;
}

.alx200-application-item__icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alx200-application-item__icon svg{
  width:46px;
  height:46px;
}

.alx200-application-item__content{
  min-width:0;
  height:100%;
  display:flex;
  flex-direction:column;
}

.alx200-application-item__content h3{
  min-height:42px;
  margin:0;
  color:var(--heading);
  font-size:15px;
  line-height:1.4;
  font-weight:700;
}

.alx200-application-item__content p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.58;
}

.alx200-application-item__content a{
  width:fit-content;
  margin-top:auto;
  padding-top:10px;
  display:inline-block;
  color:var(--primary)!important;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
}

.alx200-application-item__content a:hover{
  color:var(--primary-hover)!important;
}


/* Shared note */

.alx200-applications__note,
.alx200-specifications__note{
  max-width:940px;
  margin:28px auto 0;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
  color:var(--muted);
  text-align:center;
}

.alx200-applications__note-icon,
.alx200-specifications__note-icon{
  width:18px;
  height:18px;
  flex:0 0 18px;
  color:var(--primary);
}

.alx200-applications__note-icon svg,
.alx200-specifications__note-icon svg{
  width:100%;
  height:100%;
}

.alx200-applications__note p,
.alx200-specifications__note p{
  margin:0;
  font-size:12.5px;
  line-height:1.55;
}


/* Tablet */

@media(max-width:960px){

  .alx200-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 36px;
  }

}


/* Mobile */

@media(max-width:767px){

  .alx200-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px 18px;
  }

  .alx200-application-item{
    display:block;
  }

  .alx200-application-item__icon{
    width:44px;
    height:44px;
    margin-bottom:10px;
  }

  .alx200-application-item__icon svg{
    width:42px;
    height:42px;
  }

  .alx200-application-item__content{
    height:100%;
  }

  .alx200-application-item__content h3{
    min-height:40px;
    font-size:14px;
  }

  .alx200-application-item__content p{
    font-size:13px;
  }

  .alx200-applications__note,
  .alx200-specifications__note{
    justify-content:flex-start;
    text-align:left;
  }

}


/* Small mobile */

@media(max-width:430px){

  .alx200-applications__grid{
    grid-template-columns:1fr;
  }

  .alx200-application-item{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:13px;
  }

  .alx200-application-item__icon{
    margin-bottom:0;
  }

  .alx200-application-item__content h3{
    min-height:0;
  }

}


/* =========================
   11 — SPECIFICATIONS
========================= */

.alx200-specifications{
  padding:var(--section) 0;
}

.alx200-spec-base-note{
  max-width:760px;
  margin:-16px auto 26px;
  padding:10px 14px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:6px 10px;
  background:var(--blue);
  border:1px solid #d6e2ef;
  border-radius:4px;
  text-align:center;
}

.alx200-spec-base-note strong{
  color:var(--primary);
  font-size:11px;
  letter-spacing:.05em;
}

.alx200-spec-base-note span{
  color:#607487;
  font-size:12px;
}

.alx200-specifications__groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:start;
}

.alx200-spec-group{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-spec-group__title{
  margin:0;
  padding:16px 18px;
  color:var(--heading);
  background:var(--light);
  border-bottom:1px solid var(--border);
  font-size:17px;
  font-weight:700;
}

.alx200-spec-list{
  margin:0;
}

.alx200-spec-row{
  min-height:54px;
  display:grid;
  grid-template-columns:minmax(115px,.43fr) minmax(0,.57fr);
  border-bottom:1px solid var(--border-light);
}

.alx200-spec-row:last-child{
  border-bottom:0;
}

.alx200-spec-row dt,
.alx200-spec-row dd{
  min-width:0;
  margin:0;
  padding:12px 14px;
  display:flex;
  align-items:center;
  font-size:13px;
  line-height:1.5;
  overflow-wrap:anywhere;
}

.alx200-spec-row dt{
  color:var(--text);
  background:var(--soft);
  font-weight:600;
}

.alx200-spec-row dd{
  color:#52657d;
  background:#fff;
}


/* Dimensions */

.alx200-dimensions{
  margin-top:32px;
  padding:24px;
  background:var(--light);
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-dimensions__heading{
  margin-bottom:22px;
}

.alx200-dimensions__heading h3{
  margin:0;
  color:var(--heading);
  font-size:20px;
  font-weight:700;
}

.alx200-dimensions__heading p{
  max-width:720px;
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}

.alx200-dimensions__layout{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);
  gap:28px;
}

.alx200-dimensions__drawing{
  margin:0;
}

.alx200-dimensions__drawing-button{
  appearance:none;
  width:100%;
  min-height:330px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff!important;
  border:1px solid #dfe6ef!important;
  border-radius:5px!important;
  box-shadow:none!important;
  cursor:zoom-in;
}

.alx200-dimensions__drawing img{
  width:100%;
  max-height:360px;
  object-fit:contain;
}

.alx200-dimensions__drawing figcaption{
  margin-top:8px;
  color:#7a899c;
  font-size:11.5px;
  text-align:center;
}

.alx200-dimensions__list{
  margin:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--border);
  border-radius:5px;
}

.alx200-dimensions__row{
  padding:13px 14px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  border-bottom:1px solid var(--border-light);
}

.alx200-dimensions__row:last-child{
  border-bottom:0;
}

.alx200-dimensions__row dt,
.alx200-dimensions__row dd{
  margin:0;
  font-size:13px;
}

.alx200-dimensions__row dt{
  color:var(--muted);
}

.alx200-dimensions__row dd{
  color:var(--heading);
  font-weight:700;
}


/* =========================
   12 — RESOURCES
========================= */

.alx200-resources{
  padding:var(--section) 0;
  background:var(--light);
}

.alx200-resources__list,
.alx200-certification,
.alx200-faq__list{
  width:min(980px,100%);
  margin-inline:auto;
}

.alx200-resources__list{
  display:grid;
  gap:12px;
}

.alx200-resource-item{
  appearance:none;
  width:100%;
  min-height:84px;
  margin:0;
  padding:16px 18px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 22px;
  align-items:center;
  gap:16px;
  text-align:left;
  background:#fff!important;
  border:1px solid var(--border)!important;
  border-radius:var(--radius)!important;
  box-shadow:none!important;
  cursor:pointer;
}

.alx200-resource-item:hover{
  border-color:#9db9da!important;
}

.alx200-resource-item__icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  color:var(--primary);
}

.alx200-resource-item__icon svg{
  width:42px;
  height:42px;
}

.alx200-resource-item__content strong{
  display:block;
  color:var(--heading);
  font-size:14px;
}

.alx200-resource-item__content>span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}

.alx200-resource-item__arrow{
  color:var(--primary);
  font-size:18px;
}


/* Certification */

.alx200-certification{
  margin-top:18px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:var(--blue);
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-certification__content{
  min-width:0;
  display:flex;
  align-items:center;
  gap:14px;
}

.alx200-certification__icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  color:#18864b;
}

.alx200-certification__icon svg{
  width:100%;
  height:100%;
}

.alx200-certification__content strong{
  display:block;
  color:var(--heading);
  font-size:14px;
}

.alx200-certification__content p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.5;
}

.alx200-certification__request{
  min-height:40px;
  padding:8px 14px;
  color:var(--primary)!important;
  background:#fff!important;
  border:1px solid var(--primary)!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:12px;
  font-weight:700;
}


/* =========================
   13 — FAQ
========================= */

.alx200-faq{
  padding:var(--section) 0;
}

.alx200-faq__list{
  border-top:1px solid var(--border);
}

.alx200-faq__item{
  border-bottom:1px solid var(--border);
}

.alx200-faq__question{
  appearance:none;
  width:100%;
  min-height:62px;
  margin:0;
  padding:16px 2px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 30px;
  align-items:center;
  gap:18px;
  color:var(--heading)!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  text-align:left;
  cursor:pointer;
}

.alx200-faq__question>span:first-child{
  font-size:16px;
  line-height:1.5;
  font-weight:650;
}

.alx200-faq__question:hover,
.alx200-faq__item.is-open .alx200-faq__question{
  color:var(--primary)!important;
}

.alx200-faq__icon{
  position:relative;
  width:28px;
  height:28px;
  justify-self:end;
  color:var(--primary);
  background:#fff;
  border:1px solid #d8e3ea;
  border-radius:50%;
}

.alx200-faq__icon-horizontal,
.alx200-faq__icon-vertical{
  position:absolute;
  top:50%;
  left:50%;
  width:11px;
  height:1.5px;
  background:currentColor;
  transform:translate(-50%,-50%);
}

.alx200-faq__icon-vertical{
  transform:translate(-50%,-50%) rotate(90deg);
}

.alx200-faq__item.is-open .alx200-faq__icon-vertical{
  display:none;
}

.alx200-faq__answer{
  max-width:850px;
  padding:0 48px 21px 2px;
}

.alx200-faq__answer p{
  margin:0;
  color:#5e7484;
  font-size:14px;
  line-height:1.68;
}


/* =========================
   14 — INQUIRY
========================= */

.alx200-inquiry{
  padding:var(--section) 0;
  background:var(--soft);
}

.alx200-inquiry__layout{
  display:grid;
  grid-template-columns:minmax(220px,.28fr) minmax(0,.72fr);
  gap:36px;
  align-items:start;
}

.alx200-inquiry-summary{
  position:sticky;
  top:110px;
  min-width:0;
  padding:22px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-inquiry-summary__heading{
  margin-bottom:16px;
  color:var(--heading);
  font-size:17px;
  font-weight:700;
}

.alx200-inquiry-summary__list{
  margin:0;
}

.alx200-inquiry-summary__row{
  padding:12px 0;
  border-bottom:1px solid var(--border-light);
}

.alx200-inquiry-summary__row:first-child{
  padding-top:0;
}

.alx200-inquiry-summary__row dt{
  margin:0 0 4px;
  color:var(--muted);
  font-size:11.5px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.alx200-inquiry-summary__row dd{
  margin:0;
  color:var(--heading);
  font-size:14px;
  font-weight:600;
}

.alx200-inquiry-summary__note{
  margin:16px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}


/* Form */

.alx200-inquiry-form{
  min-width:0;
  padding:28px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
}

.alx200-form-section+.alx200-form-section{
  margin-top:32px;
  padding-top:28px;
  border-top:1px solid #e1e7ef;
}

.alx200-form-section h3{
  margin:0 0 18px;
  color:var(--heading);
  font-size:17px;
  font-weight:700;
}

.alx200-form-grid{
  display:grid;
  gap:18px;
}

.alx200-form-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.alx200-form-field{
  min-width:0;
}

.alx200-form-field--full{
  margin-top:18px;
}

.alx200-form-grid+.alx200-form-grid,
.alx200-form-grid+.alx200-form-field,
.alx200-form-field+.alx200-form-grid{
  margin-top:18px;
}

.alx200-form-field label{
  display:block;
  margin-bottom:7px;
  color:var(--heading);
  font-size:12px;
  font-weight:650;
}

.alx200-form-field label span{
  color:#d53b32;
}

.alx200-form-field input[type="text"],
.alx200-form-field input[type="email"],
.alx200-form-field input[type="tel"],
.alx200-form-field select,
.alx200-form-field textarea{
  width:100%;
  margin:0;
  color:#263c58;
  background:#fbfdff;
  border:1px solid #bfcede;
  border-radius:5px;
  outline:0;
  font-size:13px;
  line-height:1.45;
}

.alx200-form-field input[type="text"],
.alx200-form-field input[type="email"],
.alx200-form-field input[type="tel"],
.alx200-form-field select{
  height:44px;
  padding:0 11px;
}

.alx200-form-field textarea{
  min-height:100px;
  padding:10px 11px;
  resize:vertical;
}

.alx200-form-field :is(input,select,textarea):focus{
  background:#fff;
  border-color:var(--primary);
  box-shadow:0 0 0 2px rgba(7,90,200,.08);
}

.alx200-form-field select{
  appearance:none;
  padding-right:42px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230b2347' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 13px center;
  background-size:15px;
}


/* Upload */

.alx200-file-upload{
  padding:13px;
  background:#fbfdff;
  border:1px dashed #aac3dc;
  border-radius:5px;
}

.alx200-file-upload__control{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}

.alx200-file-upload__button{
  min-height:34px;
  margin:0!important;
  padding:6px 11px!important;
  color:#173a63!important;
  background:#fff!important;
  border:1px solid #b9cadd!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:11px!important;
  font-weight:700!important;
}

.alx200-file-upload__text{
  min-width:0;
  overflow:hidden;
  color:#657b95;
  font-size:11px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.alx200-file-upload p{
  margin:7px 0 0;
  color:#8192a5;
  font-size:10.5px;
  line-height:1.45;
}


/* Submit */

.alx200-form-submit{
  margin-top:24px;
}

.alx200-form-submit__button{
  min-height:46px;
  margin:0!important;
  padding:10px 20px!important;
  color:#fff!important;
  background:var(--primary)!important;
  border:1px solid var(--primary)!important;
  border-radius:5px!important;
  box-shadow:none!important;
  font-size:13px!important;
  font-weight:700!important;
}

.alx200-form-submit__button:hover{
  background:var(--primary-hover)!important;
}

.alx200-form-submit__button:disabled{
  opacity:.7;
  cursor:wait;
}

.alx200-form-submit__privacy{
  margin:9px 0 0;
  color:var(--muted);
  font-size:11px;
}

.alx200-form-status{
  margin-top:14px;
  padding:10px 12px;
  border-radius:5px;
  font-size:12.5px;
  line-height:1.5;
}

.alx200-form-status--success{
  color:#326249;
  background:#f2faf5;
  border:1px solid #cce4d5;
}

.alx200-form-status--error{
  color:#942c2c;
  background:#fff7f7;
  border:1px solid #edcccc;
}


/* =========================
   15 — LIGHTBOX
========================= */

.alx200-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,18,36,.9);
}

.alx200-lightbox[hidden]{
  display:none!important;
}

body.alx200-lightbox-open{
  overflow:hidden;
}

.alx200-lightbox__dialog{
  position:relative;
  width:min(1100px,96vw);
  max-height:94vh;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.alx200-lightbox__image{
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
  background:#fff;
  border-radius:6px;
}

.alx200-lightbox__caption{
  margin-top:9px;
  color:#fff;
  font-size:13px;
  text-align:center;
}

.alx200-lightbox__close{
  position:absolute;
  top:-16px;
  right:0;
  width:40px;
  height:40px;
  padding:0!important;
  color:var(--heading)!important;
  background:#fff!important;
  border:0!important;
  border-radius:50%!important;
  box-shadow:none!important;
  font-size:28px!important;
}

.alx200-lightbox__nav{
  position:absolute;
  top:50%;
  width:42px;
  height:50px;
  padding:0!important;
  color:var(--primary)!important;
  background:#fff!important;
  border:0!important;
  border-radius:4px!important;
  box-shadow:none!important;
  font-size:32px!important;
  transform:translateY(-50%);
}

.alx200-lightbox__nav--prev{
  left:0;
}

.alx200-lightbox__nav--next{
  right:0;
}


/* =========================
   16 — TABLET
========================= */

@media(max-width:960px){

  .alx200-container{
    width:min(calc(100% - 48px),1120px);
  }

  .alx200-overview__grid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:34px;
  }

  .alx200-summary__title{
    font-size:38px;
  }

  .alx200-summary__subtitle{
    font-size:16px;
  }

  .alx200-config-nav__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alx200-gallery__thumbs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:thin;
  }

  .alx200-gallery__thumb{
    width:74px;
    height:74px;
    flex:0 0 74px;
    aspect-ratio:auto;
  }

  .alx200-commercial__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alx200-commercial__item:nth-child(3){
    border-left:0;
    border-top:1px solid #e1e7ef;
  }

  .alx200-commercial__item:nth-child(4){
    border-top:1px solid #e1e7ef;
  }

  .alx200-variant-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alx200-model-card__title,
  .alx200-model-card__description,
  .alx200-model-card__facts{
    min-height:0;
  }

  .alx200-model-card__image{
    height:205px;
  }

  .alx200-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 36px;
  }

  .alx200-specifications__groups{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alx200-spec-group:last-child{
    grid-column:1/-1;
  }

  .alx200-dimensions__layout{
    grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);
  }

  .alx200-inquiry__layout{
    grid-template-columns:minmax(190px,.32fr) minmax(0,.68fr);
    gap:26px;
  }

}


/* =========================
   17 — MOBILE
========================= */

@media(max-width:767px){

  .alx200-page{
    --section:56px;
  }

  .alx200-container{
    width:calc(100% - 32px);
  }

  .alx200-section-heading{
    margin-bottom:32px;
    text-align:left;
  }

  .alx200-section-heading h2{
    font-size:29px;
  }

  .alx200-section-heading p{
    margin-left:0;
    font-size:14px;
  }

  .alx200-overview{
    padding-bottom:52px;
  }

  .alx200-breadcrumb{
    padding-top:18px;
    margin-bottom:22px;
    font-size:11.5px;
  }

  .alx200-overview__grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .alx200-gallery{
    max-width:520px;
    margin-inline:auto;
  }

  .alx200-summary__title{
    font-size:34px;
  }

  .alx200-summary__subtitle{
    font-size:15px;
  }

  .alx200-summary__description{
    font-size:14px;
  }

  .alx200-config-nav__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .alx200-base-model{
    margin-top:18px;
  }

  .alx200-summary__actions{
    margin-top:10px;
    margin-left:0;
    display:flex;
  }

  .alx200-key-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0;
  }

  .alx200-key-fact{
    padding:15px;
    border-bottom:1px solid #e2e8f0;
  }

  .alx200-key-fact:first-child{
    padding-left:15px;
  }

  .alx200-key-fact:nth-child(2),
  .alx200-key-fact:last-child{
    border-right:0;
  }

  .alx200-key-fact:nth-child(n+3){
    border-bottom:0;
  }

  .alx200-key-fact:last-child{
    padding-right:15px;
  }

  .alx200-commercial__item{
    padding:16px;
  }

  .alx200-model-selection{
    gap:42px;
  }

  .alx200-variant-group__heading{
    grid-template-columns:30px minmax(0,1fr);
  }

  .alx200-variant-group__number{
    width:28px;
    height:28px;
  }

  .alx200-variant-group__heading h3{
    font-size:18px;
  }

  .alx200-variant-group__heading p{
    font-size:13px;
  }

  .alx200-variant-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .alx200-model-card__content{
    padding:15px;
  }

  .alx200-model-card__model{
    font-size:15px;
  }

  .alx200-model-card__title{
    font-size:14px;
  }

  .alx200-model-card__image{
    height:175px;
    margin:12px 0;
  }

  .alx200-model-card__description{
    min-height:0;
    font-size:13px;
  }

  .alx200-model-card__facts{
    min-height:0;
  }

  .alx200-model-card__facts>span{
    font-size:12px;
  }

  .alx200-selection-status{
    display:block;
  }

  .alx200-selection-status__cta{
    width:100%;
    margin-top:12px;
  }

  .alx200-applications__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px 18px;
  }

  .alx200-application-item{
    display:block;
  }

  .alx200-application-item__icon{
    width:44px;
    height:44px;
    margin-bottom:10px;
  }

  .alx200-application-item__icon svg{
    width:42px;
    height:42px;
  }

  .alx200-applications__note,
  .alx200-specifications__note,
  .alx200-spec-base-note{
    justify-content:flex-start;
    text-align:left;
  }

  .alx200-specifications__groups{
    grid-template-columns:1fr;
  }

  .alx200-spec-group:last-child{
    grid-column:auto;
  }

  .alx200-spec-row{
    display:block;
  }

  .alx200-spec-row dt,
  .alx200-spec-row dd{
    display:block;
    padding-left:14px;
    padding-right:14px;
  }

  .alx200-spec-row dt{
    padding-top:10px;
    padding-bottom:3px;
    font-size:11.5px;
  }

  .alx200-spec-row dd{
    padding-top:3px;
    padding-bottom:11px;
    font-size:13.5px;
  }

  .alx200-dimensions{
    padding:16px;
  }

  .alx200-dimensions__layout{
    grid-template-columns:1fr;
  }

  .alx200-dimensions__drawing-button{
    min-height:250px;
  }

  .alx200-resource-item{
    grid-template-columns:40px minmax(0,1fr) 20px;
    gap:12px;
    padding:14px;
  }

  .alx200-certification{
    align-items:flex-start;
    flex-direction:column;
  }

  .alx200-certification__request{
    width:100%;
  }

  .alx200-faq__question{
    grid-template-columns:minmax(0,1fr) 28px;
    gap:10px;
  }

  .alx200-faq__question>span:first-child{
    font-size:14.5px;
  }

  .alx200-faq__answer{
    padding-right:32px;
  }

  .alx200-faq__answer p{
    font-size:13.5px;
  }

  .alx200-inquiry__layout{
    grid-template-columns:1fr;
    gap:18px;
  }

  .alx200-inquiry-summary{
    position:static;
  }

  .alx200-inquiry-form{
    padding:18px;
  }

  .alx200-form-grid--2{
    grid-template-columns:1fr;
  }

  .alx200-form-field input[type="text"],
  .alx200-form-field input[type="email"],
  .alx200-form-field input[type="tel"],
  .alx200-form-field select,
  .alx200-form-field textarea{
    font-size:16px;
  }

  .alx200-form-submit__button{
    width:100%;
  }

}


/* =========================
   18 — SMALL MOBILE
========================= */

@media(max-width:430px){

  .alx200-container{
    width:calc(100% - 28px);
  }

  .alx200-summary__title{
    font-size:32px;
  }

  .alx200-config-nav__grid{
    grid-template-columns:1fr;
  }

  .alx200-base-model{
    display:flex;
    width:fit-content;
  }

  .alx200-summary__actions{
    width:100%;
    margin:10px 0 0;
    display:grid;
    grid-template-columns:1fr;
  }

  .alx200-btn{
    width:100%;
  }

  .alx200-commercial__grid,
  .alx200-variant-grid,
  .alx200-applications__grid{
    grid-template-columns:1fr;
  }

  .alx200-commercial__item,
  .alx200-commercial__item:nth-child(3),
  .alx200-commercial__item:nth-child(4){
    border-left:0;
    border-top:1px solid #e1e7ef;
  }

  .alx200-commercial__item:first-child{
    border-top:0;
  }

  .alx200-model-card__content{
    padding:17px;
  }

  .alx200-model-card__model{
    font-size:16px;
  }

  .alx200-model-card__title{
    min-height:0;
    font-size:15px;
  }

  .alx200-model-card__image{
    height:200px;
  }

  .alx200-model-card__description{
    font-size:13.5px;
  }

  .alx200-model-card__facts>span{
    font-size:12.5px;
  }

  .alx200-application-item{
    display:flex;
  }

  .alx200-application-item__icon{
    margin-bottom:0;
  }

}


/* =========================
   19 — ACCESSIBILITY
========================= */

.alx200-content :focus-visible{
  outline:2px solid rgba(7,90,200,.65);
  outline-offset:3px;
}

@media(prefers-reduced-motion:reduce){

  .alx200-page *,
  .alx200-page *::before,
  .alx200-page *::after{
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important;
  }

}/* End custom CSS */