table.comparison-table{width:100%;border-collapse:collapse;margin-bottom:3.125rem;font-size:1.25rem;line-height:2rem;font-style:normal}table.comparison-table th{text-align:center;font-weight:600;padding:1.125rem 0}table.comparison-table tbody th{text-align:right;vertical-align:middle;width:17.25%;padding-right:1.5rem}table.comparison-table tbody td{padding:1.125rem 0;text-align:center;font-weight:300}table.comparison-table tbody tr:nth-child(odd) td{background-color:var(--color-off-white)}table.comparison-table tbody tr:nth-child(odd) td:nth-child(2){border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}table.comparison-table tbody tr:nth-child(odd) td:nth-child(3){border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}table.comparison-table tbody td img{display:block;margin:0 auto 0.75rem auto;width:1.25rem;height:1.25rem;aspect-ratio:1 / 1}@media (max-width:768px){table.comparison-table{margin-bottom:2.5rem;font-size:1rem;line-height:1.5rem}table.comparison-table thead tr th{width:50%;padding:0 1rem 1rem}table.comparison-table tbody{display:block}table.comparison-table tbody tr{display:grid;grid-template-areas:"title title" "column1 column2";grid-template-columns:1fr 1fr}table.comparison-table tbody tr:nth-child(odd){background-color:var(--color-off-white)}table.comparison-table tbody tr th{padding-left:1rem;padding-right:1rem;padding-bottom:0.5rem;grid-area:title;width:100%;text-align:center;box-sizing:border-box}table.comparison-table tbody tr td.one{padding-left:1rem;padding-right:1rem;grid-area:column1}table.comparison-table tbody tr td.two{padding-left:1rem;padding-right:1rem;grid-area:column2}table.comparison-table tbody tr:nth-child(odd) td:nth-child(2),table.comparison-table tbody tr:nth-child(odd) td:nth-child(3){border-radius:0}}