.reepost-video-carousel{position:relative;width:100%;overflow:hidden;aspect-ratio:auto}.reepost-video-carousel .reepost-video-loading,.reepost-video-player-wrapper .reepost-video-loading{display:none !important;visibility:hidden !important;pointer-events:none !important}.reepost-video-carousel .reepost-carousel-item{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:var(--reepost-z-content);opacity:0;transition:none}.reepost-video-carousel .reepost-carousel-item.active{opacity:1;z-index:var(--reepost-z-hitarea)}.reepost-video-carousel.reepost-vc-transitions-ready .reepost-carousel-item{transition:opacity var(--reepost-transition-duration,0.5s) var(--reepost-transition-easing,ease)}.reepost-video-carousel .reepost-carousel-video{position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;display:block !important;width:100% !important;height:100% !important;max-width:none !important;max-height:none !important;min-width:100% !important;min-height:100% !important;aspect-ratio:unset !important;object-fit:cover;z-index:var(--reepost-z-media)}.reepost-video-carousel .reepost-carousel-item.reepost-video-fit-contain,.reepost-video-carousel .reepost-making-of-item.reepost-video-fit-contain{background:transparent;display:flex;align-items:center;justify-content:center}.reepost-video-carousel .reepost-carousel-item.reepost-video-fit-contain .reepost-carousel-video,.reepost-video-carousel .reepost-making-of-item.reepost-video-fit-contain .reepost-carousel-video{min-width:0 !important;min-height:0 !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;background:transparent !important}.reepost-video-carousel .reepost-carousel-item.is-fullscreen{position:relative !important;width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;inset:auto !important;background:transparent;display:flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important}.reepost-video-carousel .reepost-carousel-item.is-fullscreen .reepost-carousel-video{position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;aspect-ratio:unset !important;object-fit:contain !important;background:transparent !important;display:block !important}.reepost-video-carousel .reepost-carousel-item.is-fullscreen .reepost-carousel-title,.reepost-video-carousel .reepost-carousel-item.is-fullscreen .reepost-carousel-description{display:none}.reepost-video-carousel .reepost-making-of-item.is-fullscreen{position:relative !important;width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;inset:auto !important;background:transparent;display:flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important}.reepost-video-carousel .reepost-making-of-item.is-fullscreen .reepost-carousel-video{position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;min-width:0 !important;min-height:0 !important;aspect-ratio:unset !important;object-fit:contain !important;background:transparent !important;display:block !important}.reepost-video-carousel .reepost-video-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.4);z-index:var(--reepost-z-content);transition:opacity 0.25s ease;pointer-events:none}.reepost-video-carousel .reepost-video-loading.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.reepost-video-carousel .reepost-video-loading-spinner{box-sizing:border-box;width:48px;height:48px;border:4px solid rgba(255,255,255,0.25);border-top-color:#fff;border-radius:50%;animation:reepost-video-spin 0.85s linear infinite}@keyframes reepost-video-spin{to{transform:rotate(360deg)}}.reepost-video-carousel .reepost-carousel-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;z-index:var(--reepost-z-overlay);pointer-events:none}.reepost-video-carousel .reepost-carousel-content{color:#fff;pointer-events:auto}.reepost-video-carousel .reepost-carousel-title{margin:0}.reepost-video-carousel .reepost-carousel-nav-button{position:absolute;top:var(--reepost-nav-top,50%);bottom:var(--reepost-nav-bottom,auto);transform:translateY(var(--reepost-nav-translate,-50%));z-index:var(--reepost-z-controls);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.reepost-video-carousel.reepost-ui-hidden .reepost-carousel-nav-button{opacity:0;visibility:hidden;pointer-events:none}.reepost-video-carousel .reepost-carousel-nav-button.prev{left:20px;right:auto}.reepost-video-carousel .reepost-carousel-nav-button.next{right:20px;left:auto}.reepost-video-carousel .reepost-carousel-nav-button svg{fill:currentColor}.reepost-video-carousel .reepost-carousel-nav-button:focus{outline:none}.reepost-video-carousel .reepost-carousel-nav-button:focus-visible{outline:2px solid rgba(255,255,255,0.95);outline-offset:3px}.reepost-video-carousel.nav-mode-icons .reepost-carousel-nav-button.nav-title{display:none}.reepost-video-carousel.nav-mode-titles .reepost-carousel-nav-button:not(.nav-title){display:none}.reepost-video-carousel.nav-mode-menu .reepost-carousel-nav-button{display:none}.reepost-video-carousel.nav-mode-menu .reepost-carousel-nav-menu{display:block}.reepost-video-carousel:not(.nav-mode-menu) .reepost-carousel-nav-menu{display:none}.reepost-video-carousel .reepost-carousel-nav-menu{position:absolute;top:50%;transform:translateY(-50%);z-index:var(--reepost-z-controls);max-width:min(44%,320px);overflow-y:auto;pointer-events:auto;border-radius:6px;-webkit-overflow-scrolling:touch}.reepost-video-carousel .reepost-carousel-nav-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.reepost-video-carousel .reepost-carousel-nav-menu-item-wrap{margin:0;padding:0}.reepost-video-carousel .reepost-carousel-nav-menu-item{display:block;width:100%;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:color 0.2s ease,background 0.2s ease,opacity 0.2s ease}.reepost-video-carousel .reepost-carousel-nav-menu-item:not(.is-active){opacity:0.75}.reepost-video-carousel .reepost-carousel-nav-menu-item:hover{opacity:1}.reepost-video-carousel .reepost-carousel-nav-menu-item.is-active{opacity:1;font-weight:600}.reepost-video-carousel .reepost-carousel-nav-menu-item:focus{outline:none}.reepost-video-carousel .reepost-carousel-nav-menu-item:focus-visible{outline:2px solid rgba(255,255,255,0.95);outline-offset:2px}.reepost-video-carousel.reepost-ui-hidden .reepost-carousel-nav-menu{opacity:0;visibility:hidden;pointer-events:none}.reepost-video-carousel.nav-hide-prev .reepost-carousel-nav-button.prev{display:none}.reepost-video-carousel.nav-hide-next .reepost-carousel-nav-button.next{display:none}.reepost-video-carousel .reepost-carousel-nav-caption:empty{display:none}.reepost-video-carousel .reepost-carousel-nav-button:not(.nav-title):hover{transform:translateY(var(--reepost-nav-translate,-50%)) scale(var(--reepost-nav-icons-hover-scale,1.1)) !important}.reepost-video-carousel .reepost-carousel-nav-button.nav-title:hover{transform:translateY(var(--reepost-nav-translate,-50%)) scale(var(--reepost-nav-titles-hover-scale,1.05)) !important}.reepost-video-carousel .reepost-carousel-nav-button.nav-title{width:auto !important;height:auto !important;padding:var(--reepost-nav-title-padding,10px 14px);gap:var(--reepost-nav-title-gap,6px);flex-direction:column;align-items:flex-start;justify-content:center;max-width:var(--reepost-nav-title-max-width,44%);text-align:left}.reepost-video-carousel .reepost-carousel-nav-button.next.nav-title{align-items:flex-end;text-align:right}.reepost-video-carousel .reepost-carousel-nav-caption{opacity:0.85;white-space:nowrap}.reepost-video-carousel .reepost-carousel-nav-title{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reepost-video-carousel .reepost-carousel-pagination{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;z-index:var(--reepost-z-controls);align-items:center;justify-content:center;transition:opacity 0.25s ease,visibility 0.25s ease}.reepost-video-carousel.reepost-ui-hidden .reepost-carousel-pagination{opacity:0;visibility:hidden;pointer-events:none}.reepost-video-carousel .reepost-carousel-pagination-dot{border-radius:50%;border:2px solid rgba(255,255,255,0.5);background:transparent;cursor:pointer;padding:0;transition:all 0.3s ease;outline:none}.reepost-video-carousel .reepost-carousel-pagination-dot:focus{outline:none}.reepost-video-carousel .reepost-carousel-pagination-dot:focus-visible{outline:2px solid rgba(255,255,255,0.95);outline-offset:3px}.reepost-video-carousel .reepost-carousel-pagination-dot:hover{opacity:0.8;transform:scale(1.2)}.reepost-video-carousel .reepost-carousel-pagination-dot.active{background:#fff;border-color:#fff}.reepost-video-carousel .reepost-custom-video-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient( to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.4) 50%,transparent 100% );display:flex;align-items:center;z-index:var(--reepost-z-controls);opacity:1;visibility:visible;transition:opacity 0.25s ease,visibility 0.25s ease}.reepost-video-carousel.reepost-ui-hidden .reepost-custom-video-controls{opacity:0;visibility:hidden;pointer-events:none}.reepost-video-carousel .reepost-custom-video-controls button{background:transparent;border:none;color:#fff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:opacity 0.2s}.reepost-video-carousel .reepost-custom-video-controls button:hover{opacity:0.7}.reepost-video-carousel .reepost-custom-video-controls button svg{fill:currentColor}.reepost-video-carousel .reepost-video-fit-toggle{position:relative;width:28px;height:28px;flex-shrink:0}.reepost-video-carousel .reepost-video-fit-toggle__svg{width:22px;height:22px;display:block}.reepost-video-carousel .reepost-fit-video{transition:y 0.2s ease,height 0.2s ease}.reepost-video-carousel .reepost-video-fit-toggle.is-contain .reepost-fit-video{y:9.5;height:5}.reepost-video-carousel .reepost-video-progress-wrapper{flex:1;position:relative;cursor:pointer}.reepost-video-carousel .reepost-video-progress{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:var(--reepost-z-hitarea)}.reepost-video-carousel .reepost-video-progress-bar{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.3);border-radius:3px;overflow:hidden}.reepost-video-carousel .reepost-video-progress-filled{height:100%;background:#fff;width:0%;transition:width 0.1s linear}.reepost-video-carousel .reepost-video-time{color:#fff;font-family:monospace;white-space:nowrap}.reepost-video-carousel .reepost-video-volume-wrapper{flex-shrink:0;display:flex;align-items:center;gap:8px;width:100px;min-width:0;overflow:hidden}.reepost-video-carousel .reepost-video-volume{flex:1;min-width:0;-webkit-appearance:none;appearance:none;height:4px;background:rgba(255,255,255,0.2);border-radius:2px;outline:none;cursor:pointer}.reepost-video-carousel .reepost-video-progress::-webkit-slider-thumb{appearance:none;width:var(--reepost-progress-thumb-size,12px);height:var(--reepost-progress-thumb-size,12px);background:transparent;cursor:pointer}.reepost-video-carousel .reepost-video-progress::-moz-range-thumb{width:var(--reepost-progress-thumb-size,12px);height:var(--reepost-progress-thumb-size,12px);background:transparent;border:none;cursor:pointer}.reepost-video-carousel .reepost-video-volume::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--reepost-volume-thumb-size,10px);height:var(--reepost-volume-thumb-size,10px);background:#fff;border-radius:50%;cursor:pointer}.reepost-video-carousel .reepost-video-volume::-moz-range-thumb{width:var(--reepost-volume-thumb-size,10px);height:var(--reepost-volume-thumb-size,10px);background:#fff;border:none;border-radius:50%;cursor:pointer}.reepost-video-carousel .reepost-carousel-mode-tabs{position:absolute;bottom:56px;left:50%;transform:translateX(-50%);display:flex;gap:0;z-index:40;z-index:calc(var(--reepost-z-controls,4)+36);pointer-events:auto;background:rgba(0,0,0,0.65);padding:3px;border-radius:24px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 12px rgba(0,0,0,0.35)}.reepost-video-carousel .reepost-mode-tab{padding:8px 20px;border:none;border-radius:20px;background:transparent;color:rgba(255,255,255,0.85);cursor:pointer;font-size:13px;font-weight:500;letter-spacing:0.02em;white-space:nowrap;transition:background 0.25s ease,color 0.25s ease,box-shadow 0.25s ease}.reepost-video-carousel .reepost-mode-tab:hover{color:#fff;background:rgba(255,255,255,0.12)}.reepost-video-carousel .reepost-mode-tab.active{background:#fff;color:#111;box-shadow:0 1px 6px rgba(0,0,0,0.2)}.reepost-video-carousel .reepost-mode-tab:focus{outline:none}.reepost-video-carousel .reepost-mode-tab:focus-visible{outline:2px solid rgba(255,255,255,0.95);outline-offset:2px}.reepost-video-carousel .reepost-carousel-panel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;transition:none}.reepost-video-carousel.reepost-vc-transitions-ready .reepost-carousel-panel{transition:opacity 0.25s ease,visibility 0.25s ease}.reepost-video-carousel .reepost-panel-making-of,.reepost-video-carousel .reepost-panel-making-of[hidden]{display:none !important;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:none;z-index:5;z-index:calc(var(--reepost-z-hitarea,3)+2)}.reepost-video-carousel.reepost-mode-making-of .reepost-panel-making-of{display:flex !important;opacity:1;visibility:visible;pointer-events:auto;transition:opacity 0.25s ease,visibility 0.25s ease}.reepost-video-carousel.reepost-mode-making-of>.reepost-carousel-item,.reepost-video-carousel.reepost-mode-making-of>.reepost-carousel-pagination,.reepost-video-carousel.reepost-mode-making-of>.reepost-carousel-nav-button,.reepost-video-carousel.reepost-mode-making-of>.reepost-carousel-nav-menu{opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.reepost-video-carousel.reepost-mode-carousel .reepost-panel-making-of,.reepost-video-carousel.reepost-mode-making-of .reepost-panel-carousel{opacity:0;visibility:hidden;pointer-events:none}.reepost-video-carousel.reepost-mode-making-of .reepost-panel-carousel{display:none !important}.reepost-video-carousel.reepost-mode-carousel .reepost-panel-carousel,.reepost-video-carousel.reepost-mode-making-of .reepost-panel-making-of{opacity:1;visibility:visible;pointer-events:auto}.reepost-video-carousel .reepost-making-of-item{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}
