:root{--aas-red:#ea2732;--aas-red2:#ff414a;--aas-ink:#050709;--aas-ink2:#0a0d11;--aas-white:#fff;--aas-muted:#8a9097;--aas-ease:cubic-bezier(.16,.84,.24,1)}
body.aas-hf-active{--aas-header-h:108px}
body.aas-hf-active:not(.aas-hf-home){padding-top:var(--aas-header-h)}
body.aas-menu-open{overflow:hidden!important}
body.aas-hf-active.admin-bar .aas-header{top:32px}
body.aas-hf-active.admin-bar:not(.aas-hf-home){padding-top:calc(var(--aas-header-h) + 32px)}
body.aas-hf-replace .top-bar-wrapper,
body.aas-hf-replace .stm-top-bar,
body.aas-hf-replace .header-top-bar{display:none!important}
.aas-hf-theme-hidden{display:none!important}
.aas-header,.aas-header *,.aas-footer,.aas-footer *,.aas-speed-menu,.aas-speed-menu *{box-sizing:border-box}
.aas-header a,.aas-footer a,.aas-speed-menu a{text-decoration:none!important}

/* =========================================================
   TWO LEVEL HEADER
========================================================= */
.aas-header{position:fixed;z-index:99980;left:0;right:0;top:0;height:var(--aas-header-h);display:block;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;transition:height .4s var(--aas-ease),box-shadow .35s;isolation:isolate}
.aas-header::before{content:"";position:absolute;inset:0;z-index:-2;background:rgba(5,7,9,.91);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(18px) saturate(1.25);transition:background .35s,border-color .35s}
.aas-hf-home .aas-header:not(.is-scrolled)::before{background:linear-gradient(to bottom,rgba(4,6,8,.84),rgba(4,6,8,.24));border-bottom-color:rgba(255,255,255,.05);backdrop-filter:blur(10px) saturate(1.15)}
.aas-header.is-scrolled{height:68px;box-shadow:0 18px 44px rgba(0,0,0,.24)}
.aas-header.is-scrolled::before{background:rgba(5,7,9,.94);border-bottom-color:rgba(255,255,255,.09)}

/* premium utility strip */
.aas-utility{height:32px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.018);transition:height .38s var(--aas-ease),opacity .25s,border-color .25s}
.aas-header.is-scrolled .aas-utility{height:0;opacity:0;border-color:transparent}
.aas-utility__inner{width:min(1460px,calc(100vw - 52px));height:32px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}
.aas-utility__group{display:flex;align-items:center;gap:11px;min-width:0;color:rgba(255,255,255,.44);font-size:7px!important;font-weight:700!important;letter-spacing:.035em;white-space:nowrap}
.aas-utility__group a{color:rgba(255,255,255,.48)!important;transition:color .22s}
.aas-utility__group a:hover{color:#fff!important}
.aas-utility__item,.aas-utility__phone{display:flex;align-items:center;gap:6px}
.aas-utility__item svg,.aas-utility__phone svg{width:13px;height:13px;color:rgba(255,255,255,.36);flex:0 0 auto}
.aas-utility__phone{color:rgba(255,255,255,.7)!important;font-weight:800!important}
.aas-utility__phone svg{color:var(--aas-red)}
.aas-utility__dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.18)}
.aas-utility__currency{height:23px;padding:0 3px 0 8px;border:1px solid rgba(255,255,255,.09);border-radius:999px;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.025)}
.aas-utility__currency-label{color:rgba(255,255,255,.28);font-size:5px!important;font-weight:800!important;text-transform:uppercase;letter-spacing:.09em}
.aas-utility__currency-mount{min-width:32px;height:18px;display:flex;align-items:center;justify-content:center}
.aas-utility__currency-fallback{color:#fff;font-size:6px!important;font-weight:850!important}
.aas-utility__currency-mount .currency-switcher{float:none!important;margin:0!important;padding:0!important;line-height:1!important;display:flex!important;align-items:center!important}
.aas-utility__currency-mount .stm-multiple-currency-wrap{margin:0!important;padding:0!important;display:flex!important;align-items:center!important;min-height:18px!important}
.aas-utility__currency-mount select{height:18px!important;min-height:18px!important;width:47px!important;padding:0 12px 0 4px!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:6px!important;font-weight:850!important;line-height:18px!important;box-shadow:none!important}
.aas-utility__currency-mount .select2{width:auto!important;min-width:47px!important;height:18px!important;margin:0!important}
.aas-utility__currency-mount .select2-selection{height:18px!important;min-height:18px!important;border:0!important;background:transparent!important;box-shadow:none!important}
.aas-utility__currency-mount .select2-selection__rendered{height:18px!important;padding:0 14px 0 4px!important;color:#fff!important;font-size:6px!important;font-weight:850!important;line-height:18px!important}
.aas-utility__currency-mount .select2-selection__arrow{height:18px!important;right:0!important;top:0!important;transform:scale(.7)}

.aas-header__main{height:76px;transition:height .38s var(--aas-ease)}
.aas-header.is-scrolled .aas-header__main{height:68px}
.aas-header__inner{width:min(1460px,calc(100vw - 52px));height:100%;margin:auto;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px}
.aas-header__brand{display:flex;align-items:center;width:max-content;max-width:175px;min-width:0;transition:transform .3s var(--aas-ease)}
.aas-header__brand:hover{transform:translateY(-2px)}
.aas-header__brand img{display:block;width:auto;max-width:100%;height:44px;object-fit:contain;filter:brightness(1.08);transition:height .35s var(--aas-ease)}
.aas-header.is-scrolled .aas-header__brand img{height:39px}
.aas-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,36px);height:100%}
.aas-nav__link{position:relative;height:100%;display:flex;align-items:center;color:rgba(255,255,255,.66)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.02em;transition:color .25s}
.aas-nav__link span{position:relative;z-index:2}
.aas-nav__link i{position:absolute;left:50%;bottom:14px;width:0;height:2px;transform:translateX(-50%);background:var(--aas-red);border-radius:999px;box-shadow:0 0 12px rgba(234,39,50,.55);transition:width .32s var(--aas-ease),bottom .35s}
.aas-header.is-scrolled .aas-nav__link i{bottom:11px}
.aas-nav__link::before{content:"";position:absolute;left:50%;top:50%;width:38px;height:38px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 68%);transform:translate(-50%,-50%) scale(.3);opacity:0;transition:.3s}
.aas-nav__link:hover,.aas-nav__link.is-active{color:#fff!important}
.aas-nav__link:hover::before,.aas-nav__link.is-active::before{opacity:1;transform:translate(-50%,-50%) scale(1)}
.aas-nav__link:hover i,.aas-nav__link.is-active i{width:22px}
.aas-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}

