.elementor-870 .elementor-element.elementor-element-21cd8ba{--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-870{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* =========================================================
   ALARIONEX — ABOUT US
   COMPLETE / REFINED / CONDENSED
   ELEMENTOR OUTER CLASS: ax-about-content
========================================================= */


/* =========================
   ELEMENTOR RESET
========================= */

.ax-about-content,
.ax-about-content.e-con,
.ax-about-content>.e-con-inner,
.ax-about-content .elementor-widget-html,
.ax-about-content .elementor-widget-html>.elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}

.ax-about-content,
.ax-about-content.e-con,
.ax-about-content>.e-con-inner{
  gap:0!important;
}

.ax-about-content{
  --width:100%;
  --content-width:100%;
  overflow-x:clip;
}

.ax-about-content .elementor-widget-html{
  flex:0 0 100%!important;
}


/* =========================
   BASE
========================= */

.ax-about-page{
  --blue:#075ac8;
  --blue-dark:#064ba6;
  --navy:#0b2347;
  --text:#35465f;
  --muted:#66758a;

  --yellow:#ffb400;

  --white:#fff;
  --light:#f7f9fc;
  --soft-blue:#eef4fb;

  --border:#d9e3ef;
  --border-light:#e6ebf2;

  width:100%;
  min-width:0;
  margin:0;
  overflow-x:clip;

  color:var(--text);
  background:#fff;

  font-family:inherit;
}

.ax-about-page *,
.ax-about-page *::before,
.ax-about-page *::after{
  box-sizing:border-box;
}

.ax-about-page a{
  color:inherit;
  text-decoration:none;
}

.ax-about-page img{
  display:block;
  max-width:100%;
}

.ax-about-container{
  width:min(1200px,calc(100% - 64px));
  min-width:0;
  margin-inline:auto;
}

.ax-about-page section{
  margin:0;
  padding:80px 0;
}

.ax-about-page h1,
.ax-about-page h2,
.ax-about-page h3,
.ax-about-page p{
  margin-top:0;
}

.ax-about-page h2{
  margin-bottom:0;
  color:var(--navy);
  font-size:32px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.018em;
}

.ax-about-page h3{
  margin-bottom:0;
  color:var(--navy);
  font-size:18px;
  line-height:1.4;
  font-weight:700;
}

.ax-about-page p{
  color:var(--text);
  font-size:15px;
  line-height:1.7;
}


/* =========================
   SHARED
========================= */

.ax-about-eyebrow{
  display:block;
  margin-bottom:10px;

  color:var(--blue);

  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ax-about-eyebrow--light{
  color:#ffd36b;
}

.ax-about-section-heading{
  max-width:820px;
  margin-bottom:38px;
}

.ax-about-section-heading p{
  max-width:740px;
  margin:12px 0 0;
  color:var(--muted);
}


/* Buttons */

.ax-about-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.ax-about-btn{
  min-height:47px;
  padding:10px 19px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  border:1px solid transparent;
  border-radius:5px;

  font-size:13.5px;
  line-height:1.2;
  font-weight:700;

  transition:
    color .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.ax-about-btn--primary{
  color:#fff!important;
  background:var(--blue);
  border-color:var(--blue);
}

.ax-about-btn--primary:hover{
  background:var(--blue-dark);
  border-color:var(--blue-dark);
}

.ax-about-btn--light{
  color:var(--navy)!important;
  background:#fff;
  border-color:#fff;
}

.ax-about-btn--light:hover{
  color:#fff!important;
  background:transparent;
}

.ax-about-text-link{
  display:inline-flex;
  align-items:center;
  gap:6px;

  color:var(--blue)!important;

  font-size:13.5px;
  line-height:1.45;
  font-weight:700;
}

.ax-about-text-link span{
  transition:transform .18s ease;
}

.ax-about-text-link:hover span{
  transform:translateX(3px);
}


/* =========================
   BLOCK 01 — HERO
========================= */

.ax-about-hero{
  min-height:720px;
  padding:0!important;

  display:flex;
  align-items:center;

  color:#fff;

  background:
    linear-gradient(
      90deg,
      rgba(5,32,72,.95) 0%,
      rgba(5,32,72,.88) 34%,
      rgba(5,32,72,.61) 60%,
      rgba(5,32,72,.20) 82%,
      rgba(5,32,72,.06) 100%
    ),
    var(--ax-about-hero-image)
    center/cover no-repeat;
}

.ax-about-hero__inner{
  padding-block:34px 70px;
}

.ax-about-breadcrumb{
  margin-bottom:94px;

  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;

  color:rgba(255,255,255,.7);

  font-size:13px;
  line-height:1.5;
}

.ax-about-breadcrumb a:hover{
  color:#fff;
}

.ax-about-breadcrumb
span[aria-hidden="true"]{
  color:rgba(255,255,255,.4);
}

.ax-about-breadcrumb
[aria-current="page"]{
  color:rgba(255,255,255,.86);
}

.ax-about-hero__content{
  max-width:720px;
}

.ax-about-hero h1{
  max-width:710px;
  margin:0;

  color:#fff;

  font-size:52px;
  line-height:1.06;
  font-weight:700;
  letter-spacing:-.03em;
}

.ax-about-hero__lead{
  max-width:650px;
  margin:20px 0 0;

  color:rgba(255,255,255,.96)!important;

  font-size:18px!important;
  line-height:1.62!important;
  font-weight:500;
}

.ax-about-hero__content>p:not(.ax-about-hero__lead){
  max-width:640px;
  margin:11px 0 0;

  color:rgba(255,255,255,.78);

  font-size:15px;
}

.ax-about-hero .ax-about-actions{
  margin-top:28px;
}


/* =========================
   BLOCK 02 — DECISIONS
========================= */

.ax-about-decisions{
  background:#fff;
}

.ax-about-decisions__layout{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:76px;
  align-items:start;
}

.ax-about-decisions__intro{
  position:sticky;
  top:110px;
  max-width:500px;
}

.ax-about-decisions__intro h2{
  max-width:480px;
}

.ax-about-decisions__lead{
  margin:16px 0 0;
  color:#425875!important;
  font-size:17px!important;
  line-height:1.65!important;
}

.ax-about-decisions__intro>p:not(.ax-about-decisions__lead){
  margin:12px 0 0;
  color:var(--muted);
}

.ax-about-decisions__accent{
  margin-top:28px;
  padding-top:20px;

  display:flex;
  align-items:center;
  gap:11px;

  border-top:1px solid var(--border);
}

.ax-about-decisions__accent svg{
  width:22px;
  height:22px;
  flex:0 0 22px;
  color:var(--blue);
}

.ax-about-decisions__accent span{
  max-width:380px;
  color:var(--navy);
  font-size:14px;
  line-height:1.55;
  font-weight:650;
}


/* Rows */

.ax-about-decision-list{
  border-top:1px solid var(--border);
}

.ax-about-decision-row{
  min-height:150px;
  padding:24px 6px;

  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:22px;
  align-items:start;

  border-bottom:1px solid var(--border);

  transition:padding-left .18s ease;
}

.ax-about-decision-row:hover{
  padding-left:10px;
}

.ax-about-icon{
  width:48px;
  height:48px;

  display:grid;
  place-items:center;

  color:var(--blue);

  background:var(--soft-blue);
  border-radius:50%;
}

.ax-about-icon svg{
  width:24px;
  height:24px;
}

.ax-about-decision-row h3{
  margin-top:2px;
  font-size:19px;
}

.ax-about-decision-row p{
  max-width:530px;
  margin:8px 0 0;
  color:var(--muted);
  font-size:14px;
}


/* =========================
   BLOCK 03 — FLOW
========================= */

.ax-about-flow{
  background:var(--light);
  border-block:1px solid var(--border-light);
}

.ax-about-flow__layout{
  position:relative;

  display:grid;
  grid-template-columns:minmax(0,1fr) 240px minmax(0,.95fr);
  gap:42px;
  align-items:center;
}


/* Starting points */

.ax-about-flow__start{
  display:grid;
  gap:12px;
}

.ax-about-flow-item{
  min-height:112px;
  padding:19px 20px;

  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  align-items:center;

  background:#fff;
  border:1px solid var(--border);
  border-left:3px solid transparent;
  border-radius:5px;

  transition:
    border-color .18s ease,
    transform .18s ease;
}

.ax-about-flow-item:hover{
  border-left-color:var(--blue);
  transform:translateX(3px);
}

.ax-about-flow-icon{
  width:44px;
  height:44px;

  display:grid;
  place-items:center;

  color:var(--blue);

  background:var(--soft-blue);
  border-radius:50%;
}

.ax-about-flow-icon svg{
  width:23px;
  height:23px;
}

.ax-about-flow-item h3{
  font-size:16px;
}

.ax-about-flow-item p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}


/* Review */

.ax-about-flow__review{
  position:relative;
  min-height:300px;
  padding:30px 24px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;

  color:#fff;

  background:var(--blue);
  border-radius:7px;
}

.ax-about-flow__review::before,
.ax-about-flow__review::after{
  content:"";

  position:absolute;
  top:50%;

  width:32px;
  height:1px;

  background:#8db8ee;
}

.ax-about-flow__review::before{
  left:-32px;
}

.ax-about-flow__review::after{
  right:-32px;
}

.ax-about-flow__review-icon{
  width:62px;
  height:62px;

  display:grid;
  place-items:center;

  color:#fff;

  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
}

.ax-about-flow__review-icon svg{
  width:32px;
  height:32px;
}

.ax-about-flow__review>span{
  margin-top:18px;
  color:#cfe2fb;
  font-size:13px;
  font-weight:650;
}

.ax-about-flow__review>strong{
  margin-top:4px;
  color:#fff;
  font-size:21px;
  line-height:1.3;
}

.ax-about-flow__review p{
  max-width:195px;
  margin:11px 0 0;
  color:rgba(255,255,255,.8);
  font-size:13px;
  line-height:1.6;
}


/* Results */

.ax-about-flow__result{
  display:grid;
}

.ax-about-flow-result-item{
  padding:19px 0;

  display:grid;
  grid-template-columns:32px minmax(0,1fr);
  gap:13px;

  border-bottom:1px solid var(--border);
}

.ax-about-flow-result-item:first-child{
  border-top:1px solid var(--border);
}

.ax-about-flow-result-mark{
  width:27px;
  height:27px;

  display:grid;
  place-items:center;

  color:#fff;
  background:var(--blue);
  border-radius:50%;

  font-size:13px;
  font-weight:800;
}

.ax-about-flow-result-item strong{
  display:block;
  color:var(--navy);
  font-size:15px;
}

.ax-about-flow-result-item p{
  margin:3px 0 0;
  color:var(--muted);
  font-size:13.5px;
}

.ax-about-flow__result
.ax-about-text-link{
  margin-top:21px;
}


/* =========================
   BLOCK 04 — COMPANY
========================= */

.ax-about-company{
  background:#fff;
}

.ax-about-company__feature{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:64px;
  align-items:center;
}

.ax-about-company__media{
  height:480px;
  margin:0;
  overflow:hidden;

  background:#eef2f6;
  border-radius:6px;
}

.ax-about-company__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ax-about-company__content{
  max-width:560px;
}

.ax-about-company__content h2{
  max-width:550px;
}

.ax-about-company__content>p{
  margin:13px 0 0;
  color:var(--muted);
}


/* Locations */

.ax-about-company__locations{
  margin:24px 0 18px;
  padding:18px 0;

  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;

  border-block:1px solid var(--border);
}

.ax-about-company__locations>div{
  display:flex;
  align-items:center;
  gap:11px;
}

.ax-about-company__locations svg{
  width:25px;
  height:25px;
  flex:0 0 25px;
  color:var(--blue);
}

.ax-about-company__locations span{
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}

.ax-about-company__locations strong{
  display:block;
  color:var(--navy);
  font-size:15px;
}


/* Product focus */

.ax-about-product-focus{
  margin-top:58px;
  padding-top:40px;

  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:52px;

  border-top:1px solid var(--border);
}

.ax-about-product-focus__intro h3{
  font-size:22px;
}

.ax-about-product-focus__intro p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:14px;
}

.ax-about-product-links{
  border-top:1px solid var(--border);
}

.ax-about-product-links a{
  min-height:70px;
  padding:13px 4px;

  display:grid;
  grid-template-columns:38px minmax(0,1fr) 22px;
  gap:13px;
  align-items:center;

  border-bottom:1px solid var(--border);

  transition:
    padding-left .18s ease,
    color .18s ease;
}

.ax-about-product-links a:hover{
  padding-left:9px;
  color:var(--blue);
}

.ax-about-product-link__icon{
  width:34px;
  height:34px;

  display:grid;
  place-items:center;

  color:var(--blue);
}

.ax-about-product-link__icon svg{
  width:24px;
  height:24px;
}

.ax-about-product-links strong{
  color:var(--navy);
  font-size:15px;
}

.ax-about-product-links a:hover strong{
  color:var(--blue);
}

.ax-about-product-links>a>span:last-child{
  color:var(--blue);
  font-size:18px;
}


/* Config strip */

.ax-about-config{
  margin-top:42px;
  padding:24px 26px;

  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  gap:20px;
  align-items:center;

  background:var(--soft-blue);
  border:1px solid #d6e3f2;
  border-radius:6px;
}

.ax-about-config__icon{
  width:48px;
  height:48px;

  display:grid;
  place-items:center;

  color:var(--blue);

  background:#fff;
  border-radius:50%;
}

.ax-about-config__icon svg{
  width:27px;
  height:27px;
}

.ax-about-config__content h3{
  font-size:17px;
}

.ax-about-config__content p{
  max-width:720px;
  margin:5px 0 0;
  color:#52657d;
  font-size:13.5px;
}

.ax-about-config__content span{
  display:block;
  margin-top:5px;
  color:#718096;
  font-size:12.5px;
}


/* =========================
   BLOCK 05 — ROUTES
========================= */

.ax-about-routes{
  background:var(--light);
  border-top:1px solid var(--border-light);
}

.ax-about-routes__layout{
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:18px;
}

.ax-about-route{
  min-height:300px;
  padding:34px;

  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:24px;
  align-items:start;

  border-radius:7px;
}

.ax-about-route--products{
  color:#fff;
  background:var(--navy);
}

.ax-about-route--solutions{
  background:#fff;
  border:1px solid var(--border);
}

.ax-about-route__icon{
  width:58px;
  height:58px;

  display:grid;
  place-items:center;

  border-radius:50%;
}

.ax-about-route--products
.ax-about-route__icon{
  color:#fff;
  background:rgba(255,255,255,.1);
}

.ax-about-route--solutions
.ax-about-route__icon{
  color:var(--blue);
  background:var(--soft-blue);
}

.ax-about-route__icon svg{
  width:31px;
  height:31px;
}

.ax-about-route h3{
  font-size:25px;
}

.ax-about-route--products h3{
  color:#fff;
}

.ax-about-route p{
  max-width:530px;
  margin:13px 0 28px;
  font-size:14px;
}

.ax-about-route--products p{
  color:rgba(255,255,255,.76);
}

.ax-about-route--solutions p{
  color:var(--muted);
}

.ax-about-route__link{
  display:inline-flex;
  align-items:center;
  gap:6px;

  font-size:13.5px;
  font-weight:700;
}

.ax-about-route--products
.ax-about-route__link{
  color:#fff;
}

.ax-about-route--solutions
.ax-about-route__link{
  color:var(--blue);
}

.ax-about-route__link span{
  transition:transform .18s ease;
}

.ax-about-route:hover
.ax-about-route__link span{
  transform:translateX(4px);
}


/* Still unsure */

.ax-about-routes__help{
  margin-top:20px;
  padding-top:20px;

  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;

  border-top:1px solid var(--border);
}

.ax-about-routes__help strong{
  color:var(--navy);
  font-size:14px;
}

.ax-about-routes__help p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.ax-about-routes__help
.ax-about-text-link{
  margin-left:auto;
}


/* =========================
   BLOCK 06 — FINAL CTA
========================= */

.ax-about-cta{
  padding:0!important;
  background:#fff;
  border-top:1px solid #d9e3ef;
  border-bottom:1px solid #e5eaf1;
}

.ax-about-cta__inner{
  min-height:230px;
  padding:50px 0;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:56px;
}

.ax-about-cta__content{
  max-width:720px;
}

.ax-about-cta .ax-about-eyebrow{
  color:#075ac8;
}

.ax-about-cta h2{
  max-width:680px;
  margin:0;
  color:#0b2347;
  font-size:32px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:-.018em;
}

.ax-about-cta p{
  max-width:680px;
  margin:12px 0 0;
  color:#66758a;
  font-size:15px;
  line-height:1.7;
}

.ax-about-cta__button{
  flex:0 0 auto;
  min-width:190px;
}

.ax-about-cta__button span{
  transition:transform .18s ease;
}

.ax-about-cta__button:hover span{
  transform:translateX(3px);
}


/* MOBILE */

@media(max-width:767px){

  .ax-about-cta__inner{
    min-height:0;
    padding:42px 0;

    align-items:flex-start;
    flex-direction:column;

    gap:22px;
  }

  .ax-about-cta h2{
    font-size:28px;
  }

  .ax-about-cta__button{
    min-width:0;
  }

}


/* ≤430 */

@media(max-width:430px){

  .ax-about-cta__button{
    width:100%;
  }

}


/* =========================
   ACCESSIBILITY
========================= */

.ax-about-content :focus-visible{
  outline:2px solid rgba(255,180,0,.9);
  outline-offset:3px;
}


/* =========================
   TABLET
========================= */

@media(max-width:960px){

  .ax-about-container{
    width:calc(100% - 48px);
  }

  .ax-about-page section{
    padding:66px 0;
  }

  .ax-about-hero{
    min-height:650px;
  }

  .ax-about-hero h1{
    font-size:46px;
  }

  .ax-about-breadcrumb{
    margin-bottom:74px;
  }

  .ax-about-decisions__layout{
    gap:48px;
  }

  .ax-about-flow__layout{
    grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr);
    gap:30px;
  }

  .ax-about-flow__review::before,
  .ax-about-flow__review::after{
    width:20px;
  }

  .ax-about-flow__review::before{
    left:-20px;
  }

  .ax-about-flow__review::after{
    right:-20px;
  }

  .ax-about-company__feature{
    gap:42px;
  }

  .ax-about-company__media{
    height:430px;
  }

  .ax-about-product-focus{
    grid-template-columns:240px minmax(0,1fr);
    gap:36px;
  }

}


