.navbar-link{color:#fff;text-decoration:none;font-weight:600;padding:0 .5rem;cursor:pointer;display:flex;align-self:self-start}.navbar-link.active{border-radius:7px;background-color:hsla(0,0%,46%,.22)}.desktop-menu{display:none}.menu-icon{color:#fff}.mobile-links{position:absolute;top:100%;left:0;right:0;background-color:rgba(0,0,0,.87);border-radius:5px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease;opacity:0}.mobile-links.active{transform:translateY(0);opacity:1}@media(min-width:768px){.desktop-menu{display:flex;flex-direction:row;column-gap:1rem}.mobile-menu{display:none}}.wrapper{display:flex;flex-direction:column;width:100%;gap:1rem}.wrapper .footer-content{width:100%;height:100%;color:#fff;display:flex;flex-direction:row;align-items:center;column-gap:3rem}.wrapper .footer-content .details{width:100%;display:flex;flex-direction:column;gap:2rem}.wrapper .footer-content .details hr{border:0;border-top:1px solid hsla(0,0%,100%,.302)}.wrapper .footer-content .details .footer-info{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem}.wrapper .footer-content .details .footer-info .contact-info{display:flex;flex-direction:column}.wrapper .footer-content .details .footer-info .contact-info .title{text-transform:uppercase;font-size:2rem}.wrapper .footer-content .details .footer-info .contact-info .subtitle{font-weight:500}.wrapper .footer-content .details .footer-info .contacts-links{display:flex;flex-direction:column;gap:.5rem}.wrapper .footer-content .details .footer-info .contacts-links .title{font-weight:500;font-size:.8rem}.wrapper .footer-content .details .footer-info .contacts-links .buttons{display:flex;flex-direction:row;column-gap:.5rem}.wrapper .footer-content .details .footer-info .contacts-links .buttons .social-btn{padding:0!important;border-radius:100%!important;width:30px;height:30px;text-align:center;display:flex!important;align-items:center;justify-content:center}.wrapper .copyright{display:flex;justify-content:center;font-size:.8rem;color:hsla(0,0%,100%,.302)}@media screen and (max-width:768px){.wrapper .footer-content{column-gap:1rem}.wrapper .footer-content .details .footer-info{display:flex;flex-direction:column;align-items:baseline;justify-content:baseline}.wrapper .footer-content .details .footer-info .contact-info .title{font-size:1.5rem}.wrapper .footer-content .over-triangle{margin-left:-60px}}.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%;padding:0 2rem}.navbar .logo{text-decoration:none;color:#fff;font-weight:500}@media(min-width:768px){.navbar{padding:0 3rem}}.btn{all:unset;padding:.5rem 1rem;cursor:pointer;border-radius:20px;font-weight:500;width:max-content}.btn:active{transform:translateY(0);box-shadow:none}.btn-white{background-color:#fff;color:#000;border:1px solid #fff;transition:all .3s ease;display:inline-block}.btn-white:hover{background-color:#000;color:#fff;transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.btn-outline-white{background-color:#000;color:#fff;border:1px solid #fff;transition:all .3s ease}.btn-outline-white:hover{background-color:#fff;color:#000;transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.btn-text{background-color:transparent;color:#fff;transition:all .3s ease}.btn-text:hover{transform:translateY(-5px)}.btn-icon{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes rotateAnimation{0%{transform:rotate(0deg) translateY(0);opacity:0}to{transform:rotate(1turn) translateY(-10px) scale(1.05);opacity:1}}@keyframes hoverRotateAnimation{0%{transform:rotate(1turn) translateY(-10px) scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,.3)}to{transform:rotate(0deg) translateY(0) scale(1);box-shadow:0 0 0 transparent}}@keyframes twinkling-stars{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes blink{50%{border-color:transparent}}*{margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0}body{display:flex;flex-direction:column;background-color:#000;overflow-x:hidden}body .stars{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;opacity:.5}body .stars .star{position:absolute;width:2px;height:2px;background-color:#fff;animation:twinkling-stars linear infinite;animation-duration:2s}body header{width:100%;height:80px;position:fixed;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.7)}body main{position:relative;min-height:calc(100vh - 80px);flex:1 1;display:flex;align-items:center;justify-content:center;padding:0 2rem;margin-top:80px;flex-shrink:0}body main .main-content{max-width:1600px;width:100%;min-height:calc(100vh - 80px)}body main .main-content .container{min-height:calc(100vh - 80px);display:flex;flex-direction:column;width:100%;height:100%}body main .main-content .container-center{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex:1 1}body main .over-comet{background-image:url(/images/overComet.png);position:absolute;width:100%;height:100%;background-repeat:no-repeat;filter:brightness(.7) saturate(.2);opacity:.75;object-fit:cover;left:0;top:-315px;z-index:-1}body footer{position:relative;height:300px;display:flex;justify-content:space-between;align-items:center;padding:20px;flex-shrink:0;z-index:1;background-color:#000;box-sizing:border-box;width:100%;overflow:hidden;box-shadow:0 -4px 8px hsla(0,0%,43%,.01)}