.story-telling{opacity:0}.story-telling.animated{opacity:1;transition-property:opacity;transition-duration:var(--animate-time)}.story-telling .story-telling__container--max-width{max-width:var(--global-container-width);margin:0 auto}.story-telling .story-telling__item{position:relative;display:flex;visibility:hidden;opacity:0;height:0}.story-telling .story-telling__item.story-telling__item--visible{visibility:visible;opacity:1;height:unset;transition-property:opacity;transition-duration:var(--animate-time)}.story-telling .story-telling__item-image-container{position:absolute;top:0;left:0;width:100%;height:100%}.story-telling .story-telling__content-wrapper{overflow:hidden}.story-telling .story-telling__item-image-wrapper{overflow:hidden;width:100%;height:0;padding-top:100%}.story-telling .story-telling__item-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--img-mob-pos);object-position:var(--img-mob-pos)}.story-telling .story-telling__item-text-content-wrapper{z-index:2;display:flex;justify-content:center;align-items:center;width:100%;padding:30px 20px;background-color:rgba(0,0,0,var(--overlay));text-align:var(--text-alignment);color:#fff;min-height:600px;word-wrap:break-word}.story-telling .story-telling__item-text-content{width:100%;max-width:600px}.story-telling .story-telling__item-heading{line-height:1.35;letter-spacing:.02em;-webkit-hyphens:auto;hyphens:auto;color:#fff}.story-telling .story-telling__item-heading+.story-telling__item-text{margin-top:20px}.story-telling .story-telling__item-subheading+.story-telling__item-heading{margin-top:8px}.story-telling .story-telling__item-subheading+.story-telling__item-text{margin-top:20px}.story-telling .story-telling__item-link{width:-moz-fit-content;width:fit-content;margin-top:30px;padding:18px 52px;border:1px solid var(--button-border-color);background-color:var(--button-background-color);color:var(--button-label-color);transition:var(--timing-short)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.story-telling .story-telling__item-link:hover{border-color:var(--button-border-hover-color);background-color:var(--button-background-hover-color);color:var(--button-label-hover-color)}}.story-telling .story-telling__tabs-wrapper{display:flex;justify-content:center}.story-telling .story-telling__tabs{overflow:scroll;display:flex;margin:30px auto 0;padding:0 20px;text-align:center}.story-telling .story-telling__tabs::-webkit-scrollbar{display:none}.story-telling .story-telling__tab-button{position:relative;opacity:.65;margin-right:30px;padding:0;font-size:20px;color:var(--color-black);white-space:nowrap;transition:var(--timing-short)}.story-telling .story-telling__tab-button:last-child{margin-right:0}.story-telling .story-telling__tab-button:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-black);transition:var(--timing-short)}.story-telling .story-telling__tab-button.story-telling__tab-button--active{opacity:1}.story-telling .story-telling__tab-button.story-telling__tab-button--active:before{width:100%}html.no-js .story-telling{opacity:1}@media (min-width: 768px){.story-telling .story-telling__item-heading+.story-telling__item-text{margin-top:30px}.story-telling .story-telling__item-subheading+.story-telling__item-text{margin-top:30px}.story-telling .story-telling__item-link{margin-top:50px}}@media (min-width: 992px){.story-telling .story-telling__item-image{-o-object-position:var(--img-desktop-pos);object-position:var(--img-desktop-pos)}.story-telling .story-telling__item-image-container{position:static;width:50%}.story-telling .story-telling__item-text-content-wrapper{width:50%;padding:50px 40px;background:var(--background-color);color:var(--text-color);min-height:unset}.story-telling .story-telling__item-heading{color:var(--text-color)}.story-telling .story-telling__item-image-wrapper{position:relative}}/////Timeline bar body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f9f9f9;color:#654321}:root{--timeline-item-width: 100px;--line-color: #654321;--highlight-color: #432f1e}.timeline-container{max-width:1100px;margin:auto auto 100px;text-align:center;padding-top:50px;position:relative;overflow:hidden}.timeline-wrapper{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow-x:hidden;margin-top:20px;height:150px;max-width:1100px;padding:0 40px}.timeline-line{position:absolute;top:50%;left:40px;right:40px;height:2px;background-color:var(--line-color);z-index:0;transform:translateY(-50%)}.timeline-list{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0;transform:translate(calc(50% - var(--timeline-item-width) / 2));transition:transform .5s ease-in-out}.timeline-item{position:relative;text-align:center;cursor:pointer;flex-shrink:0;width:var(--timeline-item-width);z-index:1}.timeline-item .year{font-size:1.2rem;font-weight:700;position:relative;height:50px;top:-30px;text-align:center;color:var(--line-color);transition:color .3s ease}.timeline-item.active .year{color:var(--highlight-color);font-weight:700;transform:scale(1.1)}.vertical-line{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:2px;height:20px;background-color:var(--line-color);opacity:1;transition:opacity .3s ease,transform .3s ease}.timeline-item.active .vertical-line{opacity:1;transform:translate(-50%,-50%) scale(1.2)}.arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:1.2rem;background:none;border:none;color:var(--line-color);cursor:pointer;z-index:2}.arrow.arrow-left{left:10px;transform:translateY(-50%) rotate(180deg);padding-top:3px}.arrow.arrow-right{right:10px;padding-bottom:1px}.arrow:hover{color:var(--highlight-color)}.timeline-content{text-align:center;margin-top:20px}.timeline-title{font-size:2rem;font-weight:700;margin-bottom:10px;transition:opacity .5s ease,transform .5s ease}.timeline-description{font-size:1rem;color:var(--highlight-color);transition:transform .5s ease}.timeline-item:hover .year{color:var(--highlight-color)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/story-telling.build.css.map */
