@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");.lp-report-preview{background-color:#151515;box-sizing:border-box;left:50%;margin-left:-50vw;padding:0 0 80px;position:relative;width:100vw}.lp-report-preview-container{box-sizing:border-box;margin:0 auto;max-width:1580px;padding:0 70px;width:100%}.lp-report-preview-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.lp-report-preview-image-col{align-items:center;display:flex;justify-content:center}.lp-report-preview-image{display:block;height:auto;max-width:550px;width:100%}.lp-report-preview-placeholder{align-items:center;background-color:#1e1e1e;border:2px dashed #333;border-radius:8px;display:flex;height:550px;justify-content:center;width:550px}.lp-report-preview-placeholder span{color:#666;font-family:Inter,sans-serif;font-size:14px}.lp-report-preview-headline{color:#fff;font-family:Inter,sans-serif;font-size:48px;font-weight:500;letter-spacing:-1.92px;line-height:1.2;margin:0 0 24px}.lp-report-preview-bullets ul{display:flex!important;flex-direction:column!important;gap:12px!important;list-style:disc!important;margin:0!important;padding-left:28px!important}.lp-report-preview-bullets li,.lp-report-preview-bullets p{color:#fff!important;font-family:Inter,sans-serif!important;font-size:18px!important;font-weight:400!important;line-height:1.2!important;margin:0!important}@media (max-width:992px){.lp-report-preview-grid{gap:3rem;grid-template-columns:1fr}.lp-report-preview-headline{font-size:36px}.lp-report-preview-bullets li,.lp-report-preview-bullets p{font-size:18px!important}}@media (max-width:768px){.lp-report-preview{padding:0 0 60px}.lp-report-preview-container{padding:0 20px}.lp-report-preview-headline{font-size:30px;letter-spacing:-1.2px}.lp-report-preview-placeholder{height:300px;width:100%}}.lp-report-preview-btn{align-items:center;background-color:#8aec64;border:1px solid #8aec64;border-radius:60px;color:#000!important;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:18px;font-weight:500;gap:8px;line-height:1.2;margin-top:8px;padding:10px 20px;text-decoration:none!important;transition:background-color .3s ease,color .3s ease,border-color .3s ease,border-radius .3s ease,box-shadow .3s ease;white-space:nowrap;width:fit-content}.lp-report-preview-btn:hover{background-color:#000;border-color:#8aec64;border-radius:50px;box-shadow:0 0 24px 0 rgba(138,236,100,.7),inset 0 0 24px 0 #8aec64;color:#fff!important}.lp-report-preview-btn-arrow{display:inline-flex;flex-shrink:0;height:20px;overflow:hidden;position:relative;width:20px}.lp-report-preview-btn-arrow-track{display:flex;gap:4px;transform:translateX(-24px);transition:transform .3s ease}.lp-report-preview-btn:hover .lp-report-preview-btn-arrow-track{transform:translateX(0)}