/* Next-Generation Clinical Web Portal for Fertility EMR — scoped under .cs-wep */
.cs-wep{
  --c-ink:#242424;
  --c-primary:#3071d3;
  --c-primary-emph:#7db3ff;
  --c-step:#5fa8ff;
  --c-body:#45556c;
  --c-title:#0f172b;
  --c-muted:#717182;
  --c-caption:#5c5c5c;
  --c-pill:#eaeaea;
  --c-pill-text:#2c2c2c;
  --c-line:#e9e9e9;
  --c-surface:#ffffff;
  --c-surface-alt:#fbfbfb;
  --c-panel:#eef4ff;
  --c-nav:#272727;
  --c-nav-text:#e8e8e8;
  --c-nav-active:#bebebe;
  --c-on-dark:#fafafa;
  --ff-head:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --ff-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --max-w:1280px;
  --nav-h:53px;
  --site-nav-h:78px;
  --ease-out:cubic-bezier(.22,1,.36,1);
  margin-top:65px;
  font-family:var(--ff-body);
  color:var(--c-body);
  background:var(--c-surface);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.cs-wep *,.cs-wep *::before,.cs-wep *::after{box-sizing:border-box}
.cs-wep h1,.cs-wep h2,.cs-wep h3,.cs-wep p,.cs-wep ul,.cs-wep ol{margin:0;padding:0}
.cs-wep ul,.cs-wep ol{list-style:none}
.cs-wep img{display:block;max-width:100%}
.cs-wep a{color:inherit;text-decoration:none}
.cs-wep button{font:inherit;color:inherit}
.cs-wep :focus-visible{outline:2px solid var(--c-primary-emph);outline-offset:3px;border-radius:4px}

.cs-wep .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

.cs-wep .skip-link{position:absolute;left:16px;top:-60px;z-index:100;padding:10px 16px;background:var(--c-primary);color:#fff;font:700 14px/22px var(--ff-body);border-radius:4px;text-decoration:none;transition:top .2s}
.cs-wep .skip-link:focus{top:12px}

.cs-wep .icon{position:relative;display:block;flex:none;width:var(--icon-size);height:var(--icon-size)}
.cs-wep .icon--18{--icon-size:18px}
.cs-wep .icon--20{--icon-size:20px}
.cs-wep .icon--24{--icon-size:24px}
.cs-wep .icon--25{--icon-size:25px}
.cs-wep .icon--clip{overflow:hidden}
.cs-wep .icon__img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none}
.cs-wep .icon__group,.cs-wep .icon__bleed{position:absolute}
.cs-wep .icon__group--chat{inset:10.42% 8.33% 10.41% 8.34%}
.cs-wep .icon__bleed--chat{inset:-4.74% -4.5%}
.cs-wep .icon__group--blocks{inset:8.33%}
.cs-wep .icon__bleed--blocks{inset:-3.6%}
.cs-wep .icon__group--rocket{inset:10.42%}
.cs-wep .icon__bleed--rocket{inset:-3.95%}

.cs-wep .cs-section{background:var(--bg,var(--c-surface))}
.cs-wep .cs-section__inner{max-width:var(--max-w);margin:0 auto;padding:var(--pad-t,64px) var(--pad-r,64px) var(--pad-b,64px) var(--pad-l,64px)}
.cs-wep .cs-section__title{font:700 34px/44px var(--ff-head);color:var(--c-primary)}
.cs-wep .cs-section__lead{font:400 18px/29px var(--ff-body);color:var(--c-body)}
.cs-wep .cs-section[id],.cs-wep .cs-anchor{scroll-margin-top:calc(var(--site-nav-h) + var(--nav-h) + 8px)}

.cs-wep .cs-hero{background:var(--c-surface);overflow:hidden}
.cs-wep .cs-hero__inner{max-width:var(--max-w);margin:0 auto;padding:60px 57px 0 58px}
.cs-wep .cs-hero__title{max-width:713px;font:500 34px/44px var(--ff-head);color:var(--c-ink)}
.cs-wep .cs-hero__title strong{font-weight:700}
.cs-wep .cs-hero__media{position:relative;margin-top:56px;height:540px;border-radius:4px 4px 0 0;overflow:hidden;background:#1b1b1b}
.cs-wep .cs-hero__img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.cs-wep .cs-hero__overlay{position:absolute;inset:0;background:linear-gradient(-89.637deg,rgba(0,0,0,.7) 23.897%,rgba(102,102,102,0) 78.342%);pointer-events:none}
.cs-wep .cs-hero__metrics{position:absolute;top:82px;right:24px;width:214px;display:flex;flex-direction:column;gap:26px;color:#fff}
.cs-wep .cs-hero__divider{width:60px;height:1px;background:rgba(255,255,255,.5)}

.cs-wep .stat{display:flex;flex-direction:column;gap:8px}
.cs-wep .stat__value{font:700 30px/40px var(--ff-head);font-variant-numeric:tabular-nums}
.cs-wep .stat__label{font:500 14px/20px var(--ff-body)}

.cs-wep.has-js .cs-hero__img{transform:scale(1.045);transition:transform 1.4s var(--ease-out)}
.cs-wep.has-js .cs-hero__metrics > *{opacity:0;transform:translateX(12px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}
.cs-wep.has-js .cs-hero--loaded .cs-hero__img{transform:none}
.cs-wep.has-js .cs-hero--loaded .cs-hero__metrics > *{opacity:1;transform:none}
.cs-wep .cs-hero__metrics > :nth-child(2){transition-delay:.12s}
.cs-wep .cs-hero__metrics > :nth-child(3){transition-delay:.2s}
.cs-wep .cs-hero__metrics > :nth-child(4){transition-delay:.28s}
.cs-wep .cs-hero__metrics > :nth-child(5){transition-delay:.36s}

.cs-wep .page-nav{position:sticky;top:var(--site-nav-h);z-index:50;background:var(--c-nav);transition:box-shadow .25s}
.cs-wep .page-nav--stuck{box-shadow:0 6px 18px rgba(0,0,0,.18)}
.cs-wep .page-nav__inner{max-width:var(--max-w);margin:0 auto;height:var(--nav-h);display:flex;align-items:center;gap:16px;padding:0 24px 0 25px}
.cs-wep .page-nav__label{flex:none;font:700 14px/22px var(--ff-body);color:var(--c-nav-text);white-space:nowrap}
.cs-wep .page-nav__list{position:relative;display:flex;align-items:center;gap:16px;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}
.cs-wep .page-nav__list::-webkit-scrollbar{display:none}
.cs-wep .page-nav__item{flex:none}
.cs-wep .page-nav__link{position:relative;z-index:1;display:inline-flex;flex-direction:column;align-items:center;padding:4px 8px 5px;border-radius:4px;font:500 14px/22px var(--ff-body);color:var(--c-nav-text);text-decoration:none;white-space:nowrap;transition:color .25s}
.cs-wep .page-nav__link::after{content:attr(data-label);height:0;overflow:hidden;visibility:hidden;font-weight:700;pointer-events:none}
.cs-wep .page-nav__link:hover{color:#fff}
.cs-wep .page-nav__link--active{font-weight:700;color:var(--c-ink)}
.cs-wep .page-nav__link--active:hover{color:var(--c-ink)}
.cs-wep .page-nav__indicator{position:absolute;left:0;top:4px;height:31px;width:0;border-radius:4px;background:var(--c-nav-active);z-index:0;pointer-events:none;opacity:0}
.cs-wep .page-nav__indicator--ready{opacity:1;transition:transform .35s var(--ease-out),width .35s var(--ease-out)}
.cs-wep .page-nav__share{flex:none;margin-left:auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer;transition:background-color .2s}
.cs-wep .page-nav__share:hover{background:rgba(255,255,255,.1)}

.cs-wep .share-icon{position:relative;display:block;width:20px;height:20px;overflow:hidden}
.cs-wep .share-icon__part,.cs-wep .share-icon__bleed{position:absolute}
.cs-wep .share-icon__part--a{inset:8.33% 12.5% 66.67% 62.5%}
.cs-wep .share-icon__part--b{inset:37.5% 62.5% 37.5% 12.5%}
.cs-wep .share-icon__part--c{inset:66.67% 12.5% 8.33% 62.5%}
.cs-wep .share-icon__part--d{inset:56.29% 35.75% 27.13% 35.79%}
.cs-wep .share-icon__part--e{inset:27.13% 35.79% 56.29% 35.79%}
.cs-wep .share-icon__bleed--node{inset:-16.67%}
.cs-wep .share-icon__bleed--d{inset:-25.13% -14.64%}
.cs-wep .share-icon__bleed--e{inset:-25.13% -14.67%}

.cs-wep .cs-section--intro{--pad-t:63px;--pad-b:63px;--pad-l:73px;--pad-r:63px}
.cs-wep .intro{display:grid;grid-template-columns:370px minmax(0,680px);column-gap:clamp(48px,7.4vw,94px);align-items:start}
.cs-wep .intro__copy{display:flex;flex-direction:column;gap:20px;padding-top:8px}
.cs-wep .intro__text{font:400 18px/29px var(--ff-body);color:var(--c-body)}
.cs-wep .intro__text strong{font-weight:600;color:var(--c-ink)}

.cs-wep .tech-stack{position:sticky;top:calc(var(--site-nav-h) + var(--nav-h) + 28px);display:flex;flex-direction:column;gap:22px}
.cs-wep .tech-stack__heading{font:700 14px/22px var(--ff-body);color:var(--c-muted)}
.cs-wep .tech-stack__list{display:flex;flex-direction:column;gap:22px}
.cs-wep .tech-stack__item{display:flex;flex-direction:column;gap:10px}
.cs-wep .tech-stack__term{font:500 12px/16px var(--ff-body);color:var(--c-muted)}
.cs-wep .tech-stack__value{margin:0;padding:8px 17px;border-radius:40px;background:var(--c-pill);font:500 12px/18px var(--ff-body);color:var(--c-pill-text)}

.cs-wep .pull-quote{display:flex;gap:26px;padding-top:22px;margin:0}
.cs-wep .pull-quote__bar{flex:none;width:3px;border-radius:2px;background:var(--c-primary);transform-origin:top}
.cs-wep .pull-quote__text{font:700 22px/34px var(--ff-head);color:var(--c-ink)}

.cs-wep .cs-section--challenge{--bg:var(--c-surface-alt);--pad-t:74px;--pad-b:74px;--pad-l:68px;--pad-r:68px}
.cs-wep .challenge__head{display:flex;flex-direction:column;gap:24px}
.cs-wep .challenge__list{margin-top:24px}
.cs-wep .challenge__item{padding:34px 0;border-top:1px solid var(--c-line)}
.cs-wep .challenge__item:first-child{border-top:0}
.cs-wep .challenge__row-head{display:flex;align-items:center;gap:38px}
.cs-wep .challenge__tile{flex:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--c-line);border-radius:6px;background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%);transition:border-color .3s,box-shadow .3s}
.cs-wep .challenge__item:hover .challenge__tile{border-color:#c9daf6;box-shadow:0 4px 14px rgba(48,113,211,.12)}
.cs-wep .challenge__title{font:600 22px/30px var(--ff-body);color:var(--c-title)}
.cs-wep .challenge__body{display:flex;flex-direction:column;gap:12px;padding-left:80px;margin-top:1px}
.cs-wep .challenge__text{font:400 18px/29px var(--ff-body);color:var(--c-body)}

.cs-wep .cs-section--solution{--pad-t:64px;--pad-b:70px;--pad-l:65px;--pad-r:65px}
.cs-wep .solution__head{display:flex;flex-direction:column;gap:16px;padding-bottom:44px}
.cs-wep .steps__item{display:flex;gap:70px;align-items:flex-start;padding:40px 0 46px;border-top:1px solid var(--c-line)}
.cs-wep .steps__item:first-child{border-top:0}
.cs-wep .steps__label{flex:none;width:330px;display:flex;flex-direction:column;gap:6px}
.cs-wep .steps__number{font:700 72px/80px var(--ff-head);color:var(--c-step);font-variant-numeric:tabular-nums}
.cs-wep .steps__title{font:700 24px/32px var(--ff-head);color:var(--c-ink)}
.cs-wep .steps__body{flex:1;min-width:0;padding-top:8px;font:400 18px/29px var(--ff-body);color:var(--c-body)}

.cs-wep .cs-section--capabilities{--pad-t:72px;--pad-b:72px;--pad-l:62px;--pad-r:62px}
.cs-wep .capabilities__title{font:700 30px/40px var(--ff-head);color:var(--c-primary);text-align:center}
.cs-wep .capabilities__grid{display:grid;grid-template-columns:repeat(4,minmax(0,267px));justify-content:center;gap:29px;margin-top:63px}
.cs-wep .cap-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:208px;padding:28px 20px;border-radius:14px;background:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 5.35px rgba(109,109,109,.3);text-align:center;transition:transform .35s var(--ease-out),box-shadow .35s var(--ease-out)}
.cs-wep .cap-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(48,113,211,.16),0 0 5.35px rgba(109,109,109,.3)}
.cs-wep .cap-card__icon{display:flex;align-items:center;justify-content:center;width:47px;height:47px;border-radius:10px;background:rgba(255,255,255,.04);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.cs-wep .cap-card__title{margin-top:19px;max-width:226px;font:700 20px/24px var(--ff-head);color:var(--c-ink)}
.cs-wep .cap-card__text{margin-top:10px;font:400 14px/22px var(--ff-body);color:var(--c-caption)}

.cs-wep .cs-section--value{--bg:var(--c-ink);--pad-t:64px;--pad-b:74px;--pad-l:70px;--pad-r:70px}
.cs-wep .value__title{font:700 34px/44px var(--ff-head);color:var(--c-on-dark)}
.cs-wep .value__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:32px;row-gap:56px;margin-top:56px}
.cs-wep .benefit{display:flex;flex-direction:column;gap:16px}
.cs-wep .benefit__tick{width:40px;height:3px;border-radius:2px;background:var(--c-primary-emph);transform-origin:left}
.cs-wep .benefit__title{font:700 18px/26px var(--ff-head);color:var(--c-on-dark)}
.cs-wep .benefit__text{font:400 15px/23px var(--ff-body);color:#fff}

.cs-wep .cs-section--why{--bg:var(--c-surface-alt);--pad-t:84px;--pad-b:88px;--pad-l:77px;--pad-r:77px}
.cs-wep .why{display:flex;flex-direction:column;gap:30px}
.cs-wep .why__thesis{display:grid;grid-template-columns:459px minmax(0,574px);column-gap:93px;align-items:start}
.cs-wep .why__statement{font:700 26px/38px var(--ff-head);color:var(--c-ink)}
.cs-wep .why__detail{display:flex;flex-direction:column;gap:28px}
.cs-wep .why__quote{display:flex;gap:20px;margin:0}
.cs-wep .why__quote-bar{flex:none;width:3px;border-radius:2px;background:var(--c-primary);transform-origin:top}
.cs-wep .why__quote-text{font:700 24px/34px var(--ff-head);color:var(--c-primary)}
.cs-wep .why__text{font:400 18px/29px var(--ff-body);color:var(--c-body)}
.cs-wep .why__panel{display:flex;align-items:center;min-height:196px;padding:12px 46px 12px 40px;border-radius:10px;background:var(--c-panel)}
.cs-wep .why__panel-text{font:500 20px/31px var(--ff-body);color:var(--c-ink)}

.cs-wep .cs-section--conclusion{--pad-t:73px;--pad-b:73px;--pad-l:77px;--pad-r:77px}
.cs-wep .conclusion{display:flex;flex-direction:column;gap:24px}
.cs-wep .conclusion__body{display:flex;flex-direction:column;gap:18px;padding-top:6px}
.cs-wep .conclusion__text{font:400 18px/29px var(--ff-body);color:var(--c-body)}
.cs-wep .conclusion__text strong{font-weight:600}

.cs-wep .cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#000623 0%,#112899 50%,#05114b 100%);color:#fff}
.cs-wep .cta__art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}
.cs-wep .cta__inner{position:relative;max-width:var(--max-w);min-height:453px;margin:0 auto;padding:72px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;text-align:center}
.cs-wep .cta__copy{display:flex;flex-direction:column;align-items:center;gap:18px;max-width:830px}
.cs-wep .cta__title{font:700 38px/51px var(--ff-body)}
.cs-wep .cta__text{max-width:780px;font:400 18px/29.25px var(--ff-body)}
.cs-wep .cta__button{display:inline-flex;align-items:center;gap:10px;padding:16px 37px;border-radius:14px;background:#fff;color:var(--c-primary);font:700 16px/24px var(--ff-body);text-decoration:none;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out)}
.cs-wep .cta__button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,6,35,.45)}
.cs-wep .cta__button:focus-visible{outline:3px solid var(--c-primary-emph);outline-offset:4px}
.cs-wep .cta__button .icon{transition:transform .25s var(--ease-out)}
.cs-wep .cta__button:hover .icon{transform:translateX(4px)}

.cs-wep .toast{position:fixed;left:50%;bottom:24px;z-index:80;padding:10px 18px;border-radius:8px;background:var(--c-ink);color:#fff;font:500 14px/22px var(--ff-body);box-shadow:0 10px 30px rgba(0,0,0,.25);transform:translate(-50%,16px);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s var(--ease-out)}
.cs-wep .toast--visible{opacity:1;transform:translate(-50%,0)}

.cs-wep.has-js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);transition-delay:var(--reveal-delay,0ms)}
.cs-wep.has-js [data-reveal].is-visible{opacity:1;transform:none}
.cs-wep.has-js .pull-quote__bar,.cs-wep.has-js .why__quote-bar{transform:scaleY(0);transition:transform .8s var(--ease-out) .25s}
.cs-wep.has-js .is-visible .pull-quote__bar,.cs-wep.has-js .is-visible .why__quote-bar{transform:scaleY(1)}
.cs-wep.has-js .benefit__tick{transform:scaleX(0);transition:transform .7s var(--ease-out) calc(var(--reveal-delay,0ms) + 200ms)}
.cs-wep.has-js .benefit.is-visible .benefit__tick{transform:scaleX(1)}