/* account actions */
.aas-auth{height:40px;display:flex;align-items:center;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.035);backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.aas-auth__signin,.aas-auth__signup{position:relative;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;font-size:8px!important;font-weight:800!important;letter-spacing:.015em;transition:transform .28s var(--aas-ease),background .28s,color .28s,box-shadow .28s}
.aas-auth__signin{padding:0 9px 0 7px;color:rgba(255,255,255,.68)!important}
.aas-auth__icon{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.055);color:rgba(255,255,255,.72);transition:.3s var(--aas-ease)}
.aas-auth__icon svg{width:14px;height:14px}
.aas-auth__signin:hover{color:#fff!important;background:rgba(255,255,255,.055);transform:translateY(-1px)}
.aas-auth__signin:hover .aas-auth__icon{color:var(--aas-red);background:rgba(234,39,50,.09);transform:rotate(-5deg) scale(1.04)}
.aas-auth__signup{min-width:72px;padding:0 10px;background:#fff;color:#0a0d11!important;overflow:hidden;box-shadow:0 7px 18px rgba(0,0,0,.13)}
.aas-auth__signup::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 38%,rgba(234,39,50,.18) 50%,transparent 62%);transform:translateX(-125%);transition:transform .62s var(--aas-ease)}
.aas-auth__signup>*{position:relative;z-index:2}.aas-auth__signup svg{width:13px;height:13px;transition:transform .28s var(--aas-ease)}
.aas-auth__signup:hover{background:#fff;color:#0a0d11!important;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.19)}
.aas-auth__signup:hover::before{transform:translateX(125%)}.aas-auth__signup:hover svg{transform:translateX(3px)}
.aas-header__inventory{height:40px;padding:0 13px 0 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.035);color:rgba(255,255,255,.72)!important;font-size:9px!important;font-weight:800!important;transition:.3s var(--aas-ease);white-space:nowrap}
.aas-header__inventory-icon{width:26px;height:24px;border-radius:50%;display:grid;place-items:center;color:var(--aas-red);overflow:hidden}
.aas-header__inventory-icon svg{width:25px;height:auto;transition:transform .45s var(--aas-ease)}
.aas-header__inventory:hover{background:rgba(255,255,255,.09);color:#fff!important;transform:translateY(-2px)}
.aas-header__inventory:hover svg{transform:translateX(5px)}
.aas-header__cta{position:relative;height:42px;min-width:132px;padding:0 13px 0 16px;border-radius:999px;background:var(--aas-red);color:#fff!important;display:flex;align-items:center;justify-content:space-between;gap:8px;overflow:hidden;font-size:10px!important;font-weight:800!important;box-shadow:0 10px 28px rgba(234,39,50,.18);transition:.3s var(--aas-ease)}
.aas-header__cta::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 38%,rgba(255,255,255,.18) 50%,transparent 62%);transform:translateX(-120%);transition:transform .75s var(--aas-ease)}
.aas-header__cta:hover{background:var(--aas-red2);transform:translateY(-2px);box-shadow:0 15px 38px rgba(234,39,50,.27)}
.aas-header__cta:hover::before{transform:translateX(120%)}.aas-header__cta>span{position:relative;z-index:2}
.aas-header__cta-car{width:28px;height:22px;color:#fff;display:grid;place-items:center;transition:transform .45s var(--aas-ease)}
.aas-header__cta-car svg{width:28px;height:auto}.aas-header__cta:hover .aas-header__cta-car{transform:translateX(8px)}

/* scroll road */
.aas-header__road{position:absolute;left:0;right:0;bottom:0;height:3px;pointer-events:none;overflow:visible}
.aas-header__road-track{position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.08)}
.aas-header__road-progress{position:absolute;left:0;bottom:0;width:0;height:1px;background:linear-gradient(90deg,var(--aas-red),rgba(234,39,50,.45));box-shadow:0 0 10px rgba(234,39,50,.4)}
.aas-header__road-car{position:absolute;left:0;bottom:-8px;width:34px;height:17px;color:#fff;transform:translateX(-50%);will-change:left;filter:drop-shadow(0 4px 6px rgba(0,0,0,.5))}
.aas-header__road-car svg{width:34px;height:auto}.aas-header__road-car circle{transform-box:fill-box;transform-origin:center}

.aas-menu-toggle{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.14)!important;border-radius:50%!important;background:rgba(255,255,255,.04)!important;position:relative;padding:0!important;cursor:pointer}
.aas-menu-toggle span{position:absolute;left:12px;width:17px;height:1px;background:#fff;transition:.3s var(--aas-ease)}
.aas-menu-toggle span:first-child{top:16px}.aas-menu-toggle span:last-child{top:24px;width:12px;left:17px}.aas-menu-toggle:hover span:last-child{width:17px;left:12px}

/* =========================================================
   MOBILE MENU
========================================================= */
.aas-mobile-menu{position:fixed;z-index:99990;inset:0;visibility:hidden;pointer-events:none;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.aas-mobile-menu.is-open{visibility:visible;pointer-events:auto}.aas-mobile-menu__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58);opacity:0;transition:opacity .35s}.aas-mobile-menu.is-open .aas-mobile-menu__backdrop{opacity:1}
.aas-mobile-menu__panel{position:absolute;right:0;top:0;bottom:0;width:min(430px,92vw);padding:25px;background:#07090b;color:#fff;transform:translateX(104%);transition:transform .5s var(--aas-ease);overflow:auto;box-shadow:-30px 0 80px rgba(0,0,0,.32)}
.aas-mobile-menu.is-open .aas-mobile-menu__panel{transform:none}.aas-mobile-menu__panel::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 80% 10%,rgba(234,39,50,.12),transparent 28%),linear-gradient(140deg,transparent 45%,rgba(255,255,255,.02),transparent 65%)}
.aas-mobile-menu__top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.09)}
.aas-mobile-menu__top img{height:36px;width:auto;max-width:150px;object-fit:contain}.aas-mobile-menu__close{width:38px;height:38px;border:1px solid rgba(255,255,255,.12)!important;border-radius:50%!important;background:rgba(255,255,255,.04)!important;position:relative;padding:0!important;cursor:pointer}.aas-mobile-menu__close span{position:absolute;left:11px;top:18px;width:16px;height:1px;background:#fff}.aas-mobile-menu__close span:first-child{transform:rotate(45deg)}.aas-mobile-menu__close span:last-child{transform:rotate(-45deg)}
.aas-mobile-menu__car-stage{position:relative;z-index:2;height:82px;margin-top:7px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.07)}.aas-mobile-menu__car-stage>i{position:absolute;left:0;right:0;bottom:24px;height:1px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 20px,transparent 20px 45px);animation:aasRoad 1s linear infinite}.aas-mobile-menu__car{position:absolute;left:-48px;bottom:17px;width:46px;color:var(--aas-red);animation:aasMobileCar 5.2s var(--aas-ease) infinite}.aas-mobile-menu__car svg{width:46px;height:auto}@keyframes aasMobileCar{0%,8%{left:-48px}48%,62%{left:calc(100% - 50px)}100%{left:-48px}}@keyframes aasRoad{to{background-position:-45px 0}}
.aas-mobile-nav{position:relative;z-index:2;margin-top:20px}.aas-mobile-nav__link{min-height:58px;border-bottom:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:35px 1fr 22px;align-items:center;color:rgba(255,255,255,.67)!important;transition:.25s}.aas-mobile-nav__link b{color:rgba(255,255,255,.22);font-size:7px!important;letter-spacing:.08em}.aas-mobile-nav__link span{font-size:17px!important;font-weight:700!important;letter-spacing:-.02em}.aas-mobile-nav__link svg{width:16px;transition:transform .25s}.aas-mobile-nav__link:hover,.aas-mobile-nav__link.is-active{color:#fff!important}.aas-mobile-nav__link:hover svg{transform:translateX(4px)}
.aas-mobile-menu__bottom{position:relative;z-index:2;margin-top:24px}.aas-mobile-menu__cta{min-height:50px;border-radius:999px;background:var(--aas-red);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:11px!important;font-weight:800!important}.aas-mobile-menu__meta{margin-top:18px;display:flex;flex-direction:column;gap:5px;color:rgba(255,255,255,.42)!important;font-size:9px!important}.aas-mobile-menu__meta a{color:#fff!important;font-weight:700!important}
.aas-mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.aas-mobile-auth__signin,.aas-mobile-auth__signup{min-height:48px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px!important;font-weight:800!important;transition:.28s var(--aas-ease)}.aas-mobile-auth__signin{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.035);color:#fff!important}.aas-mobile-auth__signin>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.055);color:var(--aas-red)}.aas-mobile-auth__signin svg{width:15px;height:15px}.aas-mobile-auth__signin b,.aas-mobile-auth__signup b{font:inherit!important;color:inherit!important}.aas-mobile-auth__signin:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}.aas-mobile-auth__signup{position:relative;overflow:hidden;background:#fff;color:#090c10!important;box-shadow:0 10px 26px rgba(0,0,0,.15)}.aas-mobile-auth__signup::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 38%,rgba(234,39,50,.16) 50%,transparent 62%);transform:translateX(-125%);transition:transform .65s var(--aas-ease)}.aas-mobile-auth__signup>*{position:relative;z-index:2}.aas-mobile-auth__signup svg{width:15px;transition:transform .28s var(--aas-ease)}.aas-mobile-auth__signup:hover{transform:translateY(-2px)}.aas-mobile-auth__signup:hover::before{transform:translateX(125%)}.aas-mobile-auth__signup:hover svg{transform:translateX(3px)}

/* =========================================================
   FOOTER - CLEANER, NO CAR ANIMATIONS
========================================================= */
.aas-footer{position:relative;overflow:hidden;background:#050709;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:95px max(26px,calc((100vw - 1460px)/2)) 28px;isolation:isolate}
.aas-footer::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 78% 7%,rgba(63,94,131,.13),transparent 23%),radial-gradient(circle at 14% 95%,rgba(234,39,50,.08),transparent 20%),linear-gradient(135deg,rgba(255,255,255,.014),transparent 37%)}
.aas-footer::after{content:"DRIVE";position:absolute;z-index:-1;left:50%;top:47%;transform:translate(-50%,-50%);color:rgba(255,255,255,.018);font-size:clamp(170px,24vw,400px);line-height:.72;font-weight:900;letter-spacing:-.09em;white-space:nowrap;pointer-events:none}
.aas-footer__cta-wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr auto;gap:50px;align-items:end;padding-bottom:60px}.aas-footer__eyebrow{display:block;margin-bottom:11px;color:rgba(255,255,255,.36)!important;font-size:8px!important;font-weight:800!important;letter-spacing:.15em}.aas-footer__cta-copy h2{margin:0!important;color:#fff!important;font-size:clamp(52px,6vw,96px)!important;line-height:.86!important;letter-spacing:-.07em!important;font-weight:800!important}.aas-footer__cta-copy h2 em{color:transparent!important;-webkit-text-stroke:1px rgba(255,255,255,.66);font-style:normal}
.aas-footer__cta-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.aas-footer__primary,.aas-footer__secondary{min-height:54px;padding:0 19px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px!important;font-weight:800!important;transition:.3s var(--aas-ease)}.aas-footer__primary{background:var(--aas-red);color:#fff!important}.aas-footer__primary svg{width:17px;transition:transform .25s}.aas-footer__primary:hover{background:var(--aas-red2);transform:translateY(-3px)}.aas-footer__primary:hover svg{transform:translateX(4px)}.aas-footer__secondary{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.03);color:#fff!important}.aas-footer__secondary:hover{background:rgba(255,255,255,.09);transform:translateY(-3px)}
.aas-footer__divider{height:1px;background:rgba(255,255,255,.09)}.aas-footer__main{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .7fr .85fr 1fr;gap:clamp(28px,4vw,70px);padding:56px 0 50px}.aas-footer__brand img{height:50px;width:auto;max-width:190px;object-fit:contain}.aas-footer__brand p{max-width:330px;margin:18px 0 0!important;color:rgba(255,255,255,.43)!important;font-size:11px!important;line-height:1.7!important}.aas-footer__col{display:flex;flex-direction:column;gap:10px}.aas-footer__col>span{margin-bottom:4px;color:rgba(255,255,255,.3)!important;font-size:7px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase}.aas-footer__col>a{width:max-content;max-width:100%;color:rgba(255,255,255,.68)!important;font-size:10px!important;font-weight:700!important;transition:.2s}.aas-footer__col>a:hover{color:#fff!important;transform:translateX(3px)}.aas-footer__col>p{margin:0!important;color:rgba(255,255,255,.44)!important;font-size:9px!important;line-height:1.5!important}.aas-footer__col--action h3{margin:1px 0 8px!important;color:#fff!important;font-size:22px!important;line-height:1!important;letter-spacing:-.04em!important;font-weight:750!important}.aas-footer__col--action>a{display:flex;align-items:center;gap:7px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.18)}.aas-footer__col--action svg{width:15px;transition:transform .25s}.aas-footer__col--action>a:hover svg{transform:translateX(4px)}
.aas-footer__bottom{position:relative;z-index:2;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.29)!important;font-size:7px!important;letter-spacing:.04em}.aas-footer__bottom>div{display:flex;gap:15px}.aas-footer__bottom a{color:rgba(255,255,255,.4)!important}.aas-footer__bottom a:hover{color:#fff!important}

/* =========================================================
   RESPONSIVE
========================================================= */
@media(max-width:1280px){.aas-header__inventory{display:none}.aas-nav{gap:18px}.aas-utility__group--left .aas-utility__item:first-child{display:none}}
@media(max-width:1120px){.aas-header__inner{grid-template-columns:150px 1fr auto;gap:16px}.aas-header__brand img{height:38px}.aas-nav{gap:15px}.aas-auth__signin{padding-right:7px}.aas-auth__signin>span:last-child{display:none}.aas-header__cta{min-width:118px}.aas-utility__inner{width:calc(100vw - 36px)}.aas-footer__main{grid-template-columns:1.2fr .7fr .8fr}.aas-footer__col--action{grid-column:1/-1;padding-top:12px}}
@media(max-width:900px){
  body.aas-hf-active{--aas-header-h:68px}.aas-utility{display:none}.aas-header,.aas-header.is-scrolled{height:68px}.aas-header__main,.aas-header.is-scrolled .aas-header__main{height:68px}.aas-header__inner{width:calc(100vw - 28px);grid-template-columns:1fr auto;gap:12px}.aas-header__brand img,.aas-header.is-scrolled .aas-header__brand img{height:38px}.aas-nav,.aas-header__inventory{display:none}.aas-auth__signin>span:last-child{display:inline}.aas-header__cta{height:40px;min-width:118px}.aas-speed-toggle{display:grid!important}.aas-header__actions{gap:7px}.aas-header__road-car{width:30px}.aas-header__road-car svg{width:30px}
  .aas-footer{padding:78px 20px 24px}.aas-footer__cta-wrap{grid-template-columns:1fr;gap:25px;padding-bottom:44px}.aas-footer__cta-actions{justify-content:flex-start}.aas-footer__main{grid-template-columns:1fr 1fr;gap:34px}.aas-footer__brand{grid-column:1/-1}.aas-footer__col--action{grid-column:auto}.aas-footer::after{font-size:42vw}
}
@media(max-width:700px){.aas-header__cta{display:none}}
@media(max-width:782px){body.aas-hf-active.admin-bar .aas-header{top:46px}body.aas-hf-active.admin-bar:not(.aas-hf-home){padding-top:calc(var(--aas-header-h) + 46px)}}
@media(max-width:600px){body.aas-hf-active.admin-bar .aas-header{top:0}body.aas-hf-active.admin-bar:not(.aas-hf-home){padding-top:var(--aas-header-h)}}
@media(max-width:560px){
  .aas-auth{display:none}.aas-header__cta{display:none}.aas-header__brand img,.aas-header.is-scrolled .aas-header__brand img{height:40px}.aas-speed-toggle{width:48px;height:44px}.aas-mobile-menu__panel{width:100%;padding:21px 18px}

  /* footer becomes intentionally centred on phones */
  .aas-footer{padding:70px 18px 24px;text-align:center}.aas-footer::after{font-size:55vw;top:40%}.aas-footer__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:24px;padding-bottom:46px}.aas-footer__cta-copy{width:100%;text-align:center}.aas-footer__eyebrow{text-align:center}.aas-footer__cta-copy h2{font-size:clamp(46px,14vw,67px)!important}.aas-footer__cta-actions{width:100%;flex-direction:column;align-items:center;justify-content:center}.aas-footer__primary,.aas-footer__secondary{width:min(100%,330px)}.aas-footer__main{grid-template-columns:1fr;gap:38px;padding:48px 0 40px;text-align:center}.aas-footer__brand{grid-column:auto;display:flex;flex-direction:column;align-items:center}.aas-footer__brand a{display:inline-flex;justify-content:center}.aas-footer__brand img{height:66px!important;max-width:225px!important;width:auto!important}.aas-footer__brand p{max-width:330px;margin:18px auto 0!important;font-size:11px!important}.aas-footer__col,.aas-footer__col--action{grid-column:auto!important;align-items:center;text-align:center}.aas-footer__col>span{margin-bottom:6px}.aas-footer__col>a{width:auto;max-width:100%;text-align:center}.aas-footer__col>p{text-align:center}.aas-footer__col--action h3{text-align:center;font-size:24px!important}.aas-footer__col--action>a{justify-content:center}.aas-footer__bottom{flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.aas-footer__bottom>div{justify-content:center}
}


/* =========================================================
   V1.3 - SPEEDOMETER DRIVE CONTROL
========================================================= */
.aas-menu-toggle{display:none!important}
.aas-header__road{display:none!important}

.aas-speed-toggle{
  width:58px;
  height:48px;
  padding:0!important;
  border:1px solid rgba(255,255,255,.13)!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 88%,rgba(234,39,50,.12),transparent 40%),
    rgba(255,255,255,.035)!important;
  color:#fff!important;
  cursor:pointer;
  transition:transform .28s var(--aas-ease),border-color .25s,background .25s!important;
}
.aas-speed-toggle::before{
  content:"";
  position:absolute;
  inset:3px;
  border:1px solid rgba(255,255,255,.035);
  border-radius:10px;
  pointer-events:none;
}
.aas-speed-toggle:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.23)!important;
  background:rgba(255,255,255,.065)!important;
}
.aas-speed-toggle__dial{
  position:relative;
  width:42px;
  height:35px;
  display:grid;
  place-items:center;
}
.aas-speed-toggle__dial .aas-speed-svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.aas-speed-svg__arc{color:rgba(255,255,255,.27)}
.aas-speed-svg__redline{color:var(--aas-red);filter:drop-shadow(0 0 5px rgba(234,39,50,.38))}
.aas-speed-svg__tick{color:rgba(255,255,255,.25)}
.aas-speed-svg__needle{
  color:#fff;
  transform-box:view-box;
  transform-origin:32px 43px;
  transform:rotate(-112deg);
  transition:transform .14s linear;
  filter:drop-shadow(0 0 5px rgba(255,255,255,.30));
}
.aas-speed-toggle__dial b{
  position:absolute;
  left:50%;
  bottom:1px;
  transform:translateX(-50%);
  color:rgba(255,255,255,.58)!important;
  font-size:5px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.04em!important;
}
.aas-speed-toggle__label{
  position:absolute;
  right:4px;
  top:4px;
  color:rgba(255,255,255,.20)!important;
  font-size:3px!important;
  font-weight:850!important;
  letter-spacing:.10em!important;
  writing-mode:vertical-rl;
}
.aas-speed-toggle.is-redlining{
  border-color:rgba(234,39,50,.5)!important;
  box-shadow:0 0 0 4px rgba(234,39,50,.06),0 10px 30px rgba(234,39,50,.10);
}
.aas-speed-toggle.is-redlining .aas-speed-svg__needle{
  transition:transform .27s cubic-bezier(.1,.7,.2,1);
}
.aas-speed-toggle.is-redlining .aas-speed-toggle__dial b{color:var(--aas-red)!important}

