@media(prefers-reduced-motion:no-preference){.fc .fc-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.5,0,0,1),transform .6s cubic-bezier(.5,0,0,1)}.fc.fc--revealed .fc-reveal{opacity:1;transform:translateY(0)}.fc.fc--revealed .fc-header{transition-delay:0s}.fc.fc--revealed .fc-table-scroll .fc-reveal{transition-delay:.1s}.fc.fc--revealed .fc-cta{transition-delay:.25s}}@media(prefers-reduced-motion:reduce){.fc .fc-reveal{opacity:1;transform:none}}.fc-header{display:flex;flex-direction:column;gap:12px;max-width:var(--fc-header-max-w, 900px);margin:0 auto var(--fc-header-mb, 48px)}.fc-header--left{align-items:flex-start;text-align:left;margin-left:0}.fc-header--center{align-items:center;text-align:center}.fc-header--right{align-items:flex-end;text-align:right;margin-right:0}.fc-header__title{margin:0;font-size:var(--fc-heading-size, 52px);font-weight:var(--fc-heading-weight, 800);letter-spacing:var(--fc-heading-ls, -.01em);line-height:var(--fc-heading-lh, 1.1);color:rgb(var(--color-foreground))}.fc-header__subtitle{margin:0;font-size:var(--fc-sub-size, 17px);color:rgba(var(--color-foreground),.85);line-height:1.5}.fc-scroll-outer{position:relative}.fc-table-scroll{width:100%}.fc-swipe-hint{display:none}.fc-table{position:relative;display:grid;grid-template-columns:var(--fc-grid-cols);max-width:var(--fc-table-max-w, 1200px);margin:0 auto;padding-top:34px;isolation:isolate}.fc-featured-backdrop{grid-column:2;margin-top:-14px;margin-bottom:-12px;background:var(--fc-featured-bg);border:1px solid rgba(var(--color-foreground),.25);border-radius:var(--fc-featured-radius, 16px);box-shadow:var(--fc-featured-shadow, none);z-index:0;transition:transform .35s cubic-bezier(.5,0,0,1),box-shadow .35s cubic-bezier(.5,0,0,1)}@media screen and (hover:hover)and (pointer:fine){.fc-table:has(.fc-cell--featured:hover) .fc-featured-backdrop{transform:translateY(-3px);box-shadow:0 16px 40px #00000047}}.fc-cell{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;min-height:var(--fc-row-min-h, 88px);padding:var(--fc-cell-pad-v, 32px) var(--fc-cell-pad-h, 48px);text-align:left;border-bottom:1px solid rgba(var(--color-foreground),.1)}.fc-cell--head{border-bottom:1px solid rgba(var(--color-foreground),.16);min-height:72px;flex-direction:column;gap:6px;justify-content:center;align-items:flex-start}.fc-cell--head.fc-cell--featured{align-items:center;text-align:center}.fc-table .fc-cell--lastrow{border-bottom:0}.fc-cell--alt:not(.fc-cell--featured){background:rgba(var(--color-foreground),.04)}.fc-cell--label{justify-content:flex-start;text-align:left;gap:12px}.fc-cell--label.fc-cell--alt{border-top-left-radius:var(--fc-radius, 12px);border-bottom-left-radius:var(--fc-radius, 12px)}.fc-cell--colend.fc-cell--alt:not(.fc-cell--featured){border-top-right-radius:var(--fc-radius, 12px);border-bottom-right-radius:var(--fc-radius, 12px)}.fc-cell--featured{padding-left:calc(var(--fc-cell-pad-h, 48px) + var(--fc-featured-pad, 8px));padding-right:calc(var(--fc-cell-pad-h, 48px) + var(--fc-featured-pad, 8px));border-bottom-color:#ffffff1f}.fc-col-title{font-size:var(--fc-col-title-size, 17px);font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:rgb(var(--color-foreground));line-height:1.3}.fc-featured-logo{height:auto;object-fit:contain}.fc-badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;background:var(--fc-badge-bg, #f2c14e);color:var(--fc-badge-color, #0e5a2e);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:7px 16px;border-radius:100px;z-index:2}.fc-badge__star{width:13px;height:13px;flex-shrink:0}.fc-row-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.fc-row-icon img{width:var(--fc-row-icon-size, 28px);height:var(--fc-row-icon-size, 28px);object-fit:contain}.fc-row-title{font-size:var(--fc-row-title-size, 16px);font-weight:var(--fc-row-title-weight, 700);letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground));line-height:1.35}.fc-cell__inner{display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:10px;width:100%}.fc-cell__text-wrap{display:flex;flex-direction:column;gap:1px;min-width:0}.fc-cell__text{font-size:var(--fc-cell-size, 15px);font-weight:var(--fc-cell-weight, 600);line-height:var(--fc-cell-lh, 1.35);color:rgb(var(--color-foreground));overflow-wrap:break-word}.fc-cell--featured .fc-cell__text{font-weight:700}.fc-cell__subtext{font-size:calc(var(--fc-cell-size, 15px) - 2px);font-weight:500;opacity:.75;color:rgb(var(--color-foreground))}.fc-mark{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff}.fc-mark svg{width:14px;height:14px}.fc-mark--check{background:var(--fc-check-bg, #2e9e4f)}.fc-mark--cross{background:var(--fc-cross-bg, #6b6b6b)}.fc-cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;margin-top:48px}.fc-cta__stars{display:flex;gap:4px;color:var(--fc-badge-bg, #f2c14e)}.fc-cta__stars svg{width:22px;height:22px}.fc-cta__text{margin:0;font-size:var(--fc-cta-size, 24px);font-weight:700;color:rgb(var(--color-foreground));line-height:1.3}.fc-cta__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px}@media screen and (max-width:1023px)and (min-width:750px){.fc-cell{padding:calc(var(--fc-cell-pad-v, 32px) * .7) calc(var(--fc-cell-pad-h, 48px) * .7);min-height:calc(var(--fc-row-min-h, 88px) * .85)}.fc-header__title{font-size:calc(var(--fc-heading-size, 52px) * .8)}.fc-row-title,.fc-col-title{letter-spacing:.02em}}@media screen and (max-width:749.98px){.fc-header__title{font-size:var(--fc-heading-size-mob, 34px)}.fc-header__subtitle{font-size:var(--fc-sub-size-mob, 14px)}.fc-scroll-outer{margin-left:-2rem;margin-right:-2rem}.fc-scroll-outer:after{content:"";position:absolute;top:0;right:0;bottom:0;width:44px;background:linear-gradient(to left,rgb(var(--color-background)),rgba(var(--color-background),0));pointer-events:none;z-index:3;opacity:1;transition:opacity .4s ease}.fc--scrolled .fc-scroll-outer:after{opacity:0}.fc-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;padding-top:4px;padding-left:2rem;padding-right:2rem}.fc-table-scroll::-webkit-scrollbar{display:none}.fc-table .fc-cell--label,.fc-table .fc-cell--featured{scroll-snap-align:none}.fc-swipe-hint{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:16px auto 0;padding:8px 16px;border-radius:100px;border:1px solid rgba(var(--color-foreground),.25);background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;width:fit-content;position:relative;left:50%;transform:translate(-50%);opacity:1;transition:opacity .4s ease,visibility .4s ease}.fc-swipe-hint svg{width:16px;height:16px;animation:fcSwipeNudge 1.6s ease-in-out infinite}.fc--scrolled .fc-swipe-hint{opacity:0;visibility:hidden}@keyframes fcSwipeNudge{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@media(prefers-reduced-motion:reduce){.fc-swipe-hint svg{animation:none}}.fc-table{grid-template-columns:var(--fc-grid-cols-mob, 128px 168px 136px 136px);min-width:max-content;padding-top:30px}.fc-cell--label{position:sticky;left:0;z-index:2;background:rgb(var(--color-background));gap:8px;padding-left:4px}.fc-cell--label.fc-cell--alt{background:linear-gradient(rgba(var(--color-foreground),.035),rgba(var(--color-foreground),.035)),rgb(var(--color-background));border-radius:0}.fc-cell{min-height:64px;padding:var(--fc-cell-pad-v-mob, 24px) var(--fc-cell-pad-h-mob, 24px)}.fc-col-title{font-size:var(--fc-col-title-size-mob, 13px)}.fc-row-title{font-size:var(--fc-row-title-size-mob, 13px)}.fc-cell__text{font-size:var(--fc-cell-size-mob, 12px)}.fc-cell__subtext{font-size:calc(var(--fc-cell-size-mob, 12px) - 1px)}.fc-row-icon img{width:calc(var(--fc-row-icon-size, 28px) * .8);height:calc(var(--fc-row-icon-size, 28px) * .8)}.fc-mark{width:22px;height:22px}.fc-mark svg{width:12px;height:12px}.fc-featured-logo{max-width:110px}.fc-badge{font-size:10px;padding:6px 12px;top:-14px}.fc-cta{margin-top:36px}.fc-cta__text{font-size:var(--fc-cta-size-mob, 17px)}.fc-cta__buttons{width:100%;flex-direction:column}.fc-cta__buttons .fc-cta__btn{width:100%;justify-content:center;min-height:48px}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/section-custom-features-comparison.css.map */
