#comparison-small{background:var(--off-white);border-top:1px solid var(--border-dark);padding:var(--gutter-y) var(--gutter)}#comparison-small .cmp-header{margin:0 auto 3rem;max-width:68.75rem;text-align:center}#comparison-small .cmp-heading{color:var(--black);font-size:var(--h2);font-weight:var(--fw-bold);letter-spacing:var(--ls);line-height:var(--lh-small);margin:0 0 3rem}#comparison-small .cmp-grid{align-items:stretch;display:grid;grid-template-columns:1fr 4.5rem 1fr;margin:0 auto;max-width:68.75rem;overflow:hidden}#comparison-small .cmp-panel{background:var(--white);border:1px solid var(--border-dark);padding:3rem;position:relative}#comparison-small .cmp-panel--l5:before{background:var(--red);content:"";height:3px;left:0;position:absolute;right:0;top:0}#comparison-small .cmp-col-label{align-items:center;display:flex;font-size:var(--fs-small);font-weight:var(--fw-bold);gap:.5rem;letter-spacing:var(--ls-large);margin-bottom:2rem;text-transform:uppercase}#comparison-small .cmp-col-label--l5{color:var(--red)}#comparison-small .cmp-col-label--other{color:var(--muted)}#comparison-small .cmp-col-dot{background:currentColor;border-radius:50%;flex-shrink:0;height:5px;width:5px}#comparison-small .cmp-items{display:flex;flex-direction:column}#comparison-small .cmp-item{border-bottom:1px solid var(--border-dark);padding:1.5rem 1rem 1.5rem 2rem}#comparison-small .cmp-item:last-child{border-bottom:none}#comparison-small .cmp-panel--l5 .cmp-item{border-left:3px solid var(--red)}#comparison-small .cmp-panel--other .cmp-item{border-left:1px solid var(--border-dark)}#comparison-small .cmp-item-title{font-size:var(--fs);font-weight:var(--fw-bold);line-height:var(--lh-list);margin-bottom:.3rem}#comparison-small .cmp-panel--l5 .cmp-item-title{color:var(--black)}#comparison-small .cmp-panel--other .cmp-item-title{color:var(--text)}#comparison-small .cmp-item-desc{color:var(--text);font-size:var(--fs-medium);line-height:var(--lh-list)}#comparison-small p:last-of-type.cmp-item-desc{margin-bottom:0}#comparison-small .cmp-vs{align-items:center;display:flex;justify-content:center}#comparison-small .cmp-vs-label{color:var(--muted);font-size:var(--fs-tiny);font-weight:var(--fw-bold);padding:.5rem .35rem}