.home-section{color:#000;background-color:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:5rem;padding-bottom:3rem;display:flex}.home-container{flex-direction:column;align-items:center;gap:2rem;width:90%;max-width:1200px;display:flex}.left-content{text-align:center;flex-direction:column;gap:1.25rem;width:100%;display:flex}.title{color:#337af5;font-size:1.75rem;font-weight:700;line-height:1.2}.title .highlight{color:#107ecc}.description{color:#94979c;font-size:1rem;line-height:1.6}.buttons{flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin:0 auto;display:flex}.button-primary,.button-secondary{cursor:pointer;text-align:center;border:none;border-radius:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s}.button-primary{color:#fff;background-color:#16a34a}.button-primary:hover{background-color:#15803d}.button-secondary{color:#fff;background-color:#111827;border:1px solid #374151}.button-secondary:hover{background-color:#1f2937}.right-content{justify-content:center;align-items:center;width:100%;display:flex}.image{object-fit:contain;max-width:100%;height:auto}@media (min-width:480px){.home-section{padding-top:6rem;padding-bottom:4rem}.home-container{gap:2.5rem}.title{font-size:2rem}.description{max-width:90%;margin:0 auto;font-size:1.0625rem}.buttons{max-width:320px}}@media (min-width:640px){.title{font-size:2.25rem}.buttons{flex-flow:wrap;justify-content:center;max-width:400px}}@media (min-width:768px){.home-section{padding-top:6.5rem;padding-bottom:5rem}.home-container{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}.left-content{text-align:left;flex:1;width:auto;max-width:520px}.title{font-size:2.5rem}.description{max-width:24rem;margin:0;font-size:1.125rem}.buttons{justify-content:flex-start;width:auto;max-width:none}.right-content{flex:1;justify-content:flex-end}.image{max-width:100%;height:auto}}@media (min-width:1024px){.home-section{padding-top:7rem;padding-bottom:6rem}.home-container{gap:4rem}.left-content{gap:1.5rem}.title{font-size:2.75rem}.description{max-width:26rem;font-size:1.1875rem}.buttons{gap:1rem;padding-top:.5rem}}@media (min-width:1280px){.home-section{padding-top:7.5rem;padding-bottom:7rem}.home-container{gap:5rem}.left-content{max-width:560px}.title{font-size:3rem}.description{max-width:28rem;font-size:1.25rem}}
