.home-container{min-height:100vh;background:#000;display:flex;justify-content:center;padding:20px}.home-content{display:flex;flex-direction:column;text-align:center}.home-hidden{position:absolute;top:-100000px;left:-1000000px}.home-logo{width:100%;max-width:600px}.home-logo svg{width:100%;height:auto}.home-slogan{font-size:2rem;color:#e5e5e5;font-weight:300;letter-spacing:.5px;line-height:1.4;margin:0}.home-highlight{color:#ff398a;font-weight:500}@media (max-width:768px){.home-container{padding-top:70px}.home-logo{max-width:400px;margin-bottom:30px}.home-slogan{font-size:1.5rem}}@media (max-width:480px){.home-logo{max-width:300px;margin-bottom:20px}.home-slogan{font-size:1.2rem}}@media print{.home-container{background:#fff}.home-highlight,.home-slogan{color:#000}}