/* =========================
   MOBILE
========================= */

@media(max-width:767px){

  .ax-about-container{
    width:calc(100% - 32px);
  }

  .ax-about-page section{
    padding:56px 0;
  }

  .ax-about-page h2{
    font-size:29px;
  }

  .ax-about-section-heading{
    margin-bottom:30px;
  }


  /* Hero */

  .ax-about-hero{
    min-height:620px;

    background:
      linear-gradient(
        90deg,
        rgba(5,32,72,.94),
        rgba(5,32,72,.78)
      ),
      var(--ax-about-hero-image)
      64% center/cover no-repeat;
  }

  .ax-about-hero__inner{
    padding-block:25px 52px;
  }

  .ax-about-breadcrumb{
    margin-bottom:66px;
    font-size:12px;
  }

  .ax-about-hero h1{
    font-size:36px;
  }

  .ax-about-hero__lead{
    font-size:16px!important;
  }


  /* Decisions */

  .ax-about-decisions__layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  .ax-about-decisions__intro{
    position:static;
    max-width:none;
  }

  .ax-about-decision-row{
    min-height:0;
    padding:20px 0;

    grid-template-columns:48px minmax(0,1fr);
    gap:16px;
  }

  .ax-about-decision-row:hover{
    padding-left:0;
  }


  /* Flow */

  .ax-about-flow__layout{
    grid-template-columns:1fr;
    gap:22px;
  }

  .ax-about-flow__review{
    min-height:220px;
  }

  .ax-about-flow__review::before,
  .ax-about-flow__review::after{
    display:none;
  }


  /* Company */

  .ax-about-company__feature{
    grid-template-columns:1fr;
    gap:30px;
  }

  .ax-about-company__media{
    height:auto;
    aspect-ratio:4/3;
  }

  .ax-about-company__content{
    max-width:none;
  }

  .ax-about-product-focus{
    margin-top:44px;
    padding-top:32px;

    grid-template-columns:1fr;
    gap:22px;
  }

  .ax-about-config{
    grid-template-columns:48px minmax(0,1fr);
  }

  .ax-about-config>.ax-about-text-link{
    grid-column:2;
  }


  /* Routes */

  .ax-about-routes__layout{
    grid-template-columns:1fr;
  }

  .ax-about-route{
    min-height:250px;
    padding:27px;

    grid-template-columns:54px minmax(0,1fr);
    gap:18px;
  }

  .ax-about-route h3{
    font-size:22px;
  }

  .ax-about-routes__help{
    align-items:flex-start;
    flex-direction:column;
  }

  .ax-about-routes__help
  .ax-about-text-link{
    margin-left:0;
  }


  /* CTA */

  .ax-about-cta__layout{
    min-height:0;
    padding:46px 0;

    align-items:flex-start;
    flex-direction:column;

    gap:28px;
  }

  .ax-about-cta h2{
    font-size:29px;
  }

  .ax-about-cta__side{
    width:100%;
  }

}


