.VideoIntro_videoContainer__KoRHH{width:100%;height:500px;overflow:hidden;position:relative}.VideoIntro_video__3lpmc{width:100%;position:absolute;top:0;object-fit:cover;height:500px}.VideoIntro_formOverlay__cMywW{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:100%;max-width:1000px;padding:20px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.VideoIntro_formGrid__dQtq_{display:flex;justify-content:space-between;gap:6rem;width:100%}.VideoIntro_formGroup__0kzOM{display:flex;flex-direction:column;gap:1rem;flex:1}.VideoIntro_filterButton__dnedC{background-color:rgba(0,0,0,.6);border:2px solid #ffffff;color:#ffffff;padding:15px 20px;font-size:1rem;font-weight:500;border-radius:12px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.25);transition:background-color .3s ease,transform .2s ease,opacity 1.5s ease;opacity:0;animation:VideoIntro_fadeInButtons__Pm2sk 2s ease forwards;animation-delay:1s}.VideoIntro_filterButton__dnedC:hover{background-color:#d6d2c6;transform:translateY(-2px)}@keyframes VideoIntro_fadeInButtons__Pm2sk{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.VideoIntro_videoContainer__KoRHH,.VideoIntro_video__3lpmc{height:300px}.VideoIntro_formGrid__dQtq_{flex-direction:column;gap:1.5rem}.VideoIntro_formGroup__0kzOM{width:100%}.VideoIntro_filterButton__dnedC{width:100%;padding:12px;font-size:.95rem}}.SplashScreen_overlay__om4oK{position:fixed;inset:0;width:100vw;height:100vh;background:#e0dcd2;z-index:9999;overflow:hidden;color:#fff;font-family:system-ui,-apple-system,sans-serif}.SplashScreen_splitContainer__VgM6J{position:relative;width:100%;height:100%;display:flex}.SplashScreen_panel__2V2C8{position:absolute;top:0;width:50%;height:100%;display:flex;align-items:center;justify-content:center;transition:all .4s ease;cursor:pointer;will-change:transform;background:linear-gradient(135deg,#f0f0f0,#d8d8d8,#f8f8f8);border:4px solid #ffffff;box-shadow:inset 0 0 60px rgba(0,0,0,.2);overflow:hidden}.SplashScreen_left__eLpT_{left:0;transform:translateX(-100%);border-right:none}.SplashScreen_right__8ywqB{right:0;transform:translateX(100%);border-left:none}.SplashScreen_animateIn__Ksiog.SplashScreen_left__eLpT_{animation:SplashScreen_slideInLeft__3IRP_ 1.2s cubic-bezier(.12,.8,.32,1) forwards,SplashScreen_doorShake__YqVAV .3s ease-out 1.1s}.SplashScreen_animateIn__Ksiog.SplashScreen_right__8ywqB{animation:SplashScreen_slideInRight__qhqY1 1.2s cubic-bezier(.12,.8,.32,1) forwards,SplashScreen_doorShake__YqVAV .3s ease-out 1.1s}@keyframes SplashScreen_slideInLeft__3IRP_{0%{transform:translateX(-100%)}90%{transform:translateX(-5%)}95%{transform:translateX(-1%)}to{transform:translateX(0)}}@keyframes SplashScreen_slideInRight__qhqY1{0%{transform:translateX(100%)}90%{transform:translateX(5%)}95%{transform:translateX(1%)}to{transform:translateX(0)}}@keyframes SplashScreen_doorShake__YqVAV{0%,to{transform:translateX(0)}25%{transform:translateX(-3px)}50%{transform:translateX(3px)}75%{transform:translateX(-1px)}}.SplashScreen_halfCircle___ruNc{position:absolute;top:50%;width:260px;height:260px;transform:translateY(-50%) translateZ(0);background:#111;border:3px solid #ffffff;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.SplashScreen_left__eLpT_ .SplashScreen_halfCircle___ruNc{right:-130px;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;clip-path:inset(0 -130px 0 0)}.SplashScreen_right__8ywqB .SplashScreen_halfCircle___ruNc{left:-130px;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;clip-path:inset(0 0 0 -130px)}.SplashScreen_halfCircleImage__qQG9E{width:80%;height:80%;object-fit:contain;opacity:0;transform:scale(.9)}.SplashScreen_halfCircleImageVisible__LEQ_Q{animation:SplashScreen_fadeInHalfCircleImage__voiar .4s ease-out 1.15s forwards}@keyframes SplashScreen_fadeInHalfCircleImage__voiar{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.SplashScreen_panel__2V2C8:hover{filter:brightness(1.1)}.SplashScreen_panel__2V2C8:hover .SplashScreen_content__q2lXS h1{transform:scale(1.08)}.SplashScreen_content__q2lXS{text-align:center;z-index:10;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.SplashScreen_panelImage__2WEG_{width:480px;height:280px;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3))}.SplashScreen_content__q2lXS h1{font-size:3.8rem;margin:0;font-weight:800;letter-spacing:.08em;color:#111;text-shadow:0 2px 10px rgba(204,196,168,.9);transition:transform .4s ease}.SplashScreen_sparksContainer__ZhKvr{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:hidden}.SplashScreen_epicSpark__FOVOx{position:absolute;top:50%;left:50%;width:var(--size);height:var(--size);background:#ffffff;border-radius:50%;opacity:0;filter:blur(1.8px);box-shadow:0 0 12px 4px #ffffff,0 0 24px 8px #fffbe6,0 0 40px 14px #ffefc4,0 0 60px 20px #ffe19a;transform:translate(-50%,-50%);animation:SplashScreen_adjustedHorizontalBurst__5cA3F var(--duration) ease-out var(--delay) forwards;will-change:transform,opacity}@keyframes SplashScreen_adjustedHorizontalBurst__5cA3F{0%{opacity:0;transform:translate(-50%,-50%) scale(.3)}8%{opacity:1;transform:translate(-50%,-50%) translateX(calc(var(--power) * var(--side, 1) * 1.15)) translateY(-20px) scale(1.85)}18%{opacity:1;transform:translate(-50%,-50%) translateX(calc(var(--power) * var(--side, 1) * .92)) translateY(-12px) scale(1.35)}45%{opacity:.95;transform:translate(-50%,-50%) translateX(calc(var(--power) * var(--side, 1) * .65)) translateY(40px) scale(1.05)}to{opacity:0;transform:translate(-50%,-50%) translateX(calc(var(--power) * var(--side, 1) * .4)) translateY(520px) scale(.35)}}.page_container__aoG4z{width:100%;max-width:1200px;margin:0 auto;background-color:var(--tw-color-primary-darkest)}.page_myh2__UbWDg{margin:20px auto;font-size:3.5rem;color:#fff;text-align:center}.page_cardContainer__uo0Ub{display:flex;flex-direction:column;align-items:center;gap:30px}.page_cardRow__ni5Sc{display:flex;justify-content:center;gap:20px}.page_card__QV0Om{background-color:var(--tw-color-primary-darkest);border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px;width:280px;text-align:center}.page_quote__J5Zwg{color:white;font-style:italic;font-size:16px;margin-bottom:10px}.page_author__BALPI{color:white;font-size:14px;font-weight:700;margin-bottom:15px}.page_rating__E7BEc{font-size:18px;color:gold}.page_bottomSpacer__C6T7t{margin-bottom:100px}