.lets-get-started{color:var(--white);border-radius:var(--radius-m);background:url(/lets-get-started-bg.jpg) 50%/cover no-repeat;flex-direction:column;width:calc(100% - 30px);margin:0 15px 30px;padding:25px 0;font-size:12px;font-weight:500;overflow:hidden}@layer mixins{.lets-get-started{justify-content:center;align-items:center;display:flex}}@media (min-width:1000px){.lets-get-started{border-radius:0;width:100%;margin:0 0 50px;padding:80px 0}.lets-get-started .logged-out-homepage-title{margin-bottom:20px}}.lets-get-started__content{height:100%}.lets-get-started__cta{border-radius:var(--border-radius-md);background-color:var(--v2-purple-400);padding:10px 38px}.lets-get-started__cta:hover{background-color:var(--v2-purple-300)}@media (min-width:1000px){.lets-get-started__cta{padding:10px 60px}}