.navbar{background-color:white;height:128px}.navbar,.navbar .navbar-top{display:flex;flex-direction:column;align-items:center;width:100%}.navbar .navbar-top{justify-content:center;height:60%;border-bottom:1px solid rgba(0,0,60,.247)}.navbar .navbar-top .logo{width:130px;object-fit:contain}.navbar .navbar-bottom{justify-content:center;height:40%;width:50%}.navbar .navbar-bottom,.navbar .navbar-bottom ul{display:flex;flex-direction:row;align-items:center}.navbar .navbar-bottom ul{justify-content:space-between;width:55%}.navbar .navbar-bottom ul .option{color:black;text-decoration:none}.navbar .navbar-bottom ul .option li{color:black;list-style:none;font-weight:500;font-size:14px;cursor:pointer;transition:all .1s ease-in}.navbar .navbar-bottom ul .option li:hover{color:#263beb}@media screen and (max-width:700px){.navbar .navbar-bottom ul{width:100%}}@media screen and (max-width:500px){.navbar .navbar-bottom{width:80%}.navbar .navbar-bottom ul{width:100%}}@media screen and (max-width:400px){.navbar .navbar-top .logo{width:100px;object-fit:contain}}.footer{flex-direction:column;justify-content:flex-start;padding-top:82px;padding-left:140px;padding-right:140px;min-height:90vh;height:100%;background-color:#060823}.footer,.footer .footer-top{display:flex;align-items:flex-start;width:100%}.footer .footer-top{flex-direction:row;justify-content:space-between;border-bottom:1px solid white}.footer .footer-top .logo{object-fit:contain;width:140px;height:140px}.footer .footer-top h1{color:white;font-family:Times New Roman,Times,serif}.footer .footer-top ul{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.footer .footer-top ul li{list-style:none;margin-left:10px}.footer .footer-top ul li .icon{color:white;font-size:34px;cursor:pointer;transition:all .1s ease-in}.footer .footer-top ul li .icon:hover{color:#263beb}.footer .footer-middle{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;margin-top:72px;width:100%;padding-bottom:72px;border-bottom:1px solid white}.footer .footer-middle .subscribe-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:30%}.footer .footer-middle .subscribe-container h3{color:white;font-size:18px;font-weight:400;margin-bottom:12px}.footer .footer-middle .subscribe-container input{width:100%;height:48px;border:2px solid white;color:white;background-color:transparent;font-size:16px;padding:7px;border-radius:4px;margin-bottom:12px}.footer .footer-middle .subscribe-container button{width:100%;margin-top:12px;background-color:#263beb;color:white;border:none;height:38px;border-radius:4px}.footer .footer-middle .footer-menu{display:flex;flex-direction:column;width:20%}.footer .footer-middle .footer-menu .footer-option{text-decoration:none;color:white}.footer .footer-middle .footer-menu h3{color:white;font-size:18px;font-weight:400}.footer .footer-middle .footer-menu p{color:white;font-size:14px;font-weight:300;margin-top:14px}.footer .footer-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.footer .footer-bottom p{color:white;margin-top:18px;font-size:10px}@media screen and (max-width:1000px){.footer{padding:44px}}@media screen and (max-width:800px){.footer{padding:44px}.footer .footer-middle .footer-menu{display:flex;flex-direction:column;width:33%}.footer .footer-middle .footer-menu h3{color:white;font-size:14px;font-weight:400}.footer .footer-middle .footer-menu p{color:white;font-size:10px;font-weight:300;margin-top:14px}}