html,body{overflow-x:hidden;max-width:100%}.fml-trust-scroll-wrapper{position:relative;background:#fff0;z-index:1}.fml-trust-sticky-box{position:relative;height:auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:20}body.scroll-complete .fml-trust-sticky-box{opacity:1}.trust-grid-container{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0;width:100%;max-width:800px}@media (min-width:769px){.trust-grid-container{grid-template-columns:repeat(4,1fr);gap:20px}}.trust-card{background-color:#f8f9fa;border-radius:14px;padding:14px 22px;display:flex;align-items:center;justify-content:flex-start;gap:16px;box-shadow:0 2px 5px rgb(0 0 0 / .03);transition:transform 0.2s ease,background-color 0.2s ease;min-width:0}html.js .trust-card{opacity:0;transform:translateY(20px);will-change:opacity,transform}.trust-card.is-in-view{opacity:1;transform:translateY(0);transition:opacity 0.6s cubic-bezier(.34,1.56,.64,1),transform 0.6s cubic-bezier(.34,1.56,.64,1),background-color 0.2s ease}.trust-card.is-in-view:hover{transform:translateY(-2px);background-color:#f1f3f5}.trust-icon{flex-shrink:0}.trust-icon svg{width:40px;height:40px;color:#1e1b4b;stroke-width:1.8px}@media (max-width:480px){.trust-icon svg{width:34px;height:34px}}.trust-text{display:flex;flex-direction:column;line-height:1.15;text-align:left;min-width:0;flex:1}.trust-number{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:24px;font-weight:800;color:#000;letter-spacing:-.5px;line-height:1.2;white-space:nowrap}.trust-label{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:14px;font-weight:500;color:#666;margin-top:4px;line-height:1.2;white-space:nowrap}@media (max-width:480px){.trust-number{font-size:20px}.trust-label{font-size:12px}.trust-card{padding:11px 18px;gap:14px}}html.js .fade-in-up{opacity:0;transform:translateY(20px)}.fade-in-up.aos-animate{opacity:1;transform:translateY(0)}body:not(.fml-ready) .fml-trust-sticky-box{background:#fff}body:not(.fml-ready) .trust-card{opacity:1;transform:none;background:#f3f4f6;box-shadow:none}body:not(.fml-ready) .trust-card .trust-icon svg{opacity:0}body:not(.fml-ready) .trust-card .trust-icon::before{content:"";display:block;width:40px;height:40px;border-radius:999px;background:#e1e5ec}body:not(.fml-ready) .trust-number,body:not(.fml-ready) .trust-label{color:#fff0;background:#e1e5ec;border-radius:6px;display:inline-block}body:not(.fml-ready) .trust-number{min-width:52px;height:20px}body:not(.fml-ready) .trust-label{min-width:70px;height:12px;margin-top:6px}