*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:6rem}.app{background-color:#eee;min-height:100vh;min-width:300px}.app h1{font-size:2.5rem;font-weight:bolder;padding:1rem 0 0 2rem}.container{display:flex;gap:3rem;padding:2rem}.sidebar{background-color:#fff;border-radius:.5rem;display:flex;flex-direction:column;max-height:62rem;max-width:25rem;min-width:25rem}.sidebar h2{font-size:1.75rem;font-weight:800;padding:1rem}.launch-year{align-items:center;display:flex;flex-direction:column}.launch-year h3{border-bottom:.2rem solid grey;font-size:1.75rem;font-weight:400;padding:0 4rem}.years{display:flex;flex-wrap:wrap;gap:1rem 5rem;padding:2rem}.years button{background-color:#b6e388;border:none;border-radius:.5rem;cursor:pointer;font-size:1.75rem;outline:none;padding:.5rem 2rem;text-decoration:none}.years .active,.years button:hover{background-color:#138808}.sidebar .success{align-items:center;display:flex;flex-direction:column}.sidebar .success h3{border-bottom:2px solid grey;font-size:1.75rem;font-weight:400;padding:0 1rem}.sidebar .success .buttons{display:flex;flex-wrap:wrap;gap:1rem 5rem;padding:2rem}.sidebar .success .buttons button{background-color:#b6e388;border:none;border-radius:.5rem;cursor:pointer;font-size:1.75rem;outline:none;padding:.5rem 2rem;text-decoration:none}.sidebar .success .buttons .btn1,.sidebar .success .buttons button:hover{background-color:#138808}.dashboard{display:flex;flex-wrap:wrap;gap:2rem;max-width:112rem}.card{background-color:#fff;border-radius:.5rem;height:32rem;padding:1.5rem;width:26rem}.card .inner-card{background-color:#fff;height:100%;width:100%}.card .inner-card img{background-color:#eee;height:16rem;object-fit:contain;width:100%}.card .inner-card .card-info{width:100%}.card .inner-card .card-info h2{padding:.2rem 0}.card .inner-card .card-info h3{padding:.25rem 0}.card .inner-card .card-info h2,h3{font-size:1.5rem;font-weight:700}.card .inner-card .card-info h2{color:#00308f}.card .inner-card .card-info ul li{color:#00308f;display:inline;font-size:1.2rem;font-weight:800;text-align:center}.card .inner-card .card-info h2 span{color:#00308f;font-size:1.5rem;font-weight:800}.card-info span{color:#00308f}.footer{align-items:center;display:flex;justify-content:center;padding:2rem}.footer h2,.footer span{font-size:2rem}.footer span{color:#00308f;cursor:pointer;text-decoration:underline}@media only screen and (max-width:700px){html{font-size:80%}.container{flex-direction:column}.container,.dashboard{align-items:center;display:flex;justify-content:center}.dashboard{width:30rem}.footer{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer h2,span{font-size:1.5rem}}@media (min-width:700px) and (max-width:1024px){html{font-size:54%}}.loadingSpinnerContainer{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:5000}.loadingSpinner{-webkit-animation:spin 1.2s linear infinite;animation:spin 1.2s linear infinite;border-color:#000 transparent #555;border-radius:50%;border-style:solid;border-width:8px;height:64px;width:64px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.98d25534.css.map*/