.founder-story-section{width:100%;overflow:hidden}.founder-story-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media screen and (min-width:750px){.founder-story-wrapper{grid-template-columns:1fr 1fr;gap:4rem}}@media screen and (min-width:750px){.founder-story-wrapper--left .founder-story-media{order:1}.founder-story-wrapper--left .founder-story-content{order:2}}@media screen and (min-width:750px){.founder-story-wrapper--right .founder-story-media{order:2}.founder-story-wrapper--right .founder-story-content{order:1}}@media screen and (max-width:749px){.founder-story-media{order:1}.founder-story-content{order:2}}.founder-story-media{width:100%;position:relative}.founder-story-carousel{position:relative;width:100%}.founder-story-carousel__slider{position:relative;width:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.founder-story-carousel__slider::-webkit-scrollbar{display:none}.founder-story-carousel__slide{min-width:100%;width:100%;scroll-snap-align:start;flex-shrink:0}.founder-story-carousel__image{position:relative;width:100%;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3}.founder-story-carousel__image img{width:100%;height:100%;display:block;object-fit:cover}.founder-story-carousel__controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.founder-story-carousel__controls .slider-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:50%;cursor:pointer;transition:all .2s ease}.founder-story-carousel__controls .slider-button:hover{background:#fff;transform:scale(1.05)}.founder-story-carousel__controls .slider-button svg{width:20px;height:20px}.founder-story-carousel__controls .slider-button--prev svg{transform:rotate(90deg)}.founder-story-carousel__controls .slider-button--next svg{transform:rotate(-90deg)}.founder-story-wrapper--no-media{grid-template-columns:1fr;text-align:center;justify-items:center}@media screen and (max-width:749px){.founder-story-wrapper--mobile-title-above{row-gap:1rem}.founder-story-wrapper--mobile-title-above .founder-story-content{display:contents}.founder-story-wrapper--mobile-title-above .founder-story-content__title,.founder-story-wrapper--mobile-title-above .founder-story-content__subtitle{order:-1;margin-bottom:0}.founder-story-wrapper--mobile-title-above .founder-story-content__text,.founder-story-wrapper--mobile-title-above .founder-story-content__button{order:2}}.founder-story-content__button{text-align:center}.founder-story-content__button .button--download{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:#4c29cc;color:#fff;text-decoration:none;border-radius:12px;font-weight:500;font-size:var(--font-size-body-lg, 16px);font-family:var(--font-body-family, sans-serif);line-height:1;white-space:nowrap;transition:background .3s ease;border:none;cursor:pointer}.founder-story-content__button .button--download:hover{background:#3a1fa3;color:#fff}.founder-story-video{position:relative;width:100%;border-radius:8px;overflow:hidden}.founder-story-video__poster{position:relative;width:100%;cursor:pointer;border:none;padding:0;background:transparent}.founder-story-video__poster img{width:100%;height:auto;display:block}.founder-story-video .deferred-media__poster-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:50%;transition:all .3s ease}.founder-story-video__poster:hover .deferred-media__poster-button{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.founder-story-video .deferred-media__poster-button svg{width:30px;height:30px;margin-left:4px}.founder-story-video iframe,.founder-story-video video{width:100%;height:auto;aspect-ratio:16 / 9;border:none;border-radius:8px}.founder-story-video--short{max-width:360px;margin:0 auto}.founder-story-video--short iframe,.founder-story-video--short video{aspect-ratio:9 / 16}@media screen and (max-width:749px){.founder-story-video--short{max-width:280px}}.founder-story-video--4x5 iframe,.founder-story-video--4x5 video{aspect-ratio:4 / 5}.founder-story-video--1x1 iframe,.founder-story-video--1x1 video{aspect-ratio:1 / 1}.founder-story-video--short.founder-story-video--1x1{max-width:400px}@media screen and (max-width:749px){.founder-story-video--short.founder-story-video--1x1{max-width:320px}}.founder-story-video--mobile-only{display:none}@media screen and (max-width:749px){.founder-story-video--desktop-only{display:none}.founder-story-video--mobile-only{display:block}}.founder-story-content{width:100%}.founder-story-content__title{font-size:var(--font-size-title-lg);font-family:var(--font-heading-family);font-weight:700;color:var(--color-primary);line-height:.9;margin-bottom:1.5rem;margin-top:0}.founder-story-content__subtitle{font-family:var(--font-heading-family);font-weight:600;color:var(--color-primary);line-height:1;margin:0 0 1.25rem;font-size:calc(var(--font-size-title-lg) * .8)}.founder-story-content__title+.founder-story-content__subtitle{margin-top:-1rem}.founder-story-content__text{font-size:var(--font-size-body-lg);font-family:var(--font-body-family);color:var(--color-primary);line-height:1.2}.founder-story-content__text p{margin-bottom:1rem}.founder-story-content__text p:last-child{margin-bottom:0}.founder-story-content__text ul,.founder-story-content__text ol{margin-left:1.5rem;margin-bottom:1rem}.founder-story-content__text li{margin-bottom:.5rem}.founder-story-content__text strong{font-weight:600;color:var(--color-primary)}.founder-story-wrapper.scroll-trigger.animate--slide-in{animation:slide-in .6s ease-out}@keyframes slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.founder-story-carousel__controls .slider-button:focus,.founder-story-video__poster:focus{outline:2px solid rgba(var(--color-foreground),.5);outline-offset:2px}@media(prefers-contrast:high){.founder-story-carousel__controls .slider-button{border:2px solid rgba(0,0,0,.8)}}@media(prefers-reduced-motion:reduce){.founder-story-carousel__slider{scroll-behavior:auto}.founder-story-wrapper.scroll-trigger.animate--slide-in{animation:none}.founder-story-carousel__controls .slider-button:hover,.founder-story-video__poster:hover .deferred-media__poster-button{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/founder-story.css.map */
