@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:wght@400;500;700&family=Work+Sans:wght@400;500;700&display=swap");:root{--sim-max:1160px;--sim-gap-x:2.5rem;--sim-gap-y:2.75rem;--sim-text:#1d2b39;--sim-muted:#5c6b7a;--sim-rule:#09274a;--sim-bg:#fff}.simatrix{background:var(--sim-bg);padding:1rem}.simatrix__inner{margin:0 auto;max-width:var(--sim-max)}.simatrix__grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:0}.simatrix__cell{border-left:1px solid var(--sim-rule);border-top:1px solid var(--sim-rule);padding:var(--sim-gap-y) var(--sim-gap-x);text-align:center}.simatrix__cell:nth-child(-n+3){border-top:none}.simatrix__cell:nth-child(3n+1){border-left:none}.simatrix__icon{display:block;height:60px;margin:0 auto 1rem;object-fit:contain;width:60px}.simatrix__cell-title{color:#09274a;font-family:Reddit Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:700;margin:.6rem 0 .5rem}.simatrix__cell-body{color:#09274a;font-family:Work Sans,system-ui,sans-serif;font-weight:400;line-height:1.55;margin:0 auto;max-width:32ch}.simatrix__cell-body p{margin:0}.simatrix--theme-dark{--sim-text:#e8eef7;--sim-muted:#b9c7d6;--sim-rule:#09274a}@media (max-width:1024px){.simatrix__cell{padding:2.25rem 1.75rem}}@media (max-width:920px){.simatrix__grid{grid-template-columns:1fr}.simatrix__cell{border:none;padding:2.5rem 2rem}.simatrix__cell+.simatrix__cell{border-top:1px solid var(--sim-rule)}.simatrix__icon{height:72px;margin:0 auto 1.25rem;width:72px}.simatrix__cell-title{font-size:1.3rem;margin:1rem 0 .75rem}.simatrix__cell-body{font-size:1.05rem;max-width:none;padding:0 1rem}}