/* full screen menu */
.aas-speed-menu{
  position:fixed;
  z-index:100100;
  inset:0;
  visibility:hidden;
  pointer-events:none;
  opacity:0;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  transition:opacity .30s ease,visibility .30s;
}
.aas-speed-menu.is-open{
  visibility:visible;
  pointer-events:auto;
  opacity:1;
}
.aas-speed-menu__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
  backdrop-filter:blur(14px);
  opacity:0;
  transition:opacity .35s;
}
.aas-speed-menu.is-open .aas-speed-menu__backdrop{opacity:1}

.aas-speed-menu__panel{
  position:absolute;
  inset:0;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 50% 64%,rgba(234,39,50,.07),transparent 23%),
    radial-gradient(circle at 50% 45%,#11161c 0%,#090c10 47%,#050709 100%);
  transform:scale(1.025);
  opacity:0;
  transition:transform .48s var(--aas-ease),opacity .32s ease;
}
.aas-speed-menu.is-open .aas-speed-menu__panel{
  transform:none;
  opacity:1;
}
.aas-speed-menu__ambient{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.aas-speed-menu__grid{
  position:absolute;
  inset:-2%;
  opacity:.60;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:radial-gradient(circle at 50% 52%,#000 0%,rgba(0,0,0,.8) 45%,transparent 82%);
}
.aas-speed-menu__orbit{
  position:absolute;
  left:50%;
  top:60%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,255,255,.04);
  border-radius:50%;
}
.aas-speed-menu__orbit--1{width:620px;height:620px}
.aas-speed-menu__orbit--2{width:880px;height:880px;opacity:.55}
.aas-speed-menu__orbit::after{
  content:"";
  position:absolute;
  top:-3px;
  left:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--aas-red);
  box-shadow:0 0 0 6px rgba(234,39,50,.07);
}
.aas-speed-menu.is-open .aas-speed-menu__orbit--1{animation:aasSpeedOrbit 28s linear infinite}
.aas-speed-menu.is-open .aas-speed-menu__orbit--2{animation:aasSpeedOrbitReverse 40s linear infinite}
@keyframes aasSpeedOrbit{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes aasSpeedOrbitReverse{to{transform:translate(-50%,-50%) rotate(-360deg)}}

.aas-speed-menu__beam{
  position:absolute;
  top:-20%;
  width:1px;
  height:145%;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,.12),transparent);
}
.aas-speed-menu__beam--1{left:23%;transform:rotate(17deg)}
.aas-speed-menu__beam--2{right:22%;transform:rotate(-14deg)}
.aas-speed-menu__ghost{
  position:absolute;
  left:50%;
  top:54%;
  transform:translate(-50%,-50%);
  color:rgba(255,255,255,.018)!important;
  font-size:clamp(220px,31vw,560px)!important;
  line-height:.68!important;
  font-weight:900!important;
  letter-spacing:-.1em!important;
  pointer-events:none;
  white-space:nowrap;
}

