team-photos-infinite{display:block}.team-sec{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 0;background:var(--mt-cream-300);border-bottom:1px solid var(--mt-green-500)}.team-sec .team-sec__heading{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.team-sec .team-sec__title{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-family:var(--mt-primary-font);font-weight:700;font-size:32px;line-height:1.2;letter-spacing:-.5px;text-align:left;color:var(--mt-green-500)}.team-sec .team-sec__title-start{display:block}.team-sec .team-sec__title-line2{display:flex;align-items:center;gap:10px}.team-sec .team-sec__title-icon{display:block;flex:0 0 auto;width:30px;height:30px;object-fit:contain;transform-origin:50% 50%}.team-sec .team-sec__title-icon path{transform-origin:50% 50%;transform-box:fill-box}.team-sec.is-inview .team-sec__title-icon{animation:team-title-icon-pop .7s cubic-bezier(.2,.85,.28,1.1) both}.team-sec.is-inview .team-sec__title-icon path{animation:team-title-icon-stroke .9s ease-out both}.team-sec .team-sec__title-accent{position:relative;display:inline-block;white-space:nowrap;padding-left:24px;font-family:var(--mt-secondary-font);font-style:italic;font-weight:700}.team-sec .team-sec__title-accent:after{content:none}.team-sec .team-sec__subtext{margin:0;max-width:260px;font-family:var(--mt-primary-font);font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.15px;text-align:center;color:var(--mt-green-400)}.team-sec .team-sec__body{display:flex;flex-direction:column;gap:16px;width:100%;max-width:1080px}.team-sec .team-sec__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:24px;width:100%;background:var(--mt-cream-100);box-shadow:0 2px 16px #3535350d;border-radius:4px;overflow:hidden;isolation:isolate}.team-sec .team-sec__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/cdn/shop/files/Texturelabs_Paper_304L_2.png?v=1777211578) #ebebeb 50% / cover no-repeat;mix-blend-mode:hard-light;opacity:.4;scale:1.2;pointer-events:none;z-index:0}.team-sec .team-sec__card>*{position:relative;z-index:1}.team-sec .team-sec__card-icon{width:40px;height:40px;object-fit:contain}.team-sec .team-sec__card-body{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.team-sec .team-sec__card-title{margin:0;font-family:var(--mt-primary-font);font-weight:700;font-size:22px;line-height:28px;letter-spacing:-.3px;color:var(--mt-green-500)}.team-sec .team-sec__card-desc{font-family:var(--mt-primary-font);font-weight:500;font-size:var(--mt-primary-body3-size);line-height:var(--mt-primary-body3-lh);color:var(--mt-green-400)}.team-sec .team-sec__card-desc>*+*{margin-top:1em}.team-sec .team-sec__card-desc p{margin:0}.team-sec .team-sec__card-desc p+p{margin-top:1em}.team-sec .team-sec__card-stamp{display:block;width:80px;height:80px;margin-top:8px;object-fit:contain}.team-sec .team-sec__founders{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,auto);column-gap:24px;row-gap:16px;justify-content:start}.team-sec .team-sec__founder{font-family:var(--mt-secondary-font);font-style:italic;font-weight:700;font-size:22px;line-height:21px;color:var(--mt-green-300)}.team-sec .team-sec__photos{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:24px 20px;margin-inline:-20px}.team-sec .team-sec__photos::-webkit-scrollbar{display:none}.team-sec .team-sec__polaroid{flex:0 0 196px;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:8px;gap:8px;width:196px;background:var(--mt-cream-100);box-shadow:0 2px 4px #00000026;scroll-snap-align:center;margin:0}.team-sec .team-sec__polaroid[data-index="0"]{transform:rotate(var(--ts-polaroid-rotate, -2deg))}.team-sec .team-sec__polaroid[data-index="1"],.team-sec .team-sec__polaroid[data-index="2"]{transform:rotate(var(--ts-polaroid-rotate, 2deg))}.team-sec .team-sec__polaroid[data-index="3"]{transform:rotate(var(--ts-polaroid-rotate, -2deg))}.team-sec .team-sec__polaroid-frame{width:100%;aspect-ratio:180 / 225;background:var(--mt-cream-100);overflow:hidden}.team-sec .team-sec__polaroid-img{width:100%;height:100%;object-fit:cover;object-position:center 26%;display:block}@keyframes team-title-icon-pop{0%{opacity:0;transform:scale(.55) rotate(-12deg)}75%{opacity:1;transform:scale(1.08) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes team-title-icon-stroke{0%{transform:scale(.9)}to{transform:scale(1)}}.team-sec .team-sec__polaroid-name{margin:0 auto;font-family:var(--mt-secondary-font);font-style:italic;font-weight:700;font-size:18px;line-height:24px;color:var(--mt-green-500);text-align:center}@media(min-width:768px){.team-sec{gap:48px;padding:48px 0 0}.team-sec .team-sec__heading{align-items:center}.team-sec .team-sec__title{justify-content:center;gap:8px;font-size:48px;line-height:1.1;letter-spacing:-.6px;text-align:center}.team-sec .team-sec__title-icon{width:clamp(32px,3.2vw,44px);height:clamp(32px,3.2vw,44px)}.team-sec .team-sec__title-line2{gap:24px}.team-sec .team-sec__title-accent:after{bottom:-10px;height:18px}.team-sec .team-sec__subtext{max-width:500px;font-size:var(--mt-primary-body1-size);line-height:var(--mt-primary-body1-lh);letter-spacing:var(--mt-primary-body1-ls)}.team-sec .team-sec__body{display:grid;grid-template-columns:215px minmax(0,570px) 215px;justify-content:center;align-items:center;gap:24px;width:100%;max-width:1080px;margin:0 auto}.team-sec .team-sec__card{grid-column:2;grid-row:1;padding:32px;gap:48px}.team-sec .team-sec__card-icon{width:64px;height:64px}.team-sec .team-sec__card-body{gap:24px}.team-sec .team-sec__card-title{font-size:28px;line-height:1.2;letter-spacing:-.5px}.team-sec .team-sec__card-desc{font-size:var(--mt-primary-body2-size);line-height:var(--mt-primary-body2-lh);letter-spacing:var(--mt-primary-body2-ls)}.team-sec .team-sec__card-stamp{width:80px;height:80px;margin-top:12px}.team-sec .team-sec__founders{margin-top:16px;column-gap:24px;row-gap:24px}.team-sec .team-sec__photos{display:contents;overflow:visible;padding:0;margin:0}.team-sec .team-sec__polaroid{flex:none;width:196px;box-shadow:0 4px 12px #0000001a;scroll-snap-align:none;justify-self:center}.team-sec .team-sec__polaroid[data-index="0"]{grid-column:1;grid-row:1;align-self:start;margin-top:32px;transform:rotate(var(--ts-polaroid-rotate, -4deg))}.team-sec .team-sec__polaroid[data-index="1"]{grid-column:1;grid-row:1;align-self:end;margin-bottom:32px;transform:rotate(var(--ts-polaroid-rotate, -4deg))}.team-sec .team-sec__polaroid[data-index="2"]{grid-column:3;grid-row:1;align-self:start;margin-top:32px;transform:rotate(var(--ts-polaroid-rotate, 4deg))}.team-sec .team-sec__polaroid[data-index="3"]{grid-column:3;grid-row:1;align-self:end;margin-bottom:32px;transform:rotate(var(--ts-polaroid-rotate, 3deg))}.team-sec .team-sec__polaroid{width:196px;height:273px}.team-sec .team-sec__polaroid-frame{height:auto;aspect-ratio:180 / 225}.team-sec .team-sec__polaroid-img{transform:scale(1.06);transform-origin:center center}}.team-sec .team-sec__polaroid--scene[data-scene-index="0"]{transform:rotate(-3deg)}.team-sec .team-sec__polaroid--scene[data-scene-index="1"]{transform:rotate(2deg)}.team-sec .team-sec__polaroid--scene[data-scene-index="2"]{transform:rotate(-2deg)}.team-sec .team-sec__polaroid--scene[data-scene-index="3"]{transform:rotate(3deg)}.team-sec .team-sec__polaroid--scene{justify-content:stretch}.team-sec .team-sec__polaroid--scene .team-sec__polaroid-frame{flex:1 1 auto;aspect-ratio:auto;height:100%}.team-sec .team-sec__scenes{display:none;width:100%}@media(max-width:767px){.team-sec--homepage-ticker .team-sec__photos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;overflow:visible;padding:24px 20px;margin-inline:0}.team-sec--homepage-ticker .team-sec__photos .team-sec__polaroid{width:100%;min-width:0;flex:none;scroll-snap-align:none;transform:rotate(-1deg)!important}.team-sec--homepage-ticker .team-sec__photos .team-sec__polaroid[data-member=satwant-operations],.team-sec--homepage-ticker .team-sec__photos .team-sec__polaroid[data-member=vinit-strategic-collaborations]{transform:rotate(-1deg)!important}.team-sec--homepage-ticker .team-sec__photos .team-sec__polaroid:nth-child(n+5){display:none}.team-sec--homepage-ticker .team-sec__photos .team-sec__polaroid--scene,.team-sec--homepage-ticker .team-sec__scenes{display:none}.team-sec--homepage-ticker .team-sec__scenes-track{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:12px;width:100%;padding:12px 0;overflow-x:auto;overflow-y:hidden;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none}.team-sec--homepage-ticker .team-sec__scenes-track::-webkit-scrollbar{display:none}.team-sec--homepage-ticker .team-sec__scene{flex:0 0 263.75px;width:263.75px;height:286.59px;box-sizing:border-box;padding:6.2302px;background:var(--mt-cream-100);box-shadow:0 2.07673px 2.07673px #0003;transform:rotate(var(--ts-scene-rotate, 0deg))}.team-sec--homepage-ticker .team-sec__scene-frame{width:100%;height:100%;background:#fff;overflow:hidden}.team-sec--homepage-ticker .team-sec__scene-img{width:100%;height:100%;object-fit:cover;display:block}}@media(min-width:768px){.team-sec--homepage-ticker .team-sec__scenes{display:none}.team-sec{border-bottom:0}.team-sec .team-sec__polaroid--scene{display:none}.team-sec .team-sec__scenes{display:block;padding:40px 0 0;border-top:1px solid var(--mt-green-500)}.team-sec .team-sec__scenes-track{display:flex;flex-wrap:nowrap;align-items:center;gap:24px;width:100vw;max-width:none;margin-inline:calc(50% - 50vw);box-sizing:border-box;padding-block:32px;height:auto;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-behavior:auto;pointer-events:none;scrollbar-width:none;padding-left:0!important;padding-right:0!important}.team-sec .team-sec__scenes-track::-webkit-scrollbar{display:none}.team-sec .team-sec__scene{flex:0 0 320px;width:320px;height:auto;box-sizing:border-box;padding:9.78261px;background:var(--mt-cream-100);box-shadow:0 3.26087px 3.26087px #0003;transform:rotate(var(--ts-scene-rotate, 0deg))}.team-sec .team-sec__scene-frame{width:100%;height:290px;background:#fff;overflow:hidden}.team-sec .team-sec__scene-img{width:100%;height:100%;object-fit:cover;display:block}}@media(max-width:767px){.team-sec--scenes-only{padding:24px 0;gap:0;background:var(--mt-cream-300);border-top:1px solid var(--mt-green-500);border-bottom:1px solid var(--mt-green-500)}.team-sec--scenes-only .team-sec__scenes{display:block;width:100%;padding:0;border-top:0}.team-sec--scenes-only .team-sec__scenes-track{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:12px;width:100%;padding:12px 0;overflow-x:auto;overflow-y:hidden;touch-action:pan-x;-webkit-overflow-scrolling:touch;scrollbar-width:none}.team-sec--scenes-only .team-sec__scenes-track::-webkit-scrollbar{display:none}.team-sec--scenes-only .team-sec__scene{flex:0 0 263.75px;width:263.75px;height:286.59px;box-sizing:border-box;padding:6.2302px;background:var(--mt-cream-100);box-shadow:0 2.07673px 2.07673px #0003;transform:rotate(var(--ts-scene-rotate, 0deg))}.team-sec--scenes-only .team-sec__scene-frame{width:100%;height:100%;background:#fff;overflow:hidden}.team-sec--scenes-only .team-sec__scene-img{width:100%;height:100%;object-fit:cover;display:block}}@media(min-width:768px){.team-sec--scenes-only{padding-top:0;border-top:1px solid var(--mt-green-500)}.team-sec--scenes-only .team-sec__scenes{padding:40px 0 0;border-top:0}}main.content-for-layout>.shopify-section.section-team-scenes{flex-grow:0}@media(min-width:768px){.team-sec .team-sec__polaroid .team-sec__polaroid-frame>.team-sec__polaroid-img{transform:scale(1.12)!important;transform-origin:center center!important}.team-sec--homepage-ticker .team-sec__scenes{display:none!important}}.team-sec .team-sec__polaroid,.team-sec .team-sec__polaroid-frame{box-shadow:none!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-team-stylesheet.css.map */
