@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800&display=swap);.navBar[data-v-1f54d702]{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navBar .logo[data-v-1f54d702],.navBar[data-v-1f54d702]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navBar .logo[data-v-1f54d702]{padding:20px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fill-available}.navBar .logo img[data-v-1f54d702]{width:80px;display:block;margin-right:30px}.navBar .logo .heading p[data-v-1f54d702]{text-align:left;color:#00386b;font-size:30px;font-weight:700;line-height:40px;margin:0}.navBar .logo .heading .sub[data-v-1f54d702]{font-weight:400;font-size:20px}.navBar .routes[data-v-1f54d702]{background:#00386b;width:-webkit-fill-available;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:10px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navBar .routes .route[data-v-1f54d702]{text-decoration:none;margin:20px 20px 20px 0;font-size:16px;color:#fff;font-weight:600;text-transform:uppercase}.navBar .routes .router-link-active[data-v-1f54d702]{color:#51b5e0}.footer[data-v-f90d9c96]{margin-top:100px;background:#00386b;width:100%;height:100px}.footer .content[data-v-f90d9c96]{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer .content p[data-v-f90d9c96]{color:#fff}body{margin:0;height:100%;width:100%;min-height:100vh}body .comingSoon{font-size:40px;margin:30px 0;color:rgba(111,0,41,.8);font-weight:600}#app{margin:0 auto;font-family:Roboto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;height:100%;width:100%;background:#fff;min-height:100vh}#app .fade-enter-active,#app .fade-leave-active{overflow:hidden;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:height,opacity;transition-property:height,opacity}#app .fade-enter,#app .fade-leave-active{opacity:0}