.aas-speed-menu__top{
  position:absolute;
  z-index:5;
  left:max(28px,calc((100vw - 1460px)/2));
  right:max(28px,calc((100vw - 1460px)/2));
  top:28px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
}
.aas-speed-menu__brand{justify-self:start;display:inline-flex;align-items:center}
.aas-speed-menu__brand img{height:50px;width:auto;max-width:205px;object-fit:contain}
.aas-speed-menu__top-status{
  justify-self:center;
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.34)!important;
  font-size:6px!important;
  font-weight:850!important;
  letter-spacing:.14em!important;
}
.aas-speed-menu__top-status i{
  width:6px;height:6px;border-radius:50%;background:var(--aas-red);
  box-shadow:0 0 0 5px rgba(234,39,50,.07);
  animation:aasSpeedPulse 1.7s ease-in-out infinite;
}
@keyframes aasSpeedPulse{50%{opacity:.35;transform:scale(.7)}}
.aas-speed-menu__close{
  justify-self:end;
  width:45px;height:45px;padding:0!important;
  position:relative;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.035)!important;
  cursor:pointer;
}
.aas-speed-menu__close span{
  position:absolute;left:13px;top:22px;width:18px;height:1px;background:#fff;
}
.aas-speed-menu__close span:first-child{transform:rotate(45deg)}
.aas-speed-menu__close span:last-child{transform:rotate(-45deg)}
.aas-speed-menu__close:hover{background:rgba(255,255,255,.08)!important}

