.ccn-flex-pricing__header{text-align:center;max-width:56rem;margin:0 auto 3.2rem}.ccn-flex-pricing__heading{margin:0 0 1.2rem}.ccn-flex-pricing__subtext{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.6)}.ccn-flex-pricing__subtext p{margin:0}.ccn-flex-pricing__subtext strong{font-weight:600;color:rgb(var(--color-foreground))}.ccn-flex-bundles{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:2.4rem}@media screen and (min-width:990px){.ccn-flex-bundles{grid-template-columns:repeat(4,1fr)}}.ccn-flex-bundle{display:flex;flex-direction:column;padding:2rem 1.6rem 0;border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;background:#f9f8f6;cursor:pointer;text-align:left;position:relative;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;color:rgb(var(--color-foreground))}.ccn-flex-bundle:hover{border-color:rgba(var(--color-foreground),.25);box-shadow:0 2px 8px #0000000f}.ccn-flex-bundle--selected{border-color:rgba(var(--color-foreground),.35);box-shadow:0 2px 12px #00000014}.ccn-flex-bundle--highlighted{background:rgb(var(--ccn-color-surface-dark));border-color:transparent;color:#fff}.ccn-flex-bundle--highlighted:hover{border-color:transparent;box-shadow:0 4px 20px #0003}.ccn-flex-bundle--highlighted.ccn-flex-bundle--selected{border-color:transparent;box-shadow:0 4px 24px #00000040}.ccn-flex-bundle__badge{position:absolute;top:-.8rem;left:50%;transform:translate(-50%);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:.25rem 1rem;border-radius:99rem;white-space:nowrap;background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.ccn-flex-bundle--highlighted .ccn-flex-bundle__badge{background:#fff;color:rgb(var(--ccn-color-surface-dark))}.ccn-flex-bundle__spend-label,.ccn-flex-bundle__receive-label{font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-foreground),.4);margin:0 0 .2rem}.ccn-flex-bundle--highlighted .ccn-flex-bundle__spend-label,.ccn-flex-bundle--highlighted .ccn-flex-bundle__receive-label{color:#ffffff73}.ccn-flex-bundle__spend-amount{font-family:var(--font-heading-family);font-size:2.8rem;font-weight:700;line-height:1;margin:0 0 1.6rem}.ccn-flex-bundle__receive-amount{font-size:1.5rem;font-weight:600;line-height:1;margin:0 0 .6rem}.ccn-flex-bundle--highlighted .ccn-flex-bundle__receive-amount{color:#fff}.ccn-flex-bundle__bonus{display:inline-block;align-self:flex-start;font-size:1rem;font-weight:700;letter-spacing:.04em;color:#3d9e6b;background:#3d9e6b1f;padding:.25rem .8rem;border-radius:99rem;margin:0 0 1.6rem}.ccn-flex-bundle--highlighted .ccn-flex-bundle__bonus{background:#ffffff26;color:#7de8a8}.ccn-flex-bundle__bar-track{height:.4rem;background:rgba(var(--color-foreground),.07);margin-top:auto;margin-left:-1.6rem;margin-right:-1.6rem;border-radius:0 0 1.2rem 1.2rem;overflow:hidden}.ccn-flex-bundle--highlighted .ccn-flex-bundle__bar-track{background:#ffffff1a}.ccn-flex-bundle__bar-fill{height:100%;background:#3d9e6b;border-radius:0 99rem 99rem 0}.ccn-flex-bundle--highlighted .ccn-flex-bundle__bar-fill{background:#7de8a8}.ccn-flex-summary{max-width:48rem;margin:0 auto 3.6rem;padding:2.8rem 2.4rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:1.6rem;text-align:center;background:rgb(var(--color-background))}.ccn-flex-summary__prefix{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin:0 0 .4rem}.ccn-flex-summary__amount{font-family:var(--font-heading-family);font-size:4.8rem;font-weight:700;line-height:1;margin:0 0 .4rem}.ccn-flex-summary__suffix{font-size:1.4rem;color:rgba(var(--color-foreground),.55);margin:0 0 2rem}.ccn-flex-summary__free{font-weight:700;color:#3d9e6b}.ccn-flex-summary__cta{display:block;width:100%;text-align:center;margin-bottom:1.2rem}.ccn-flex-summary__note{font-size:1.2rem;color:rgba(var(--color-foreground),.4);margin:0}.ccn-flex-features{display:grid;grid-template-columns:1fr;gap:2.4rem;margin-bottom:3.2rem}@media screen and (min-width:750px){.ccn-flex-features{grid-template-columns:repeat(3,1fr)}}.ccn-flex-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.8rem}.ccn-flex-feature__check{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#3d9e6b1a;color:#3d9e6b;flex-shrink:0}.ccn-flex-feature__title{font-family:var(--font-heading-family);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}.ccn-flex-feature__desc{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.55);margin:0}.ccn-flex-use-cases{max-width:64rem;margin:0 auto;padding:2.4rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:1.2rem;background:#f9f8f6}.ccn-flex-use-cases__heading{font-family:var(--font-heading-family);font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.45);margin:0 0 1.6rem;text-align:center}.ccn-flex-use-case{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;padding:1.2rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.ccn-flex-use-case:last-child{border-bottom:none;padding-bottom:0}.ccn-flex-use-case__label{font-weight:600;font-size:1.3rem;white-space:nowrap}.ccn-flex-use-case__desc{font-size:1.3rem;color:rgba(var(--color-foreground),.55);text-align:right}
/*# sourceMappingURL=/cdn/shop/t/147/assets/section-ccn-flex-pricing.compiled.scss.css.map */
