*{box-sizing:border-box}body{margin:0}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2f4858}.slide-up-enter-to,.slide-up-leave-to{transform:translateY(-100vh)}.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:transform 1s}.slide-down-leave-to{transform:translateY(100vh)}.slide-down-enter{transform:translateY(-200vh)}.slide-down-enter-to{transform:translateY(-100vh)}.mb-button{border-radius:32px;border:2px solid #fff;background-color:#fff;font-weight:700}.mb-button.mb-button--primary{color:#2f4858;background-color:#fff}.mb-button.mb-button--secondary{color:#fff;background-color:transparent}.mb-button[disabled]{color:grey;background-color:hsla(0,0%,82.7%,.5);border:2px solid hsla(0,0%,82.7%,.5)}.home{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#86bbd8}.home .home__icon{height:64px;width:64px;border-radius:64px;margin:12px}@media screen and (min-width:768px){.home .home__icon{height:100px;width:100px;border-radius:100px}}.home .title{color:#2f4858;font-size:3rem;margin:0}@media screen and (min-width:768px){.home .title{font-size:5rem}}.home .actions{display:flex;flex-direction:column;align-items:center;justify-items:center}.home .actions .mb-button{margin:4px 0}@media screen and (min-width:768px){.home .actions{flex-direction:row}.home .actions .mb-button{margin:0 4px}}