.front-page{background-color:var(--lighter)}.front-page .logo{background-color:var(--dark-light);text-align:center}.front-page .logo img{max-width:30rem;width:80%;margin-bottom:2rem}.front-page .logo .title{display:none;color:var(--lighter);margin-top:0;font-size:4rem;line-height:1;margin-bottom:1rem}.front-page .logo .sub-title{color:var(--lighter);opacity:.5;line-height:1;font-size:1.4rem;margin:0}.front-page .content>div{width:400px;max-width:80%}@media(min-width:1201px){.front-page{display:flex}.front-page>*{height:100%;flex:1;min-width:50%;display:flex;justify-content:center;align-items:center}.front-page.reverse>div:first-child{order:2}.front-page.reverse>div:nth-child(2){order:1}}@media(max-width:1200px){.front-page .logo{padding:3rem 0}.front-page .logo .title{font-size:3.5rem}.front-page .logo .sub-title{font-size:1.2rem}.front-page .content{padding:2rem;display:flex;justify-content:center}}