@media screen and (min-width:750px){.video-section.page-width{margin-top:calc(5rem + var(--page-width-margin));margin-bottom:calc(5rem + var(--page-width-margin))}}.video-section__media{position:relative;max-width:100%}.video-section__media.deferred-media{overflow:visible}.video-section__media iframe{background-color:rgba(var(--color-foreground),.03);border:0}.video-section__media iframe,.video-section__media video{position:absolute;width:100%;height:100%;object-fit:cover}.video-section__media{overflow:hidden}.video-section__media--cover video{object-fit:cover}.video-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:rgb(var(--color-overlay));opacity:var(--opacity-video-overlay);transition:opacity var(--duration-default)}.video-section__poster{position:absolute;width:100%;height:100%}.video-section__poster.deferred-media__poster:focus{outline-offset:.3rem}.video-section__content{display:flex!important;flex-direction:column;align-items:center;justify-content:center;z-index:2;background-color:transparent}.video-section__content .video-section__heading{margin:0 auto}.video-section__play-button{display:flex;align-items:center;justify-content:center;flex:none;width:6.4rem;height:6.4rem;background-color:#fff;border-radius:100%}.video-section__play-button svg{margin-left:.2rem;width:1.6rem;height:1.6rem;color:#282828;transition:transform var(--duration-default)}.video-section__play-button:hover svg{transform:scale(1.2)}.video-section__subheading+.video-section__play-button,.video-section__heading+.video-section__play-button{margin-top:2.4rem}.video-section{position:relative;background-color:rgb(var(--color-background))}.video-section>.container,.video-section>div:first-child{position:relative}.video-section__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:2rem;pointer-events:none;z-index:2;background-color:transparent!important}.video-section__content--persistent{display:flex;flex-direction:column;gap:0;max-width:800px;pointer-events:auto}.video-section__content-image{margin-bottom:15px}.video-section__content-image img{max-width:100px;height:auto}.video-section__status-indicator{width:6px;height:6px;border-radius:50%;flex-shrink:0}.video-section__heading{color:rgb(var(--color-foreground-title))}.video-section__text{max-width:650px;color:rgb(var(--color-foreground))}.video-section__text p{margin:0;color:inherit}.video-section__play-button--overlay{cursor:pointer;margin-top:1rem}.video-section__subheading{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading-family);font-style:italic;font-weight:800;letter-spacing:.961px;text-transform:uppercase;color:rgb(var(--color-accent))}.video-section__subheading:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.body-s):not(.body-m):not(.body-l):not(.mono){font-size:24px}.video-section__buttons{display:flex;flex-wrap:wrap;gap:1.6rem;margin-top:0}.video-section__button{margin-top:0;font-family:var(--font-subtitle-family);font-size:14px;font-weight:500;line-height:12px;text-transform:uppercase;padding:16px 20px;border-radius:100px;display:inline-flex;justify-content:center;align-items:center;gap:10px;text-decoration:none;transition:all .3s ease}.video-section__button.button--secondary{background-color:transparent;color:#fff;border:1px solid #fff}.video-section__button.button--secondary:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.video-section__content--large .video-section__subheading{margin:0 0 var(--subheading-gap, 16px) 0}.video-section__content--large .video-section__heading{margin:0 0 var(--heading-gap, 20px) 0}.video-section__content--large .video-section__text{margin:0 0 var(--text-gap, 40px) 0}.video-section__content--small .video-section__subheading{margin:0 0 var(--subheading-gap, 16px) 0}.video-section__content--small .video-section__heading{margin:0 0 var(--heading-gap, 26px) 0}.video-section__content--small .video-section__text{margin:0 0 var(--text-gap, 30px) 0}@media screen and (min-width:750px){.video-section__content-wrapper{padding:12rem 6rem}}@media screen and (max-width:990px){.video-section__subheading:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.body-s):not(.body-m):not(.body-l):not(.mono){font-size:20px}.video-section__content--large .video-section__text,.video-section__content--large .video-section__text p{font-size:20px}}@media screen and (max-width:749px){.video-section__content-wrapper{padding:6rem 1.5rem 1.5rem}.video-section__content-wrapper--hide-mobile,.video-section__subheading--hide-mobile{display:none}.video-section__media[style*=--mobile-aspect-ratio]{aspect-ratio:var(--mobile-aspect-ratio)!important;padding-bottom:0!important}.video-section__content-image{margin-bottom:20px}.video-section__subheading:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.body-s):not(.body-m):not(.body-l):not(.mono){font-size:16px}.video-section__buttons{width:100%;flex-direction:column}.video-section__button{width:100%;padding:16px 20px}.video-section__content--large .video-section__heading{margin-bottom:calc(var(--text-gap, 24px) * 1.1)}.video-section__content--large .video-section__text,.video-section__content--large .video-section__text p{font-size:16px}.video-section__content--large .video-section__text{margin-bottom:calc(var(--text-gap, 24px) * 1.8)}.video-section__content--small .video-section__subheading{margin-bottom:var(--subheading-gap, 12px)}.video-section__content--small .video-section__heading{margin-bottom:var(--heading-gap, 20px)}.video-section__content--small .video-section__text,.video-section__content--small .video-section__text p{font-size:16px;line-height:22px}.video-section__content--small .video-section__text{margin-bottom:var(--text-gap, 24px)}}.video-section__badge{position:absolute;z-index:3;pointer-events:none;width:var(--badge-size, 120px);height:var(--badge-size, 120px)}.video-section__badge img{width:100%;height:100%;object-fit:contain}.video-section__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;pointer-events:none;z-index:1}.video-section__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#000000cf);pointer-events:none;z-index:1}.video-section__content--full-width{max-width:100%}.video-section__subheading.mono{font-family:var(--font-subtitle-family);font-size:12px;font-style:normal;font-weight:500;line-height:14.4px;letter-spacing:.36px;text-transform:uppercase;color:rgb(var(--color-foreground-title))}.video-section__content--small .video-section__subheading:before{content:"";display:inline-block;width:6px;height:6px;background-color:rgb(var(--color-accent));border-radius:50%;margin-right:8px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/23/assets/section-video.css.map */
