.video-hero-section{position:relative;min-height:var(--vhHeight, 85vh);display:flex;align-items:center;overflow:hidden;background:#000}.video-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.video-hero__video,.video-hero__poster,.video-hero__iframe,.video-hero__youtube{width:100%;height:100%;object-fit:cover;display:block}.video-hero__iframe,.video-hero__youtube{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);border:0;pointer-events:none}.video-hero__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--secondaryColorBody, #e1dcd8)}.video-hero__placeholder .placeholder-svg{opacity:.2;width:60%;height:60%}.video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--vhOverlay, rgba(0,0,0,.4));z-index:2}.video-hero-section>.container,.video-hero-section>.container-fluid{position:relative;z-index:3;width:100%;display:flex;align-items:center;min-height:var(--vhHeight, 85vh)}.video-hero__content{max-width:680px;padding:60px 0}.video-hero__content--left{text-align:left;margin-right:auto}.video-hero__content--center{text-align:center;margin:0 auto}.video-hero__content--right{text-align:right;margin-left:auto}.video-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:var(--buttonRadius, 6px);font-family:var(--font-family);font-size:var(--smallText, 12px);font-weight:var(--semibold, 600);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.video-hero__badge svg{flex-shrink:0}.video-hero__title{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-size:calc(var(--heading_base_size, .9) * 42px);line-height:var(--heading_line_height, 1.1);letter-spacing:var(--heading_spacing, 0);text-transform:var(--headingTextTransform, capitalize);margin-bottom:16px}.video-hero__title em{font-style:italic}.video-hero__desc{font-family:var(--font-family);font-size:var(--mediumText, 16px);line-height:1.7;margin-bottom:28px;max-width:560px}.video-hero__content--center .video-hero__desc{margin-left:auto;margin-right:auto}.video-hero__content--right .video-hero__desc{margin-left:auto}.video-hero__desc p{margin:0}.video-hero__desc strong{font-weight:var(--bold, 700)}.video-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.video-hero__content--center .video-hero__actions{justify-content:center}.video-hero__content--right .video-hero__actions{justify-content:flex-end}.video-hero__btn-primary,.video-hero__btn-secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--buttonFontFamily, var(--font-family));font-weight:var(--semibold, 600);letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border:2px solid;border-radius:var(--buttonRadius, 6px);cursor:pointer;transition:all .35s ease;overflow:hidden;z-index:1}.video-hero__btn-primary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.video-hero__btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.video-hero__actions .default-btn{padding:10px 24px;font-size:var(--smallText, 12px)}.video-hero__actions .small-btn{padding:10px 20px;font-size:var(--xsmallText, 10px)}.video-hero__actions .med-btn{padding:12px 30px;font-size:var(--smallText, 12px)}.video-hero__actions .large-btn{padding:15px 40px;font-size:var(--text, 14px)}.video-hero__stats{display:flex;flex-wrap:wrap;gap:32px}.video-hero__content--center .video-hero__stats{justify-content:center}.video-hero__content--right .video-hero__stats{justify-content:flex-end}.video-hero__stat{display:flex;flex-direction:column;position:relative;padding-right:32px}.video-hero__stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:36px;background:#fff3}.video-hero__stat-value{font-family:var(--heading-font-family);font-weight:var(--bold, 700);font-size:calc(var(--heading_base_size, .9) * 28px);line-height:1;margin-bottom:4px}.video-hero__stat-label{font-family:var(--font-family);font-size:var(--xsmallText, 10px);font-weight:var(--normal, 400);text-transform:uppercase;letter-spacing:.1em}.video-hero__scroll{position:absolute;bottom:28px;left:50%;transform:translate(-50%);z-index:4}.video-hero__scroll span{display:block;width:24px;height:40px;border-radius:12px;border:2px solid rgba(255,255,255,.5);position:relative}.video-hero__scroll span:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:8px;border-radius:2px;background:#ffffffb3;animation:vhScrollBounce 2s ease-in-out infinite}@keyframes vhScrollBounce{0%,to{top:6px;opacity:1}50%{top:18px;opacity:.3}}@media screen and (min-width:768px){.video-hero__title{font-size:calc(var(--heading_base_size, .9) * 52px)}.video-hero__stat-value{font-size:calc(var(--heading_base_size, .9) * 32px)}}@media screen and (min-width:1200px){.video-hero__title{font-size:calc(var(--heading_base_size, .9) * 60px)}.video-hero__desc{font-size:var(--largeText, 18px)}.video-hero__stat-value{font-size:calc(var(--heading_base_size, .9) * 36px)}}@media screen and (min-width:1441px){.video-hero__title{font-size:calc(var(--heading_base_size, .9) * 68px)}.video-hero__content{max-width:780px}}@media screen and (max-width:767px){.video-hero-section{min-height:var(--vhMobileHeight, 70vh)}.video-hero-section>.container,.video-hero-section>.container-fluid{min-height:var(--vhMobileHeight, 70vh)}.video-hero__content{padding:40px 0;max-width:100%}.video-hero__title{font-size:calc(var(--heading_base_size, .9) * 34px);margin-bottom:12px}.video-hero__desc{font-size:var(--text, 14px);margin-bottom:20px;line-height:1.6}.video-hero__badge{font-size:var(--xsmallText, 10px);padding:6px 14px;margin-bottom:16px}.video-hero__actions{flex-direction:column;gap:10px;margin-bottom:24px}.video-hero__actions .button{width:100%;text-align:center}.video-hero__stats{gap:20px}.video-hero__stat{padding-right:20px}.video-hero__stat:not(:last-child):after{height:28px}.video-hero__stat-value{font-size:calc(var(--heading_base_size, .9) * 22px)}.video-hero__stat-label{font-size:9px}.video-hero__scroll{bottom:16px}.video-hero__scroll span{width:20px;height:32px}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/video-hero.css.map */
