@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{font-family:Nunito Sans,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{margin:0;padding:0}body{margin:0;padding:0;min-width:100%;overflow-x:hidden}a{font-weight:500;color:#646cff;text-decoration:none}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:.3s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes popUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate{opacity:0}.animate.show.animate-up{animation:fadeUp 1.5s ease forwards}.animate.show.animate-left{animation:slideFromLeft 1.5s ease forwards}.animate.show.animate-right{animation:slideFromRight 1.5s ease forwards}.animate.show.pop{animation:popUp 1.5s ease forwards}.header-wrapper{background:linear-gradient(120deg,#031419,#0e3029);display:flex;justify-content:center;align-items:center;width:100%;background-size:cover;background-position:center;overflow:hidden}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0b0b0b;display:flex;justify-content:center;align-items:center;z-index:9999}.logo-loader img{width:300px;animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%{transform:scale(1);filter:drop-shadow(0 0 0px #46e596)}50%{transform:scale(1.2);filter:drop-shadow(0 0 5px #28d65d)}to{transform:scale(1);filter:drop-shadow(0 0 0px #34e234)}}.footer-section{width:100%;background:linear-gradient(180deg,#061d12,#020617);color:#fff;display:flex;justify-content:center}.footer-container{width:92%;max-width:1300px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:40px;height:140px}.footer-clock-container{display:flex;align-items:center;gap:40px;padding:18px 8px;width:fit-content}.clock-face{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.dash-marker{position:absolute;width:8px;height:2px;background-color:#22c55e;border-radius:2px}.hand{position:absolute;bottom:50%;left:50%;transform-origin:bottom center;border-radius:10px}.hour-hand{width:6px;height:18px;background:#4b4efc;z-index:3}.minute-hand{width:6px;height:28px;background:#22c55e;z-index:2}.center-pin{position:absolute;width:8px;height:8px;background:#22c55e;border-radius:50%;z-index:10}.seconds-orbit{position:absolute;width:100%;height:100%;z-index:5;transition:transform .1s linear}.glowing-dot{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:10px;height:10px;background:#4ade80;border-radius:50%}.clock-info{color:#e3ebff;display:flex;flex-direction:column}.clock-text{font-size:20px;line-height:1.7}.location-val{font-size:20px}.footer-newsletter p{font-size:16px}.footer-newsletter span{font-size:13px;color:#94a3b8}.input-group-footer{display:flex;gap:5px}.input-row{display:flex;gap:10px}.error-msg{color:red;font-size:14px;margin-top:5px}.input-group-footer input{background:transparent;border:1px solid #334155;padding:10px 15px;border-radius:6px;color:#fff;width:220px}.input-group-footer button{background:#4f46e5;border:none;padding:10px 18px;border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.input-group-footer button:hover{background:#2117d3}.footer-divider{border:0;border-top:1px solid #8e8e8f}.footer-middle{display:flex;justify-content:space-between}.footer-logo{width:250px}.links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px}.link-col h4{color:#eaebec;font-size:16px;margin-bottom:20px;font-weight:400}.link-col ul{list-style:none;padding:0}.link-col ul li,.link-col ul li a{margin-bottom:16px;font-size:14px;color:#6e7885;cursor:pointer}.link-col ul li a:hover,.link-col ul li:hover{color:#fff;transform:scale(1)}.footer-visual{display:flex;gap:10px;align-items:center}.visual-wrapper{overflow:hidden;height:260px;display:flex;align-items:center;gap:10px}.visual-wrapper img{height:260px}.footer-visual .visual-wrapper img{animation:slideLR 6s linear infinite}@keyframes slideLR{0%{transform:translate(0);opacity:1}40%{transform:translate(-120%);opacity:0}41%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#6e7885;height:80px}.legal-links{display:flex;align-items:center;justify-content:center;gap:18px}.legal-links a{color:#64748b;text-decoration:none;font-weight:400}.legal-links a:hover{color:#fff;transform:scale(1)}.dotfooter{width:5px!important;height:5px!important;background-color:#efedfd99;border-radius:50%;cursor:pointer;display:inline-block;transition:all .3s ease}@media(max-width:1024px){.legal-links{gap:7px}.footer-bottom{font-size:13px}}@media(max-width:768px){.input-group-footer{width:20%;flex-direction:column}.input-group-footer input{width:110px}.links-grid{gap:20px}.footer-bottom{display:flex;flex-direction:column}.legal-links{gap:40px}.input-group-footer button{gap:2px}}@media(max-width:480px){.footer-top{flex-direction:column;align-items:flex-start;gap:15px;height:auto;padding-top:10px}.footer-clock img{width:60px}.footer-newsletter p{font-size:14px}.input-group-footer{width:100%;flex-direction:column;gap:10px}.input-group-footer input{width:92%}.input-group-footer button{width:100%;gap:10px}.footer-middle{flex-direction:column;gap:30px;align-items:center}.links-grid{grid-template-columns:repeat(2,1fr);gap:20px;justify-content:center}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;height:auto}.legal-links{flex-wrap:wrap;gap:8px}.legal-links a{font-size:13px}.copyright{font-size:12px;text-align:center}}
