.video-hero-container{position:relative;width:100%;overflow:hidden;display:block}.video-hero-container--small{min-height:50vh}.video-hero-container--medium{min-height:75vh}.video-hero-container--large{min-height:100vh}.video-hero__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.video-hero__youtube{position:absolute;top:50%;left:50%;width:100%;height:100%;min-width:100%;min-height:100%;transform:translate(-50%,-50%) scale(1.2);pointer-events:none;z-index:0;border:none}@media (min-aspect-ratio: 16/9){.video-hero__youtube{width:100%;height:56.25%}}@media (max-aspect-ratio: 16/9){.video-hero__youtube{width:calc(100% * (16/9));height:100%}}.video-hero__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:0}.video-hero__placeholder svg{width:6rem;height:6rem;opacity:.3;color:#fff}.video-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000059;background-color:rgba(0,0,0,var(--overlay-opacity, .35));z-index:1;pointer-events:none}.video-hero__content-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;display:flex;padding:10rem 5rem 40rem;box-sizing:border-box}.video-hero__content-wrapper.page-width{left:50%;transform:translate(-50%);width:calc(100% - 4rem);max-width:var(--page-width, var(--page-width-fluid, var(--container-width, 1400px)))}.video-hero__content-wrapper--top-left{align-items:flex-start;justify-content:flex-start}.video-hero__content-wrapper--top-center{align-items:flex-start;justify-content:center}.video-hero__content-wrapper--top-right{align-items:flex-start;justify-content:flex-end}.video-hero__content-wrapper--middle-left{align-items:center;justify-content:flex-start}.video-hero__content-wrapper--middle-center{align-items:center;justify-content:center}.video-hero__content-wrapper--middle-right{align-items:center;justify-content:flex-end}.video-hero__content-wrapper--bottom-left{align-items:flex-end;justify-content:flex-start}.video-hero__content-wrapper--bottom-center{align-items:flex-end;justify-content:center}.video-hero__content-wrapper--bottom-right{align-items:flex-end;justify-content:flex-end}.video-hero__content{max-width:54.5rem;width:100%;color:#fff}.video-hero__content--shadow{text-shadow:0 2px 8px rgba(0,0,0,.5)}.video-hero__content--boxed{background:rgba(var(--color-background),.9);padding:3rem;border-radius:var(--text-boxes-radius, 0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 32px #0003}.video-hero--desktop-transparent .video-hero__content{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.video-hero__content--left{text-align:left}.video-hero__content--center{text-align:center}.video-hero__content--right{text-align:right}@media screen and (max-width: 749px){.video-hero__content-mobile--left{text-align:left!important}.video-hero__content-mobile--center{text-align:center!important}.video-hero__content-mobile--right{text-align:right!important}}.video-hero__heading{font-weight:600;margin:0 0 1.5rem;line-height:1.1;word-break:break-word}.video-hero__heading.h2{font-size:clamp(1.5rem,4vw,3rem)}.video-hero__heading.h1{font-size:clamp(2rem,5vw,4rem)}.video-hero__heading.h0{font-size:clamp(2.5rem,6vw,5rem)}.video-hero__heading.hxl{font-size:clamp(3rem,7vw,6rem)}.video-hero__heading.hxxl{font-size:clamp(3.5rem,8vw,7rem)}.video-hero__text{font-size:clamp(1rem,2.5vw,1.5rem);margin:0 0 2rem;line-height:1.5}.video-hero__text p{margin:0 0 1rem}.video-hero__text p:last-child{margin-bottom:0}.video-hero__buttons{margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;line-height:1.2;text-decoration:none;border-radius:var(--buttons-radius-outset);border:2px solid transparent;cursor:pointer;transition:all .3s ease;min-height:4.4rem;box-sizing:border-box;word-break:break-word}.button--primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.button--primary:hover:not(:disabled){background:rgba(var(--color-button),.85);border-color:rgba(var(--color-button),.85);color:rgb(var(--color-button-text));transform:translateY(-2px);box-shadow:0 6px 16px #0003}.button--secondary{background:transparent;color:rgb(var(--color-outline-button-labels));border-color:rgb(var(--color-outline-button-labels))}.button--secondary:hover:not(:disabled){background:rgb(var(--color-outline-button-labels));color:rgb(var(--color-background));transform:translateY(-2px);box-shadow:0 6px 16px #0003}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.video-hero__mute-indicator{position:absolute;top:1rem;left:1rem;z-index:3;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-hero__mute-indicator.show{opacity:1}.video-hero__mute-indicator span{font-weight:500}@media screen and (max-width: 1024px){.video-hero__content-wrapper{padding:1.5rem}.video-hero__content-wrapper.page-width{width:min(var(--page-width, 120rem),calc(100% - 3rem))}.video-hero__content--boxed{padding:2.5rem}.video-hero__content{max-width:90%}}@media screen and (max-width: 749px){.video-hero__content-wrapper{align-items:center!important;justify-content:center!important}.video-hero__content-wrapper.page-width{width:min(var(--page-width, 120rem),calc(100% - 2rem))}.video-hero__content{max-width:100%;width:100%}.video-hero__content--boxed{padding:2rem}.video-hero__heading{font-size:clamp(1.8rem,6vw,2.5rem)!important;margin-bottom:1rem}.video-hero__text{font-size:clamp(1rem,3vw,1.3rem)!important;margin-bottom:1.5rem}.button{padding:.875rem 1.75rem;font-size:clamp(.95rem,2.5vw,1.1rem)!important;min-height:4rem}.video-hero-container--small{min-height:60vh}.video-hero-container--medium{min-height:70vh}.video-hero-container--large{min-height:90vh}}@media screen and (max-width: 480px){.video-hero__content-wrapper{padding:.75rem}.video-hero__content-wrapper.page-width{width:min(var(--page-width, 120rem),calc(100% - 1.5rem))}.video-hero__content--boxed{padding:1.5rem}.video-hero__heading{font-size:clamp(1.5rem,7vw,2rem)!important}.video-hero__text{font-size:clamp(.9rem,4vw,1.1rem)!important}.button{padding:.75rem 1.5rem;font-size:clamp(.9rem,3vw,1rem)!important;min-height:3.6rem}.video-hero__mute-indicator{top:.5rem;left:.5rem;padding:.375rem .75rem;font-size:.8125rem}}.video-hero__video,.video-hero__youtube,.video-hero__placeholder{will-change:transform}@media (prefers-reduced-motion: reduce){.button{transition:none}.button:hover:not(:disabled){transform:none}.video-hero__mute-indicator{transition:none}}@media (prefers-contrast: high){.video-hero__overlay{background:#000000b3}.video-hero__content--shadow{text-shadow:2px 2px 4px rgba(0,0,0,1)}.button{border:2px solid currentColor}.video-hero__content--boxed{background:rgba(var(--color-background),.95);border:2px solid rgba(var(--color-foreground),.2)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-video-hero.css.map */