.aas-speed-menu__stage{
  position:absolute;
  z-index:3;
  inset:95px 0 140px;
}

.aas-speed-arc{
  position:absolute;
  inset:0;
}
.aas-speed-arc__item{
  position:absolute;
  width:190px;
  min-height:76px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:13px;
  display:grid;
  grid-template-columns:27px minmax(0,1fr) 16px;
  align-items:center;
  gap:9px;
  color:#fff!important;
  background:rgba(255,255,255,.025);
  backdrop-filter:blur(9px);
  opacity:0;
  transform:translateY(18px) scale(.96);
  transition:
    opacity .45s var(--aas-ease),
    transform .45s var(--aas-ease),
    background .25s,
    border-color .25s;
}
.aas-speed-menu.is-open .aas-speed-arc__item{opacity:1;transform:none}
.aas-speed-menu.is-open .aas-speed-arc__item--1{transition-delay:.10s}
.aas-speed-menu.is-open .aas-speed-arc__item--2{transition-delay:.16s}
.aas-speed-menu.is-open .aas-speed-arc__item--3{transition-delay:.22s}
.aas-speed-menu.is-open .aas-speed-arc__item--4{transition-delay:.28s}
.aas-speed-menu.is-open .aas-speed-arc__item--5{transition-delay:.34s}
.aas-speed-arc__item:hover,
.aas-speed-arc__item.is-active{
  background:rgba(255,255,255,.075);
  border-color:rgba(255,255,255,.17);
  transform:translateY(-5px)!important;
}
.aas-speed-arc__item.is-active{
  box-shadow:0 14px 38px rgba(0,0,0,.18),inset 0 0 0 1px rgba(234,39,50,.15);
}
.aas-speed-arc__item>b{
  color:var(--aas-red)!important;
  font-size:6px!important;
  font-weight:850!important;
  letter-spacing:.08em!important;
}
.aas-speed-arc__item span{min-width:0}
.aas-speed-arc__item strong{
  display:block;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.05!important;
  font-weight:820!important;
  letter-spacing:-.025em!important;
}
.aas-speed-arc__item small{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.34)!important;
  font-size:6px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