/* =========================
   ≤430
========================= */

@media(max-width:430px){

  .ax-about-container{
    width:calc(100% - 28px);
  }

  .ax-about-hero{
    min-height:600px;
  }

  .ax-about-hero h1{
    font-size:33px;
  }

  .ax-about-actions{
    width:100%;
    align-items:stretch;
    flex-direction:column;
  }

  .ax-about-btn{
    width:100%;
  }

  .ax-about-flow-item{
    padding:17px;
    grid-template-columns:42px minmax(0,1fr);
  }

  .ax-about-flow-icon{
    width:40px;
    height:40px;
  }

  .ax-about-company__locations{
    grid-template-columns:1fr;
  }

  .ax-about-config{
    padding:20px;
    grid-template-columns:1fr;
  }

  .ax-about-config>.ax-about-text-link{
    grid-column:auto;
  }

  .ax-about-route{
    padding:24px 21px;
    grid-template-columns:1fr;
  }

  .ax-about-route__icon{
    width:52px;
    height:52px;
  }

  .ax-about-btn--cta{
    width:100%;
  }

}


/* =========================
   REDUCED MOTION
========================= */

@media(prefers-reduced-motion:reduce){

  .ax-about-page *,
  .ax-about-page *::before,
  .ax-about-page *::after{
    transition:none!important;
    animation:none!important;
    scroll-behavior:auto!important;
  }

}/* End custom CSS */