.product-showcase{--rows-total:10;--row-tab:1;--row-title:2;--row-meta:3;--row-users:4;--row-pricing:5;--row-cta:6;--row-divider:7;--row-included:8;--row-in-app:9;--row-footnote:10;width:100%}.product-showcase__cards{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(var(--card-count,1),minmax(0,1fr));grid-template-rows:repeat(var(--rows-total),auto);justify-content:center;row-gap:0;width:100%}.product-showcase .product-showcase__card,.product-showcase .product-showcase__column{display:contents}.product-showcase .product-showcase__card-frame{border:1px solid #171138;border-radius:24px;box-sizing:border-box;grid-column:var(--card-col-line);grid-row:var(--row-tab)/var(--row-footnote);pointer-events:none;position:relative;z-index:1}.product-showcase .product-showcase__footnote{color:#43474d;font-family:Source Sans Pro,Source Sans Pro fallback,sans-serif;font-size:14px;font-weight:400;grid-column:var(--card-col-line);grid-row:var(--row-footnote);line-height:20px;margin:24px 0 0}.product-showcase .product-showcase__card-tab{align-items:center;background:#e7e7eb;border-top-left-radius:24px;border-top-right-radius:24px;box-sizing:border-box;display:flex;grid-column:var(--card-col-line);grid-row:var(--row-tab);min-height:40px;padding:12px 32px}.product-showcase .product-showcase__card-tab--empty{visibility:hidden}.product-showcase .product-showcase__tag{font-family:Open Sans,Open Sans fallback,sans-serif;font-size:12px;font-weight:400;line-height:16px;margin:0}.product-showcase .product-showcase__cta-row,.product-showcase .product-showcase__meta,.product-showcase .product-showcase__pricing,.product-showcase .product-showcase__title,.product-showcase .product-showcase__users{box-sizing:border-box;grid-column:var(--card-col-line);padding-left:32px;padding-right:32px}.product-showcase .product-showcase__title{font-family:Barlow,Barlow fallback,sans-serif;font-size:24px;font-weight:700;grid-row:var(--row-title);line-height:1.2;margin:0;padding-top:32px}.product-showcase .product-showcase__cta-row,.product-showcase .product-showcase__meta,.product-showcase .product-showcase__pricing,.product-showcase .product-showcase__users{padding-top:16px}.product-showcase .product-showcase__meta{display:flex;flex-direction:column;grid-row:var(--row-meta)}.product-showcase .product-showcase__meta-value{padding-top:16px}.product-showcase .product-showcase__meta-label,.product-showcase .product-showcase__section-label,.product-showcase .product-showcase__users-label{font-family:Barlow,Barlow fallback,sans-serif;font-size:14px;font-weight:700;line-height:18px}.product-showcase .product-showcase__feature-text,.product-showcase .product-showcase__meta-value,.product-showcase .product-showcase__user-toggle-btn,.product-showcase .product-showcase__user-value{font-family:Barlow,Barlow fallback,sans-serif;font-size:14px;font-weight:400;line-height:18px}.product-showcase .product-showcase__users{display:flex;flex-direction:column;gap:8px;grid-row:var(--row-users)}.product-showcase .product-showcase__user-value{align-items:center;display:flex;min-height:36px}.product-showcase .product-showcase__user-toggle{align-items:center;align-self:stretch;background:#fff;border:1px solid #e0e0e0;border-radius:9999px;box-sizing:border-box;display:grid;gap:4px;grid-template-columns:repeat(var(--thumb-count,2),1fr);min-height:36px;padding:4px;position:relative}.product-showcase .product-showcase__user-toggle-thumb{background:#0f1f3d;border-radius:9999px;bottom:4px;left:4px;pointer-events:none;position:absolute;top:4px;transform:translate(calc(var(--thumb-index, 0)*(100% + 4px)));transition:transform .3s cubic-bezier(.4,0,.2,1);width:calc((100% - 8px - (var(--thumb-count, 2) - 1)*4px)/var(--thumb-count, 2))}.product-showcase .product-showcase__user-toggle-btn{align-items:center;background:transparent;border:none;border-radius:9999px;color:inherit;cursor:pointer;display:inline-flex;height:24px;justify-content:center;line-height:1;margin:0;padding:0 16px;position:relative;transition:color .2s ease;white-space:nowrap;z-index:1}.product-showcase .product-showcase__user-toggle-btn--active{color:#fff;font-weight:600}.product-showcase .product-showcase__pricing{align-items:stretch;display:flex;flex-direction:column;gap:4px;grid-row:var(--row-pricing);justify-content:flex-start}.product-showcase .product-showcase__variant-stack{display:grid;grid-template-columns:1fr}.product-showcase .product-showcase__variant-layer{grid-column:1;grid-row:1;opacity:0;pointer-events:none;transition:opacity .2s ease}.product-showcase .product-showcase__variant-layer--active{opacity:1;pointer-events:auto}.product-showcase .product-showcase__original-price{color:#747188;font-family:Barlow,Barlow fallback,sans-serif;font-feature-settings:"tnum" 1;font-size:16px;font-variant-numeric:tabular-nums;font-weight:600;line-height:20px;min-height:20px;text-decoration:line-through}.product-showcase .product-showcase__original-price--empty{pointer-events:none;text-decoration:none;visibility:hidden}.product-showcase .product-showcase__price{align-items:baseline;display:flex}.product-showcase .product-showcase__price-amount{font-family:Barlow,Barlow fallback,sans-serif;font-feature-settings:"tnum" 1;font-size:28px;font-variant-numeric:tabular-nums;font-weight:600;line-height:32px}.product-showcase .product-showcase__price-period{font-family:Open Sans,Open Sans fallback,sans-serif;font-size:14px;font-weight:400;line-height:22px;margin-left:4px}.product-showcase .product-showcase__cta-row{align-self:start;grid-row:var(--row-cta)}.product-showcase .product-showcase__cta-row .product-showcase__cta{box-sizing:border-box;display:block;width:100%}.product-showcase .product-showcase__cta-form{display:block;margin:0;width:100%}.product-showcase .product-showcase__divider{border:none;border-top:1px solid #171138;grid-column:var(--card-col-line);grid-row:var(--row-divider);margin:32px 0 0;width:100%}.product-showcase .product-showcase__section{box-sizing:border-box;grid-column:var(--card-col-line);padding-left:32px;padding-right:32px}.product-showcase .product-showcase__section-inner{display:flex;flex-direction:column;gap:16px}.product-showcase .product-showcase__section--included{grid-row:var(--row-included);padding-bottom:0;padding-top:32px}.product-showcase .product-showcase__section--included:last-child{padding-bottom:32px}.product-showcase .product-showcase__section--in-app{grid-row:var(--row-in-app);padding-bottom:32px;padding-top:16px}.product-showcase .product-showcase__feature-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.product-showcase .product-showcase__feature-item{align-items:center;display:flex;gap:12px}.product-showcase .product-showcase__feature-icon{align-items:center;color:currentColor;display:flex;flex-shrink:0;height:16px;justify-content:center;width:16px}.product-showcase .product-showcase__feature-icon svg{display:block;fill:currentColor;height:16px;width:16px}.product-showcase .product-showcase__feature-text{flex:1;min-width:0}@media(max-width:991.98px){.product-showcase__cards{display:flex;flex-direction:column;gap:30px;grid-template-columns:none;grid-template-rows:none}.product-showcase .product-showcase__card,.product-showcase .product-showcase__column{display:flex;flex-direction:column;grid-column:auto;grid-row:auto;max-width:100%;width:100%}.product-showcase .product-showcase__card{border:1px solid #171138;border-radius:24px;box-sizing:border-box;overflow:hidden}.product-showcase .product-showcase__card-frame{display:none}.product-showcase .product-showcase__card-tab,.product-showcase .product-showcase__cta-row,.product-showcase .product-showcase__divider,.product-showcase .product-showcase__footnote,.product-showcase .product-showcase__meta,.product-showcase .product-showcase__pricing,.product-showcase .product-showcase__section,.product-showcase .product-showcase__section--in-app,.product-showcase .product-showcase__section--included,.product-showcase .product-showcase__title,.product-showcase .product-showcase__users{grid-column:auto;grid-row:auto}.product-showcase .product-showcase__card-tab{border-radius:0}.product-showcase .product-showcase__cta-row{align-self:stretch;width:100%}}.website-section[data-v-891080f1]{box-sizing:border-box;padding:40px 32px;scroll-margin-top:var(--ta-sticky-top-offset,0);width:100%}.website-section>div[data-v-891080f1]{margin:0 auto;max-width:1212px;width:100%}.website-section>div[data-v-891080f1]:not(:last-child){margin-bottom:40px}.website-section__title[data-v-891080f1]{margin:0 0 32px;text-align:center}.website-section--comparison-table[data-v-891080f1]{background:#f5f5fa;--comparison-table-cell-bg:#f5f5fa;padding-left:32px;padding-right:0}.website-section--comparison-table>div[data-v-891080f1]{box-sizing:border-box}.website-section--comparison-table .website-section__title[data-v-891080f1]{text-align:left}.bg-white[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-white[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-white[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-white[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-white[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-white[data-v-fd24a5fe]{background-color:#fff!important}.bg-white-11[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-white-11[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-white-11[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-white-11[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-white-11[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-white-11[data-v-fd24a5fe]{background-color:rgba(255,255,255,.11)!important}.bg-white-16[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-white-16[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-white-16[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-white-16[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-white-16[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-white-16[data-v-fd24a5fe]{background-color:rgba(255,255,255,.16)!important}.bg-white-25[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-white-25[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-white-25[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-white-25[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-white-25[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-white-25[data-v-fd24a5fe]{background-color:rgba(255,255,255,.25)!important}.bg-white-120[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-white-120[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-white-120[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-white-120[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-white-120[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-white-120[data-v-fd24a5fe]{background-color:#fcfaf7!important}.bg-purple-40[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-40[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-40[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-40[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-40[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-40[data-v-fd24a5fe]{background-color:rgba(102,81,225,.4)!important}.bg-purple-50[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-50[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-50[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-50[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-50[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-50[data-v-fd24a5fe]{background-color:rgba(102,81,225,.5)!important}.bg-purple-100[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-100[data-v-fd24a5fe]{background-color:#6651e1!important}.bg-purple-120[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-120[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-120[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-120[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-120[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-120[data-v-fd24a5fe]{background-color:#4c3da8!important}.bg-purple-140[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-140[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-140[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-140[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-140[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-140[data-v-fd24a5fe]{background-color:#33187e!important}.bg-purple-160[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-160[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-160[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-160[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-160[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-160[data-v-fd24a5fe]{background-color:#503990!important}.bg-purple-180[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-180[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-180[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-180[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-180[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-180[data-v-fd24a5fe]{background-color:#e9e6fb!important}.bg-purple-200[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-200[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-200[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-200[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-200[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-200[data-v-fd24a5fe]{background-color:#bdb4f2!important}.bg-purple-220[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-220[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-220[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-220[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-220[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-220[data-v-fd24a5fe]{background-color:#d3cdf6!important}.bg-purple-240[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-240[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-240[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-240[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-240[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-240[data-v-fd24a5fe]{background-color:#2b1273!important}.bg-purple-260[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-260[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-260[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-260[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-260[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-260[data-v-fd24a5fe]{background-color:#3f318c!important}.bg-purple-280[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-280[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-280[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-280[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-280[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-280[data-v-fd24a5fe]{background-color:#5443b9!important}.bg-purple-300[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-300[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-300[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-300[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-300[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-300[data-v-fd24a5fe]{background-color:#4737a5!important}.bg-purple-320[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-320[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-320[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-320[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-320[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-320[data-v-fd24a5fe]{background-color:#5035ae!important}.bg-purple-340[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-purple-340[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-purple-340[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-purple-340[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-purple-340[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-purple-340[data-v-fd24a5fe]{background-color:#482fa1!important}.bg-blue-23[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-blue-23[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-blue-23[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-blue-23[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-blue-23[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-blue-23[data-v-fd24a5fe]{background-color:rgba(23,17,56,.23)!important}.bg-blue-25[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-blue-25[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-blue-25[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-blue-25[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-blue-25[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-blue-25[data-v-fd24a5fe]{background-color:rgba(23,17,56,.25)!important}.bg-blue-35[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-blue-35[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-blue-35[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-blue-35[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-blue-35[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-blue-35[data-v-fd24a5fe]{background-color:rgba(23,17,56,.35)!important}.bg-blue-50[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-blue-50[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-blue-50[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-blue-50[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-blue-50[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-blue-50[data-v-fd24a5fe]{background-color:rgba(23,17,56,.5)!important}.bg-blue-100[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-blue-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-blue-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-blue-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-blue-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-blue-100[data-v-fd24a5fe]{background-color:#171138!important}.bg-gray-100[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-100[data-v-fd24a5fe]{background-color:#a2a0b0!important}.bg-gray-120[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-120[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-120[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-120[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-120[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-120[data-v-fd24a5fe]{background-color:#d1d0d7!important}.bg-gray-140[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-140[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-140[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-140[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-140[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-140[data-v-fd24a5fe]{background-color:#68667a!important}.bg-gray-160[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-160[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-160[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-160[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-160[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-160[data-v-fd24a5fe]{background-color:#454260!important}.bg-gray-180[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-180[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-180[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-180[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-180[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-180[data-v-fd24a5fe]{background-color:#40385a!important}.bg-gray-200[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-200[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-200[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-200[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-200[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-200[data-v-fd24a5fe]{background-color:#4f476a!important}.bg-gray-220[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-220[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-220[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-220[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-220[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-220[data-v-fd24a5fe]{background-color:#312a4b!important}.bg-gray-240[data-v-fd24a5fe],.btn.isDisabled.disabled-bg-gray-240[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-bg-gray-240[data-v-fd24a5fe],.btn:focus.btn-customize.focus-bg-gray-240[data-v-fd24a5fe],.btn:hover.btn-customize.hover-bg-gray-240[data-v-fd24a5fe],.btn:visited.btn-customize.visited-bg-gray-240[data-v-fd24a5fe]{background-color:#60597a!important}.btn.isDisabled.disabled-tx-blue-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-blue-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-blue-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-blue-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-blue-100[data-v-fd24a5fe],.text-blue-100[data-v-fd24a5fe]{color:#171138!important}.btn.isDisabled.disabled-tx-blue-120[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-blue-120[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-blue-120[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-blue-120[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-blue-120[data-v-fd24a5fe],.text-blue-120[data-v-fd24a5fe]{color:#1c1b1f!important}.btn.isDisabled.disabled-tx-white[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-white[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-white[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-white[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-white[data-v-fd24a5fe],.text-white[data-v-fd24a5fe]{color:#fff!important}.btn.isDisabled.disabled-tx-black[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-black[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-black[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-black[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-black[data-v-fd24a5fe],.text-black[data-v-fd24a5fe]{color:#000!important}.btn.isDisabled.disabled-tx-purple-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-purple-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-purple-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-purple-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-purple-100[data-v-fd24a5fe],.text-purple-100[data-v-fd24a5fe]{color:#6651e1!important}.btn.isDisabled.disabled-tx-gray-100[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-gray-100[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-gray-100[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-gray-100[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-gray-100[data-v-fd24a5fe],.text-gray-100[data-v-fd24a5fe]{color:#a2a0b0!important}.btn.isDisabled.disabled-tx-gray-120[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-gray-120[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-gray-120[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-gray-120[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-gray-120[data-v-fd24a5fe],.text-gray-120[data-v-fd24a5fe]{color:#d1d0d7!important}.btn.isDisabled.disabled-tx-gray-140[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-gray-140[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-gray-140[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-gray-140[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-gray-140[data-v-fd24a5fe],.text-gray-140[data-v-fd24a5fe]{color:#68667a!important}.btn.isDisabled.disabled-tx-gray-160[data-v-fd24a5fe],.btn:disabled.btn-customize.disabled-tx-gray-160[data-v-fd24a5fe],.btn:focus.btn-customize.focus-tx-gray-160[data-v-fd24a5fe],.btn:hover.btn-customize.hover-tx-gray-160[data-v-fd24a5fe],.btn:visited.btn-customize.visited-tx-gray-160[data-v-fd24a5fe],.text-gray-160[data-v-fd24a5fe]{color:#454260!important}.comparison-table[data-v-fd24a5fe]{--label-col-width:clamp(160px,24.3vw,300px)}.comparison-table .comparison-table__floating-band-inner[data-v-fd24a5fe],.comparison-table .comparison-table__grid[data-v-fd24a5fe],.comparison-table .comparison-table__row[data-v-fd24a5fe]{display:grid;grid-template-columns:var(--label-col-width) repeat(var(--column-count,1),minmax(145px,1fr))}.comparison-table[data-v-fd24a5fe]{position:relative;scroll-margin-top:var(--ta-sticky-top-offset,0)}.comparison-table__floating-band[data-v-fd24a5fe]{background:var(--comparison-table-cell-bg,var(--theme-bg,#f5f5fa));overflow:hidden;position:sticky;top:var(--ta-sticky-top-offset,0);z-index:100}.comparison-table__floating-band-inner[data-v-fd24a5fe]{transform:translate(calc(var(--scroll-x, 0px)*-1))}.comparison-table__scroll[data-v-fd24a5fe]{overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:20px}.comparison-table__scroll[data-v-fd24a5fe]:focus{outline:2px solid #0f1f3d;outline-offset:2px}@supports selector(:focus-visible){.comparison-table__scroll[data-v-fd24a5fe]:focus{outline:none}.comparison-table__scroll[data-v-fd24a5fe]:focus-visible{outline:2px solid #0f1f3d;outline-offset:2px}}.comparison-table__row[data-v-fd24a5fe]{grid-column:1/-1}.comparison-table__section[data-v-fd24a5fe]{display:contents}.comparison-table__cell[data-v-fd24a5fe]{box-sizing:border-box;color:#171138;font-family:Barlow,Barlow fallback,sans-serif;font-size:14px;line-height:1.4}.comparison-table__cell--label-header[data-v-fd24a5fe]{background:var(--comparison-table-cell-bg,var(--theme-bg,#f5f5fa));position:relative;transform:translate(var(--scroll-x,0));z-index:100}.comparison-table__cell--category[data-v-fd24a5fe]{align-items:flex-end;justify-content:center;padding:16px 16px 0}.comparison-table__cell--category[data-v-fd24a5fe],.comparison-table__cell--product[data-v-fd24a5fe]{background:var(--comparison-table-cell-bg,var(--theme-bg,#f5f5fa));display:flex;position:relative}.comparison-table__cell--product[data-v-fd24a5fe]{flex-direction:column;justify-content:flex-end;padding:28px 20px 24px;text-align:center}.comparison-table__cell--section-header[data-v-fd24a5fe]{border-top:2px solid #171138;grid-column:1/-1;padding:0}.comparison-table__cell--row-label[data-v-fd24a5fe]{background:var(--comparison-table-cell-bg,var(--theme-bg,#f5f5fa));border-bottom:1px solid #c3c7ce;font-weight:400;left:0;padding:12px 16px 12px 0;position:sticky;z-index:10}.comparison-table__cell--data[data-v-fd24a5fe]{align-items:center;border-bottom:1px solid #c3c7ce;display:flex;justify-content:center;padding:12px 20px;position:relative;text-align:center;z-index:0}.comparison-table__section--open .comparison-table__cell--section-header[data-v-fd24a5fe],.comparison-table__section:last-child .comparison-table__cell--section-header[data-v-fd24a5fe]{border-bottom:2px solid #171138}.comparison-table__section:not(:last-child) .comparison-table__row--data[data-v-fd24a5fe]:last-child>*{border-bottom:none}.comparison-table__category-pill[data-v-fd24a5fe]{background:#d1d0d7;border-radius:4px;box-sizing:border-box;display:block;font-family:Open Sans,Open Sans fallback,sans-serif;font-size:14px;font-weight:400;line-height:18px;padding:8px 16px;text-align:center;width:100%}.comparison-table__product-title[data-v-fd24a5fe]{font-size:14px;font-weight:700;line-height:18px;margin-bottom:24px;min-height:36px;overflow-wrap:anywhere;text-align:center}.comparison-table__cta[data-v-fd24a5fe],.comparison-table__product-title[data-v-fd24a5fe]{align-items:center;display:flex;justify-content:center;min-width:0}.comparison-table__cta[data-v-fd24a5fe]{background-color:#fff!important;border:1px solid;border-color:#171230!important;border-radius:24px;color:#171230!important;cursor:pointer;font-family:Open Sans,sans-serif,"typography('open-sans') fallback";font-size:16px;font-weight:600;line-height:1.2;min-height:40px;padding:8px 16px;text-decoration:none;width:100%}.comparison-table__cta .focus[data-v-fd24a5fe],.comparison-table__cta .hover[data-v-fd24a5fe],.comparison-table__cta.disabled[data-v-fd24a5fe],.comparison-table__cta[data-v-fd24a5fe]:disabled,.comparison-table__cta[data-v-fd24a5fe]:focus,.comparison-table__cta[data-v-fd24a5fe]:hover,.comparison-table__cta:not(:disabled):not(.disabled).active[data-v-fd24a5fe],.comparison-table__cta[data-v-fd24a5fe]:not(:disabled):not(.disabled):active{background-color:#e9e6fb!important;border-color:#171230!important;color:#171230!important}.comparison-table__cta.hover[data-v-fd24a5fe],.comparison-table__cta[data-v-fd24a5fe]:hover{text-decoration:underline}.comparison-table__row-label-heading[data-v-fd24a5fe],.comparison-table__section-heading[data-v-fd24a5fe]{color:inherit;font:inherit;margin:0}.comparison-table__disclosure[data-v-fd24a5fe]{align-items:center;background:var(--comparison-table-cell-bg,var(--theme-bg,#f5f5fa));border:none;box-shadow:0 -2px #171138;box-sizing:border-box;color:#171138;cursor:pointer;display:flex;font-family:Barlow,Barlow fallback,sans-serif;font-size:16px;font-weight:700;gap:8px;left:0;max-width:100%;min-width:0;padding:16px 16px 16px 0;position:sticky;text-align:left;width:var(--label-col-width);z-index:10}.comparison-table__section--open .comparison-table__disclosure[data-v-fd24a5fe],.comparison-table__section:last-child .comparison-table__disclosure[data-v-fd24a5fe]{box-shadow:0 -2px #171138,0 2px #171138}.comparison-table__disclosure-label[data-v-fd24a5fe]{flex:1;min-width:0;overflow-wrap:anywhere}.comparison-table__disclosure-chevron[data-v-fd24a5fe]{flex-shrink:0;height:20px;transform:rotate(-90deg);transition:transform .2s ease;width:20px}.comparison-table__section--open .comparison-table__disclosure-chevron[data-v-fd24a5fe]{transform:rotate(0)}.comparison-table__row--data .comparison-table__cell--data[data-v-fd24a5fe]{animation:comparison-row-fade-in-fd24a5fe .2s ease both}@keyframes comparison-row-fade-in-fd24a5fe{0%{opacity:0}to{opacity:1}}.comparison-table__sticky-shadow[data-v-fd24a5fe]{background:linear-gradient(90deg,rgba(23,17,56,.12),rgba(23,17,56,0));bottom:20px;left:var(--label-col-width);opacity:0;pointer-events:none;position:absolute;top:16px;transition:opacity .2s ease;width:8px;z-index:101}.comparison-table__sticky-shadow--visible[data-v-fd24a5fe]{opacity:1}.comparison-table__check[data-v-fd24a5fe]{color:#2d9d5e;height:24px;width:24px}.comparison-table__visually-hidden[data-v-fd24a5fe]{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;clip-path:inset(50%);white-space:nowrap}
