.mind-footer-container{width:100%;background:#0b0b0b;flex-direction:column;padding-top:40px;padding-bottom:20px;gap:40px}.mind-footer-container,.mind-footer-content{display:flex;justify-content:center;align-items:center}.mind-footer-content{width:70%}.mind-footer-menu{flex:1;gap:30px}.mind-footer-menu,.mind-footer-menu-item{display:flex;justify-content:flex-start;align-items:flex-start}.mind-footer-menu-item{width:auto;flex-direction:column;gap:15px}.mind-footer-menu-item span{font-weight:900;color:#fff}.mind-footer-menu-item p,.mind-footer-menu-item span{font-family:Inter,Inter serif;font-size:14px;line-height:16px;text-align:left;font-style:normal;text-transform:none;cursor:pointer}.mind-footer-menu-item p{font-weight:500;color:#999}.mind-footer-menu-item p:hover,.mind-footer-menu-item span:hover{color:#6b58e4}.mind-footer-info{width:100%;flex:1;justify-content:flex-start;gap:10px}.mind-footer-contact,.mind-footer-info{display:flex;align-items:flex-start;flex-direction:column}.mind-footer-contact{font-family:Inter,Inter serif;font-weight:500;font-size:14px;color:#fff;line-height:20px;text-align:left;font-style:normal;text-transform:none;justify-items:flex-start}.mind-footer-icon{display:flex;justify-items:flex-start;align-items:flex-start;gap:20px}.mind-footer-icon svg{cursor:pointer}.mind-footer-icon svg :hover{fill:#6b58e4;opacity:.8}.mind-footer-copyright{font-family:Inter,Inter sans-serif;font-weight:500;font-size:14px;color:#fff;line-height:16px;text-align:center;font-style:normal;text-transform:none}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-effect-exit{opacity:0}.modal-video-effect-exit .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:960px;margin:0 auto;padding:0 10px;box-sizing:border-box}.modal-video-body,.modal-video-inner{width:100%;height:100%;display:flex;justify-content:center}.modal-video-inner{align-items:center}@media (orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media (orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}