.menlab-scroll-timeline{--st-background-top: #fffdfd;--st-background-bottom: #fdf2f2;--st-card-background: #ffffff;--st-text: #171111;--st-muted: #655052;--st-accent: #b92222;--st-progress-color: #b92222;--st-line-color: #f7dede;--st-border-color: #f2cece;--st-section-max: 1340px;--st-card-max: 590px;--st-card-radius: 34px;--st-stage-gap: 56px;--st-stage-gap-mobile: 40px;--st-padding-top: 96px;--st-padding-bottom: 120px;--st-inactive-opacity: .4;--st-progress: 0;--st-axis-channel: 104px;display:block;position:relative;overflow:hidden;color:var(--st-text);background:linear-gradient(180deg,var(--st-background-top) 0%,var(--st-background-bottom) 100%)}.menlab-scroll-timeline,.menlab-scroll-timeline *{box-sizing:border-box}.menlab-scroll-timeline__inner{width:min(100%,var(--st-section-max));margin-inline:auto;padding:var(--st-padding-top) 24px var(--st-padding-bottom)}.menlab-scroll-timeline__header{max-width:860px;margin:0 auto clamp(64px,8vw,112px);text-align:center}.menlab-scroll-timeline__badge{display:inline-flex;align-items:center;justify-content:center;min-height:54px;margin:0 0 26px;padding:12px 28px;border:1px solid var(--st-border-color);border-radius:999px;color:var(--st-accent);background:#ffffff7a;font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(14px,1.4vw,18px);font-weight:750;line-height:1.2;letter-spacing:.14em;text-transform:uppercase}.menlab-scroll-timeline__heading{margin:0;color:var(--st-text);font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(36px,4.3vw,54px);font-weight:800;line-height:1.06;letter-spacing:-.035em}.menlab-scroll-timeline__subtitle{margin:22px 0 0;color:var(--st-accent);font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(18px,2vw,25px);font-weight:730;line-height:1.35}.menlab-scroll-timeline__content{position:relative}.menlab-scroll-timeline__items{display:flex;flex-direction:column;gap:var(--st-stage-gap);margin:0;padding:0;list-style:none}.menlab-scroll-timeline__item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) var(--st-axis-channel) minmax(0,1fr);align-items:center;min-width:0}.menlab-scroll-timeline__card{width:min(100%,var(--st-card-max));padding:clamp(26px,3vw,40px);overflow:hidden;border:1px solid var(--st-border-color);border-radius:var(--st-card-radius);color:var(--st-text);background:var(--st-card-background);box-shadow:0 26px 64px #b922221c}.menlab-scroll-timeline__item--left .menlab-scroll-timeline__card{grid-column:1;justify-self:end}.menlab-scroll-timeline__item--right .menlab-scroll-timeline__card{grid-column:3;justify-self:start}.menlab-scroll-timeline__period{display:flex;align-items:center;gap:14px;min-height:37px;margin:0 0 24px;padding:0 0 22px;border-bottom:1px solid rgba(185,34,34,.09);color:var(--st-accent);font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(15px,1.5vw,18px);font-weight:760;line-height:1.25;letter-spacing:.09em;text-transform:uppercase}.menlab-scroll-timeline__calendar{flex:0 0 auto;width:27px;height:27px}.menlab-scroll-timeline__media{position:relative;width:100%;overflow:hidden;border-radius:clamp(19px,2vw,26px);background:#f7eeee}.menlab-scroll-timeline__media--16-9{aspect-ratio:16 / 9}.menlab-scroll-timeline__media--2-1{aspect-ratio:2 / 1}.menlab-scroll-timeline__media--natural{aspect-ratio:auto}.menlab-scroll-timeline__image,.menlab-scroll-timeline__placeholder{display:block;width:100%;height:100%;object-fit:cover}.menlab-scroll-timeline__media--natural .menlab-scroll-timeline__image,.menlab-scroll-timeline__media--natural .menlab-scroll-timeline__placeholder{height:auto}.menlab-scroll-timeline__copy{padding-top:clamp(26px,2.6vw,34px)}.menlab-scroll-timeline__eyebrow{margin:0 0 10px;color:var(--st-accent);font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(15px,1.55vw,19px);font-weight:760;line-height:1.25;letter-spacing:.055em;text-transform:uppercase}.menlab-scroll-timeline__card-title{margin:0;color:var(--st-text);font-family:var(--font-heading-family, system-ui, sans-serif);font-size:clamp(23px,2.1vw,29px);font-weight:790;line-height:1.14;letter-spacing:-.02em}.menlab-scroll-timeline__description{margin-top:20px;color:var(--st-muted);font-family:var(--font-body-family, system-ui, sans-serif);font-size:clamp(17px,1.62vw,21px);font-weight:430;line-height:1.68}.menlab-scroll-timeline__description>:first-child{margin-top:0}.menlab-scroll-timeline__description>:last-child{margin-bottom:0}.menlab-scroll-timeline__axis{position:absolute;z-index:1;top:0;left:50%;width:6px;height:100%;transform:translate(-50%);pointer-events:none}.menlab-scroll-timeline__line,.menlab-scroll-timeline__progress{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border-radius:999px;transform-origin:top}.menlab-scroll-timeline__line{background:var(--st-line-color)}.menlab-scroll-timeline__progress{background:linear-gradient(180deg,var(--st-accent) 0%,var(--st-progress-color) 100%);transform:scaleY(var(--st-progress));will-change:transform}.menlab-scroll-timeline__node{position:absolute;z-index:2;top:50%;left:50%;display:grid;width:56px;height:56px;border:4px solid var(--st-line-color);border-radius:50%;place-items:center;color:transparent;background:var(--st-card-background);box-shadow:0 0 #e2383800;transform:translate(-50%,-50%)}.menlab-scroll-timeline__node svg{width:24px;height:24px}.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__card{opacity:var(--st-inactive-opacity);transform:translateY(15px);transition:opacity .45s ease,transform .45s ease,box-shadow .45s ease}.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__node{transition:color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__item.is-active .menlab-scroll-timeline__card,.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__item.is-editor-selected .menlab-scroll-timeline__card{opacity:1;transform:translateY(0);box-shadow:0 30px 72px #b9222224}.menlab-scroll-timeline__item.is-active .menlab-scroll-timeline__node,.menlab-scroll-timeline__item.is-editor-selected .menlab-scroll-timeline__node{border-color:var(--st-accent);color:#fff;background:var(--st-accent);box-shadow:0 0 0 14px #e2383824}.menlab-scroll-timeline__empty{margin:0;padding:40px;border:1px dashed var(--st-border-color);border-radius:20px;text-align:center}@media screen and (max-width:989px){.menlab-scroll-timeline{--st-axis-channel: 44px}.menlab-scroll-timeline__inner{padding-inline:18px}.menlab-scroll-timeline__header{margin-bottom:60px}.menlab-scroll-timeline__badge{min-height:46px;margin-bottom:20px;padding:10px 20px}.menlab-scroll-timeline__items{gap:var(--st-stage-gap-mobile)}.menlab-scroll-timeline__item{grid-template-columns:var(--st-axis-channel) minmax(0,1fr);column-gap:14px;align-items:start}.menlab-scroll-timeline__item--left .menlab-scroll-timeline__card,.menlab-scroll-timeline__item--right .menlab-scroll-timeline__card{grid-column:2;width:100%;justify-self:stretch}.menlab-scroll-timeline__card{padding:clamp(18px,5vw,24px);border-radius:min(var(--st-card-radius),24px);box-shadow:0 18px 42px #b922221a}.menlab-scroll-timeline__period{gap:10px;margin-bottom:18px;padding-bottom:16px}.menlab-scroll-timeline__calendar{width:23px;height:23px}.menlab-scroll-timeline__media{border-radius:18px}.menlab-scroll-timeline__copy{padding-top:22px}.menlab-scroll-timeline__description{margin-top:15px;line-height:1.58}.menlab-scroll-timeline__axis{left:22px;width:4px}.menlab-scroll-timeline__node{top:36px;left:22px;width:42px;height:42px;border-width:3px}.menlab-scroll-timeline__node svg{width:19px;height:19px}.menlab-scroll-timeline__item.is-active .menlab-scroll-timeline__node,.menlab-scroll-timeline__item.is-editor-selected .menlab-scroll-timeline__node{box-shadow:0 0 0 10px #e2383821}}@media screen and (max-width:479px){.menlab-scroll-timeline__inner{padding-inline:14px}.menlab-scroll-timeline__item{grid-template-columns:38px minmax(0,1fr);column-gap:10px}.menlab-scroll-timeline__axis,.menlab-scroll-timeline__node{left:19px}.menlab-scroll-timeline__node{width:38px;height:38px}}@media(prefers-reduced-motion:reduce){.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__card,.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__node{transition:none}.menlab-scroll-timeline[data-enhanced] .menlab-scroll-timeline__card{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
