@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@property --toast-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes toastSpin{0%{--toast-angle:0deg}to{--toast-angle:360deg}}@keyframes starPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes mtTickPop{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}80%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes mtHeaderPulse{0%{box-shadow:0 0 #f28b3000}30%{box-shadow:0 0 12px 4px #f28b3059}60%{box-shadow:0 0 4px 1px #f28b3026}to{box-shadow:0 0 #f28b3000}}.lp-fade-up{animation:.4s ease-out both fadeUp}.lp-slide-in{animation:.35s ease-out both slideIn}.lp-pulse-dot{animation:2s infinite pulse}.lp-toast-glow{animation:3s linear infinite toastSpin}.lp-star-pop{animation:.5s ease-out both starPop}.lp-cta-glow{animation:4s linear infinite toastSpin}@keyframes boldPop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.lp-bold-pop{animation:.4s ease-out both boldPop;display:inline-block}.lp-mt-tick-pop{animation:.4s ease-out both mtTickPop}.lp-mt-header-pulse{animation:.8s ease-out 1.3s both mtHeaderPulse}.lp-ftab{cursor:pointer;border:none;font-family:inherit;transition:all .2s}.lp-ftab:hover{background:#ffffff14!important}
.lp-tgrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:900px){.lp-tgrid{grid-template-columns:repeat(2,1fr)}.lp-tgrid>:nth-child(4){display:none}}@media (max-width:560px){.lp-tgrid{grid-template-columns:1fr}.lp-tgrid>:nth-child(4){display:none}}@media (min-width:769px){.lp-mobile-sticky-cta{display:none!important}}@media (max-width:768px){.lp-toast-container{display:none!important}}@media (max-width:560px){.lp-trust-pill:nth-child(n+3){display:none!important}}@media (min-width:769px){.lp-hero-cta-mobile{display:none!important}}.lp-trust-grid-6{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:900px){.lp-trust-grid-6{grid-template-columns:repeat(2,1fr)}.lp-trust-grid-6>:nth-child(n+5){display:none}}@media (max-width:560px){.lp-trust-grid-6{grid-template-columns:1fr}.lp-trust-grid-6>:nth-child(n+3){display:none}}
