.comparison-table table{table-layout:fixed;width:100%;border-collapse:collapse;overflow-x:auto}.comparison-table table~.button{margin:2.5rem auto 0}.comparison-table table thead th{text-align:center;padding:15px;background-color:var(--table-header-bg,transparent)}.comparison-table table thead th:first-child{padding-left:0}.comparison-table table thead th .h5{display:block;margin-top:.85em;color:var(--table-header-text,var(--h5-color))}.comparison-table table thead th .callout{font:var(--eyebrow-font);letter-spacing:var(--eyebrow-letter-spacing);color:var(--eyebrow-color);display:block;font-size:.75em;letter-spacing:unset;color:var(--table-header-eyebrow,var(--accent-color))}@media not screen and (min-width:768px){.comparison-table table thead th .callout{font-size:var(--eyebrow-mobile-size);line-height:var(--eyebrow-mobile-line-height)}}.comparison-table table thead th .callout~.h5{margin-top:0}.comparison-table table tbody tr{border-bottom:var(--borders)}@media not screen and (min-width:768px){.comparison-table table tbody tr:first-child{border-top:var(--borders)}}.comparison-table table tbody tr td,.comparison-table table tbody tr th{padding:15px}.comparison-table table tbody tr th{background-color:var(--table-features-bg,transparent);color:var(--table-features-text,var(--base-color));text-align:left}@media not screen and (min-width:768px){.comparison-table table tbody tr th{text-align:center;font-size:.9em}}.comparison-table table tbody tr td{text-align:center}.comparison-table table tbody tr td:nth-child(2n){background-color:var(--table-even-bg,transparent);color:var(--table-even-text,var(--base-color))}.comparison-table table tbody tr td:nth-child(2n) svg{fill:var(--table-even-icon,var(--accent-color))}.comparison-table table tbody tr td:nth-child(odd):not(:first-child){background-color:var(--table-odd-bg,var(--light-bg));color:var(--table-odd-text,var(--base-color))}.comparison-table table tbody tr td:nth-child(odd):not(:first-child) svg{fill:var(--table-odd-icon,var(--accent-color))}.comparison-table table tbody tr td svg{height:var(--icon-height,18px);width:auto}.comparison-table .footer_text{margin-top:4rem}