.aas-speed-arc__item>i{
  width:9px;height:9px;border:1px solid rgba(255,255,255,.22);border-radius:50%;
}
.aas-speed-arc__item.is-active>i{
  border-color:var(--aas-red);background:var(--aas-red);box-shadow:0 0 0 5px rgba(234,39,50,.06);
}

/* desktop semicircle */
.aas-speed-arc__item--1{left:10%;top:56%}
.aas-speed-arc__item--2{left:22%;top:23%}
.aas-speed-arc__item--3{left:50%;top:7%;transform:translateX(-50%) translateY(18px) scale(.96)}
.aas-speed-menu.is-open .aas-speed-arc__item--3{transform:translateX(-50%)}
.aas-speed-arc__item--3:hover,.aas-speed-arc__item--3.is-active{transform:translateX(-50%) translateY(-5px)!important}
.aas-speed-arc__item--4{right:22%;top:23%}
.aas-speed-arc__item--5{right:10%;top:56%}

.aas-speed-hub{
  position:absolute;
  left:50%;
  top:61%;
  width:260px;
  height:260px;
  transform:translate(-50%,-50%);
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle,rgba(255,255,255,.045),rgba(255,255,255,.012) 48%,transparent 70%);
  box-shadow:0 30px 80px rgba(0,0,0,.24),inset 0 0 40px rgba(255,255,255,.018);
}
.aas-speed-hub::before,
.aas-speed-hub::after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.04);
  border-radius:50%;
}
.aas-speed-hub::before{inset:17px}
.aas-speed-hub::after{inset:42px}
.aas-speed-hub__redline{
  position:absolute;
  right:-9px;
  top:36px;
  color:var(--aas-red)!important;
  font-size:5px!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  transform:rotate(52deg);
}
.aas-speed-hub__dial{
  position:relative;
  width:190px;
  height:190px;
  display:grid;
  place-items:center;
}
.aas-speed-hub__dial .aas-speed-svg{width:100%;height:100%}
.aas-speed-hub__dial .aas-speed-svg__arc{stroke-width:1.5}
.aas-speed-hub__dial .aas-speed-svg__redline{stroke-width:2.3}
.aas-speed-hub__dial .aas-speed-svg__tick{stroke-width:.9}
.aas-speed-hub__value{
  position:absolute;
  left:50%;
  top:56%;
  transform:translate(-50%,-50%);
  color:#fff!important;
  font-size:42px!important;
  line-height:.8!important;
  letter-spacing:-.07em!important;
  font-weight:800!important;
}
.aas-speed-hub__dial small{
  position:absolute;
  left:50%;
  top:72%;
  transform:translateX(-50%);
  color:rgba(255,255,255,.24)!important;
  font-size:4.5px!important;
  font-weight:850!important;
  letter-spacing:.13em!important;
  white-space:nowrap;
}
.aas-speed-hub__caption{
  position:absolute;
  left:45px;
  right:45px;
  bottom:27px;
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.23)!important;
}
.aas-speed-hub__caption span{font-size:4px!important;font-weight:850!important;letter-spacing:.10em!important}
.aas-speed-hub__caption i{flex:1;height:1px;background:rgba(255,255,255,.07)}

