.ct{background:var(--ct-bg);padding:45px 15px}.ct *{box-sizing:border-box}.ct img{display:block;max-width:100%;height:auto}.ct-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ct-headline{margin:0 0 24px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:21.6px;line-height:1.2;color:var(--ct-headline);text-align:center;max-width:370px}.ct-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}.ct-table{border-collapse:separate;border-spacing:0;width:100%;min-width:490px;table-layout:fixed}.ct-th,.ct-td{padding:0}.ct-th--label,.ct-td--label{position:sticky;left:0;z-index:2;width:156px;background:var(--ct-label-bg)}.ct-th--ds,.ct-td--ds{width:104px}.ct-th--alt,.ct-td--alt{width:100px}.ct-th--ds{background:var(--ct-alt-header-bg)}.ct-ds-header{background:var(--ct-ds-header-bg);border-radius:16px 16px 0 0;height:110px;display:flex;align-items:center;justify-content:center;padding:6px 8px}.ct-ds-header img{width:68px;height:68px;object-fit:contain}.ct-ds-header__name{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:16px;color:#fff;text-align:center}.ct-th--alt{background:var(--ct-alt-header-bg);border-radius:16px 16px 0 0}.ct-alt-header{height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:6px 8px}.ct-alt-header__name{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:11px;line-height:1.25;color:var(--ct-label-text);text-align:center;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.ct-alt-header img{width:52px;height:52px;object-fit:cover;border-radius:9999px}.ct-label-cell{background:#fff;border:1px solid var(--ct-cell-border);height:62px;display:flex;align-items:center;gap:8px;padding:0 12px}.ct-label-cell__icon{flex-shrink:0;width:32px;height:32px;border-radius:9999px;overflow:hidden;display:flex}.ct-label-cell__icon img{width:100%;height:100%;object-fit:cover}.ct-label-cell__text{flex:1 1 auto;min-width:0;overflow-wrap:break-word;word-break:break-word;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:14px;line-height:1.25;color:var(--ct-label-text)}.ct-td--ds{background:#fff}.ct-td--ds .ct-value{border:1px solid var(--ct-ds-border)}.ct-td--alt .ct-value{border:1px solid var(--ct-cell-border)}.ct-value{display:flex;align-items:center;justify-content:center;gap:3px;height:62px;background:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:12px;color:var(--ct-value-text);white-space:nowrap;padding:0 6px}.ct-icon{font-size:14px;line-height:1;flex-shrink:0}.ct-footnote{margin:20px 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:10px;line-height:1.4;color:var(--ct-footnote-color);text-align:center}.ct-link{margin-top:24px;background:none;border:none;padding:0;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:16px;line-height:1.4;color:var(--ct-link-color);text-decoration:underline;text-align:center}.ct-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px}.ct-popup[hidden]{display:none}.ct-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#21242799}.ct-popup__flip-stage{position:relative;perspective:1400px;width:100%;max-width:560px}.ct-popup__panel{position:relative;background:#fff;border-radius:16px;width:100%;max-height:82vh;box-shadow:0 20px 60px #0000004d;transform:rotateY(-90deg);opacity:0;transform-origin:center center;display:flex;flex-direction:column}.ct-popup__scroll{overflow-y:auto;padding:44px 28px 28px}.ct-popup__panel.is-flipped{animation:ct-flip-in .55s cubic-bezier(.22,1,.36,1) forwards}@keyframes ct-flip-in{0%{transform:rotateY(-90deg);opacity:0}60%{opacity:1}to{transform:rotateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.ct-popup__panel{transform:none;opacity:1}.ct-popup__panel.is-flipped{animation:none}}.ct-popup__close{position:absolute;top:14px;right:14px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;border:none;border-radius:9999px;cursor:pointer;color:#212427;padding:0;transition:background .15s ease,transform .15s ease}.ct-popup__close:hover{background:#e5e5e5;transform:scale(1.06)}.ct-popup__close svg{width:22px;height:22px}.ct-popup__heading{margin:0 0 16px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:22px;line-height:1.3;color:#212427}.ct-popup__content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65;color:#212427}.ct-popup__content p{margin:0 0 16px}.ct-popup__content p:last-child{margin-bottom:0}.ct-popup__content strong{color:var(--ct-ds-header-bg, #478bff)}.ct-popup__cta{display:flex;align-items:center;justify-content:center;width:100%;margin-top:24px;background:var(--ct-popup-cta-bg, #478bff);border:1px solid var(--ct-popup-cta-border, #212427);border-radius:9999px;box-shadow:0 1px 2px #1018280d;padding:15px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:16px;color:var(--ct-popup-cta-text, #ffffff);text-decoration:none;text-align:center;cursor:pointer}@media screen and (min-width:750px){.ct{padding:60px 15px 80px}.ct-headline{font-size:36px;max-width:none;white-space:nowrap}.ct-table{min-width:760px}.ct-th--label,.ct-td--label{width:180px}.ct-th--ds,.ct-td--ds{width:220px}.ct-th--alt,.ct-td--alt{width:170px}.ct-value,.ct-icon{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/big-comparison-table.css.map */
