.hero-spb{grid-template-columns:1fr;width:100%;margin-top:-95px;display:grid}@media only screen and (min-width:768px){.hero-spb{grid-template-columns:repeat(2,1fr)}}.hero-spb__image{width:100%}.hero-spb__image img{object-fit:contain;width:100%;height:auto}@media only screen and (min-width:768px){.hero-spb__image img{object-fit:cover;height:100%;max-height:580px}}.hero-spb__content{width:100%}@media only screen and (min-width:768px){.hero-spb__content{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}}.hero-spb__content__wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:2rem 1rem;display:flex}@media only screen and (min-width:768px){.hero-spb__content__wrapper{max-width:368px;padding-left:2rem}}@media only screen and (min-width:1024px){.hero-spb__content__wrapper{gap:1.875rem;max-width:496px;padding-top:4rem;padding-bottom:4rem}}@media only screen and (min-width:1280px){.hero-spb__content__wrapper{max-width:624px;padding-left:4rem}}.hero-spb__content__social-proof{flex-direction:row;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.hero-spb__content__social-proof__tab{border:1px solid #7c7884;-webkit-border-radius:9999px;border-radius:9999px;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:auto;height:2.5rem;padding:0 1rem;display:flex}@media only screen and (min-width:1024px){.hero-spb__content__social-proof__tab{padding:0 2rem}}.hero-spb__content__social-proof__tab img{object-fit:contain;width:1.5rem;height:auto}.hero-spb__content__social-proof__tab p{color:#1d3a44;font-size:12px;font-weight:600}@media only screen and (min-width:1024px){.hero-spb__content__social-proof__tab p{font-size:16px}}.hero-spb__content__title{color:#1d3a44;text-align:center;font-size:30px;font-weight:700;line-height:1.15}@media only screen and (min-width:1024px){.hero-spb__content__title{font-size:50px}}.hero-spb__content__description{color:#1d3a44;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.hero-spb__content__cta{flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:17.5rem;height:2.75rem;padding:0 1.875rem;display:flex}.hero-spb__content__cta--form{color:#1d3a44;background:#ffca30;font-size:18px;font-weight:700;transition:all .15s ease-in-out}.hero-spb__content__cta--form:hover{color:#fff;background:#0652a0}