.aas-speed-menu__instruction{
  position:absolute;
  left:50%;
  bottom:3%;
  transform:translateX(-50%);
  width:min(440px,80vw);
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.23)!important;
}
.aas-speed-menu__instruction span,
.aas-speed-menu__instruction b{
  color:inherit!important;
  font-size:4.5px!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  white-space:nowrap;
}
.aas-speed-menu__instruction i{flex:1;height:1px;background:rgba(255,255,255,.07)}

.aas-speed-menu__bottom{
  position:absolute;
  z-index:5;
  left:max(28px,calc((100vw - 1460px)/2));
  right:max(28px,calc((100vw - 1460px)/2));
  bottom:24px;
  min-height:64px;
  display:grid;
  grid-template-columns:auto auto 1fr;
  gap:10px;
  align-items:center;
}
.aas-speed-menu__account{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.aas-speed-menu__account a,
.aas-speed-menu__cta{
  min-height:47px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:8px!important;
  font-weight:800!important;
}
.aas-speed-menu__account a:first-child{
  padding:0 14px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.025);
  color:#fff!important;
}
.aas-speed-menu__account a:first-child>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.045);color:var(--aas-red)}
.aas-speed-menu__account a:first-child svg{width:14px}
.aas-speed-menu__account a:last-child{
  padding:0 16px;
  background:#fff;
  color:#080b0e!important;
}
.aas-speed-menu__account a b{font:inherit!important;color:inherit!important}
.aas-speed-menu__account a:last-child svg{width:13px}
.aas-speed-menu__cta{
  padding:0 18px;
  background:var(--aas-red);
  color:#fff!important;
  box-shadow:0 12px 30px rgba(234,39,50,.13);
}
.aas-speed-menu__cta>span:last-child{width:34px;color:#fff}
.aas-speed-menu__cta svg{width:34px;height:auto}
.aas-speed-menu__meta{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.31)!important;
  font-size:6px!important;
  font-weight:700!important;
}
.aas-speed-menu__meta i{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.17)}
.aas-speed-menu__meta a{color:rgba(255,255,255,.62)!important;font-weight:800!important}

