.main-menu{height:70px;background:rgba(11,23,41,.8)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--border-radius);display:flex;flex-direction:row;position:relative;align-items:center;z-index:999;transition:.3s ease-in-out}.main-menu__logo,.main-menu__top{width:100%;display:flex;align-items:center;justify-content:space-between}.main-menu__logo{padding:.5rem 2rem;transition:.2s ease-in-out}.main-menu__logo img{width:auto;height:30px;transition:.2s ease-in-out}.main-menu__info{width:100%;display:flex;justify-content:flex-end;align-items:center;padding:1rem 2rem}.main-menu__links{display:flex;gap:.5rem}.main-menu__links li{list-style:none}.main-menu__links li a{padding:0 1.5rem;display:flex;font-size:1rem;align-items:center;height:50px;font-weight:500;text-decoration:none;color:var(--white);border-radius:var(--border-radius);transition:.2s ease-in-out}.main-menu__links li a.active,.main-menu__links li a:hover{color:var(--darklight);background:var(--blue)}.main-menu__media{display:flex;gap:2rem}.main-menu__media li{display:flex;align-items:center;line-height:0;list-style:none}.main-menu__media li a{text-decoration:none;color:var(--white);font-size:1.2rem;transition:.2s ease-in-out}.main-menu__media li a:hover{color:var(--blue)}.main-menu .btn-bars{width:40px;height:40px;background:transparent;border:0;margin-right:1rem;display:flex;position:absolute;right:4px;top:9px;flex-direction:column;gap:.6rem;justify-content:center}.main-menu .btn-bars .line-1,.main-menu .btn-bars .line-2,.main-menu .btn-bars .line-3{width:40px;height:4px;background:var(--white);transition:.2s ease-in-out}.main-menu .btn-bars.active .line-2{opacity:0;visibility:visible}.main-menu .btn-bars.active .line-1{transform:rotate(45deg) translate(8px,8px)}.main-menu .btn-bars.active .line-3{transform:rotate(-45deg) translate(9px,-9px)}.main-menu .btn-bars:hover{cursor:pointer}.main-menu.bg-blue{background:rgba(237,246,249,.5)!important}.main-menu.bg-blue .btn-bars .line-1,.main-menu.bg-blue .btn-bars .line-2,.main-menu.bg-blue .btn-bars .line-3{background:var(--black)}.main-menu.bg-blue .btn-bars.active .line-2{opacity:0;visibility:visible}.main-menu.bg-blue .btn-bars.active .line-1{transform:rotate(45deg) translate(8px,8px)}.main-menu.bg-blue .btn-bars.active .line-3{transform:rotate(-45deg) translate(9px,-9px)}.main-menu.bg-blue .btn-bars:hover{cursor:pointer}.main-menu.bg-blue .main-menu__logo img{filter:brightness(1) invert(1)}.main-menu.bg-blue .main-menu__links li a{color:var(--black)}.main-menu.bg-blue .main-menu__media li a,.main-menu.bg-blue .main-menu__media li a:hover{color:var(--blue)}.main-menu.bg-white{background:hsla(0,0%,100%,.5)!important}.main-menu.bg-white .btn-bars .line-1,.main-menu.bg-white .btn-bars .line-2,.main-menu.bg-white .btn-bars .line-3{background:var(--black)}.main-menu.bg-white .btn-bars.active .line-2{opacity:0;visibility:visible}.main-menu.bg-white .btn-bars.active .line-1{transform:rotate(45deg) translate(8px,8px)}.main-menu.bg-white .btn-bars.active .line-3{transform:rotate(-45deg) translate(9px,-9px)}.main-menu.bg-white .btn-bars:hover{cursor:pointer}.main-menu.bg-white .main-menu__logo img{filter:brightness(1) invert(1)}.main-menu.bg-white .main-menu__links li a{color:var(--black)}.main-menu.bg-white .main-menu__media li a,.main-menu.bg-white .main-menu__media li a:hover{color:var(--blue)}@media(max-width:1160px){.main-menu__logo{padding:.5rem 1rem}.main-menu__logo img{height:30px}.main-menu__info{padding:1rem}.main-menu__links{gap:.25rem}.main-menu__links li a{padding:0 .5rem}.main-menu__media{gap:.75rem}.main-menu__media li a{font-size:1.2rem}}@media(max-width:992px){.main-menu{height:60px}.main-menu__logo{padding:.75rem}.main-menu__logo img{height:25px}.main-menu__info{padding:.75rem}.main-menu__links{gap:.25rem}.main-menu__links li a{font-size:.9rem;padding:0 .5rem}.main-menu__media{gap:.5rem}.main-menu__media li a{font-size:1.1rem}}@media(max-width:768px){.main-menu{flex-direction:column}.main-menu__logo{align-items:center}.main-menu__logo img{width:auto;padding-top:5px;height:25px;border-radius:15%}.main-menu__info.mobile{width:calc(100% - 2rem);position:relative;border-radius:0 0 var(--border-radius) var(--border-radius);z-index:999;padding:0 1rem;flex-direction:column;opacity:0;visibility:hidden;height:max-content;transition:.5s ease-in-out}.main-menu__info.mobile .main-menu__links{width:100%;flex-direction:column;align-items:center;padding:0}.main-menu__info.mobile .main-menu__links li{width:100%;display:flex;justify-content:center}.main-menu__info.mobile .main-menu__links li a{width:100%;max-width:unset;font-size:1.1rem;text-align:center;display:flex;justify-content:center}.main-menu__info.mobile .main-menu__media{width:100%;gap:2rem;padding:0;justify-content:center}.main-menu__info.mobile .main-menu__media li a{font-size:1.7rem}.main-menu.active{height:402px}.main-menu.active .main-menu__info.mobile{opacity:1;visibility:visible}}.footer{padding-top:3rem;display:flex;flex-direction:column;width:100%;margin:0 auto}.footer__top{height:100px;background-color:rgba(235,248,254,.1);border-radius:var(--border-radius);display:flex;justify-content:space-between;align-items:center}.footer__start-section{width:100%;display:flex;gap:1rem;padding:0 1.5rem}.footer__start-section .logo img{width:auto;height:40px}.footer__start-section .info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.75rem}.footer__start-section .info a{color:#fff;text-decoration:none;line-height:.9rem;font-weight:500;font-size:1.1rem;position:relative}.footer__start-section .info a:after{content:"";position:absolute;width:0;height:2px;left:0;right:0;bottom:-.4rem;background:#fff;transition:.2s ease-in-out}.footer__start-section .info a:hover:after{width:100%}.footer__end-section{width:max-content;display:flex;padding:0 1.5rem}.footer__media{width:100%;display:flex;gap:2rem}.footer__media li{list-style:none}.footer__media li a{line-height:0;font-size:2rem;color:#fff;transition:.2s ease-in-out}.footer__media li a:hover{color:var(--blue)}.footer__bottom{display:flex;gap:1rem;color:var(--white);align-items:center;justify-content:space-between;padding:1rem 2rem 0}.footer__bottom p{font-size:1rem;margin:0;font-weight:500}.footer__bottom a{font-size:1rem;color:var(--blue);font-style:italic;text-decoration:none;position:relative;font-weight:500}.footer__bottom a:after{content:"";position:absolute;width:0;height:2px;left:0;right:0;bottom:0;background:var(--blue);transition:.2s ease-in-out}.footer__bottom a:hover:after{width:100%}.footer.bg-blue .footer__top{background:rgba(0,0,0,.1)}.footer.bg-blue .footer__top a{color:var(--black)}.footer.bg-blue .footer__top img{filter:brightness(0)}.footer.bg-blue .footer__bottom,.footer.bg-blue .footer__bottom a{color:var(--black)}.footer.bg-blue .footer__bottom a:after{background:var(--black)}.footer.bg-white .footer__media li a{color:var(--blue)!important}.footer.bg-white .footer__top{background:rgba(0,0,0,.1)!important}.footer.bg-white .footer__top a{color:var(--black)!important}.footer.bg-white .footer__top img{filter:brightness(0)}.footer.bg-white .footer__bottom,.footer.bg-white .footer__bottom a{color:var(--black)}.footer.bg-white .footer__bottom a:after{background:var(--black)}@media(max-width:768px){.footer__top{height:80px;padding-top:1rem}.footer__start-section{padding:0 1rem}.footer__start-section .logo img{height:35px}.footer__start-section .info{gap:.6rem}.footer__start-section .info a{line-height:.8rem;font-size:1rem}.footer__end-section{padding:0 1rem;width:100%;display:flex;justify-content:flex-end;gap:1rem}.footer__end-section a{display:flex;justify-content:flex-end;align-items:center;width:max-content;text-decoration:none;color:var(--blue);font-style:italic}.footer__media{gap:.5rem;justify-content:flex-end}.footer__media li a{font-size:1.5rem}.footer__bottom{align-items:flex-start;flex-direction:column-reverse;padding:1rem 1rem 0;gap:.25rem}.footer__bottom p{font-size:.9rem;margin:0}.footer__bottom a{font-size:.9rem}}@media(max-width:575px){.footer__top{height:100px;flex-direction:column;justify-content:space-around;padding-top:1rem}.footer__start-section{width:80%;justify-content:center;align-items:center}.footer__start-section .logo img{height:35px}.footer__start-section .info{gap:.6rem}.footer__start-section .info a{font-size:.8rem}.footer__end-section{width:80%;padding:0;gap:2rem;justify-content:space-between}.footer__media{width:max-content;gap:1rem;padding-left:0;justify-content:flex-start}.footer__media li a{font-size:1.5rem}}@import"https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap";:root{--dark:#080d19;--darklight:#0b1729;--darkblue:#174783;--blue:#56a4e0;--lightblue:#ebf8fe;--black:#000;--white:#fff;--skyblue:#01e4e0;--border-radius:6px;scroll-behavior:smooth;scroll-padding-top:2rem}body,html{font-size:16px;color:var(--dark);box-sizing:content-box;margin:0;padding:0;font-family:Rethink Sans,sans-serif;background:var(--darklight)}body main,html main{width:100%;display:flex;flex-direction:column;position:relative}body main img.bg,html main img.bg{width:100%;top:0;position:absolute;left:0;right:0;margin:0 auto;opacity:.1}body main.bg-dark,html main.bg-dark{background:var(--darklight)}body main.bg-darkBlue,html main.bg-darkBlue{background:#08101d}body main.bg-blue,html main.bg-blue{background:var(--lightblue)}body main.bg-white,html main.bg-white{background:var(--white)}body main .container-menu,html main .container-menu{width:100%;max-width:1640px;top:3rem;z-index:9;position:fixed;left:50%;transform:translate(-50%,-50%)}@media(max-width:1980px){body main .container-menu,html main .container-menu{max-width:1366px}}@media(max-width:1400px){body main .container-menu,html main .container-menu{max-width:1200px}}@media(max-width:1240px){body main .container-menu,html main .container-menu{max-width:unset;width:96%}}@media(max-width:768px){body main .container-menu,html main .container-menu{max-width:250px;width:100%;height:60px;margin:0 auto}}body main .container,html main .container{width:100%;max-width:1640px;margin:0 auto;position:relative}@media(max-width:1980px){body main .container,html main .container{max-width:1366px}}@media(max-width:1400px){body main .container,html main .container{max-width:1200px}}@media(max-width:1240px){body main .container,html main .container{max-width:unset;width:96%}}@media(max-width:575px){body main .container,html main .container{width:80%;margin:0 auto}}body main .container-fluid,html main .container-fluid{width:100%;max-width:1980px;position:relative;margin:0 auto}@media(max-width:575px){body main .container-fluid,html main .container-fluid{max-width:unset}}@media(max-width:768px){body main .padding-page,html main .padding-page{padding:6rem 0 2rem}}body main .padding-page,html main .padding-page{width:100%;display:flex;flex-direction:column;padding:8rem 0 2rem}body main .padding-page .title,html main .padding-page .title{display:flex;align-items:center;justify-content:center}body main .padding-page .title p,html main .padding-page .title p{color:var(--blue);font-size:2.5rem;line-height:2.5rem;font-weight:800;text-transform:uppercase}@media(max-width:768px){body main .padding-page .title p,html main .padding-page .title p{font-size:1.5rem;line-height:1.5rem}body,html{font-size:14px}}