.mtc{--mtc-ink:#0B0D12;--mtc-paper:#ffffff;--mtc-muted:#5A6472;--mtc-brand:#0052CC;--mtc-tape:rgba(255,233,74,.86);--mtc-display:"Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;--mtc-hand:"Caveat", "Bradley Hand", cursive;--mtc-pop:cubic-bezier(.16,1.36,.3,1);position:relative;background:var(--mtc-paper);color:var(--mtc-ink);background-image:radial-gradient(#CBDCF7 1px,transparent 1px);background-size:22px 22px;overflow-x:clip}.mtc *{box-sizing:border-box}.mtc__wrap{max-width:1200px;margin:0 auto;padding:0 24px}.mtc__hero{position:relative;padding:96px 0 76px;text-align:center;overflow:hidden}.mtc__hero h1{font-family:var(--mtc-display);font-size:clamp(2.6rem,11vw,9.5rem);line-height:.86;margin:0;text-transform:uppercase;letter-spacing:-.02em;color:var(--mtc-ink)}.mtc__hero h1 .mtc-ln{display:block}.mtc__hero h1 em{font-style:normal;-webkit-text-stroke:3px var(--mtc-brand);color:transparent}.mtc__hero-intro{max-width:46ch;margin:26px auto 0;font-size:1.05rem;color:var(--mtc-muted);line-height:1.65}.mtc__cue{margin-top:40px;font-weight:700;font-size:11px;line-height:1;letter-spacing:.22em;text-transform:uppercase;color:var(--mtc-brand)}.mtc__cue span{display:block;font-size:20px;margin-top:8px}.js .mtc__hero h1 .mtc-ch{display:inline-block;transform:translateY(1.1em) rotate(8deg);opacity:0;transition:transform .62s var(--mtc-pop),opacity .3s ease}.js .mtc--ready .mtc__hero h1 .mtc-ch{transform:none;opacity:1}.js .mtc__hero-intro,.js .mtc__cue{opacity:0;transform:translateY(14px);transition:opacity .7s ease .7s,transform .7s ease .7s}.js .mtc--ready .mtc__hero-intro,.js .mtc--ready .mtc__cue{opacity:1;transform:none}.mtc__cue span{animation:mtc-bob 1.6s ease-in-out infinite}@keyframes mtc-bob{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.mtc-sticker{position:absolute;font-size:clamp(26px,4.2vw,50px);line-height:1;-webkit-user-select:none;user-select:none;filter:drop-shadow(3px 4px 0 rgba(11,13,18,.16));will-change:transform;pointer-events:none}.js .mtc__hero .mtc-sticker{opacity:0;transform:scale(.4) rotate(-20deg);transition:all .7s var(--mtc-pop)}.js .mtc--ready .mtc__hero .mtc-sticker{opacity:1;transform:none}.mtc__hero .mtc-sticker:nth-of-type(1){top:14%;left:6%}.mtc__hero .mtc-sticker:nth-of-type(2){top:24%;right:8%}.mtc__hero .mtc-sticker:nth-of-type(3){top:56%;left:11%}.mtc__hero .mtc-sticker:nth-of-type(4){top:62%;right:13%}.mtc__hero .mtc-sticker:nth-of-type(5){top:6%;left:44%}.mtc__hero .mtc-sticker:nth-of-type(6){bottom:6%;right:42%}.mtc__marquee{border-top:3px solid var(--mtc-ink);border-bottom:3px solid var(--mtc-ink);background:var(--mtc-brand);color:#fff;overflow:hidden;padding:12px 0;margin:36px 0 0;transform:rotate(-1.2deg) scale(1.04)}.mtc__marquee-track{display:flex;gap:36px;width:max-content}.js .mtc__marquee-track{animation:mtc-slide 26s linear infinite}.mtc__marquee-track span{font-family:var(--mtc-display);font-size:1.5rem;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}@keyframes mtc-slide{to{transform:translate(-50%)}}.mtc__chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:52px 0 8px}.mtc__chip{border:2px solid var(--mtc-brand);color:var(--mtc-brand);background:#fff;border-radius:99px;padding:8px 16px;font-weight:800;font-size:12px;line-height:1;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:transform .18s var(--mtc-pop),background .18s,color .18s}.mtc__chip:hover,.mtc__chip:focus-visible{transform:translateY(-3px) rotate(-2deg);background:var(--mtc-brand);color:#fff}.mtc__chip[data-new]:after{content:"NEW";font-size:9px;margin-left:6px;background:var(--mtc-brand);color:#fff;padding:2px 5px;border-radius:3px;vertical-align:1px}.mtc__chip:hover[data-new]:after{background:#fff;color:var(--mtc-brand)}.mtc__person{position:relative;padding:88px 0;display:grid;gap:clamp(28px,5vw,72px);grid-template-columns:1.05fr 1fr;align-items:center}.mtc__person:nth-of-type(2n){grid-template-columns:1fr 1.05fr}.mtc__person:nth-of-type(2n) .mtc__media{order:2}.mtc__person:before{content:"";position:absolute;left:-50vw;right:-50vw;top:0;height:2px;background:repeating-linear-gradient(90deg,var(--mtc-brand) 0 14px,transparent 14px 26px);opacity:.38}.mtc__media{position:relative;padding:58px 0 76px}.mtc__card{position:relative;background:#fff;border:3px solid var(--mtc-ink);border-radius:6px;overflow:hidden;transform:rotate(var(--mtc-rot,-1.6deg));box-shadow:14px 16px 0 var(--team-accent,#0052CC);transition:transform .4s var(--mtc-pop),box-shadow .4s var(--mtc-pop)}.mtc__media:hover .mtc__card{transform:rotate(0) translateY(-6px);box-shadow:22px 24px 0 var(--team-accent,#0052CC)}.mtc__card .mtc__poster,.mtc__card video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#fff}.mtc__card video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;opacity:0;transition:opacity .45s ease}.mtc__card video.is-playing{opacity:1}.mtc--motion-off .mtc__card video{display:none}.js .mtc__person .mtc__card{opacity:0}.js .mtc__person.is-in .mtc__card{opacity:1;animation:mtc-cardin .8s var(--mtc-pop) both}@keyframes mtc-cardin{0%{transform:translateY(56px) rotate(-7deg) scale(.94)}to{transform:rotate(var(--mtc-rot,-1.6deg))}}.mtc__tape{position:absolute;width:104px;height:30px;background:var(--mtc-tape);border-left:1px dashed rgba(0,0,0,.16);border-right:1px dashed rgba(0,0,0,.16);box-shadow:0 1px 4px #00000029;z-index:6;pointer-events:none}.mtc__tape--1{top:44px;left:-22px;transform:rotate(-26deg)}.mtc__tape--2{bottom:44px;right:-24px;transform:rotate(-20deg)}.mtc__annot{position:absolute;z-index:4;font-family:var(--mtc-hand);font-size:clamp(17px,2vw,23px);line-height:1.15;max-width:190px;color:var(--mtc-ink)}.mtc__annot--1{top:2px;right:15%}.mtc__annot--2{bottom:2px;left:4%}.mtc__annot svg{position:absolute;overflow:visible;pointer-events:none;top:100%;left:14%}.mtc__annot--1 svg{transform:rotate(6deg)}.mtc__annot--2 svg{top:auto;bottom:100%;left:38%;transform:scale(-1)}.mtc__annot path{fill:none;stroke:var(--mtc-ink);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.js .mtc__annot{opacity:0;transform:translateY(10px)}.js .mtc__person.is-in .mtc__annot{animation:mtc-fadeup .6s ease 1s both}@keyframes mtc-fadeup{to{opacity:1;transform:none}}.js .mtc__annot path{stroke-dasharray:200;stroke-dashoffset:200}.js .mtc__person.is-in .mtc__annot path{animation:mtc-draw .8s ease 1.25s forwards}@keyframes mtc-draw{to{stroke-dashoffset:0}}.mtc__props{position:absolute;top:34px;right:2px;bottom:34px;left:2px;pointer-events:none;z-index:5}.mtc__props .mtc-sticker:nth-child(1){top:-26px;left:1%}.mtc__props .mtc-sticker:nth-child(2){top:40%;left:-32px}.mtc__props .mtc-sticker:nth-child(3){top:28%;right:-32px}.mtc__props .mtc-sticker:nth-child(4){bottom:-26px;right:18%}.js .mtc__props .mtc-sticker{opacity:0}.js .mtc__person.is-in .mtc__props .mtc-sticker{animation:mtc-popin .66s var(--mtc-pop) both}@keyframes mtc-popin{0%{opacity:0;transform:scale(.3) rotate(-28deg)}to{opacity:1;transform:none}}.js .mtc__person.is-in .mtc__props .mtc-sticker:nth-child(1){animation-delay:.5s}.js .mtc__person.is-in .mtc__props .mtc-sticker:nth-child(2){animation-delay:.62s}.js .mtc__person.is-in .mtc__props .mtc-sticker:nth-child(3){animation-delay:.74s}.js .mtc__person.is-in .mtc__props .mtc-sticker:nth-child(4){animation-delay:.86s}.mtc__txt{position:relative}.mtc__flag{display:inline-block;background:var(--team-accent,#0052CC);color:var(--team-ink,#fff);font-weight:900;font-size:10px;line-height:1;letter-spacing:.14em;padding:6px 10px;border-radius:3px;margin-bottom:14px;transform:rotate(-2deg);border:2px solid var(--mtc-ink)}.mtc__name{font-family:var(--mtc-display);font-size:clamp(2.7rem,7.2vw,6rem);line-height:.86;text-transform:uppercase;margin:0 0 16px;letter-spacing:-.015em;color:var(--team-accent,#0052CC);text-shadow:4px 4px 0 var(--mtc-ink)}.js .mtc__name .mtc-ch{display:inline-block;opacity:0;transform:translateY(.9em) rotate(-9deg)}.js .mtc__person.is-in .mtc__name .mtc-ch{animation:mtc-chin .5s var(--mtc-pop) both}@keyframes mtc-chin{to{transform:none;opacity:1}}.mtc__role{font-weight:800;font-size:11.5px;line-height:1.5;letter-spacing:.16em;text-transform:uppercase;color:var(--mtc-muted);margin:0 0 18px}.mtc__role b{color:var(--mtc-ink)}.mtc__quote{position:relative;border-left:5px solid var(--team-accent,#0052CC);padding:6px 0 6px 16px;margin:0 0 22px;font-size:1.12rem;font-style:italic;line-height:1.45}.mtc__quote cite:before{content:none}.mtc__quote cite{display:block;font-style:normal;font-weight:700;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mtc-muted);margin-top:9px}.mtc__setup{font-style:normal;font-size:.82rem;color:var(--mtc-muted);display:block;margin-top:4px}.mtc__bio p{font-size:1.02rem;line-height:1.68;margin:0 0 15px;max-width:62ch}.mtc__bio a{color:var(--mtc-brand)}.mtc__kicker{margin:26px 0 0;padding:16px 20px;background:var(--team-accent,#0052CC);color:var(--team-ink,#fff);border-radius:4px;font-weight:900;font-style:italic;font-size:1.06rem;line-height:1.4;transform:rotate(-.7deg)}.js .mtc__reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s var(--mtc-pop)}.js .mtc__person.is-in .mtc__reveal{opacity:1;transform:none}.js .mtc__person.is-in .mtc__reveal:nth-of-type(1){transition-delay:.18s}.js .mtc__person.is-in .mtc__reveal:nth-of-type(2){transition-delay:.28s}.js .mtc__person.is-in .mtc__reveal:nth-of-type(3){transition-delay:.38s}.js .mtc__person.is-in .mtc__reveal:nth-of-type(4){transition-delay:.48s}.mtc__person--advisor .mtc__card{transform:rotate(0);box-shadow:12px 14px 0 var(--team-accent,#0052CC)}.mtc__person--advisor .mtc__media:hover .mtc__card{transform:translateY(-4px)}.mtc__person--advisor .mtc__name{color:var(--team-accent,#0052CC);text-shadow:none;font-size:clamp(2.2rem,5vw,4rem)}.mtc__person--advisor .mtc__role{color:var(--mtc-ink)}.mtc__person--advisor .mtc__tape{display:none}.mtc__person--advisor .mtc__bio p{font-size:1.05rem}.mtc__outro{padding:72px 0 96px;text-align:center}.mtc__outro-big{font-family:var(--mtc-display);font-size:clamp(2rem,6vw,4.2rem);text-transform:uppercase;line-height:.9;margin:0 0 18px;color:var(--mtc-brand)}.mtc__outro p{color:var(--mtc-muted);max-width:48ch;margin:0 auto;line-height:1.7}.mtc__cursor{position:fixed;top:0;left:0;font-size:26px;pointer-events:none;z-index:150;opacity:0;transition:opacity .3s;will-change:transform}@media(max-width:860px){.mtc__person,.mtc__person:nth-of-type(2n){grid-template-columns:1fr;padding:60px 0}.mtc__person:nth-of-type(2n) .mtc__media{order:0}.mtc__media{padding:62px 0 84px}.mtc__annot{font-size:16px;max-width:148px}.mtc__annot--1{top:6px;right:1%}.mtc__annot--2{bottom:18px;left:1%}.mtc__annot svg{display:none}.mtc__props .mtc-sticker:nth-child(2){left:-6px}.mtc__props .mtc-sticker:nth-child(3){right:-6px}.mtc__cursor{display:none}}@media(prefers-reduced-motion:reduce){.mtc *,.mtc *:before,.mtc *:after{animation:none!important;transition:none!important}.js .mtc__hero h1 .mtc-ch,.js .mtc__hero-intro,.js .mtc__cue,.js .mtc__hero .mtc-sticker,.js .mtc__name .mtc-ch,.js .mtc__person .mtc__card,.js .mtc__annot,.js .mtc__reveal,.js .mtc__props .mtc-sticker{opacity:1!important;transform:none!important}.js .mtc__annot path{stroke-dashoffset:0!important}}.mtc__person.is-editor-selected .mtc__card,.mtc__person.is-editor-selected .mtc__reveal,.mtc__person.is-editor-selected .mtc__annot,.mtc__person.is-editor-selected .mtc__name .mtc-ch,.mtc__person.is-editor-selected .mtc__props .mtc-sticker{opacity:1!important;transform:none!important;animation:none!important}
/*# sourceMappingURL=/cdn/shop/t/45/assets/mansa-team-collage.css.map */
