@keyframes label-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.label-float[data-astro-cid-ndaardxq]{animation:label-float ease-in-out infinite}.filter-pill{color:#fc014c;border-color:#fc014c66}.filter-pill.active{color:#fff;background:#fc014c;border-color:#fc014c}.work-item-wrapper{width:100%;padding-bottom:40px}.work-item{position:relative;--notch: 14px;--bw: 1px;background:#ffffff26;clip-path:polygon(0 0,100% 0,100% calc(100% - var(--notch)),calc(100% - var(--notch)) 100%,0 100%)}.work-item:before{content:"";position:absolute;inset:var(--bw);background:#111;z-index:-1;--inner-notch: calc(var(--notch) - 2 * var(--bw) + 1.4142 * var(--bw));clip-path:polygon(0 0,100% 0,100% calc(100% - var(--inner-notch)),calc(100% - var(--inner-notch)) 100%,0 100%)}.work-item-img-col{position:relative;width:100%;height:200px;flex-shrink:0;overflow:hidden;transition:width .5s cubic-bezier(.4,0,.2,1)}.work-item-img-col:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px #262626;pointer-events:none;z-index:1}@media(min-width:768px){.work-item-img-col{width:16rem;height:auto;min-height:192px}}@media(min-width:1024px){.work-item-img-col{width:20rem;min-height:240px}}@media(min-width:768px){.work-item.open .work-item-img-col{width:50%}}.work-item-text-col{transition:padding-left .5s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.work-item.open .work-item-text-col{padding-left:1.25rem}}.work-arrow{position:relative;display:flex;align-items:center;width:3rem;margin-left:-3rem;flex-shrink:0;opacity:0;transition:margin-left .4s cubic-bezier(.25,0,0,1),opacity .5s ease}.work-arrow:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#111 0%,transparent 90%);pointer-events:none;transition:opacity .4s ease}.work-item:hover .work-arrow{margin-left:0;opacity:1}.work-item:hover .work-arrow:after{opacity:0}.work-arrow-inner{transition:transform .35s cubic-bezier(.25,0,0,1)}.work-item.open .work-arrow-inner{transform:rotate(180deg)}.work-item-desc-wrap{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),opacity .25s ease}.work-item-desc-inner{overflow:hidden}.work-item.open .work-item-desc-wrap{grid-template-rows:0fr;opacity:0}.work-item-expand{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1),opacity .35s ease}.work-item-expand-inner{overflow:hidden}.work-item.open .work-item-expand{grid-template-rows:1fr;opacity:1}.case-study-list{list-style:none;padding:0;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.5rem}.case-study-list li{position:relative;padding-left:1.25rem;font-size:1rem;color:#fff;line-height:1.6}.case-study-list li:before{content:"•";position:absolute;left:0;color:#fc014c;font-size:1.1em;line-height:1.6}.deck-card p{opacity:0;transition:opacity .35s ease}.deck-card.is-front p{opacity:1}.deck-card.text-instant p{transition:none}.mb-right,.mb-divider{animation:mb-right-out 8s ease-in-out infinite;animation-play-state:running}.mb-logo{animation:mb-logo-center 8s ease-in-out infinite;animation-play-state:running;transform-origin:center center}.mb-circle path{animation:mb-circle-draw 8s ease-in-out infinite;animation-play-state:running}.mb-bolt{animation:mb-bolt-in 8s ease-in-out infinite;animation-play-state:running;transform-origin:center center}.mb-logotext{animation:mb-logotext-in 8s ease-in-out infinite;animation-play-state:running}.mb-swatch{animation:mb-swatch-breathe 1.8s ease-in-out infinite;animation-play-state:running}@keyframes mb-right-out{0%,30%{opacity:1;transform:translate(0)}42%{opacity:0;transform:translate(28px)}84%{opacity:0;transform:translate(28px)}96%,to{opacity:1;transform:translate(0)}}@keyframes mb-logo-center{0%,28%{transform:translate(0) scale(1)}40%{transform:translate(50px) scale(1.2)}84%{transform:translate(50px) scale(1.2)}96%,to{transform:translate(0) scale(1)}}@keyframes mb-circle-draw{0%,26%{stroke-dashoffset:0;opacity:1}30%{stroke-dashoffset:0;opacity:0}31%{stroke-dashoffset:160;opacity:0}42%{stroke-dashoffset:160;opacity:1}60%{stroke-dashoffset:0;opacity:1}96%,to{stroke-dashoffset:0;opacity:1}}@keyframes mb-bolt-in{0%,26%{opacity:1;transform:scale(1)}30%{opacity:0;transform:scale(.5)}53%{opacity:0;transform:scale(.5)}68%{opacity:1;transform:scale(1)}96%,to{opacity:1;transform:scale(1)}}@keyframes mb-logotext-in{0%,26%{opacity:1;transform:translateY(0);filter:blur(0px)}30%{opacity:0;transform:translateY(4px);filter:blur(4px)}62%{opacity:0;transform:translateY(-5px);filter:blur(6px)}74%{opacity:1;transform:translateY(0);filter:blur(0px)}96%,to{opacity:1;transform:translateY(0);filter:blur(0px)}}@keyframes mb-swatch-breathe{0%,to{opacity:var(--op, .4)}50%{opacity:1}}.browser-scroll-content{animation:browser-scroll 5s linear infinite alternate;animation-play-state:running}@keyframes browser-scroll{0%{transform:translateY(0);animation-timing-function:linear}5%{transform:translateY(0);animation-timing-function:cubic-bezier(.7,0,.3,1)}47%{transform:translateY(-89px);animation-timing-function:linear}52%{transform:translateY(-89px);animation-timing-function:cubic-bezier(.7,0,.3,1)}95%{transform:translateY(-178px);animation-timing-function:linear}to{transform:translateY(-178px)}}.mc-avatar{animation:mc-avatar-shrink 6s linear infinite;animation-play-state:running;position:absolute;z-index:2}.mc-bubble-top{animation:mc-bubble-top-grow 6s linear infinite;animation-play-state:running}.mc-bubble-bot{animation:mc-bubble-bot-grow 6s linear infinite;animation-play-state:running}.mc-bot-text{animation:mc-bot-text-grow 6s linear infinite;animation-play-state:running;transform-origin:left top}.mc-bar-1{animation:mc-bar-1-grow 6s linear infinite;animation-play-state:running}.mc-bar-2{animation:mc-bar-2-grow 6s linear infinite;animation-play-state:running}.mc-bar-3{animation:mc-bar-3-grow 6s linear infinite;animation-play-state:running}.mc-send{animation:mc-send-in 6s linear infinite;animation-play-state:running;transform-origin:center center}@keyframes mc-avatar-shrink{0%{transform:scale(1)}25%{transform:scale(1);animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{transform:scale(.17);animation-timing-function:ease-out}52%{transform:scale(.208)}70%{transform:scale(.208);animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{transform:scale(1.07);animation-timing-function:ease-out}94%{transform:scale(1)}to{transform:scale(1)}}@keyframes mc-bubble-top-grow{0%{left:92.84px;top:2.41px;width:78.55px;height:26.84px}25%{left:92.84px;top:2.41px;width:78.55px;height:26.84px;animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{left:21px;top:0;width:142px;height:19px;animation-timing-function:ease-out}52%{left:26.82px;top:0;width:134.5px;height:20px}70%{left:26.82px;top:0;width:134.5px;height:20px;animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{left:100px;top:2.41px;width:70px;height:28px;animation-timing-function:ease-out}94%{left:92.84px;top:2.41px;width:78.55px;height:26.84px}to{left:92.84px;top:2.41px;width:78.55px;height:26.84px}}@keyframes mc-bubble-bot-grow{0%{left:92.59px;top:40.6px;width:78.55px;height:45.12px}25%{left:92.59px;top:40.6px;width:78.55px;height:45.12px;animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{left:-5px;top:30px;width:182px;height:65px;animation-timing-function:ease-out}52%{left:0;top:32.99px;width:174px;height:60.34px}70%{left:0;top:32.99px;width:174px;height:60.34px;animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{left:100px;top:43px;width:68px;height:42px;animation-timing-function:ease-out}94%{left:92.59px;top:40.6px;width:78.55px;height:45.12px}to{left:92.59px;top:40.6px;width:78.55px;height:45.12px}}@keyframes mc-bot-text-grow{0%{transform:scale(.552)}25%{transform:scale(.552);animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{transform:scale(1.17);animation-timing-function:ease-out}52%{transform:scale(1)}70%{transform:scale(1);animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{transform:scale(.334);animation-timing-function:ease-out}94%{transform:scale(.552)}to{transform:scale(.552)}}@keyframes mc-bar-1-grow{0%{top:23.47px;width:47.31px;height:3.05px}25%{top:23.47px;width:47.31px;height:3.05px;animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{top:33px;width:80px;height:5.5px;animation-timing-function:ease-out}52%{top:31.17px;width:74.4px;height:4.8px}70%{top:31.17px;width:74.4px;height:4.8px;animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{top:21px;width:40px;height:2.5px;animation-timing-function:ease-out}94%{top:23.47px;width:47.31px;height:3.05px}to{top:23.47px;width:47.31px;height:3.05px}}@keyframes mc-bar-2-grow{0%{top:27.92px;width:47.31px;height:3.05px}25%{top:27.92px;width:47.31px;height:3.05px;animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{top:40px;width:80px;height:5.5px;animation-timing-function:ease-out}52%{top:38.17px;width:74.4px;height:4.8px}70%{top:38.17px;width:74.4px;height:4.8px;animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{top:26px;width:40px;height:2.5px;animation-timing-function:ease-out}94%{top:27.92px;width:47.31px;height:3.05px}to{top:27.92px;width:47.31px;height:3.05px}}@keyframes mc-bar-3-grow{0%{top:32.37px;width:47.31px;height:3.05px}25%{top:32.37px;width:47.31px;height:3.05px;animation-timing-function:cubic-bezier(.7,0,.3,1)}43%{top:47px;width:80px;height:5.5px;animation-timing-function:ease-out}52%{top:45.17px;width:74.4px;height:4.8px}70%{top:45.17px;width:74.4px;height:4.8px;animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{top:30px;width:40px;height:2.5px;animation-timing-function:ease-out}94%{top:32.37px;width:47.31px;height:3.05px}to{top:32.37px;width:47.31px;height:3.05px}}@keyframes mc-send-in{0%{opacity:0;transform:scale(.45)}25%{opacity:0;transform:scale(.45);animation-timing-function:cubic-bezier(.7,0,.3,1)}52%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1);animation-timing-function:cubic-bezier(.7,0,.3,1)}86%{opacity:0;transform:scale(.35);animation-timing-function:ease-out}94%{opacity:0;transform:scale(.45)}to{opacity:0;transform:scale(.45)}}.sprint-cell{transition:background-color .4s ease}.sprint-cell:hover{background-color:#fffffff2}@media(max-width:767px){.hero-ctas .btn-3d--lg{--depth: 6px;font-size:15px;padding:11px 22px 13px}}.reveal-line{opacity:0;transform:translateY(18px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.reveal-line.revealed{opacity:1;transform:none}.sr{opacity:0;filter:blur(12px);transform:translateY(22px);transition:opacity .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--sr-delay, 0ms)}.sr.in{opacity:1;filter:blur(0);transform:none}@media(prefers-reduced-motion:reduce){.sr{filter:none!important;transform:none!important;transition:opacity .3s ease!important}}