/* On desktop this is a real secondary menu control, not hidden. */
@media(min-width:901px){
  .aas-speed-toggle{display:grid!important}
}

/* =========================================================
   SPEED MENU - MOBILE
========================================================= */
@media(max-width:900px){
  .aas-speed-toggle{
    display:grid!important;
    width:52px!important;
    height:46px!important;
    border-radius:13px!important;
  }
  .aas-speed-toggle__dial{width:39px;height:33px}
  .aas-speed-toggle__label{display:none!important}

  .aas-speed-menu__top{
    left:15px;
    right:15px;
    top:17px;
    grid-template-columns:1fr auto;
  }
  .aas-speed-menu__brand img{height:47px;max-width:185px}
  .aas-speed-menu__top-status{display:none}
  .aas-speed-menu__close{width:41px;height:41px}

  .aas-speed-menu__stage{
    inset:75px 0 150px;
  }
  .aas-speed-menu__orbit{
    top:58%;
  }
  .aas-speed-menu__orbit--1{width:95vw;height:95vw}
  .aas-speed-menu__orbit--2{width:138vw;height:138vw}
  .aas-speed-menu__grid{background-size:44px 44px}
  .aas-speed-menu__ghost{
    top:51%;
    font-size:52vw!important;
  }

  .aas-speed-hub{
    top:55%;
    width:184px;
    height:184px;
  }
  .aas-speed-hub::before{inset:12px}
  .aas-speed-hub::after{inset:29px}
  .aas-speed-hub__dial{width:136px;height:136px}
  .aas-speed-hub__value{font-size:31px!important}
  .aas-speed-hub__redline{right:-2px;top:25px;font-size:4px!important}
  .aas-speed-hub__caption{left:32px;right:32px;bottom:18px}
  .aas-speed-hub__caption span{font-size:3px!important}

  .aas-speed-arc__item{
    width:148px;
    min-height:66px;
    padding:10px 11px;
    grid-template-columns:22px minmax(0,1fr) 11px;
    gap:7px;
    border-radius:12px;
  }
  .aas-speed-arc__item strong{
    font-size:11px!important;
    line-height:1.05!important;
    letter-spacing:-.02em!important;
  }
  .aas-speed-arc__item small{
    font-size:5.3px!important;
    line-height:1.25!important;
    margin-top:3px;
  }
  .aas-speed-arc__item>b{
    font-size:5.5px!important;
    letter-spacing:.07em!important;
  }
  .aas-speed-arc__item>i{width:8px;height:8px}

  /* five-point arc around the hub */
  .aas-speed-arc__item--1{left:2.5%;top:57%}
  .aas-speed-arc__item--2{left:6%;top:20%}
  .aas-speed-arc__item--3{left:50%;top:3%}
  .aas-speed-arc__item--4{right:6%;top:20%}
  .aas-speed-arc__item--5{right:2.5%;top:57%}

  .aas-speed-menu__instruction{
    bottom:3%;
    width:min(310px,82vw);
  }
  .aas-speed-menu__instruction span,
  .aas-speed-menu__instruction b{font-size:3.5px!important}

  .aas-speed-menu__bottom{
    left:12px;
    right:12px;
    bottom:12px;
    min-height:0;
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .aas-speed-menu__account{grid-column:1/-1;grid-template-columns:1fr 1fr}
  .aas-speed-menu__account a,.aas-speed-menu__cta{min-height:44px;font-size:7px!important}
  .aas-speed-menu__cta{grid-column:1/-1}
  .aas-speed-menu__meta{display:none}
}

@media(max-width:560px){
  .aas-speed-toggle{width:48px!important;height:44px!important}
  .aas-speed-toggle__dial{width:37px;height:31px}
  .aas-speed-menu__stage{inset:69px 0 145px}

  .aas-speed-arc__item{
    width:124px;
    min-height:60px;
    padding:9px 9px;
    grid-template-columns:18px minmax(0,1fr) 8px;
    gap:6px;
    border-radius:11px;
  }
  .aas-speed-arc__item small{display:none!important}
  .aas-speed-arc__item strong{
    font-size:10.3px!important;
    line-height:1.04!important;
  }
  .aas-speed-arc__item>b{font-size:5.2px!important}
  .aas-speed-arc__item--1{left:1%;top:58%}
  .aas-speed-arc__item--2{left:2.5%;top:22%}
  .aas-speed-arc__item--4{right:2.5%;top:22%}
  .aas-speed-arc__item--5{right:1%;top:58%}

  .aas-speed-hub{width:164px;height:164px;top:55%}
  .aas-speed-hub__dial{width:122px;height:122px}
  .aas-speed-hub__value{font-size:28px!important}
  .aas-speed-hub__dial small{font-size:3.5px!important}

  .aas-speed-menu__bottom{bottom:10px}
}

@media(max-width:900px){
  .aas-speed-arc__item{
    background:rgba(12,16,21,.72);
    border-color:rgba(255,255,255,.10);
    box-shadow:0 9px 24px rgba(0,0,0,.12);
  }
  .aas-speed-arc__item.is-active{
    background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.045));
    border-color:rgba(234,39,50,.30);
  }
  .aas-speed-arc__item.is-active strong{color:#fff!important}
}
