.tab-background-story{position:relative;isolation:isolate;width:100%;min-height:300px;box-sizing:border-box;overflow:hidden;background:var(--tbs-bg, #000)}.tab-background-story-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.tab-background-story-bg picture,.tab-background-story-bg-image{display:block;width:100%;height:100%}.tab-background-story-bg-image{object-fit:cover;object-position:center}.tab-background-story-content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:var(--tbs-content-max-width, 1280px);margin-inline:auto;box-sizing:border-box}.tab-background-story-header{text-align:center;max-width:760px;margin:0 auto}.tab-background-story-title{margin:0;font-family:var(--heading-font-family, inherit);font-size:var(--tbs-title-size, 32px);font-weight:var(--tbs-title-weight, 600);line-height:1.2;color:var(--tbs-title, #ffffff)}.tab-background-story-subtitle{margin-top:12px;font-size:20px;font-weight:400;line-height:1.2;color:var(--tbs-text, #bdbdbd)}.tab-background-story-tabs{display:flex;align-items:flex-start;justify-content:center;justify-content:safe center;gap:var(--tbs-tab-gap, 77px);margin-top:20px;padding:12px 0 4px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-background-story-tabs::-webkit-scrollbar{display:none}.tab-background-story-tab{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:44px;min-height:44px;width:90px;margin:0;padding:4px 2px 8px;border:0;background:transparent;color:var(--tbs-tab-inactive, #929292);cursor:pointer;scroll-snap-align:center;-webkit-appearance:none;appearance:none}.tab-background-story-tab-icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:currentColor;overflow:visible;isolation:isolate}.tab-background-story-tab.is-active .tab-background-story-tab-icon:before{content:"";position:absolute;left:50%;top:50%;z-index:-1;width:100px;height:100px;transform:translate(-50%,-50%);border-radius:50%;opacity:.35;background:radial-gradient(50% 50% at 50% 50%,#fff,#a8befa 40%,#a7bdfa00 72%);pointer-events:none}.tab-background-story-tab-icon-img{position:relative;z-index:1;display:block;width:40px;height:40px;object-fit:contain}.tab-background-story-tab-icon-img--active,.tab-background-story-tab.is-active.has-active-icon .tab-background-story-tab-icon-img--default{display:none}.tab-background-story-tab.is-active.has-active-icon .tab-background-story-tab-icon-img--active{display:block}.tab-background-story-tab-label{position:relative;margin-top:10px;font-size:16px;font-weight:400;line-height:1.2;white-space:nowrap;color:inherit}.tab-background-story-tab.is-active{color:var(--tbs-tab-active, #ffffff)}.tab-background-story-tab.is-active .tab-background-story-tab-label:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:currentColor}.tab-background-story-tab:focus-visible{outline:2px solid var(--tbs-focus, #ffffff);outline-offset:4px}.tab-background-story-body{display:flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;margin-inline:auto}.tab-background-story-panels{position:relative;flex:0 1 auto;width:var(--tbs-panel-max-width, 445px);max-width:var(--tbs-panel-max-width, 445px);min-width:0}.tab-background-story-panel{width:100%;text-align:left;opacity:0;visibility:hidden;pointer-events:none}.tab-background-story-panel.is-active{opacity:1;visibility:visible;pointer-events:auto}.tab-background-story-panel:not(.is-active){position:absolute;top:0;right:0;bottom:0;left:0;height:100%;overflow:hidden}.tab-background-story-eyebrow{margin:0;font-size:20px;font-weight:600;line-height:1.2;color:var(--tbs-panel-eyebrow, var(--tbs-accent, #9ec9ff))}.tab-background-story-panel-title{margin:8px 0 0;font-family:var(--heading-font-family, inherit);font-size:var(--tbs-panel-title-size, 28px);font-weight:var(--tbs-panel-title-weight, 400);line-height:1.2;color:var(--tbs-panel-title, var(--tbs-title, #ffffff))}.tab-background-story-eyebrow+.tab-background-story-panel-title{margin-top:10px}.tab-background-story-panel-text{margin:12px 0 0;font-size:16px;font-weight:400;line-height:1.2;color:var(--tbs-panel-text, var(--tbs-text, #bdbdbd))}.tab-background-story-panel-link{display:inline-block;margin-top:16px;font-size:14px;font-weight:500;line-height:1.2;color:var(--tbs-accent, #9ec9ff);text-decoration:underline;text-underline-offset:3px}.tab-background-story-panel-link:focus-visible{outline:2px solid var(--tbs-focus, #ffffff);outline-offset:3px}.tab-background-story-media{position:relative;flex:0 0 auto;width:400px;max-width:600px;aspect-ratio:1 / 1;overflow:visible;perspective:1400px;perspective-origin:50% 45%;transform-style:preserve-3d}.tab-background-story-media-item{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transform:translate3d(48%,0,-260px) scale(.72);transform-origin:center center;transform-style:preserve-3d;backface-visibility:hidden;pointer-events:none}.tab-background-story-media-item.is-active,.tab-background-story-media-item.is-incoming,.tab-background-story-media-item.is-leaving{visibility:visible}.tab-background-story-media-item.is-active{z-index:2;opacity:1;transform:translateZ(0) scale(1)}.tab-background-story[data-transitioning=true] .tab-background-story-media-item.is-active,.tab-background-story[data-transitioning=true] .tab-background-story-media-item.is-incoming,.tab-background-story[data-transitioning=true] .tab-background-story-media-item.is-leaving{will-change:transform,opacity}.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-incoming{z-index:3;opacity:0;transform:translate3d(48%,0,-260px) scale(.72)}.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-incoming.is-entering{z-index:3;opacity:1;transform:translateZ(0) scale(1);transition:opacity var(--tbs-duration, .52s) cubic-bezier(.22,.61,.36,1),transform var(--tbs-duration, .52s) cubic-bezier(.22,.61,.36,1)}.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-leaving,.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-active.is-leaving{z-index:1;opacity:0;transform:translate3d(-46%,6%,-220px) scale(.68);transition:opacity var(--tbs-duration, .52s) cubic-bezier(.4,0,.2,1),transform var(--tbs-duration, .52s) cubic-bezier(.4,0,.2,1)}.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-incoming{z-index:3;opacity:0;transform:translate3d(-48%,0,-260px) scale(.72)}.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-incoming.is-entering{z-index:3;opacity:1;transform:translateZ(0) scale(1);transition:opacity var(--tbs-duration, .52s) cubic-bezier(.22,.61,.36,1),transform var(--tbs-duration, .52s) cubic-bezier(.22,.61,.36,1)}.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-leaving,.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-active.is-leaving{z-index:1;opacity:0;transform:translate3d(46%,6%,-220px) scale(.68);transition:opacity var(--tbs-duration, .52s) cubic-bezier(.4,0,.2,1),transform var(--tbs-duration, .52s) cubic-bezier(.4,0,.2,1)}.tab-background-story-media-item picture,.tab-background-story-media-image,.tab-background-story-media-placeholder{display:block;width:100%;height:100%}.tab-background-story-media-image{object-fit:contain;object-position:center;pointer-events:none;transform:scale(1.6)}.tab-background-story-media-placeholder{display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;text-align:center}.tab-background-story-media-empty-text{margin:0;max-width:100%;font-size:28px;font-weight:400;line-height:1.3;color:#fff}@media(max-width:1700px){.tab-background-story-content{padding-left:var(--gutter, 32px);padding-right:var(--gutter, 32px)}}@media(min-width:1600px){.tab-background-story-body{margin-top:60px}}@media(min-width:1920px){.tab-background-story{aspect-ratio:1920 / 869;max-height:869px}}@media(max-width:768px){.tab-background-story-bg-image{object-fit:cover}.tab-background-story-content{padding-left:10px;padding-right:10px}.tab-background-story-title{font-size:var(--tbs-title-size-mobile, 24px)}.tab-background-story-subtitle{margin-top:8px;font-size:12px;line-height:1.2}.tab-background-story-tabs{gap:0px;margin-top:5px;align-items:stretch;justify-content:center;justify-content:safe center;width:100%;overflow-x:auto;overflow-y:visible}.tab-background-story-tab{flex:0 0 calc((100% - 20px) / 6);width:calc((100% - 20px) / 6);min-width:calc((100% - 20px) / 6);max-width:calc((100% - 20px) / 6);padding-inline:0;box-sizing:border-box}.tab-background-story-tab-icon,.tab-background-story-tab-icon-img{width:24px;height:24px;flex:0 0 auto}.tab-background-story-tab.is-active .tab-background-story-tab-icon:before{width:60px;height:60px}.tab-background-story-tab-label{flex:1 1 auto;display:flex;align-items:center;justify-content:center;margin-top:10px;font-size:9px;max-width:100%;min-height:2.4em;white-space:normal;overflow:visible;text-overflow:unset;text-align:center;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.tab-background-story-tab.is-active .tab-background-story-tab-label{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.tab-background-story-tab.is-active .tab-background-story-tab-label:after{display:none}.tab-background-story-body{flex-direction:column-reverse;align-items:center;width:100%}.tab-background-story-panels{width:100%;max-width:none;position:relative;z-index:10;margin-top:-15px}.tab-background-story-panel{text-align:center}.tab-background-story-panel:not(.is-active){position:absolute}.tab-background-story-media{width:100%;max-width:var(--tbs-media-max-width-mobile, 70%);margin-inline:auto}@supports (-webkit-touch-callout: none){.tab-background-story-media{overflow:hidden}}.tab-background-story-media-empty-text{font-size:20px}.tab-background-story-eyebrow{font-size:12px}.tab-background-story-panel-title{margin-top:4px;font-size:var(--tbs-panel-title-size-mobile, 22px)}.tab-background-story-eyebrow+.tab-background-story-panel-title{margin-top:4px;line-height:1.1}.tab-background-story-panel-text{margin-top:4px;font-size:14px}}@media(prefers-reduced-motion:reduce){.tab-background-story-media-item,.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-incoming.is-entering,.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-leaving,.tab-background-story[data-media-dir=next] .tab-background-story-media-item.is-active.is-leaving,.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-incoming.is-entering,.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-leaving,.tab-background-story[data-media-dir=prev] .tab-background-story-media-item.is-active.is-leaving{transition:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/tab-background-story.css.map */
