.splash-root{z-index:9999;background:#000;width:100%;height:100vh;position:absolute;inset:0;overflow:hidden}.marquee-wrapper{z-index:4;transition:opacity 1s,transform 1s;position:absolute;inset:0}.marquee-wrapper.paused .marquee{animation-play-state:paused}.marquee-wrapper.fade-up{opacity:.35;transform:translateY(-30px)}.marquee-band{align-items:center;width:100%;height:30vh;display:flex;position:absolute;overflow:hidden}.marquee-band.top{top:0}.marquee-band.middle{top:50%;transform:translateY(-50%)}.marquee-band.bottom{bottom:0}.marquee{gap:1rem;width:max-content;display:flex}.marquee img{object-fit:contain;min-width:18vh;height:30vh}.marquee.left{animation:6s linear infinite marquee-left}.marquee.right{animation:6s linear infinite marquee-right}@keyframes marquee-left{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@keyframes marquee-right{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.image-stage{z-index:2;transition:transform 2.2s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scale(1.35)}.image-stage.zoom-out{transform:scale(1)}.splash-text{z-index:6;text-align:center;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.animate-item{opacity:0;transition:none;transform:translateY(30px)}.animate-item.animate{animation:.8s ease-out forwards fadeUpIn}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.splash-text.show .animate-item{opacity:1;transform:translateY(0)}@keyframes fadeUpExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}.tagline.fade-out{animation:.6s ease-out forwards fadeUpExit}.tagline{letter-spacing:8px;color:#f5efe6;margin-bottom:14px;padding:0 1rem;font-family:poppins;font-size:34px;transition:all 1s .1s}.heading-title{color:#fff;margin:10px 0;padding:0 1rem;font-family:poppins;font-size:100px;transition-delay:.2s}.subtitle{color:#fff;opacity:.85;padding:0 1rem;font-size:32px;transition-delay:.4s}.arrow-overlay-splash{margin-top:-10px;transition:all 1s .9s}.splash-text.show .arrow-overlay-splash{animation:2s ease-in-out infinite arrowFloat}@keyframes arrowFloat{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.splash-video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.splash-gradient-overlay{z-index:5;pointer-events:none;background:linear-gradient(#00000080 0%,#0003 30%,#0000000d 50%),linear-gradient(#0000000d 50%,#0003 70%,#00000080 100%);position:absolute;inset:0}@media (max-width:1024px){.heading-title{font-size:70px}.tagline{letter-spacing:6px;font-size:14px}.subtitle{font-size:24px}.marquee-band{height:25vh}.marquee img{min-width:15vh;height:25vh}}@media (max-width:768px){.heading-title{font-size:48px;line-height:1.2}.tagline{letter-spacing:4px;margin-bottom:10px;font-size:30px}.subtitle{font-size:18px}.marquee-band{height:20vh}.marquee img{min-width:12vh;height:20vh}.arrow-overlay-splash img{width:2rem!important}.image-stage{transform:scale(1.5)}}@media (max-width:480px){.heading-title{font-size:36px;line-height:1.1}.tagline{letter-spacing:3px;margin-bottom:8px;font-size:20px}.subtitle{font-size:16px}.marquee-band{height:18vh}.marquee img{min-width:10vh;height:18vh}.arrow-overlay-splash img{width:1.5rem!important}.arrow-overlay-splash{margin-top:0}}@media (max-width:375px){.heading-title{font-size:28px}.tagline{letter-spacing:2px;font-size:20px}.subtitle{font-size:14px}.marquee-band{height:16vh}.marquee img{min-width:8vh;height:16vh}}