@media (max-width:1200px){
  .cs-wep .intro{grid-template-columns:300px minmax(0,1fr)}
  .cs-wep .why__thesis{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:56px}
  .cs-wep .capabilities__grid{grid-template-columns:repeat(2,minmax(0,300px));gap:24px}
}
@media (max-width:1024px){
  .cs-wep .cs-section{--pad-l:40px;--pad-r:40px}
  .cs-wep .cs-hero__inner{padding-left:40px;padding-right:40px}
  .cs-wep .cs-hero__media{height:460px}
  .cs-wep .steps__item{gap:40px}
  .cs-wep .steps__label{width:260px}
  .cs-wep .steps__number{font-size:60px;line-height:68px}
  .cs-wep .value__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991px){
  .cs-wep{margin-top:56px;--site-nav-h:56px}
}
@media (max-width:860px){
  .cs-wep .intro{grid-template-columns:1fr;row-gap:48px}
  .cs-wep .intro__copy{order:-1}
  .cs-wep .tech-stack{position:static}
  .cs-wep .tech-stack__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}
  .cs-wep .why__thesis{grid-template-columns:1fr;row-gap:28px}
  .cs-wep .steps__item{flex-direction:column;gap:14px;padding:32px 0 36px}
  .cs-wep .steps__label{width:auto}
  .cs-wep .steps__number{font-size:48px;line-height:56px}
  .cs-wep .steps__body{padding-top:0}
}
@media (max-width:768px){
  .cs-wep .page-nav__label{display:none}
  .cs-wep .page-nav__inner{padding:0 8px 0 12px;gap:8px}
  .cs-wep .page-nav__list{gap:6px;mask-image:linear-gradient(90deg,#000 88%,transparent);-webkit-mask-image:linear-gradient(90deg,#000 88%,transparent)}
  .cs-wep .cs-hero__inner{padding:40px 20px 0}
  .cs-wep .cs-hero__title{font-size:26px;line-height:34px}
  .cs-wep .cs-hero__media{margin-top:28px;height:auto}
  .cs-wep .cs-hero__img{height:280px}
  .cs-wep .cs-hero__overlay{display:none}
  .cs-wep .cs-hero__metrics{position:static;width:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:20px;background:var(--c-ink)}
  .cs-wep .cs-hero__divider{display:none}
  .cs-wep .stat__value{font-size:24px;line-height:32px}
  .cs-wep .stat__label{font-size:12px;line-height:17px}
  .cs-wep .cs-section{--pad-t:48px!important;--pad-b:48px!important;--pad-l:20px;--pad-r:20px}
  .cs-wep .cs-section__title,.cs-wep .value__title{font-size:28px;line-height:36px}
  .cs-wep .capabilities__title{font-size:26px;line-height:34px}
  .cs-wep .capabilities__grid{margin-top:36px}
  .cs-wep .cs-section__lead,.cs-wep .intro__text,.cs-wep .challenge__text,.cs-wep .steps__body,.cs-wep .why__text,.cs-wep .conclusion__text{font-size:16px;line-height:26px}
  .cs-wep .pull-quote{gap:18px}
  .cs-wep .pull-quote__text{font-size:19px;line-height:29px}
  .cs-wep .challenge__row-head{gap:16px;align-items:flex-start}
  .cs-wep .challenge__title{font-size:19px;line-height:27px}
  .cs-wep .challenge__body{padding-left:58px;margin-top:6px}
  .cs-wep .steps__title{font-size:21px;line-height:29px}
  .cs-wep .value__grid{grid-template-columns:1fr;row-gap:36px;margin-top:36px}
  .cs-wep .why__statement{font-size:22px;line-height:32px}
  .cs-wep .why__quote-text{font-size:20px;line-height:30px}
  .cs-wep .why__panel{min-height:0;padding:24px}
  .cs-wep .why__panel-text{font-size:17px;line-height:27px}
  .cs-wep .cta__inner{min-height:0;padding:64px 20px}
  .cs-wep .cta__title{font-size:28px;line-height:37px}
  .cs-wep .cta__text{font-size:16px;line-height:26px}
  .cs-wep .cta__button{padding:14px 24px}
}
@media (max-width:560px){
  .cs-wep .capabilities__grid{grid-template-columns:1fr}
  .cs-wep .tech-stack__list{grid-template-columns:1fr}
  .cs-wep .challenge__body{padding-left:0}
  .cs-wep .cs-hero__metrics{grid-template-columns:1fr;gap:14px}
  .cs-wep .stat{flex-direction:row;align-items:baseline;gap:12px}
  .cs-wep .stat__value{min-width:56px}
}

@media (prefers-reduced-motion:reduce){
  .cs-wep *,.cs-wep *::before,.cs-wep *::after{transition-duration:.01ms!important;transition-delay:0ms!important;animation:none!important}
  .cs-wep.has-js [data-reveal],.cs-wep.has-js .cs-hero__metrics > *{opacity:1;transform:none}
  .cs-wep.has-js .cs-hero__img,.cs-wep.has-js .pull-quote__bar,.cs-wep.has-js .why__quote-bar,.cs-wep.has-js .benefit__tick{transform:none}
}
@media print{
  .cs-wep .page-nav,.cs-wep .toast,.cs-wep .skip-link{display:none}
  .cs-wep.has-js [data-reveal]{opacity:1;transform:none}
  .cs-wep .cta{background:#112899;-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
