@media (min-width: 1200px){.yip-timeline-section{--rail-width: 6px;--trunk-bg: linear-gradient(to bottom, var(--c-timeline-secondary), var(--c-timeline-primary), var(--c-timeline-secondary));--trunk-border: none;--gap-to-rail: 98px;--branch-height: 8px;--year-size: 80px;--content-max-width: 420px;padding:5rem 2rem}.yip-timeline-intro{padding:3rem 2rem;border-width:var(--rail-width);margin-bottom:0}.yip-timeline-intro:after{height:50px;bottom:-50px;left:50%;transform:translateY(0) translate(-50%);width:var(--rail-width);border:var(--trunk-border);border-radius:5px}.yip-timeline-toggle--bottom{margin-top:3rem}.yip-timeline-container{padding:4rem 0 0}.yip-timeline-container:before{display:none}.yip-timeline-branches{position:relative;max-width:1200px;margin:0 auto;padding-bottom:0}.yip-timeline-branches:before{content:"";position:absolute;top:0;bottom:70px;left:50%;transform:translate(-50%);width:var(--rail-width);background:var(--trunk-bg);border:var(--trunk-border);border-radius:5px;z-index:0}.yip-timeline-branch{display:flex;position:relative;margin:0;margin-top:-1rem;min-height:140px;align-items:center;padding:0}.yip-timeline-branch:first-child{margin-top:1rem}.yip-timeline-branch:before{display:none}.yip-timeline-branches>.yip-timeline-branch:nth-child(odd){justify-content:flex-start}.yip-timeline-branches>.yip-timeline-branch:nth-child(2n){justify-content:flex-end}.yip-timeline-content{width:100%;max-width:var(--content-max-width);position:relative;z-index:3;gap:1rem;padding:2rem;flex-direction:row;align-items:center;text-align:left;background:var(--c-timeline-surface);border:2px solid var(--c-timeline-secondary);border-radius:16px;opacity:0;transition:transform .8s cubic-bezier(.165,.84,.44,1),opacity .6s ease}.yip-timeline-branches>.yip-timeline-branch:nth-child(odd) .yip-timeline-content{transform:translate(-70%)}.yip-timeline-branches>.yip-timeline-branch:nth-child(2n) .yip-timeline-content{transform:translate(70%)}.yip-timeline-content.animate-in{opacity:1}.yip-timeline-branches>.yip-timeline-branch:nth-child(odd) .yip-timeline-content.animate-in,.yip-timeline-branches>.yip-timeline-branch:nth-child(2n) .yip-timeline-content.animate-in{transform:translate(0)}.yip-timeline-branch:nth-child(1) .yip-timeline-content{transition-delay:.2s}.yip-timeline-branch:nth-child(2) .yip-timeline-content{transition-delay:.4s}.yip-timeline-branch:nth-child(3) .yip-timeline-content{transition-delay:.6s}.yip-timeline-branch:nth-child(4) .yip-timeline-content{transition-delay:.8s}.yip-timeline-branch:nth-child(5) .yip-timeline-content{transition-delay:1s}.yip-timeline-branch:nth-child(6) .yip-timeline-content{transition-delay:1.2s}.yip-timeline-logo{width:80px;height:60px;border:1px solid var(--c-timeline-border);border-radius:12px;overflow:hidden;background:var(--c-timeline-surface)}.yip-timeline-text{text-align:left;line-height:1.6;font-size:1rem}.yip-timeline-btn{position:absolute;left:40%;bottom:-12px;max-width:40%;margin:0;background:var(--c-timeline-accent);color:#fff;padding:4px;border-radius:10px;font-size:.95rem;font-weight:600;border:2px solid var(--c-timeline-accent);transition:none}.yip-timeline-year{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--year-size);height:var(--year-size);font-size:1.2rem;font-weight:800;border:var(--rail-width) solid var(--c-timeline-secondary);background:var(--c-timeline-surface);z-index:4}.yip-timeline-year:before,.yip-timeline-year:after{content:"";position:absolute;top:50%;transform:translateY(-50%);height:var(--branch-height);background:linear-gradient(90deg,var(--c-timeline-secondary) 0%,var(--c-timeline-primary) 50%,var(--c-timeline-secondary) 100%);z-index:2;border-radius:3px;border:var(--trunk-border)}.yip-timeline-branches>.yip-timeline-branch:nth-child(odd) .yip-timeline-year:before{right:100%;width:var(--gap-to-rail)}.yip-timeline-branches>.yip-timeline-branch:nth-child(odd) .yip-timeline-year:after{display:none}.yip-timeline-branches>.yip-timeline-branch:nth-child(2n) .yip-timeline-year:after{left:100%;width:var(--gap-to-rail)}.yip-timeline-branches>.yip-timeline-branch:nth-child(2n) .yip-timeline-year:before{display:none}.yip-timeline-modal-container{align-items:start;transition:none}.yip-timeline-modal{position:relative;transform:none;opacity:1;width:800px;max-width:90vw;max-height:90vh;border-radius:8px;padding:0;overflow:hidden;transition:none}.yip-timeline-modal-body{display:flex;flex-direction:column;height:100%;overflow:hidden}.yip-timeline-modal-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.5rem;text-align:left;background:linear-gradient(135deg,var(--c-timeline-surface) 0%,#f8f9fa 100%);border-bottom:1px solid var(--c-timeline-border)}.yip-timeline-modal-drag-handle{display:none}.yip-timeline-modal-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:105px;height:70px;background:var(--c-timeline-surface);border:2px solid var(--c-timeline-border);border-radius:18px;overflow:hidden}.yip-timeline-modal-title{margin:0;flex-grow:1;font-size:1.6rem;font-weight:700;color:var(--c-timeline-text-heading)}.yip-timeline-modal-close{position:absolute;right:8px;top:8px;display:flex;align-items:center;justify-content:center;background:none;color:#0e1411;cursor:pointer;width:48px;height:48px;border-radius:12px;transition:none}.yip-timeline-modal-content{padding:2.5rem;min-height:200px;line-height:1.8;font-size:1rem;color:var(--c-timeline-text-body);overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.yip-timeline-modal-content p{font-size:12px}.yip-timeline-modal-footer{padding:12px 2.5rem 24px;text-align:center;background:#f8f9fa;border-top:1px solid var(--c-timeline-border)}.yip-timeline-modal__continue{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border:1px solid rgba(18,18,18,.1);border-radius:40px;background-color:#fff;color:#121212;font-size:14px;cursor:pointer}.yip-timeline-modal__continue:hover{border-color:#1212124d;background-color:#f7f7f7}}
/*# sourceMappingURL=/cdn/shop/t/190/assets/yip-timeline-xl.css.map */
