.elementor-724 .elementor-element.elementor-element-6eae968{--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-724{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   ALARIONEX — PRODUCTS
   SEO V2 / COMPLETE CSS
========================================================= */

.ax-products-page{
  --navy:#102d49;
  --navy-2:#173f63;
  --blue:#21557f;
  --yellow:#f5b516;

  --text:#263b4d;
  --muted:#667887;
  --line:#d9e2e9;

  --soft:#f3f6f8;
  --soft-blue:#edf3f7;
  --white:#fff;

  --max:1240px;

  color:var(--text);
  background:var(--white);
  font-family:inherit;
}

.ax-products-page *,
.ax-products-page *::before,
.ax-products-page *::after{
  box-sizing:border-box;
}

.ax-products-page a{
  color:inherit;
  text-decoration:none;
}

.axp-container{
  width:min(var(--max),calc(100% - 48px));
  margin-inline:auto;
}

.ax-products-page section{
  padding:78px 0;
}

#product-navigation,
#product-categories,
#product-shortcuts,
#product-directory,
#product-support{
  scroll-margin-top:90px;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

.axp-eyebrow{
  margin:0 0 14px;
  color:var(--blue);

  font-size:12.5px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.axp-section-head{
  max-width:790px;
  margin-bottom:36px;
}

.axp-section-head h2,
.axp-support h2{
  margin:0;
  color:var(--navy);

  font-size:clamp(32px,3vw,40px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.axp-section-head > p:last-child{
  margin:13px 0 0;
  color:var(--muted);

  font-size:15px;
  line-height:1.65;
}


/* =========================================================
   BUTTONS + TEXT LINKS
========================================================= */

.axp-actions,
.axp-support__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.axp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:49px;
  padding:0 23px;

  border:1px solid transparent;
  border-radius:3px;

  font-size:14px;
  font-weight:700;

  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.axp-btn--primary{
  color:var(--navy);
  background:var(--yellow);
}

.axp-btn--primary:hover{
  background:#e9aa10;
  transform:translateY(-1px);
}

.axp-btn--secondary{
  color:var(--navy);
  background:rgba(255,255,255,.72);
  border-color:#aab8c4;
}

.axp-btn--secondary:hover{
  color:#fff;
  background:var(--navy);
  border-color:var(--navy);
}

.axp-text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;

  margin-top:14px;

  color:var(--navy-2);
  font-size:13.5px;
  font-weight:700;
}

.axp-text-link span{
  transition:transform .2s ease;
}

.axp-text-link:hover span{
  transform:translateX(4px);
}

.axp-text-link--strong{
  position:relative;
  padding-bottom:5px;
}

.axp-text-link--strong::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;

  width:34px;
  height:2px;

  background:var(--yellow);
  transition:width .22s ease;
}

.axp-text-link--strong:hover::after{
  width:100%;
}


/* =========================================================
   01 — HERO
========================================================= */

.axp-hero{
  overflow:hidden;
  padding:56px 0 70px !important;

  background:linear-gradient(
    115deg,
    #f7f9fa 0%,
    #edf3f6 100%
  );
}

.axp-hero__inner{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:66px;

  min-height:485px;
}

.axp-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;

  margin-bottom:37px;

  color:#788895;
  font-size:12px;
}

.axp-breadcrumb a:hover{
  color:var(--blue);
}

.axp-hero h1{
  max-width:680px;
  margin:0;

  color:var(--navy);

  font-size:clamp(44px,5vw,63px);
  line-height:1.02;
  letter-spacing:-.05em;
}

.axp-hero__intro{
  max-width:650px;
  margin:22px 0 28px;

  color:#536778;
  font-size:16px;
  line-height:1.7;
}

.axp-hero__media{
  display:flex;
  align-items:center;
  justify-content:center;

  min-height:360px;
}

.axp-hero__media img{
  display:block;
  width:100%;
  max-height:430px;
  object-fit:contain;
}

/* No image yet */
.axp-hero__inner:not(:has(.axp-hero__media img)){
  grid-template-columns:minmax(0,780px);
}

.axp-hero__media:not(:has(img)){
  display:none;
}


/* =========================================================
   02 — QUICK PRODUCT SELECTION
========================================================= */

.axp-navigation{
  background:#fff;
}

.axp-navigation__groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.axp-route-group{
  position:relative;
  overflow:hidden;

  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 30px rgba(16,45,73,.04);
}

.axp-route-group:nth-child(2){
  background:linear-gradient(145deg,#fff,#fffdf7);
}

.axp-route-group::before{
  content:"";

  position:absolute;
  top:0;
  left:0;

  width:100%;
  height:4px;

  background:var(--navy);
}

.axp-route-group:nth-child(2)::before{
  background:var(--yellow);
}

.axp-route-group__title{
  margin:0;
  padding:23px 25px 17px;

  color:var(--navy);

  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;

  border-bottom:1px solid var(--line);
}

.axp-route-group__items{
  counter-reset:route;
}

.axp-route{
  position:relative;
  min-height:143px;
  padding:22px 50px 21px 76px;

  counter-increment:route;
  transition:background .2s ease;
}

.axp-route + .axp-route{
  border-top:1px solid var(--line);
}

.axp-route::before{
  content:"0" counter(route);

  position:absolute;
  top:23px;
  left:24px;

  display:flex;
  align-items:center;
  justify-content:center;

  width:34px;
  height:34px;

  color:var(--navy);
  background:var(--yellow);
  border-radius:50%;

  font-size:11px;
  line-height:1;
  font-weight:800;
}

.axp-route:hover{
  background:var(--soft);
}

.axp-route-group:nth-child(2) .axp-route:hover{
  background:#fff9ea;
}

.axp-route__type{
  margin:0 0 5px;

  color:var(--muted);
  font-size:11.5px;
  font-weight:700;
}

.axp-route__title{
  margin:0;

  color:var(--navy);
  font-size:20px;
  line-height:1.25;
}

.axp-route__text{
  max-width:430px;
  margin:7px 0 0;

  color:var(--muted);
  font-size:13.5px;
  line-height:1.55;
}

.axp-route .axp-text-link{
  margin-top:10px;
}

.axp-navigation__note{
  position:relative;

  margin:18px 0 0;
  padding:12px 18px 12px 42px;

  color:#637482;
  background:#fff9e6;

  font-size:12.5px;
  line-height:1.55;
}

.axp-navigation__note::before{
  content:"";

  position:absolute;
  top:50%;
  left:18px;

  width:8px;
  height:8px;

  background:var(--yellow);
  transform:translateY(-50%) rotate(45deg);
}


/* =========================================================
   03 — PRODUCT CATEGORIES
========================================================= */

.axp-categories{
  background:var(--soft);
}

.axp-category-list{
  display:grid;
  gap:18px;
}

.axp-category{
  position:relative;

  display:grid;
  grid-template-columns:34% 66%;

  min-height:350px;

  overflow:hidden;

  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 24px rgba(16,45,73,.025);
}

.axp-category::before{
  content:"";

  position:absolute;
  z-index:3;
  top:0;
  left:0;

  width:4px;
  height:100%;

  background:var(--yellow);
}

.axp-category__media{
  position:relative;

  display:flex;
  align-items:center;
  justify-content:center;

  min-height:350px;
  padding:26px;

  overflow:hidden;

  background:linear-gradient(140deg,#f7f9fa,#edf2f5);
}

.axp-category__media::before{
  content:"";

  position:absolute;

  width:180px;
  height:180px;

  border:1px solid rgba(16,45,73,.08);
  border-radius:50%;
}

.axp-category__media::after{
  content:"";

  position:absolute;
  right:12%;
  bottom:12%;

  width:58px;
  height:3px;

  background:var(--yellow);
}

.axp-category__media img{
  position:relative;
  z-index:2;

  display:block;

  width:100%;
  max-width:380px;
  max-height:270px;

  object-fit:contain;
  transition:transform .22s ease;
}

.axp-category:hover .axp-category__media img{
  transform:scale(1.015);
}

.axp-category__content{
  display:flex;
  flex-direction:column;
  justify-content:center;

  padding:34px 46px;

  border-left:1px solid var(--line);
}

.axp-category__meta{
  display:flex;
  align-items:center;
  gap:10px;

  margin:0 0 13px;

  color:var(--blue);

  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.axp-category__meta span:first-child{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:27px;
  height:27px;

  color:var(--navy);
  background:var(--yellow);
  border-radius:50%;

  letter-spacing:0;
}

.axp-category h3{
  max-width:680px;
  margin:0;

  color:var(--navy);

  font-size:clamp(29px,2.6vw,36px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.axp-category__text{
  max-width:690px;
  margin:12px 0 0;

  color:var(--muted);

  font-size:14.5px;
  line-height:1.62;
}


/* Selection context */

.axp-category__details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 28px;

  max-width:720px;
  margin:21px 0 0;
}

.axp-category__details div{
  min-width:0;
  padding-top:12px;
  border-top:1px solid var(--line);
}

.axp-category__details dt{
  margin:0 0 5px;

  color:var(--navy);

  font-size:11px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.axp-category__details dd{
  margin:0;

  color:var(--muted);

  font-size:13px;
  line-height:1.55;
}

.axp-category__range{
  margin:18px 0 0;

  color:var(--navy);

  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.axp-category .axp-text-link{
  margin-top:13px;
}


/* Category image fallback */

.axp-category:not(:has(.axp-category__media img)){
  grid-template-columns:1fr;
  min-height:0;
}

.axp-category:not(:has(.axp-category__media img))
.axp-category__media{
  display:none;
}

.axp-category:not(:has(.axp-category__media img))
.axp-category__content{
  min-height:295px;
  padding:38px 52px;
  border-left:0;
}


/* =========================================================
   04 — FIND BY FUNCTION
========================================================= */

.axp-shortcuts{
  background:#fff;
}

.axp-shortcuts .axp-section-head{
  margin-bottom:30px;
}

.axp-shortcuts__groups{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 24px;
}

.axp-shortcut-group{
  min-width:0;
  padding:20px 22px 7px;

  background:#fff;
  border:1px solid var(--line);
}

/* Main warning-function group */
.axp-shortcut-group:first-child{
  grid-column:1 / -1;
}

.axp-shortcut-group > h3{
  position:relative;

  margin:0;
  padding:0 0 14px 17px;

  color:var(--navy);

  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;

  border-bottom:2px solid var(--navy);
}

.axp-shortcut-group > h3::before{
  content:"";

  position:absolute;
  top:4px;
  left:0;

  width:6px;
  height:6px;

  background:var(--yellow);
}

.axp-shortcut-group:first-child .axp-shortcut-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:32px;
}

.axp-shortcut-list{
  margin:0;
  padding:0;
  list-style:none;
}

.axp-shortcut-list li{
  border-bottom:1px solid var(--line);
}

.axp-shortcut-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;

  min-height:56px;
  padding:10px 3px;

  transition:
    background .2s ease,
    padding .2s ease;
}

.axp-shortcut-list a:hover{
  padding-inline:9px;
  background:var(--soft);
}

.axp-shortcut-list__need{
  color:var(--text);

  font-size:13.5px;
  line-height:1.45;
}

.axp-shortcut-list__route{
  flex:0 0 42%;

  color:var(--navy-2);

  font-size:13px;
  line-height:1.4;
  font-weight:700;
  text-align:right;
}

.axp-shortcut-list__route > span{
  display:inline-block;
  margin-left:5px;

  transition:transform .2s ease;
}

.axp-shortcut-list a:hover
.axp-shortcut-list__route > span{
  transform:translateX(4px);
}


/* =========================================================
   05 — PRODUCT DIRECTORY
========================================================= */

.axp-directory{
  background:var(--soft-blue);
}

.axp-directory .axp-section-head{
  margin-bottom:32px;
}

.axp-directory__grid{
  display:grid;
  grid-template-columns:1fr .86fr 1.34fr 1fr;

  background:#fff;
  border:1px solid var(--line);

  box-shadow:0 8px 26px rgba(16,45,73,.025);
}

.axp-directory-group{
  position:relative;

  min-width:0;
  margin:0;
  padding:0;

  background:#fff;
  border:0;
}

.axp-directory-group + .axp-directory-group{
  border-left:1px solid var(--line);
}

.axp-directory-group::before{
  content:"";

  position:absolute;
  z-index:1;
  top:0;
  left:0;

  width:100%;
  height:3px;

  background:var(--navy);
}

.axp-directory-group:nth-child(even)::before{
  background:var(--yellow);
}


/* Summary */

.axp-directory-group summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;

  min-height:70px;
  padding:23px 23px 17px;

  color:var(--navy);

  font-size:17px;
  line-height:1.28;
  font-weight:700;

  list-style:none;
}

.axp-directory-group summary::-webkit-details-marker{
  display:none;
}

.axp-directory-toggle{
  display:none;
}


/* Body */

.axp-directory-body{
  padding:0 23px 28px;
}

.axp-directory-group ul{
  margin:0;
  padding:0;
  list-style:none;
}

.axp-directory-group li{
  border-top:1px solid var(--line);
}

.axp-directory-group li:last-child{
  border-bottom:1px solid var(--line);
}

.axp-directory-group li a{
  position:relative;

  display:block;

  min-height:62px;
  padding:13px 28px 13px 3px;

  transition:
    background .2s ease,
    padding .2s ease;
}

.axp-dir-name{
  display:block;

  color:var(--navy);

  font-size:13.5px;
  line-height:1.35;
  font-weight:650;
}

.axp-dir-meta{
  display:block;

  margin-top:4px;

  color:var(--muted);

  font-size:11.5px;
  line-height:1.4;
  font-weight:500;
}

.axp-directory-group li a::after{
  content:"→";

  position:absolute;
  top:50%;
  right:4px;

  color:var(--blue);
  font-size:14px;

  opacity:0;
  transform:translate(-5px,-50%);

  transition:
    opacity .2s ease,
    transform .2s ease;
}

.axp-directory-group li a:hover{
  padding-left:8px;
  background:#f7f9fa;
}

.axp-directory-group li a:hover::after{
  opacity:1;
  transform:translate(0,-50%);
}

.axp-directory-group__label{
  margin:20px 0 8px;

  color:var(--muted);

  font-size:10px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.axp-directory-group__all{
  display:inline-flex;
  align-items:center;
  gap:7px;

  margin-top:20px;

  color:var(--navy-2);

  font-size:12.5px;
  font-weight:700;
}

.axp-directory-group__all span{
  transition:transform .2s ease;
}

.axp-directory-group__all:hover span{
  transform:translateX(4px);
}


/* Desktop directory remains open */
@media(min-width:768px){

  .axp-directory-group summary{
    pointer-events:none;
    cursor:default;
  }

}


/* =========================================================
   06 — PRODUCT SUPPORT
========================================================= */

.axp-support{
  overflow:hidden;
  padding:72px 0 !important;

  background:var(--navy);
}

.axp-support__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:64px;
}

.axp-support .axp-eyebrow{
  color:var(--yellow);
}

.axp-support h2{
  color:#fff;
}

.axp-support__content{
  max-width:760px;
}

.axp-support__content > p:not(.axp-eyebrow){
  max-width:700px;
  margin:13px 0 0;

  color:#c9d4dd;

  font-size:14px;
  line-height:1.68;
}

.axp-support .axp-btn--secondary{
  color:#fff;
  background:transparent;
  border-color:#70879a;
}

.axp-support .axp-btn--secondary:hover{
  color:var(--navy);
  background:#fff;
  border-color:#fff;
}


/* =========================================================
   TABLET — 768–1024
========================================================= */

@media(max-width:1024px){

  .ax-products-page section{
    padding:66px 0;
  }

  .axp-hero__inner{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }

  .axp-category{
    grid-template-columns:36% 64%;
  }

  .axp-category__content{
    padding:31px 34px;
  }

  .axp-category__details{
    grid-template-columns:1fr;
    gap:11px;
  }

  .axp-shortcut-group:first-child .axp-shortcut-list{
    grid-template-columns:1fr;
  }

  .axp-directory__grid{
    grid-template-columns:1fr 1fr;
  }

  .axp-directory-group:nth-child(3){
    border-left:0;
    border-top:1px solid var(--line);
  }

  .axp-directory-group:nth-child(4){
    border-top:1px solid var(--line);
  }

}


/* =========================================================
   MOBILE — ≤767
========================================================= */

@media(max-width:767px){

  .axp-container{
    width:calc(100% - 32px);
  }

  .ax-products-page section{
    padding:54px 0;
  }

  .axp-eyebrow{
    margin-bottom:12px;
    font-size:12px;
  }

  .axp-section-head{
    margin-bottom:27px;
  }

  .axp-section-head h2,
  .axp-support h2{
    font-size:30px;
  }


  /* HERO */

  .axp-hero{
    padding:30px 0 48px !important;
  }

  .axp-hero__inner,
  .axp-hero__inner:not(:has(.axp-hero__media img)){
    display:flex;
    flex-direction:column;
    gap:26px;

    min-height:0;
  }

  .axp-breadcrumb{
    margin-bottom:25px;
  }

  .axp-hero h1{
    font-size:clamp(38px,11vw,48px);
  }

  .axp-hero__intro{
    margin:18px 0 24px;
    font-size:15px;
  }

  .axp-hero__media{
    width:100%;
    min-height:230px;
  }

  .axp-hero__media img{
    max-height:285px;
  }

  .axp-actions{
    display:grid;
    grid-template-columns:1fr;
  }


  /* QUICK SELECTION */

  .axp-navigation__groups{
    grid-template-columns:1fr;
    gap:15px;
  }

  .axp-route-group__title{
    padding:19px 20px 14px;
  }

  .axp-route{
    min-height:0;
    padding:20px 24px 19px 64px;
  }

  .axp-route::before{
    top:21px;
    left:17px;

    width:31px;
    height:31px;
  }

  .axp-route__title{
    font-size:19px;
  }

  .axp-navigation__note{
    margin-top:14px;
    padding-right:15px;
  }


  /* CATEGORIES */

  .axp-category-list{
    gap:15px;
  }

  .axp-category{
    display:flex;
    flex-direction:column;
    min-height:0;
  }

  .axp-category__media{
    width:100%;
    min-height:205px;
    padding:21px;
  }

  .axp-category__media::before{
    width:140px;
    height:140px;
  }

  .axp-category__media img{
    max-height:200px;
  }

  .axp-category__content{
    width:100%;
    padding:26px 21px 29px;

    border-top:1px solid var(--line);
    border-left:0;
  }

  .axp-category:not(:has(.axp-category__media img))
  .axp-category__content{
    min-height:0;
    padding:28px 22px 30px;
  }

  .axp-category h3{
    font-size:28px;
  }

  .axp-category__text{
    font-size:14px;
  }

  .axp-category__details{
    grid-template-columns:1fr;
    gap:10px;

    margin-top:18px;
  }

  .axp-category__details div{
    padding-top:10px;
  }


  /* FUNCTION SHORTCUTS */

  .axp-shortcuts__groups{
    grid-template-columns:1fr;
    gap:14px;
  }

  .axp-shortcut-group:first-child{
    grid-column:auto;
  }

  .axp-shortcut-group:first-child .axp-shortcut-list{
    grid-template-columns:1fr;
  }

  .axp-shortcut-group{
    padding:18px 18px 6px;
  }

  .axp-shortcut-list a{
    display:grid;
    gap:5px;

    min-height:0;
    padding:13px 2px;
  }

  .axp-shortcut-list__route{
    text-align:left;
  }


  /* DIRECTORY — NATIVE DETAILS */

  .axp-directory__grid{
    display:block;

    background:transparent;
    border:0;
    box-shadow:none;
  }

  .axp-directory-group{
    margin-bottom:10px;

    overflow:hidden;

    border:1px solid var(--line) !important;
    border-radius:4px;
  }

  .axp-directory-group::before{
    display:none;
  }

  .axp-directory-group + .axp-directory-group,
  .axp-directory-group:nth-child(3),
  .axp-directory-group:nth-child(4){
    border:1px solid var(--line);
  }

  .axp-directory-group summary{
    min-height:0;
    padding:17px 18px;

    background:#fff;

    font-size:16px;
    cursor:pointer;
  }

  .axp-directory-group[open] summary{
    background:#f8fafb;
  }

  .axp-directory-toggle{
    position:relative;

    display:block;
    flex:0 0 18px;

    width:18px;
    height:18px;
  }

  .axp-directory-toggle::before,
  .axp-directory-toggle::after{
    content:"";

    position:absolute;
    top:50%;
    left:50%;

    width:13px;
    height:2px;

    background:var(--blue);

    transform:translate(-50%,-50%);
    transition:transform .2s ease;
  }

  .axp-directory-toggle::after{
    transform:
      translate(-50%,-50%)
      rotate(90deg);
  }

  .axp-directory-group[open]
  .axp-directory-toggle::after{
    transform:translate(-50%,-50%);
  }

  .axp-directory-body{
    padding:0 18px 18px;
  }

  .axp-directory-group li a{
    min-height:0;
    padding:13px 28px 13px 0;
  }

  .axp-directory-group li a::after{
    right:2px;

    opacity:1;
    transform:translateY(-50%);
  }

  .axp-directory-group li a:hover{
    padding-left:0;
  }

  .axp-directory-group__all{
    margin-top:17px;
  }


  /* SUPPORT */

  .axp-support{
    padding:53px 0 !important;
  }

  .axp-support__inner{
    grid-template-columns:1fr;
    gap:27px;
  }

  .axp-support__actions{
    display:grid;
    grid-template-columns:1fr;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:420px){

  .axp-container{
    width:calc(100% - 28px);
  }

  .axp-hero h1{
    font-size:38px;
  }

  .axp-route{
    padding-right:20px;
  }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.ax-products-page a:focus-visible,
.ax-products-page summary:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:3px;
}

@media(prefers-reduced-motion:reduce){

  .ax-products-page *,
  .ax-products-page *::before,
  .ax-products-page *::after{
    transition:none !important;
  }

}/* End custom CSS */