.start-wrapper{font-family:var(--ff-regular);color:var(--clr-text);height:100%;width:100%;padding:2rem!important}.start-wrapper .start-container{height:100%;width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-evenly;gap:2rem}.start-wrapper .header-container{display:flex;flex-direction:column;justify-content:center}.start-wrapper .content-container{display:flex;flex-direction:column;justify-content:end;align-items:start;gap:1.5rem}.start-wrapper .content-container .title-container{display:flex;justify-content:flex-start;align-items:center;align-self:stretch;gap:1rem}.start-wrapper .content-container .title-container .title{font-family:var(--ff-semibold);font-size:2rem;line-height:1.2}@media screen and (min-width:1024px){.start-wrapper .content-container .title-container .title{font-size:4rem;line-height:1.3}}.start-wrapper .content-container .welcome-text{font-size:1.25rem;font-weight:500;line-height:1.5;opacity:.5}