.comparison-table table{border-collapse:collapse;overflow-x:auto;table-layout:fixed;width:100%}.comparison-table table~.button{margin:2.5rem auto 0}.comparison-table table thead th{background-color:var(--table-header-bg,transparent);padding:15px;text-align:center}.comparison-table table thead th:first-child{padding-left:0}.comparison-table table thead th .h5{color:var(--table-header-text,var(--h5-color));display:block;margin-top:.85em}.comparison-table table thead th .callout{color:var(--eyebrow-color);color:var(--table-header-eyebrow,var(--accent-color));display:block;font:var(--eyebrow-font);font-size:.75em;letter-spacing:var(--eyebrow-letter-spacing);letter-spacing:unset}@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{font-size:.9em;text-align:center}}.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}