@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes statPop{0%{opacity:0;transform:scale(.8)}70%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes simpleFadeIn{0%{opacity:0}to{opacity:1}}.simply-timeline{position:relative;width:100%}.simply-timeline--snap{overflow:visible}.simply-timeline__chapter{position:relative;display:flex;align-items:center;justify-content:center;min-height:60vh;padding-block:4rem;overflow:hidden;color:rgb(var(--text-color, 255 255 255))}.simply-timeline__chapter.color-scheme{background-color:transparent;background-image:none}.simply-timeline__chapter:not(:has(.simply-timeline__bg)){background-color:rgb(var(--background, 0 0 0))}.simply-timeline__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.simply-timeline__bg img,.simply-timeline__bg video,.simply-timeline__bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.simply-timeline__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#000000a6,#00000080 40%,#000000a6);z-index:1}.simply-timeline__chapter:has(.simply-timeline__bg){--text-color: 255 255 255;--accent: 255 255 255}.simply-timeline__content{position:relative;z-index:2;width:100%;max-width:var(--container-lg-max-width, 78.75rem);margin-inline:auto;padding-inline:var(--container-gutter, 1.25rem);padding-block:2rem}.simply-timeline__chapter--centered .simply-timeline__content{text-align:center;max-width:var(--container-md-max-width, 71.875rem);display:flex;flex-direction:column;align-items:center}.simply-timeline__chapter--centered .simply-timeline__body{margin-inline:auto}.simply-timeline__chapter--split .simply-timeline__content,.simply-timeline__chapter--text-left .simply-timeline__content,.simply-timeline__chapter--text-right .simply-timeline__content{display:grid;grid-template-columns:1fr;gap:2rem}.simply-timeline__chapter--text-right .simply-timeline__content{order:1}.simply-timeline__chapter--text-right .simply-timeline__media{order:2}.simply-timeline__year{display:block;font-family:var(--text-font-family, "Simply Chocolate", sans-serif);font-weight:400;color:rgb(var(--accent, 210 160 90));text-transform:uppercase;letter-spacing:.15em;font-size:clamp(.75rem,1vw,.875rem);margin-bottom:.75rem}.simply-timeline__title{font-family:var(--heading-font-family, "Simply Chocolate Condensed", sans-serif);font-weight:700;font-size:clamp(2rem,5vw,4rem);line-height:1.1;margin-block:0 1rem;color:rgb(var(--text-color));text-shadow:0 1px 3px rgb(0 0 0 / .3)}.simply-timeline__title .word{display:inline-block}.simply-timeline[data-initialized] .simply-timeline__title .word{opacity:0}.simply-timeline__subheading{font-family:var(--text-font-family, "Simply Chocolate", sans-serif);font-weight:300;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.4;margin-block:0 1rem;color:rgb(var(--text-color));text-shadow:0 1px 2px rgb(0 0 0 / .2)}.simply-timeline[data-initialized] .simply-timeline__subheading{opacity:0}.simply-timeline__body,.simply-timeline__body p{font-family:var(--text-font-family, "Simply Chocolate", sans-serif);font-weight:400;font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.7;max-width:40rem;margin-block:0 1.5rem;color:rgb(var(--text-color, 255 255 255) / .85);text-shadow:0 1px 2px rgb(0 0 0 / .2)}.simply-timeline[data-initialized] .simply-timeline__body{opacity:0}.simply-timeline__stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;margin-block:1.5rem}.simply-timeline__stat{display:flex;flex-direction:column;gap:.25rem}.simply-timeline[data-initialized] .simply-timeline__stat{opacity:0}.simply-timeline__stat-number{font-family:var(--heading-font-family, "Simply Chocolate Condensed", sans-serif);font-weight:700;font-size:clamp(2rem,4vw,3.5rem);line-height:1;color:rgb(var(--text-color));text-shadow:0 2px 4px rgb(0 0 0 / .3)}.simply-timeline__stat-label{font-family:var(--text-font-family, "Simply Chocolate", sans-serif);font-size:var(--text-sm, .875rem);font-weight:400;color:rgb(var(--text-color, 255 255 255) / .7);letter-spacing:.05em}.simply-timeline__media{border-radius:.5rem;overflow:hidden}.simply-timeline[data-initialized] .simply-timeline__media{opacity:0}.simply-timeline__media img,.simply-timeline__media video{width:100%;height:100%;object-fit:cover;display:block}.simply-timeline__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto;max-width:max-content;padding:.75rem 1.75rem;border-radius:var(--rounded-full, 9999px);border:1.5px solid rgb(var(--accent, 210 160 90));background-color:transparent;color:rgb(var(--accent, 210 160 90));font-family:var(--button-font, var(--text-font-family, "Simply Chocolate", sans-serif));font-size:var(--text-sm, .875rem);font-weight:500;text-transform:var(--button-text-transform, uppercase);letter-spacing:var(--button-letter-spacing, .1em);text-decoration:none;cursor:pointer;transition:background-color .25s ease,color .25s ease;margin-top:.5rem;line-height:1}.simply-timeline__cta-icon{width:.875rem;height:.875rem;flex-shrink:0;display:inline-block}.simply-timeline[data-initialized] .simply-timeline__cta{opacity:0}.simply-timeline__cta:hover,.simply-timeline__cta:focus-visible{background-color:rgb(var(--accent, 210 160 90));color:rgb(var(--background, 0 0 0));outline:none}.simply-timeline__chapter.is-visible .simply-timeline__title .word{animation:fadeInUp .6s ease forwards}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(1){animation-delay:.05s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(2){animation-delay:.12s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(3){animation-delay:.19s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(4){animation-delay:.26s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(5){animation-delay:.33s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(6){animation-delay:.4s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(7){animation-delay:.47s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(8){animation-delay:.54s}.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(n+9){animation-delay:.6s}.simply-timeline__chapter.is-visible .simply-timeline__subheading{animation:fadeInUp .6s ease .3s forwards}.simply-timeline__chapter.is-visible .simply-timeline__body{animation:fadeInUp .6s ease .45s forwards}.simply-timeline__chapter.is-visible .simply-timeline__cta{animation:fadeInUp .6s ease .6s forwards}.simply-timeline__chapter.is-visible .simply-timeline__stat{animation:statPop .6s ease forwards}.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(1){animation-delay:.5s}.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(2){animation-delay:.65s}.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(3){animation-delay:.8s}.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(4){animation-delay:.95s}.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(n+5){animation-delay:1.1s}.simply-timeline__chapter.is-visible .simply-timeline__media{animation:zoomReveal .8s ease .2s forwards}.simply-timeline__nav{display:flex;flex-direction:row;align-items:center;gap:0;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.625rem .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.simply-timeline__nav::-webkit-scrollbar{display:none}.simply-timeline__nav .simply-timeline__nav-item{flex-shrink:0;padding:.5rem .75rem;font-size:.6875rem;font-family:var(--heading-font-family, "Simply Chocolate Condensed", sans-serif);font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.simply-timeline__nav .simply-timeline__nav-item:hover{color:#fffc}.simply-timeline__nav .simply-timeline__nav-item.is-active{color:#fff;border-bottom-color:#fff}.simply-timeline__nav .simply-timeline__nav-item:before{display:none}.simply-timeline__mobile-progress{display:block;position:fixed;top:0;left:0;width:100%;height:3px;z-index:100;background-color:rgb(var(--background, 0 0 0) / .2)}.simply-timeline__mobile-progress-fill{height:100%;background-color:rgb(var(--accent, 210 160 90));width:0%;transition:width .1s linear}@media screen and (min-width:600px)and (max-width:999px){.simply-timeline__chapter{min-height:55vh;padding-block:5rem}.simply-timeline__chapter--split .simply-timeline__content,.simply-timeline__chapter--text-left .simply-timeline__content,.simply-timeline__chapter--text-right .simply-timeline__content{grid-template-columns:1fr}.simply-timeline__chapter--text-right .simply-timeline__content{order:1}.simply-timeline__chapter--text-right .simply-timeline__media{order:2}}@media screen and (min-width:1000px){.simply-timeline__chapter{min-height:70vh;padding-block:6rem}.simply-timeline__chapter--split .simply-timeline__content,.simply-timeline__chapter--text-left .simply-timeline__content,.simply-timeline__chapter--text-right .simply-timeline__content{grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.simply-timeline__chapter--text-right .simply-timeline__content{order:2}.simply-timeline__chapter--text-right .simply-timeline__media{order:1}.simply-timeline__mobile-progress{display:none}.simply-timeline__nav{flex-direction:column;align-items:flex-start;gap:.25rem;position:fixed;bottom:auto;left:1.5rem;right:auto;top:50%;transform:translateY(-50%);background:#00000059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:1rem 1.25rem 1rem 1rem;border-radius:.5rem;overflow-x:visible}.simply-timeline__nav .simply-timeline__nav-item{padding:.5rem .5rem .5rem 1.75rem;font-size:.8125rem;text-shadow:0 1px 2px rgb(0 0 0 / .3);border-bottom:none}.simply-timeline__nav .simply-timeline__nav-item.is-active{border-bottom:none}.simply-timeline__nav .simply-timeline__nav-item:before{display:block;content:"";position:absolute;left:.25rem;width:8px;height:8px;border-radius:50%;background-color:#fff6;transition:background-color .25s ease,transform .25s ease}.simply-timeline__nav .simply-timeline__nav-item.is-active:before{background-color:#fff;transform:scale(1.3)}.simply-timeline__nav--progress{position:fixed;left:1.5rem;top:50%;transform:translateY(-50%);width:2px;height:200px;background-color:rgb(var(--text-color, 255 255 255) / .2);border-radius:1px;z-index:10}.simply-timeline__nav--progress .simply-timeline__nav-fill{position:absolute;top:0;left:0;width:100%;height:0%;background-color:rgb(var(--accent, 210 160 90));border-radius:1px;transition:height .3s ease}}@media screen and (max-width:599px){.simply-timeline__chapter{min-height:auto;padding-block:3rem}.simply-timeline__content{padding-block:2rem}.simply-timeline__title{font-size:clamp(1.75rem,8vw,2.5rem)}.simply-timeline__stats{flex-direction:column;gap:1.25rem}.simply-timeline__stat-number{font-size:clamp(1.75rem,8vw,2.5rem)}.simply-timeline__chapter--split .simply-timeline__content,.simply-timeline__chapter--text-left .simply-timeline__content,.simply-timeline__chapter--text-right .simply-timeline__content{grid-template-columns:1fr}.simply-timeline__chapter--text-right .simply-timeline__content{order:1}.simply-timeline__chapter--text-right .simply-timeline__media{order:2}}@media(prefers-reduced-motion:reduce){.simply-timeline__chapter.is-visible .simply-timeline__title .word,.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(1),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(2),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(3),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(4),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(5),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(6),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(7),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(8),.simply-timeline__chapter.is-visible .simply-timeline__title .word:nth-child(n+9){animation:simpleFadeIn .3s ease forwards;animation-delay:0s}.simply-timeline__chapter.is-visible .simply-timeline__subheading,.simply-timeline__chapter.is-visible .simply-timeline__body,.simply-timeline__chapter.is-visible .simply-timeline__cta{animation:simpleFadeIn .3s ease forwards;animation-delay:0s}.simply-timeline__chapter.is-visible .simply-timeline__stat,.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(1),.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(2),.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(3),.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(4),.simply-timeline__chapter.is-visible .simply-timeline__stat:nth-child(n+5){animation:simpleFadeIn .3s ease forwards;animation-delay:0s}.simply-timeline__chapter.is-visible .simply-timeline__media{animation:simpleFadeIn .3s ease forwards;animation-delay:0s}.simply-timeline__nav-item,.simply-timeline__nav-item.is-active{transform:none;transition:color .3s ease}.simply-timeline__bg img,.simply-timeline__bg video{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/118/assets/component-simply-timeline.css.map */
