.hero-video-container{position:relative;width:100%;height:100vh;overflow:hidden;z-index:0}.hero-background-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:#000}.hero-video{min-height:100%;width:auto;height:auto;object-fit:cover;object-position:center}.hero-video,.hero-youtube-iframe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;border:none;outline:none;z-index:0}.hero-youtube-iframe{width:177.78vh;height:100vh;min-height:56.25vw;pointer-events:none}.hero-content{position:relative;z-index:20}.hero-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;z-index:10}.hero-fallback{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0}@media (max-width:768px){.hero-video-container{height:100vh;height:-webkit-fill-available;height:100dvh}.hero-video{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.hero-youtube-iframe{width:400vh;height:250vh;min-width:250%;min-height:140.625vw}}@media (max-width:480px){.hero-video{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center}.hero-youtube-iframe{width:500vh;height:300vh;min-width:300%;min-height:168.75vw}}@media (max-width:768px) and (orientation:landscape){.hero-video{width:auto;height:100%;min-width:177.78vh;min-height:100%;object-fit:cover}.hero-youtube-iframe{width:600vh;height:350vh;min-width:350%;min-height:196.875vw}}@media (min-aspect-ratio:16/9){.hero-video,.hero-youtube-iframe{width:100%;height:56.25vw;min-height:100%}}@media (max-aspect-ratio:16/9){.hero-video,.hero-youtube-iframe{width:177.78vh;height:100%;min-width:100%}}.hero-video-container::-webkit-scrollbar{display:none}.hero-video-container{-ms-overflow-style:none;scrollbar-width:none}.hero-video,.hero-youtube-iframe{will-change:transform;transform:translate3d(-50%,-50%,0)}@media (max-width:768px) and (orientation:portrait){.hero-video{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:100%;height:100%;object-fit:cover;object-position:center}}@media (max-width:768px){.hero-background-container{display:flex;align-items:center;justify-content:center}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:30;cursor:pointer;transition:all .3s ease}.scroll-indicator:hover{transform:translateX(-50%) scale(1.1)}.scroll-indicator-text{opacity:0;transition:opacity .3s ease;font-size:.75rem;margin-bottom:.5rem;text-align:center}.scroll-indicator:hover .scroll-indicator-text{opacity:1}.scroll-indicator-arrow{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}