/* Generated page asset CSS v1915. Bundle: staff-management. Do not edit directly. */
:root{
  --mms-n-bg:#f6f8fb;
  --mms-n-panel:#fff;
  --mms-n-border:#dfe6ef;
  --mms-n-text:#17324d;
  --mms-n-muted:#52677d;
  --mms-n-blue:#2f67d8;
  --mms-n-green:#16a05d;
  --mms-n-amber:#e39a14;
  --mms-n-red:#dd4c67;
  --mms-n-purple:#6d4bd2;
  --mms-n-shadow:0 18px 42px rgba(31,54,90,.08);
}
.mms-native-shell{
  position:relative;
  width:100%;
  border:1px solid var(--mms-n-border);
  border-radius:24px;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  box-shadow:var(--mms-n-shadow);
  overflow:hidden;
}
.mms-native-grid{display:grid;gap:1rem;}
.mms-native-table-wrap{overflow:auto;border:1px solid var(--mms-n-border);border-radius:16px;background:#fff;}
.mms-native-table{width:100%;min-width:760px;border-collapse:collapse;font-size:.76rem;}
.mms-native-table th{position:sticky;top:0;z-index:1;text-align:left;padding:.75rem .8rem;background:#f6f8fb;color:#54667b;border-bottom:1px solid #dfe6ee;text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;}
.mms-native-table td{padding:.72rem .8rem;border-bottom:1px solid #edf1f5;color:#334b65;vertical-align:top;}
.mms-native-table tr:last-child td{border-bottom:0;}
.mms-native-table td strong{display:block;color:#203a55;margin-bottom:.12rem;}
.mms-native-table td small{color:#7b8b9c;}
.mms-native-security{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:.8rem;}
@media (max-width:1180px){
.mms-native-security{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:560px){
.mms-native-security{grid-template-columns:1fr;}
.mms-native-shell{border-radius:18px;}
}
.mms-page--surveys #section-02 .mms-section__grid{
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 1.5rem;
}
.mms-page--surveys #section-02 .mms-section__copy,
.mms-page--surveys #section-02 .mms-section__visual{
  width: 100%;
  max-width: none;
}
.mms-page--surveys #section-02 .mms-section__copy{
  margin: 0;
}
.mms-page--surveys .mms-survey-config{
  display:grid;
  gap:1rem;
  padding:1rem;
  background:linear-gradient(180deg,#fbfcff 0%,#f4f7fb 100%);
}
@media (max-width: 760px){
.mms-page--surveys .mms-survey-config,
  .mms-page--surveys .mms-survey-dispatch{padding:.85rem;}
}
.mms-page--growth{--g-blue:#2f67d8;--g-green:#18a36b;--g-amber:#e59b14;--g-red:#e84963;--g-purple:#7c4ddb;--g-ink:#13263f;--g-muted:#61738a;}
.mms-page--growth .mms-growth-scroll{overflow:auto;padding:1rem;scrollbar-width:thin;}
.mms-page--growth .g-card{border:1px solid #dfe6ef;border-radius:16px;background:#fff;padding:1rem;box-shadow:0 8px 20px rgba(31,53,84,.05);}
.mms-page--growth .g-card h3,.mms-page--growth .g-card h4{margin:0 0 .45rem;color:#1b3049;}
.mms-page--growth .g-card p{margin:0;color:#65768a;font-size:.86rem;line-height:1.55;}
:root{
  --mms-product-container:1280px;
  --mms-product-wide:1440px;
  --mms-product-radius-lg:20px;
  --mms-product-radius-md:12px;
  --mms-product-shadow:0 18px 44px rgba(19,45,78,.10);
  --mms-product-shadow-soft:0 10px 28px rgba(19,45,78,.07);
  --mms-product-border:#dbe5ef;
  --mms-product-surface:#fff;
  --mms-product-soft:#f6f9fc;
  --mms-product-text:#17324d;
  --mms-product-muted:#52677d;
  --mms-product-blue:#2f6fe4;
  --mms-product-green:#14a66a;
  --mms-product-amber:#e8a115;
  --mms-product-red:#df4b67;
}
.mms-page--product-system .mms-container{max-width:var(--mms-product-container);}
.mms-page--product-system .mms-section__grid{align-items:start;gap:clamp(1.5rem,3vw,3rem);}
.mms-page--product-system .mms-section__copy{max-width:none;}
.mms-page--product-system .mms-section__copy>h2{max-width:100%;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08;letter-spacing:-.035em;}
.mms-page--product-system .mms-section__copy>p{max-width:78ch;font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.72;}
.mms-page--product-system .mms-section:not(.mms-section--dark) .mms-section__copy>p{color:var(--mms-product-muted);}
.mms-page--product-system .mms-section__index{display:inline-grid;place-items:center;min-width:2.25rem;height:2.25rem;padding-inline:.55rem;border-radius:var(--mms-control-shape-radius);background:#edf4ff;color:#245bc2;font-weight:800;}
.mms-page--product-system .mms-ui-demo-frame{
  width:100%;max-width:var(--mms-product-wide);margin:0;border:1px solid var(--mms-product-border);border-radius:var(--mms-product-radius-lg);background:var(--mms-product-surface);box-shadow:var(--mms-product-shadow);overflow:hidden;position:relative
;}
.mms-page--product-system .mms-ui-demo-stage{background:linear-gradient(180deg,#fbfdff,#f4f8fc);padding:clamp(.65rem,1.2vw,1rem);overflow:auto;}
.mms-page--product-system .mms-ui-demo{min-width:0;}
.mms-page--product-system .mms-ui-demo-frame>figcaption{padding:.9rem 1rem 1rem;border-top:1px solid #e5ebf2;color:#5f7286;font-size:.9rem;line-height:1.5;background:#fff;}
.mms-phase-badge{display:inline-flex;margin-bottom:.85rem;padding:.4rem .7rem;border-radius:var(--mms-control-shape-radius);background:#eaf2ff;color:#275bb4;font-size:.78rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;}
.mms-home-flow{position:relative;display:grid;width:100%;max-width:100%;min-width:0;grid-template-columns:minmax(180px,.78fr) 64px minmax(310px,1.35fr) 64px minmax(220px,.9fr);gap:.8rem;align-items:stretch;padding:clamp(.9rem,1.8vw,1.35rem);border:1px solid var(--mms-line);border-radius:20px;background:linear-gradient(145deg,#fff 0%,#f7fbfa 55%,#eef8f4 100%);overflow:hidden;}
.mms-home-flow::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgb(19 116 108 / .045) 1px,transparent 1px),linear-gradient(90deg,rgb(19 116 108 / .045) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.52),transparent 82%);}
.mms-home-flow>article,.mms-home-flow__guardrail,.mms-home-flow__connector{position:relative;z-index:1;min-width:0;}
.mms-home-flow h3,.mms-home-flow p,.mms-home-flow b,.mms-home-flow small,.mms-home-flow dd{overflow-wrap:anywhere;}
.mms-home-flow__request{align-self:center;padding:1.05rem;border:1px solid var(--mms-line);border-radius:18px;background:rgb(255 255 255 / .94);box-shadow:0 12px 28px rgb(16 45 53 / .08);animation:mms-booking-request 5.5s var(--mms-emphasis) infinite;}
.mms-home-flow__request>p{margin-top:.35rem;color:var(--mms-ink-700);font-weight:700;}
.mms-home-flow__request dl{display:grid;gap:.5rem;margin:1rem 0 0;}
.mms-home-flow__request dl div{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.5rem;border-top:1px dashed var(--mms-line);}
.mms-home-flow__request dt{color:var(--mms-ink-500);font-size:.73rem;}
.mms-home-flow__request dd{margin:0;color:var(--mms-ink-800);font-size:.78rem;font-weight:800;text-align:right;}
.mms-home-flow__connector{display:grid;align-content:center;justify-items:center;gap:.5rem;color:var(--mms-teal-700);}
.mms-home-flow__connector span{position:relative;width:100%;height:2px;background:linear-gradient(90deg,var(--mms-teal-200),var(--mms-teal-600));overflow:visible;}
.mms-home-flow__connector span::before{content:"";position:absolute;top:50%;left:0;width:.52rem;height:.52rem;border-radius:50%;background:var(--mms-yellow-500);box-shadow:0 0 0 5px rgb(242 201 76 / .18);transform:translate(-50%,-50%);animation:mms-booking-travel 2.8s ease-in-out infinite;}
.mms-home-flow__connector span::after{content:"";position:absolute;top:50%;right:-1px;width:.5rem;height:.5rem;border-top:2px solid var(--mms-teal-600);border-right:2px solid var(--mms-teal-600);transform:translateY(-50%) rotate(45deg);}
.mms-home-flow__connector b{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;}
.mms-home-flow__engine{position:relative;padding:1.15rem;border:1px solid rgb(255 255 255 / .12);border-radius:20px;background:linear-gradient(150deg,var(--mms-teal-950),#0d4d49 70%,#126860);box-shadow:0 18px 42px rgb(9 47 45 / .2);overflow:hidden;}
.mms-home-flow__engine::after{content:"";position:absolute;inset:-45% -20%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .09),transparent);transform:rotate(18deg) translateX(-58%);animation:mms-booking-scan 5.5s ease-in-out infinite;pointer-events:none;}
.mms-home-flow__engine ul{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.85rem;list-style:none;}
.mms-home-flow__engine li{display:flex;align-items:flex-start;gap:.55rem;padding:.65rem;border:1px solid rgb(255 255 255 / .1);border-radius:12px;background:rgb(255 255 255 / .055);animation:mms-booking-check 5.5s var(--mms-emphasis) infinite;animation-delay:var(--mms-check-delay);}
.mms-home-flow__engine li>span{display:grid;place-items:center;flex:0 0 auto;width:1.45rem;height:1.45rem;border-radius:50%;background:#67dda8;color:var(--mms-teal-950);font-size:.72rem;font-weight:950;box-shadow:0 0 0 4px rgb(103 221 168 / .1);}
.mms-home-flow__engine li b{display:block;color:#fff;font-size:.76rem;line-height:1.25;}
.mms-home-flow__engine li small{display:block;margin-top:.18rem;color:rgb(255 255 255 / .62);font-size:.67rem;line-height:1.35;}
.mms-home-flow__outcome{align-self:center;padding:1.1rem;border:1px solid #b9e6cf;border-radius:20px;background:linear-gradient(150deg,#f8fefa,#e8f8ef);box-shadow:0 14px 34px rgb(20 105 72 / .12);animation:mms-booking-outcome 5.5s var(--mms-emphasis) infinite;}
.mms-home-flow__outcome h3{margin-top:.8rem;color:#0e4d36;font-size:1.35rem;}
.mms-home-flow__outcome>p{margin-top:.45rem;color:#41685a;font-size:.82rem;line-height:1.5;}
.mms-home-flow__outcome ul{display:grid;gap:.38rem;margin-top:.85rem;list-style:none;}
.mms-home-flow__outcome li{position:relative;padding-left:1rem;color:#255d49;font-size:.75rem;font-weight:760;}
.mms-home-flow__outcome li::before{content:"";position:absolute;left:0;top:.62em;width:.42rem;height:.42rem;border-radius:50%;background:#21a46d;}
@keyframes mms-booking-live{0%,100%{opacity:.65;transform:scale(.86);}50%{opacity:1;transform:scale(1.08);}}
@keyframes mms-booking-request{0%,8%,100%{transform:translateY(0);box-shadow:0 12px 28px rgb(16 45 53 / .08);}14%{transform:translateY(-4px);box-shadow:0 18px 34px rgb(16 45 53 / .13);}24%{transform:translateY(0);}}
@keyframes mms-booking-travel{0%,10%{left:0;opacity:0;}25%{opacity:1;}70%{opacity:1;}88%,100%{left:100%;opacity:0;}}
@keyframes mms-booking-scan{0%,18%{transform:rotate(18deg) translateX(-58%);}55%,100%{transform:rotate(18deg) translateX(58%);}}
@keyframes mms-booking-check{0%,14%{border-color:rgb(255 255 255 / .1);background:rgb(255 255 255 / .055);transform:translateY(0);}22%,36%{border-color:rgb(103 221 168 / .35);background:rgb(103 221 168 / .11);transform:translateY(-2px);}44%,100%{border-color:rgb(255 255 255 / .1);background:rgb(255 255 255 / .055);transform:translateY(0);}}
@keyframes mms-booking-outcome{0%,58%{transform:scale(.985);opacity:.86;}68%,84%{transform:scale(1);opacity:1;box-shadow:0 18px 40px rgb(20 105 72 / .18);}100%{transform:scale(.985);opacity:.9;}}
@media(max-width:980px){
.mms-home-flow{grid-template-columns:minmax(160px,.8fr) 42px minmax(280px,1.25fr) 42px minmax(195px,.9fr);gap:.55rem;padding:.8rem;}
.mms-home-flow__engine ul{grid-template-columns:1fr;}
.mms-home-flow__engine li small{display:none;}
.mms-home-flow__connector b{display:none;}
}
@media(max-width:760px){
.mms-home-flow{grid-template-columns:1fr;gap:.75rem;}
.mms-home-flow__request,.mms-home-flow__outcome{align-self:stretch;}
.mms-home-flow__connector{min-height:2.3rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:.55rem;}
.mms-home-flow__connector span{grid-column:1/-1;grid-row:1;width:2px;height:2.3rem;background:linear-gradient(180deg,var(--mms-teal-200),var(--mms-teal-600));}
.mms-home-flow__connector span::before{top:0;left:50%;animation-name:mms-booking-travel-mobile;}
.mms-home-flow__connector span::after{top:auto;right:auto;left:50%;bottom:-1px;transform:translateX(-50%) rotate(135deg);}
.mms-home-flow__connector b{grid-column:2;grid-row:1;padding:.2rem .45rem;background:#f7fbfa;}
.mms-home-flow__engine ul{grid-template-columns:1fr 1fr;}
.mms-home-flow__engine li small{display:block;}
}
@media(max-width:520px){
.mms-home-flow{padding:.65rem;border-radius:15px;}
.mms-home-flow__engine ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;}
.mms-home-flow__engine li{padding:.58rem;}
.mms-home-flow__engine li b{font-size:.69rem;}
.mms-home-flow__engine li small{display:none;}
}
@media(max-width:360px){
.mms-home-flow__engine ul{grid-template-columns:1fr;}
}
@keyframes mms-booking-travel-mobile{0%,10%{top:0;opacity:0;}25%{opacity:1;}70%{opacity:1;}88%,100%{top:100%;opacity:0;}}
@media(max-width:960px){
.mms-page--product-system .mms-section__copy{order:1;}
.mms-page--product-system .mms-section__visual{order:2;}
}
@media(max-width:768px){
.mms-page--product-system .mms-ui-demo-stage{display:block;}
.mms-page--product-system .mms-ui-demo-frame>figcaption{font-size:.84rem;}
}
@media(max-width:480px){
.mms-page--product-system .mms-section__copy>h2{font-size:1.75rem;}
.mms-page--product-system .mms-ui-demo-frame{border-radius:16px;}
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-hero__copy h1{
  max-width:18ch;
  font-size:clamp(1.95rem,2.6vw,2.65rem);
  line-height:1.1;
  letter-spacing:-.03em;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) :is(
  .mms-section__copy>h2,
  .mms-product-overview__copy>h2,
  .mms-growth-copy>h2,
  .mms-final-cta h2
){
  max-width:30ch;
  font-size:clamp(1.4rem,1.8vw,2rem);
  line-height:1.2;
  letter-spacing:-.02em;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) main h3{
  font-size:clamp(1rem,1.15vw,1.2rem);
  line-height:1.3;
  letter-spacing:-.01em;
}
:is(.mms-page--surveys,.mms-page--referral) .mms-section__visual>.mms-ui-demo-frame{
  width:min(100%,920px);
  margin-inline:auto;
}
.mms-page--growth .mms-ui-demo-frame{
  width:min(100%,1080px);
  margin-inline:auto;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-frame{
  border-radius:16px;
  box-shadow:0 14px 34px rgba(19,45,78,.08);
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-stage{
  display:block;
  width:100%;
  padding:.55rem;
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scrollbar-gutter:stable both-edges;
  scrollbar-width:auto;
  scrollbar-color:#8097ad #e8eef4;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-stage::-webkit-scrollbar{
  height:12px;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-stage::-webkit-scrollbar-track{
  border-radius:999px;
  background:#e8eef4;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-stage::-webkit-scrollbar-thumb{
  border:2px solid #e8eef4;
  border-radius:999px;
  background:#8097ad;
}
.mms-page--surveys .mms-ui-demo-stage>.mms-ui-demo,
.mms-page--referral .mms-ui-demo-stage>.mms-ui-demo{
  min-width:720px;
}
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-frame>figcaption{
  padding:.72rem .85rem .82rem;
  font-size:.84rem;
}
@media (max-width:768px){
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-ui-demo-stage{
    display:block;
    padding:.4rem;
  }
.mms-page--surveys .mms-ui-demo-stage>.mms-ui-demo,
  .mms-page--referral .mms-ui-demo-stage>.mms-ui-demo{
    min-width:680px;
  }
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) .mms-hero__copy h1{
    font-size:clamp(1.8rem,7.5vw,2.15rem);
  }
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) :is(
    .mms-section__copy>h2,
    .mms-product-overview__copy>h2,
    .mms-growth-copy>h2,
    .mms-final-cta h2
  ){
    max-width:none;
    font-size:clamp(1.35rem,5.5vw,1.65rem);
    line-height:1.23;
  }
:is(.mms-page--surveys,.mms-page--referral,.mms-page--growth) main h3{
    font-size:1rem;
  }
}
.mms-page--growth .mms-growth-scroll{
  overflow-x:auto;
  overflow-y:hidden;
  overscroll-behavior-inline:contain;
  scrollbar-gutter:stable both-edges;
  scrollbar-width:auto;
  scrollbar-color:#8097ad #e8eef4;
}
.mms-page--growth .mms-growth-scroll::-webkit-scrollbar{height:12px;}
.mms-page--growth .mms-growth-scroll::-webkit-scrollbar-track{border-radius:999px;background:#e8eef4;}
.mms-page--growth .mms-growth-scroll::-webkit-scrollbar-thumb{border:2px solid #e8eef4;border-radius:999px;background:#8097ad;}
body.mms-page--surveys,
body.mms-page--referral,
body.mms-page--growth{overflow-x:clip;}
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-frame{
  margin-inline:auto;
}
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-stage{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-padding-inline:.6rem;
  overscroll-behavior-inline:contain;
  scrollbar-gutter:stable;
  scrollbar-width:auto;
  scrollbar-color:#7890a7 #e7edf3;
}
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-stage::-webkit-scrollbar{
  height:12px;
}
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-stage::-webkit-scrollbar-track{
  border-radius:999px;
  background:#e7edf3;
}
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-stage::-webkit-scrollbar-thumb{
  min-width:3.25rem;
  border:2px solid #e7edf3;
  border-radius:999px;
  background:#7890a7;
}
.mms-page--home .mms-ui-demo-frame:not(.mms-booking-gate-frame) .mms-ui-demo-stage>.mms-ui-demo,
.mms-page--surveys .mms-ui-demo-stage>.mms-ui-demo,
.mms-page--referral .mms-ui-demo-stage>.mms-ui-demo,
.mms-page--clients .mms-ui-demo-stage>.mms-ui-demo{
  width:100%;
  min-width:720px;
  margin-inline:auto;
}
@keyframes mms-referral-code-type{
  0%,10%{width:0;}
  38%,100%{width:11ch;}
}
@keyframes mms-referral-caret{
  0%,39%{opacity:1;}
  5%,15%,25%,35%{opacity:0;}
  40%,100%{opacity:0;}
}
@keyframes mms-referral-server{
  0%,40%{opacity:0;transform:translateY(.35rem);}
  46%,62%{opacity:1;transform:none;}
  68%,100%{opacity:0;transform:translateY(-.2rem);}
}
@keyframes mms-referral-success{
  0%,61%{opacity:0;transform:translateY(.35rem);}
  68%,93%{opacity:1;transform:none;}
  100%{opacity:0;transform:translateY(-.2rem);}
}
@keyframes mms-referral-spin{to{transform:rotate(360deg);}}
@media(max-width:768px){
:is(.mms-page--home,.mms-page--surveys,.mms-page--referral,.mms-page--growth,.mms-page--clients) .mms-ui-demo-stage{
    padding:.35rem .35rem .55rem;
  }
.mms-page--home .mms-ui-demo-frame:not(.mms-booking-gate-frame) .mms-ui-demo-stage>.mms-ui-demo,
  :is(.mms-page--surveys,.mms-page--referral,.mms-page--clients) .mms-ui-demo-stage>.mms-ui-demo{
    width:680px;
    min-width:680px;
  }
.mms-page--home .mms-ui-demo-stage{display:block;}
}
.mms-home-flow--cascade{--mms-flow-duration:27s;display:grid;grid-template-columns:1fr;gap:.85rem;align-items:stretch;}
@keyframes mms-booking-cascade-scene{0%,14.4%{opacity:1;visibility:visible;}16.5%,100%{opacity:0;visibility:hidden;}}
@keyframes mms-booking-cascade-step{0%,14.4%{border-color:#9ed8c4;background:#f0fbf6;color:#126443;box-shadow:0 8px 20px rgb(20 105 72 / .1);}16.5%,100%{border-color:var(--mms-line);background:rgb(255 255 255 / .78);color:var(--mms-ink-500);box-shadow:0 5px 16px rgb(16 45 53 / .04);}}
@keyframes mms-booking-cascade-progress{0%{transform:scaleX(0);}13.8%{transform:scaleX(1);}16.5%,100%{transform:scaleX(0);}}
@keyframes mms-booking-cascade-request{0%,1%,14.4%{transform:translateY(0);box-shadow:0 12px 28px rgb(16 45 53 / .08);}3.2%{transform:translateY(-4px);box-shadow:0 18px 34px rgb(16 45 53 / .13);}5.8%{transform:translateY(0);}16.5%,100%{transform:translateY(0);}}
@keyframes mms-booking-cascade-scan{0%,1.5%{transform:rotate(18deg) translateX(-58%);}12.5%,100%{transform:rotate(18deg) translateX(58%);}}
@keyframes mms-booking-cascade-check{0%,3%{border-color:rgb(255 255 255 / .1);background:rgb(255 255 255 / .055);transform:translateY(0);}5.2%,10.5%{border-color:rgb(103 221 168 / .35);background:rgb(103 221 168 / .11);transform:translateY(-2px);}13.8%,100%{border-color:rgb(255 255 255 / .1);background:rgb(255 255 255 / .055);transform:translateY(0);}}
@keyframes mms-booking-cascade-outcome{0%,8%{transform:scale(.985);opacity:.72;}10.2%,14.4%{transform:scale(1);opacity:1;box-shadow:0 18px 40px rgb(20 105 72 / .18);}16.5%,100%{transform:scale(.985);opacity:.72;}}
@keyframes mms-booking-cascade-capacity{0%,3%{transform:scaleX(.1);}10%,14.4%{transform:scaleX(1);}16.5%,100%{transform:scaleX(.1);}}
.mms-home-flow--cascade{--mms-flow-step-duration:5.2s;}
@keyframes mms-booking-progress{from{transform:scaleX(0);}to{transform:scaleX(1);}}
@keyframes mms-booking-request{0%,100%{transform:translateY(0);box-shadow:0 12px 28px rgb(16 45 53 / .08);}35%{transform:translateY(-4px);box-shadow:0 18px 34px rgb(16 45 53 / .13);}}
@keyframes mms-booking-scan{0%{transform:rotate(18deg) translateX(-58%);}100%{transform:rotate(18deg) translateX(58%);}}
@keyframes mms-booking-check{0%{border-color:rgb(255 255 255 / .1);background:rgb(255 255 255 / .055);transform:translateY(0);}55%{border-color:rgb(103 221 168 / .35);background:rgb(103 221 168 / .11);transform:translateY(-2px);}100%{border-color:rgb(103 221 168 / .24);background:rgb(103 221 168 / .08);transform:translateY(0);}}
@keyframes mms-booking-outcome{0%{transform:translateY(3px) scale(.992);box-shadow:0 14px 34px rgb(20 105 72 / .12);}100%{transform:translateY(0) scale(1);box-shadow:0 18px 40px rgb(20 105 72 / .18);}}
@keyframes mms-booking-capacity{from{transform:scaleX(.1);}to{transform:scaleX(1);}}
.mms-home-flow__announcer,
.mms-home-flow [data-flow-announcer]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.mms-home-flow--cascade{--mms-flow-step-duration:8s;--mms-flow-progress:0;}
@keyframes mms-route-proof-draw{to{stroke-dashoffset:0;}}
@media (min-width: 960px){
.mms-page--home #section-02 .mms-section__visual{
    min-width:0;
  }
}
.mms-native-shell :is(p,li,button,label,input,select,textarea){line-height:1.48}
.mms-native-shell :is(input,select,textarea){font-size:max(.82rem,13px)}
.mms-native-shell :is(small,.mms-native-muted){color:#52677d}
.mms-native-shell svg{max-width:100%}
@media(max-width:720px){
.mms-native-shell{border-radius:18px}
}
@media(max-width:44rem){
.mms-ui-demo-frame [data-ui-zoom]{display:none;}
.mms-ui-demo-stage{max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}
}
.mms-page--home{
  --mms-home-proof-width:70rem;
  --mms-home-section-space:clamp(5.25rem,7.5vw,7.75rem);
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08){
  padding-block:var(--mms-home-section-space);
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__grid{
  align-items:start;
  gap:clamp(2.75rem,5vw,4.75rem);
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__copy{
  width:100%;
  max-width:none;
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__copy>h2{
  max-width:none;
  margin-top:.85rem;
  font-size:clamp(2.15rem,2.85vw,3rem);
  line-height:1.04;
  letter-spacing:-.04em;
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__copy>p:first-of-type{
  width:100%;
  max-width:none;
  margin-top:1.35rem;
  font-size:clamp(1.0625rem,1.22vw,1.16rem);
  line-height:1.7;
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__visual{
  width:min(100%,var(--mms-home-proof-width));
  max-width:var(--mms-home-proof-width);
  margin-inline:auto;
  min-width:0;
}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06) .mms-ui-demo-frame{
  border-radius:clamp(1rem,1.7vw,1.45rem);
  box-shadow:0 20px 54px rgb(16 45 53 / .11);
}
.mms-page--home .mms-pain-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1.35rem;max-width:68rem;margin:3rem auto 0;}
@media (max-width:959px){
.mms-page--home{--mms-home-section-space:clamp(4.25rem,8vw,5.5rem);}
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__copy>h2{
    font-size:clamp(1.85rem,5.2vw,2.5rem);
  }
}
@media (max-width:680px){
.mms-page--home{--mms-home-section-space:clamp(3.75rem,12vw,4.75rem);}
.mms-page--home .mms-pain-grid,
  .mms-page--home .mms-operating-flow,
  .mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__copy>.mms-check-list{
    grid-template-columns:minmax(0,1fr);
  }
.mms-page--home :is(#section-01,#section-02,#section-03,#section-04,#section-05,#section-06,#section-07,#section-08) .mms-section__grid{
    gap:2.25rem;
  }
}
.mms-page--staff .mms-staff-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(circle at 84% 28%,rgba(60,208,176,.24),transparent 24%),
    radial-gradient(circle at 68% 82%,rgba(255,174,76,.13),transparent 30%),
    linear-gradient(128deg,#082f2d 0%,#0b4742 48%,#113e57 100%);
}
.mms-page--staff .mms-staff-hero::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;mask-image:linear-gradient(90deg,transparent 0,#000 42%,#000 100%);
}
.mms-page--staff .mms-staff-hero .mms-hero__veil{background:linear-gradient(90deg,rgba(4,31,30,.38),rgba(4,31,30,.02));}
.mms-page--staff .mms-ui-demo{min-width:52rem;background:#f8fafc;}
.mms-page--staff .mms-ui-demo-stage{scrollbar-gutter:stable both-edges;}
@media (max-width:560px){
.mms-page--staff .mms-ui-demo{min-width:46rem;}
}
.mms-page--staff .mms-staff-hero .mms-hero__copy h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.18);}
.mms-page--staff .mms-staff-hero .mms-hero__copy>p{color:rgba(239,252,249,.88);}
.mms-page--staff .mms-staff-hero .mms-eyebrow{color:#73e0ca;}
.mms-page--staff .mms-staff-hero .mms-eyebrow::before{background:#ffc35c;}
.mms-staff-hero--storyboard .mms-hero__copy{max-width:42rem;}
.mms-staff-hero__value{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.25rem;}
.mms-staff-hero__value span{display:flex;flex-direction:column;gap:.22rem;padding:.9rem 1rem;border-radius:1rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);}
.mms-staff-hero__value b{font-size:1rem;color:#fff;}
.mms-staff-hero__value small{color:rgba(255,255,255,.82);font-size:.86rem;line-height:1.45;}
.mms-staff-wow-strip{padding:1.15rem 0 0;background:linear-gradient(180deg,rgba(11,59,56,.03),rgba(11,59,56,0));}
.mms-staff-wow-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;}
.mms-staff-wow-strip article{padding:1.1rem 1.15rem;border:1px solid rgba(11,59,56,.08);border-radius:1rem;background:#fff;box-shadow:0 12px 32px rgba(13,28,45,.06);}
.mms-staff-wow-strip strong{display:block;margin-bottom:.45rem;font-size:1rem;color:#102f3c;}
.mms-staff-wow-strip p{margin:0;color:#50606e;font-size:.94rem;line-height:1.6;}
.mms-staff-impact__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;}
.mms-staff-impact__grid article{padding:1.2rem 1.15rem;border-radius:1rem;background:#fff;border:1px solid rgba(13,28,45,.08);box-shadow:0 12px 24px rgba(13,28,45,.05);}
.mms-staff-impact__grid h3{margin:0 0 .45rem;color:#18384b;font-size:1.05rem;}
.mms-staff-impact__grid p{margin:0;color:#556776;line-height:1.65;font-size:.94rem;}
@media (max-width: 1080px){
.mms-staff-wow-strip__grid,.mms-staff-impact__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.mms-staff-hero__value{grid-template-columns:1fr;}
}
@media (max-width: 780px){
.mms-gp-roles,.mms-gp-metrics,.mms-gp-leave-fields,.mms-agenda-layout,.mms-route-layout,.mms-route-kpis,.mms-route-actions,.mms-staff-wow-strip__grid,.mms-staff-impact__grid{grid-template-columns:1fr;}
}
.mms-ui-demo-frame--capacity-split,.mms-ui-demo-stage--capacity-split,.mms-ui-demo,.mms-storyboard-viewport--capacity-split,.mms-capacity-frame__canvas{overflow:hidden;scrollbar-width:none;}
.mms-ui-demo-frame--capacity-split::-webkit-scrollbar,.mms-ui-demo-stage--capacity-split::-webkit-scrollbar,.mms-ui-demo::-webkit-scrollbar,.mms-storyboard-viewport--capacity-split::-webkit-scrollbar,.mms-capacity-frame__canvas::-webkit-scrollbar{display:none;}
.mms-video-showcase{padding-block:clamp(3rem,5vw,5rem);}
.mms-video-showcase__inner{display:grid;gap:clamp(1.6rem,3vw,2.4rem);}
.mms-video-showcase__intro{display:grid;gap:.8rem;max-width:68rem;}
.mms-video-showcase__intro h2{margin:0;max-width:17ch;font-size:clamp(2.5rem,4.4vw,4.7rem);line-height:1.02;color:#12313f;}
.mms-video-showcase__intro>p{margin:0;max-width:58rem;color:#5b6f7d;font-size:1.02rem;line-height:1.72;}
.mms-video-showcase__grid{--mms-video-panel-height:clamp(39rem,55vw,47rem);display:grid;grid-template-columns:minmax(0,1.18fr) minmax(22rem,.82fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:stretch;}
.mms-product-video-card,.mms-video-showcase__content{min-width:0;height:var(--mms-video-panel-height);border:1px solid rgba(17,47,63,.1);border-radius:1.4rem;background:#fff;box-shadow:0 22px 46px rgba(11,31,44,.08);}
.mms-product-video-card{position:relative;display:grid;grid-template-rows:auto 1fr auto;margin:0;overflow:hidden;}
.mms-product-video-card__meta{display:flex;align-items:center;gap:.65rem;padding:.9rem 1rem;border-bottom:1px solid #e3e9ee;background:linear-gradient(180deg,#fbfdfe,#f6f9fb);}
.mms-product-video-card__meta span{padding:.32rem .58rem;border-radius:var(--mms-control-shape-radius);background:#eaf2ff;color:#2f65b9;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
.mms-product-video-card__meta b{color:#243d4b;font-size:.9rem;}
.mms-product-video-card__meta small{margin-left:auto;color:#728390;font-size:.76rem;}
.mms-product-video-card__stage{min-height:0;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 50% 10%,#fff 0,#f5f8fa 58%,#eef3f6 100%);overflow:hidden;}
.mms-product-video-card video{display:block;width:auto;max-width:100%;height:100%;max-height:100%;object-fit:contain;border-radius:.85rem;background:#fff;box-shadow:0 14px 30px rgba(20,42,56,.12);}
.mms-product-video-card figcaption{padding:.9rem 1rem;color:#667986;font-size:.86rem;line-height:1.55;border-top:1px solid #e3e9ee;background:#fff;}
.mms-video-showcase__content{display:flex;flex-direction:column;gap:1rem;padding:clamp(1.15rem,2vw,1.55rem);overflow:hidden;}
.mms-video-showcase__content-head{display:grid;gap:.48rem;}
.mms-video-showcase__content-head h3{margin:0;color:#163747;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.16;}
.mms-video-showcase__content-head p{margin:0;color:#627582;font-size:.92rem;line-height:1.62;}
.mms-video-showcase__steps{display:grid;gap:.65rem;margin:0;padding:0;list-style:none;flex:1;}
.mms-video-showcase__steps li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.82rem .85rem;border:1px solid #e1e7ec;border-radius:1rem;background:#fbfcfd;}
.mms-video-showcase__steps li>span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:.72rem;background:#edf3f7;color:#586f7e;font-size:.75rem;font-weight:800;}
.mms-video-showcase__steps strong{display:block;margin:.05rem 0 .18rem;color:#233f4e;font-size:.91rem;}
.mms-video-showcase__steps p{margin:0;color:#667a87;font-size:.82rem;line-height:1.5;}
.mms-video-showcase__proof{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:auto;}
.mms-video-showcase__proof span{padding:.38rem .62rem;border-radius:var(--mms-control-shape-radius);background:#f2f6f8;border:1px solid #dde5ea;color:#536b79;font-size:.72rem;font-weight:750;}
@media (max-width:1100px){
.mms-video-showcase__grid{grid-template-columns:1fr;--mms-video-panel-height:auto;}
.mms-product-video-card,.mms-video-showcase__content{height:auto;}
.mms-product-video-card__stage{height:min(78vh,44rem);}
.mms-video-showcase__content{overflow:visible;}
.mms-video-showcase__steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:700px){
.mms-video-showcase__intro h2{font-size:2.05rem;}
.mms-video-showcase__grid{gap:1.15rem;}
.mms-product-video-card__meta{align-items:flex-start;flex-wrap:wrap;}
.mms-product-video-card__meta small{width:100%;margin-left:0;}
.mms-product-video-card__stage{height:auto;padding:.65rem;}
.mms-product-video-card video{width:100%;height:auto;}
.mms-video-showcase__steps{grid-template-columns:1fr;}
.mms-video-showcase__content{padding:1rem;}
}
.mms-video-showcase--synced .mms-video-showcase__grid{--mms-video-panel-height:auto;grid-template-columns:minmax(0,1.2fr) minmax(22rem,.8fr);align-items:stretch;}
.mms-video-showcase--synced .mms-product-video-card,.mms-video-showcase--synced .mms-video-showcase__content{height:auto;min-height:100%;}
.mms-video-showcase--synced .mms-product-video-card{align-self:stretch;}
.mms-video-showcase--synced .mms-product-video-card__stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:1.25rem;overflow:hidden;}
.mms-video-showcase--synced .mms-product-video-card video{width:min(100%,43rem);height:auto;max-width:100%;max-height:none;aspect-ratio:802/1034;object-fit:contain;object-position:center;border-radius:1rem;}
.mms-product-video-card__status{position:absolute;left:2rem;bottom:2.05rem;z-index:2;padding:.45rem .7rem;border-radius:var(--mms-control-shape-radius);background:rgba(10,36,48,.82);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.01em;box-shadow:0 8px 20px rgba(9,27,39,.18);backdrop-filter:blur(10px);}
.mms-product-video-card__timeline{position:absolute;left:2rem;right:2rem;bottom:1.35rem;}
.mms-product-video-card__timeline span{display:block;width:0;transition:width .12s linear;}
.mms-video-showcase--synced .mms-video-showcase__content{justify-content:flex-start;overflow:visible;}
.mms-video-showcase--synced .mms-video-showcase__steps{display:grid;gap:.72rem;flex:1;}
.mms-video-showcase--synced .mms-video-showcase__steps li{display:block;padding:0;border:0;background:transparent;border-radius:1rem;}
.mms-video-showcase--synced .mms-video-showcase__steps button{position:relative;display:grid;grid-template-columns:auto 1fr;gap:.78rem;width:100%;padding:.9rem;border:1px solid #e1e7ec;border-radius:1rem;background:#fbfcfd;text-align:left;color:inherit;font:inherit;cursor:pointer;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease,transform .22s ease;}
.mms-video-showcase--synced .mms-video-showcase__steps button:hover,.mms-video-showcase--synced .mms-video-showcase__steps button:focus-visible{transform:translateY(-1px);border-color:rgba(255,116,69,.45);outline:none;}
.mms-video-showcase--synced .mms-video-showcase__steps li.is-active button{border-color:rgba(255,116,69,.58);background:linear-gradient(180deg,rgba(255,116,69,.065),#fff);box-shadow:0 12px 26px rgba(255,116,69,.09);}
.mms-video-cue__number{display:grid;place-items:center;width:2.15rem;height:2.15rem;border-radius:.75rem;background:#edf3f7;color:#586f7e;font-size:.76rem;font-weight:850;}
.mms-video-showcase__steps li.is-active .mms-video-cue__number{background:#ffe9e0;color:#c9562e;}
.mms-video-cue__body{min-width:0;}
.mms-video-cue__topline{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;}
.mms-video-cue__topline strong{margin:0;color:#233f4e;font-size:.92rem;}
.mms-video-cue__topline time{flex:none;color:#7b8b96;font-size:.7rem;font-weight:800;}
.mms-video-cue__body p{margin:.25rem 0 0;color:#667a87;font-size:.82rem;line-height:1.5;}
.mms-video-cue__progress{display:none;margin-top:.62rem;}
.mms-video-cue__progress i{display:block;width:0;transition:width .12s linear;}
.mms-video-showcase__steps li.is-active .mms-video-cue__progress{display:block;}
@media (min-width:1101px){
.mms-video-showcase--synced .mms-product-video-card__stage{min-height:clamp(50rem,67vw,61rem);}
.mms-video-showcase--synced .mms-video-showcase__content{height:100%;}
}
@media (max-width:1100px){
.mms-video-showcase--synced .mms-video-showcase__grid{grid-template-columns:1fr;}
.mms-video-showcase--synced .mms-product-video-card__stage{min-height:0;}
.mms-video-showcase--synced .mms-product-video-card video{width:min(100%,39rem);}
.mms-video-showcase--synced .mms-video-showcase__steps{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:700px){
.mms-video-showcase--synced .mms-product-video-card__stage{padding:.65rem;}
.mms-video-showcase--synced .mms-product-video-card video{width:100%;aspect-ratio:802/1034;}
.mms-product-video-card__status{left:1.1rem;bottom:1.45rem;}
.mms-product-video-card__timeline{left:1.1rem;right:1.1rem;bottom:.9rem;}
.mms-video-showcase--synced .mms-video-showcase__steps{grid-template-columns:1fr;}
}
.mms-video-showcase--synced [data-video-cue]{position:relative;z-index:2;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}
.mms-video-showcase--synced [data-video-cue]{position:relative;z-index:5;pointer-events:auto;touch-action:manipulation;user-select:none;}
.mms-video-showcase--synced [data-video-cue] *{pointer-events:none;}
.mms-product-video-card__loading{position:absolute;inset:auto 50% 50%;z-index:4;transform:translate(50%,50%);display:none;padding:.65rem .9rem;border-radius:var(--mms-control-shape-radius);background:rgba(11,39,53,.88);color:#fff;font-size:.78rem;font-weight:800;white-space:nowrap;box-shadow:0 12px 28px rgba(10,29,41,.22);}
.mms-video-showcase--synced.is-chapter-loading .mms-product-video-card__loading{display:block;}
.mms-video-showcase--synced.is-chapter-loading video{opacity:.72;}
.mms-video-showcase--synced video{transition:opacity .18s ease;}
.mms-video-showcase--synced [data-video-cue][aria-current="step"]{cursor:default;}
body.mms-page--staff{
  max-width:100%;
  overflow-x:clip;
}
body.mms-page--staff :where(main,section,.mms-container,.mms-video-showcase,.mms-video-showcase__grid,.mms-product-video-card,.mms-product-video-card__stage,.mms-video-showcase__content,.mms-story-section__grid,.mms-story-section__copy,.mms-story-section__visual,figure){
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
body.mms-page--staff .mms-product-video-card video{
  display:block;
  width:100%;
  max-width:100%;
}
body.mms-page--staff .mms-product-video-card__stage,
body.mms-page--staff .mms-video-showcase__content,
body.mms-page--staff .mms-video-showcase__steps,
body.mms-page--staff .mms-video-showcase__steps li,
body.mms-page--staff .mms-video-showcase__steps button{
  min-width:0;
  max-width:100%;
}
body.mms-page--staff .mms-video-cue__topline{
  min-width:0;
  flex-wrap:wrap;
}
body.mms-page--staff .mms-video-cue__topline strong,
body.mms-page--staff .mms-video-cue__body p{
  overflow-wrap:anywhere;
}
@media (max-width:700px){
body.mms-page--staff .mms-container{
    width:100%;
    padding-inline:clamp(.9rem,4vw,1.15rem);
  }
body.mms-page--staff .mms-video-showcase--synced .mms-video-showcase__grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
  }
body.mms-page--staff .mms-product-video-card,
  body.mms-page--staff .mms-video-showcase__content{
    width:100%;
  }
body.mms-page--staff .mms-product-video-card__stage{
    width:100%;
    padding:.55rem;
    overflow:hidden;
  }
body.mms-page--staff .mms-product-video-card video{
    width:100%;
    height:auto;
    aspect-ratio:auto;
    object-fit:contain;
  }
body.mms-page--staff .mms-product-video-card__meta{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:.35rem;
  }
body.mms-page--staff .mms-product-video-card__meta > *{
    min-width:0;
    max-width:100%;
  }
body.mms-page--staff .mms-product-video-card__status{
    left:1rem;
    right:auto;
    max-width:calc(100% - 2rem);
    white-space:normal;
    text-align:center;
  }
body.mms-page--staff .mms-product-video-card__timeline{
    left:1rem;
    right:1rem;
  }
body.mms-page--staff .mms-product-video-card__loading{
    max-width:calc(100% - 2rem);
    white-space:normal;
    text-align:center;
  }
body.mms-page--staff .mms-video-showcase--synced .mms-video-showcase__steps{
    width:100%;
    grid-template-columns:minmax(0,1fr);
  }
body.mms-page--staff .mms-video-showcase--synced .mms-video-showcase__steps button{
    width:100%;
    grid-template-columns:auto minmax(0,1fr);
  }
}
@media (max-width:470px){
body.mms-page--staff .mms-video-showcase--synced .mms-video-showcase__steps button{
    gap:.65rem;
    padding:.78rem;
  }
body.mms-page--staff .mms-video-cue__topline{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:.35rem;
  }
}
.mms-video-showcase--synced .mms-video-showcase__grid{
  align-items:center;
}
.mms-video-showcase--synced .mms-video-showcase__content{
  align-self:center;
  height:auto;
  min-height:0;
  overflow:visible;
}
.mms-video-showcase__steps--stacked{
  display:flex;
  flex-direction:column;
  gap:0;
  flex:0 0 auto;
  isolation:isolate;
  padding-block:.25rem;
}
.mms-video-showcase__steps--stacked > li{
  position:relative;
  z-index:1;
  margin:0;
  transition:margin .28s ease,transform .28s ease;
}
.mms-video-showcase__steps--stacked > li + li{
  margin-top:-.42rem;
}
.mms-video-showcase__steps--stacked > li.is-active{
  z-index:6;
  margin-block:.16rem .58rem;
}
.mms-video-showcase__steps--stacked > li > button{
  min-height:3.45rem;
  overflow:hidden;
  box-shadow:0 9px 20px rgba(15,39,52,.055);
}
.mms-video-showcase__steps--stacked > li:not(.is-active) > button{
  display:flex;
  align-items:center;
  width:100%;
  padding:.58rem .72rem;
  border-color:#dce4e9;
  background:linear-gradient(180deg,#fff,#f7fafc);
  border-radius:.9rem;
  box-shadow:0 6px 15px rgba(15,39,52,.055);
  transform:none;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) > button::after{
  content:"";
  flex:1;
  height:1px;
  margin-left:.7rem;
  background:linear-gradient(90deg,rgba(91,116,130,.2),transparent);
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__number{
  flex:0 0 auto;
  width:2.2rem;
  height:2.2rem;
  background:#eef3f6;
  color:#496372;
  box-shadow:0 0 0 1px rgba(69,98,114,.07) inset;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__body{
  display:none;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) > button:hover,
.mms-video-showcase__steps--stacked > li:not(.is-active) > button:focus-visible{
  border-color:rgba(255,116,69,.48);
  background:#fff;
  box-shadow:0 10px 22px rgba(255,116,69,.09);
}
.mms-video-showcase__steps--stacked > li.is-active > button{
  min-height:12.2rem;
  align-content:start;
  padding:1.05rem;
  border-radius:1.1rem;
  box-shadow:0 18px 36px rgba(255,116,69,.11);
}
.mms-video-showcase__steps--stacked > li.is-active .mms-video-cue__number{
  width:2.35rem;
  height:2.35rem;
}
.mms-video-showcase__steps--stacked > li.is-active .mms-video-cue__topline strong{
  font-size:1rem;
}
.mms-video-showcase__steps--stacked > li.is-active .mms-video-cue__body p{
  margin-top:.48rem;
  font-size:.9rem;
  line-height:1.62;
}
.mms-video-showcase__steps--stacked > li.is-active .mms-video-cue__progress{
  margin-top:1rem;
}
.mms-video-showcase--synced .mms-video-showcase__proof{
  margin-top:1rem;
}
@media (min-width:1101px){
.mms-video-showcase--synced .mms-video-showcase__content{
    max-width:28rem;
    justify-self:end;
  }
}
@media (max-width:1100px){
.mms-video-showcase--synced .mms-video-showcase__content{
    width:100%;
    max-width:42rem;
    justify-self:center;
  }
}
@media (max-width:700px){
.mms-video-showcase__steps--stacked > li + li{
    margin-top:-.32rem;
  }
.mms-video-showcase__steps--stacked > li.is-active > button{
    min-height:11rem;
    padding:.92rem;
  }
.mms-video-showcase__steps--stacked > li:not(.is-active) > button{
    min-height:3.2rem;
    padding:.48rem .62rem;
  }
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__number{
    width:2rem;
    height:2rem;
  }
}
.mms-video-showcase__steps--stacked > li:not(.is-active) > button{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  column-gap:.72rem;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) > button::after{
  display:none;
  content:none;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__body{
  display:block;
  min-width:0;
  overflow:hidden;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__topline{
  display:block;
  min-width:0;
  width:100%;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__topline strong{
  display:block;
  min-width:0;
  width:100%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#314b59;
  font-size:.88rem;
  line-height:1.25;
}
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__topline time,
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__body p,
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__progress{
  display:none;
}
@media (max-width:700px){
.mms-video-showcase--synced .mms-video-showcase__grid{
    display:flex;
    flex-direction:column;
  }
.mms-video-showcase--synced .mms-video-showcase__content{
    order:1;
    width:100%;
    max-width:none;
  }
.mms-video-showcase--synced .mms-product-video-card{
    order:2;
    width:100%;
  }
.mms-video-showcase__steps--stacked > li:not(.is-active) .mms-video-cue__topline strong{
    font-size:.84rem;
  }
}
.mms-video-showcase--route .mms-video-showcase__grid{grid-template-columns:minmax(0,1.12fr) minmax(22rem,.88fr);align-items:center;}
.mms-video-showcase--route .mms-product-video-card__stage{min-height:0;padding:1rem;}
.mms-video-showcase--route .mms-product-video-card video{display:block;width:min(100%,42rem);height:auto;max-width:100%;max-height:none;aspect-ratio:1220/1108;object-fit:contain;object-position:center;border-radius:1rem;background:#f6f9fb;}
.mms-video-showcase--route .mms-video-showcase__content{max-width:30rem;}
.mms-video-showcase--route .mms-video-showcase__intro p{max-width:66rem;}
.mms-video-showcase--route .mms-video-showcase__steps--stacked>li.is-active>button{min-height:13.2rem;}
.mms-video-showcase--route .mms-video-showcase__proof span{background:rgba(255,255,255,.78);}
@media (min-width:1101px){
.mms-video-showcase--route .mms-product-video-card{align-self:center;}
.mms-video-showcase--route .mms-product-video-card__stage{min-height:37rem;}
.mms-video-showcase--route .mms-video-showcase__content{justify-self:end;}
}
@media (max-width:1100px){
.mms-video-showcase--route .mms-video-showcase__grid{grid-template-columns:1fr;}
.mms-video-showcase--route .mms-video-showcase__content{max-width:44rem;}
.mms-video-showcase--route .mms-product-video-card__stage{min-height:0;}
.mms-video-showcase--route .mms-product-video-card video{width:min(100%,44rem);}
}
@media (max-width:700px){
.mms-video-showcase--route .mms-video-showcase__content{order:1;}
.mms-video-showcase--route .mms-product-video-card{order:2;}
.mms-video-showcase--route .mms-product-video-card__stage{padding:.55rem;}
.mms-video-showcase--route .mms-product-video-card video{width:100%;aspect-ratio:1220/1108;}
.mms-video-showcase--route .mms-video-showcase__steps--stacked>li.is-active>button{min-height:12rem;}
}
.mms-video-showcase--route-static .mms-video-showcase__grid{
  --mms-video-panel-height:auto;
  grid-template-columns:minmax(0,2.15fr) minmax(19rem,.85fr);
  gap:clamp(1.25rem,2.4vw,2.25rem);
  align-items:start;
}
.mms-video-showcase--route-static .mms-product-video-card,
.mms-video-showcase--route-static .mms-video-showcase__content{
  height:auto;
  min-width:0;
}
.mms-video-showcase--route-static .mms-product-video-card--route-full{
  width:100%;
  align-self:start;
}
.mms-video-showcase--route-static .mms-product-video-card__stage{
  min-height:0;
  padding:.65rem;
  background:#fff;
  overflow:hidden;
}
.mms-video-showcase--route-static .mms-product-video-card video{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  aspect-ratio:72 / 67;
  object-fit:contain;
  object-position:center;
  border-radius:.95rem;
  background:#fff;
  box-shadow:none;
}
.mms-video-showcase--route-static .mms-video-showcase__content{
  width:100%;
  max-width:25rem;
  justify-self:end;
  padding:clamp(1rem,1.6vw,1.3rem);
  overflow:visible;
}
.mms-video-showcase--route-static .mms-video-showcase__content-head h3{
  font-size:clamp(1.25rem,1.65vw,1.6rem);
}
.mms-video-showcase--route-static .mms-video-showcase__content-head p{
  font-size:.86rem;
  line-height:1.58;
}
.mms-route-options__list{
  display:grid;
  gap:.62rem;
  margin:0;
  padding:0;
  list-style:none;
}
.mms-route-options__list li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:.7rem;
  align-items:start;
  padding:.78rem;
  border:1px solid #e1e8ed;
  border-radius:.95rem;
  background:#fbfcfd;
}
.mms-route-options__list li>span{
  display:grid;
  place-items:center;
  width:2rem;
  height:2rem;
  border-radius:.7rem;
  background:#edf3f7;
  color:#59717f;
  font-size:.72rem;
  font-weight:850;
}
.mms-route-options__list strong{
  display:block;
  margin:.02rem 0 .2rem;
  color:#203f4e;
  font-size:.88rem;
  line-height:1.3;
}
.mms-route-options__list p{
  margin:0;
  color:#627785;
  font-size:.78rem;
  line-height:1.48;
}
.mms-route-options__outcome{
  padding:.9rem;
  border-radius:1rem;
  border:1px solid rgba(255,116,69,.22);
  background:linear-gradient(180deg,rgba(255,116,69,.07),rgba(255,255,255,.98));
}
.mms-route-options__outcome strong{
  display:block;
  margin-bottom:.28rem;
  color:#173b4b;
  font-size:.88rem;
}
.mms-route-options__outcome p{
  margin:0;
  color:#5d7180;
  font-size:.8rem;
  line-height:1.52;
}
@media (max-width:1180px){
.mms-video-showcase--route-static .mms-video-showcase__grid{
    grid-template-columns:minmax(0,1.8fr) minmax(18rem,.8fr);
  }
.mms-video-showcase--route-static .mms-video-showcase__content{max-width:23rem;}
}
@media (max-width:980px){
.mms-video-showcase--route-static .mms-video-showcase__grid{grid-template-columns:1fr;}
.mms-video-showcase--route-static .mms-video-showcase__content{
    order:1;
    max-width:none;
    justify-self:stretch;
  }
.mms-video-showcase--route-static .mms-product-video-card{order:2;}
.mms-route-options__list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:700px){
.mms-video-showcase--route-static .mms-product-video-card__stage{padding:.35rem;}
.mms-video-showcase--route-static .mms-product-video-card video{border-radius:.72rem;}
.mms-route-options__list{grid-template-columns:1fr;}
.mms-video-showcase--route-static .mms-video-showcase__content{padding:1rem;}
}
.mms-video-showcase--route-static .mms-route-static-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:clamp(1.4rem,2.8vw,2.4rem);
  align-items:start;
}
.mms-video-showcase--route-static .mms-route-options--above-video{
  order:1;
  width:100%;
  max-width:none;
  justify-self:stretch;
  padding:clamp(1.15rem,2vw,1.65rem);
  border:1px solid rgba(20,55,71,.09);
  border-radius:1.3rem;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 38px rgba(17,43,57,.06);
}
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  column-gap:clamp(1.2rem,3vw,2.8rem);
  align-items:end;
  margin-bottom:1.15rem;
}
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head .mms-eyebrow{
  grid-column:1/-1;
}
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head h3{
  margin:.2rem 0 0;
  max-width:22ch;
  font-size:clamp(1.45rem,2.2vw,2rem);
  line-height:1.15;
}
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head p{
  margin:0;
  max-width:52rem;
  font-size:.98rem;
  line-height:1.68;
}
.mms-video-showcase--route-static .mms-route-options__list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.9rem;
}
.mms-video-showcase--route-static .mms-route-options__list li{
  min-height:100%;
  padding:1rem;
  gap:.8rem;
  border-radius:1rem;
  background:linear-gradient(180deg,#fff,#f9fbfc);
}
.mms-video-showcase--route-static .mms-route-options__list li>span{
  width:2.15rem;
  height:2.15rem;
  font-size:.75rem;
}
.mms-video-showcase--route-static .mms-route-options__list strong{
  font-size:.98rem;
  line-height:1.35;
}
.mms-video-showcase--route-static .mms-route-options__list p{
  font-size:.89rem;
  line-height:1.58;
}
.mms-video-showcase--route-static .mms-route-options__outcome{
  margin-top:1rem;
  display:grid;
  grid-template-columns:minmax(13rem,.42fr) minmax(0,1fr);
  gap:1rem;
  align-items:center;
  padding:1rem 1.1rem;
}
.mms-video-showcase--route-static .mms-route-options__outcome strong{
  margin:0;
  font-size:.98rem;
}
.mms-video-showcase--route-static .mms-route-options__outcome p{
  font-size:.88rem;
  line-height:1.58;
}
.mms-video-showcase--route-static .mms-product-video-card--full-width{
  order:2;
  width:min(100%,72rem);
  margin-inline:auto;
  align-self:start;
}
.mms-video-showcase--route-static .mms-product-video-card--full-width .mms-product-video-card__stage{
  padding:.6rem;
}
.mms-video-showcase--route-static .mms-product-video-card--full-width video{
  width:100%;
  max-width:none;
  height:auto;
  margin-inline:auto;
}
@media (max-width:900px){
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head{
    grid-template-columns:1fr;
    align-items:start;
  }
.mms-video-showcase--route-static .mms-route-options--above-video .mms-video-showcase__content-head h3{
    max-width:none;
  }
.mms-video-showcase--route-static .mms-route-options__list{
    grid-template-columns:1fr;
  }
.mms-video-showcase--route-static .mms-route-options__outcome{
    grid-template-columns:1fr;
  }
}
@media (max-width:700px){
.mms-video-showcase--route-static .mms-route-options--above-video{
    order:1;
    padding:1rem;
  }
.mms-video-showcase--route-static .mms-product-video-card--full-width{
    order:2;
    width:100%;
  }
.mms-video-showcase--route-static .mms-route-options__list li{
    padding:.9rem;
  }
}
.mms-video-showcase--route-static .mms-video-showcase__intro strong{
  color:#244c5e;
  font-weight:800;
}
.mms-video-showcase--route-static .mms-route-options__scope{
  display:grid;
  gap:.28rem;
  margin:0 0 1rem;
  padding:.95rem 1rem;
  border:1px solid rgba(42,112,194,.18);
  border-left:4px solid #3874d7;
  border-radius:.9rem;
  background:linear-gradient(90deg,rgba(56,116,215,.08),rgba(255,255,255,.92));
}
.mms-video-showcase--route-static .mms-route-options__scope strong{
  color:#214f87;
  font-size:.91rem;
}
.mms-video-showcase--route-static .mms-route-options__scope p{
  margin:0;
  color:#566e7d;
  font-size:.88rem;
  line-height:1.58;
}
.mms-video-showcase--route-static .mms-route-options__list--detailed{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.9rem;
}
.mms-video-showcase--route-static .mms-route-options__list--detailed li{
  align-content:start;
  min-height:100%;
}
.mms-video-showcase--route-static .mms-route-options__list--detailed p b{
  color:#294e60;
  font-weight:800;
}
@media (max-width:700px){
.mms-video-showcase--route-static .mms-route-options__list--detailed{
    grid-template-columns:1fr;
  }
}
.mms-video-showcase--route-static .mms-product-video-card--full-width{
  width:min(100%,72.375rem);
}
.mms-video-showcase--route-static .mms-product-video-card--full-width .mms-product-video-card__stage{
  display:block;
  padding:.65rem;
  background:#f5f8fa;
}
.mms-route-video-player{
  width:100%;
  max-width:72.375rem;
  margin-inline:auto;
  overflow:hidden;
  border:1px solid #dbe4ea;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 12px 30px rgba(21,48,62,.08);
}
.mms-route-video-player video{
  display:block;
  width:100%;
  max-width:72.375rem;
  height:auto;
  aspect-ratio:579 / 539;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.mms-route-video-player--plyr{
  width:100%;
  max-width:72.375rem;
  margin-inline:auto;
  overflow:hidden;
  border:1px solid #dbe4ea;
  border-radius:1rem;
  background:#fff;
  box-shadow:0 12px 30px rgba(21,48,62,.08);
}
.mms-route-video-player--plyr .plyr{
  --plyr-color-main:#2f6fd4;
  --plyr-video-background:#fff;
  --plyr-video-controls-background:#fff;
  --plyr-video-control-color:#294656;
  --plyr-menu-background:#fff;
  --plyr-menu-color:#294656;
  --plyr-control-radius:.65rem;
  --plyr-control-spacing:.5rem;
  --plyr-range-fill-background:#2f6fd4;
  --plyr-range-thumb-background:#2f6fd4;
  width:100%;
  border:0;
  border-radius:0;
  background:#fff;
}
.mms-route-video-player--plyr .plyr__video-wrapper{
  width:100%;
  aspect-ratio:579 / 539;
  background:#fff;
}
.mms-route-video-player--plyr .plyr__video-wrapper video{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.mms-route-video-player--plyr .plyr--video .plyr__controls{
  position:relative;
  inset:auto;
  display:flex;
  align-items:center;
  gap:var(--mms-video-control-gap,.35rem);
  width:100%;
  min-height:var(--mms-video-control-min-height,3rem);
  padding:var(--mms-video-control-padding,.35rem .65rem);
  border-top:1px solid #dce5ea;
  background:#fff;
  color:#294656;
  opacity:1;
  transform:none;
}
.mms-route-video-player--plyr .plyr--video .plyr__controls::before{
  display:none;
}
.mms-route-video-player--plyr .plyr__controls .plyr__control{
  color:#294656;
  border-radius:.65rem;
}
.mms-route-video-player--plyr .plyr__controls .plyr__control:hover,
.mms-route-video-player--plyr .plyr__controls .plyr__control:focus-visible,
.mms-route-video-player--plyr .plyr__controls .plyr__control[aria-expanded="true"]{
  background:#eaf2ff;
  color:#245baa;
}
.mms-route-video-player--plyr .plyr__controls__item.plyr__progress__container{
  flex:1 1 auto;
  min-width:4rem;
  margin-inline:.1rem;
}
.mms-route-video-player--plyr .plyr__progress{
  width:100%;
}
.mms-route-video-player--plyr .plyr__progress input[type="range"]{
  min-height:var(--mms-video-range-hit-height,2rem);
  cursor:pointer;
  touch-action:pan-y;
}
.mms-route-video-player--plyr .plyr__progress input[type="range"]::-webkit-slider-runnable-track{
  height:.64rem;
  border-radius:999px;
}
.mms-route-video-player--plyr .plyr__progress input[type="range"]::-webkit-slider-thumb{
  width:1.3rem;
  height:1.3rem;
  margin-top:-.33rem;
  border:3px solid #fff;
  box-shadow:0 3px 10px rgba(22,51,70,.32);
}
.mms-route-video-player--plyr .plyr__progress input[type="range"]::-moz-range-track,
.mms-route-video-player--plyr .plyr__progress input[type="range"]::-moz-range-progress{
  height:.64rem;
  border-radius:999px;
}
.mms-route-video-player--plyr .plyr__progress input[type="range"]::-moz-range-thumb{
  width:1rem;
  height:1rem;
  border:3px solid #fff;
  box-shadow:0 3px 10px rgba(22,51,70,.32);
}
.mms-route-video-player--plyr .plyr__time{
  flex:0 0 auto;
  color:#506775;
  font-size:.78rem;
  font-variant-numeric:tabular-nums;
}
.mms-route-video-player--plyr .plyr__tooltip{
  border:1px solid #d9e3ea;
  background:#fff;
  color:#294656;
  box-shadow:0 6px 18px rgba(20,45,60,.14);
  font-variant-numeric:tabular-nums;
}
.mms-route-video-player--plyr .plyr__tooltip::before{
  border-top-color:#fff;
}
.mms-route-video-player__hint{
  margin:0;
  padding:.62rem 1rem .75rem;
  border-top:1px solid #edf1f4;
  background:#fbfcfd;
  color:#667a87;
  font-size:.78rem;
  line-height:1.5;
  text-align:center;
}
@media (max-width:700px){
.mms-route-video-player--plyr .plyr--video .plyr__controls{
    flex-wrap:nowrap;
    gap:var(--mms-video-control-gap,.25rem);
    min-height:var(--mms-video-control-min-height,2.75rem);
    padding:var(--mms-video-control-padding,.25rem .5rem);
  }
.mms-route-video-player--plyr .plyr__controls__item.plyr__progress__container{
    order:initial;
    flex:1 1 auto;
    flex-basis:auto;
    min-width:3.5rem;
    margin:0;
  }
.mms-route-video-player--plyr .plyr__progress input[type="range"]{
    min-height:var(--mms-video-range-hit-height,1.7rem);
  }
.mms-route-video-player--plyr .plyr__time{
    font-size:.72rem;
  }
.mms-route-video-player__hint{
    padding:.55rem .75rem .68rem;
    font-size:.73rem;
  }
}
.mms-route-video-player--plyr .plyr{
  display:flex;
  flex-direction:column;
}
.mms-route-video-player--plyr .plyr__video-wrapper{order:1;}
.mms-route-video-player--plyr .plyr--video .plyr__controls{order:2;}
.mms-page--staff .mms-staff-hero--image{
  background:#f7fafb;
  color:var(--mms-ink-950);
}
.mms-page--staff .mms-staff-hero--image::before{
  background-image:linear-gradient(rgba(19,112,119,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(19,112,119,.028) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.42) 45%,transparent 78%);
}
.mms-page--staff .mms-staff-hero--image .mms-hero__media{display:block;opacity:1;}
.mms-page--staff .mms-staff-hero--image .mms-hero__media img{object-fit:cover;object-position:center;}
.mms-page--staff .mms-staff-hero--image .mms-hero__veil{
  background:linear-gradient(90deg,rgba(247,250,249,.99) 0%,rgba(247,250,249,.96) 36%,rgba(247,250,249,.62) 54%,rgba(247,250,249,.18) 72%,rgba(247,250,249,.05) 100%);
}
.mms-page--staff .mms-staff-hero--image .mms-hero__copy h1{color:var(--mms-ink-950);text-shadow:none;}
.mms-page--staff .mms-staff-hero--image .mms-hero__copy>p{color:var(--mms-ink-700);}
.mms-page--staff .mms-staff-hero--image .mms-eyebrow{color:var(--mms-teal-700);}
.mms-page--staff .mms-staff-hero--image .mms-eyebrow::before{background:var(--mms-yellow-500);}
.mms-page--staff .mms-staff-hero--image .mms-staff-hero__value span{
  background:rgba(255,255,255,.78);
  border-color:rgba(21,121,126,.14);
  box-shadow:0 12px 34px rgba(22,72,78,.08);
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  backdrop-filter:blur(14px) saturate(130%);
}
.mms-page--staff .mms-staff-hero--image .mms-staff-hero__value b{color:var(--mms-ink-950);}
.mms-page--staff .mms-staff-hero--image .mms-staff-hero__value small{color:var(--mms-ink-700);}
.mms-page--staff .mms-staff-hero--image .mms-enterprise-hero-card{box-shadow:0 24px 70px rgba(15,65,73,.17);}
.mms-page--staff .mms-staff-hero--image + .mms-staff-wow-strip{border-top:1px solid rgba(20,112,118,.08);}
@media (max-width: 56rem){
.mms-page--staff .mms-staff-hero--image .mms-hero__veil{background:linear-gradient(180deg,rgba(247,250,249,.99) 0%,rgba(247,250,249,.94) 45%,rgba(247,250,249,.66) 72%,rgba(247,250,249,.22) 100%);}
.mms-page--staff .mms-staff-hero--image .mms-hero__media img{object-position:68% center;}
}
@media (max-width: 42rem){
.mms-page--staff .mms-staff-hero--image .mms-hero__media{display:block;inset:auto 0 0;height:41%;opacity:.94;}
.mms-page--staff .mms-staff-hero--image .mms-hero__media img{object-position:72% center;}
.mms-page--staff .mms-staff-hero--image .mms-hero__veil{background:linear-gradient(180deg,#f7faf9 0%,#f7faf9 58%,rgba(247,250,249,.86) 72%,rgba(247,250,249,.18) 100%);}
.mms-page--staff .mms-staff-hero--image .mms-hero__grid{padding-bottom:15.5rem;}
}
.mms-page--staff .mms-enterprise-hero-card__top > div:first-child{
  flex:1 1 auto;
  min-width:0;
}
.mms-page--staff .mms-enterprise-hero-card__top h2{
  width:100%;
  max-width:none;
}
@media (max-width:1080px) and (min-width:681px){
.mms-page--staff .mms-staff-hero__value{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media (max-width:680px){
.mms-page--staff .mms-staff-hero__value{
    grid-template-columns:1fr;
  }
}
.mms-video-showcase--synced .mms-video-showcase__grid{
  grid-template-columns:minmax(0,34rem) minmax(22rem,28rem);
  justify-content:center;
  gap:clamp(1.25rem,2.4vw,2rem);
}
.mms-video-showcase--synced .mms-product-video-card{
  width:100%;
  max-width:34rem;
  height:auto;
  min-height:0;
  justify-self:end;
}
.mms-video-showcase--synced .mms-product-video-card__stage{
  min-height:0;
  padding:1rem;
}
.mms-video-showcase--synced .mms-product-video-card video{
  width:100%;
  max-width:31rem;
  height:auto;
}
.mms-video-showcase--synced .mms-video-showcase__content{
  width:100%;
  max-width:28rem;
  height:auto;
  min-height:0;
  justify-self:start;
}
@media (max-width:1440px){
.mms-video-showcase--synced .mms-video-showcase__grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
  }
.mms-video-showcase--synced .mms-video-showcase__content{
    order:1;
    width:min(100%,44rem);
    max-width:44rem;
    justify-self:auto;
    align-self:center;
  }
.mms-video-showcase--synced .mms-product-video-card{
    order:2;
    width:min(100%,36rem);
    max-width:36rem;
    justify-self:auto;
    align-self:center;
  }
.mms-video-showcase--synced .mms-product-video-card video{
    width:100%;
    max-width:32rem;
  }
}
.mms-video-showcase--synced .mms-video-showcase__steps{
  grid-template-columns:minmax(0,1fr);
}
.mms-video-showcase--route-static .mms-product-video-card--full-width,
.mms-video-showcase--route-static .mms-route-video-player,
.mms-video-showcase--route-static .mms-route-video-player--plyr{
  width:min(100%,48rem);
  max-width:48rem;
}
.mms-route-video-player--plyr .plyr.plyr--video{
  display:grid;
  grid-template-rows:auto auto;
  width:100%;
}
.mms-route-video-player--plyr .plyr__video-wrapper{
  grid-row:1;
  position:relative;
  width:100%;
  overflow:hidden;
  border-bottom:1px solid #e2e9ed;
}
.mms-route-video-player--plyr .plyr--video .plyr__controls{
  grid-row:2;
  position:static;
  inset:auto;
  width:100%;
  flex:0 0 auto;
  z-index:auto;
}
.mms-page--staff :is(
  .mms-staff-hero__value>span,
  .mms-staff-wow-strip__grid>article,
  #section-01 .mms-staff-impact__grid>article,
  #section-04 .mms-staff-impact__grid>article,
  .mms-route-options__list--detailed>li
){
  position:relative;
}
.mms-page--staff :is(
  .mms-staff-hero__value>span,
  .mms-staff-wow-strip__grid>article,
  #section-01 .mms-staff-impact__grid>article,
  #section-04 .mms-staff-impact__grid>article,
  .mms-route-options__list--detailed>li
)::after{
  content:"";
  position:absolute;
  top:.72rem;
  right:.72rem;
  width:1.3rem;
  height:1.3rem;
  background:var(--mms-teal-600,#16877e);
  -webkit-mask:var(--mms-staff-card-icon) center/contain no-repeat;
  mask:var(--mms-staff-card-icon) center/contain no-repeat;
  opacity:.72;
  pointer-events:none;
}
.mms-page--staff .mms-staff-hero__value>span{padding-right:3rem;}
.mms-page--staff .mms-staff-wow-strip__grid>article,
.mms-page--staff :is(#section-01,#section-04) .mms-staff-impact__grid>article{padding-right:3rem;}
.mms-page--staff .mms-route-options__list--detailed>li{padding-right:2.8rem;}
.mms-page--staff .mms-staff-hero__value>span:nth-child(1){--mms-staff-card-icon:url("/assets/icons/watermarks/id-card.svg");}
.mms-page--staff .mms-staff-hero__value>span:nth-child(2){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff .mms-staff-hero__value>span:nth-child(3){--mms-staff-card-icon:url("/assets/icons/watermarks/route.svg");}
.mms-page--staff .mms-staff-wow-strip__grid>article:nth-child(1){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff .mms-staff-wow-strip__grid>article:nth-child(2){--mms-staff-card-icon:url("/assets/icons/watermarks/circle-alert.svg");}
.mms-page--staff .mms-staff-wow-strip__grid>article:nth-child(3){--mms-staff-card-icon:url("/assets/icons/watermarks/list-checks.svg");}
.mms-page--staff .mms-staff-wow-strip__grid>article:nth-child(4){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff #section-01 .mms-staff-impact__grid>article:nth-child(1){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff #section-01 .mms-staff-impact__grid>article:nth-child(2){--mms-staff-card-icon:url("/assets/icons/watermarks/map.svg");}
.mms-page--staff #section-01 .mms-staff-impact__grid>article:nth-child(3){--mms-staff-card-icon:url("/assets/icons/watermarks/circle-alert.svg");}
.mms-page--staff #section-01 .mms-staff-impact__grid>article:nth-child(4){--mms-staff-card-icon:url("/assets/icons/watermarks/clipboard-list.svg");}
.mms-page--staff .mms-route-options__list--detailed>li:nth-child(1){--mms-staff-card-icon:url("/assets/icons/watermarks/clipboard-list.svg");}
.mms-page--staff .mms-route-options__list--detailed>li:nth-child(2){--mms-staff-card-icon:url("/assets/icons/watermarks/settings.svg");}
.mms-page--staff .mms-route-options__list--detailed>li:nth-child(3){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff .mms-route-options__list--detailed>li:nth-child(4){--mms-staff-card-icon:url("/assets/icons/watermarks/check-check.svg");}
.mms-page--staff #section-04 .mms-staff-impact__grid>article:nth-child(1){--mms-staff-card-icon:url("/assets/icons/watermarks/clipboard-check.svg");}
.mms-page--staff #section-04 .mms-staff-impact__grid>article:nth-child(2){--mms-staff-card-icon:url("/assets/icons/watermarks/calendar-days.svg");}
.mms-page--staff #section-04 .mms-staff-impact__grid>article:nth-child(3){--mms-staff-card-icon:url("/assets/icons/watermarks/map-pin.svg");}
.mms-page--staff #section-04 .mms-staff-impact__grid>article:nth-child(4){--mms-staff-card-icon:url("/assets/icons/watermarks/workflow.svg");}
