.pricing-cards-table{padding:80px 0;position:relative}.pricing-cards-table--bg{background:var(--color-background, #fff);border-radius:16px}.pricing-cards-table__inner{max-width:1220px;margin:0 auto;padding:0 15px}.pricing-cards-table__header{display:flex;flex-direction:column;align-items:center;width:100%}.pricing-cards-table__title{text-align:center;font-size:2.5em;font-weight:700;color:#0f426f;margin:0 0 2em;line-height:1.2;font-family:var(--font-h2--family, inherit);font-style:var(--font-h2--style, normal);font-weight:var(--font-h2--weight, 700)}.google-stars-banner{display:flex;flex-direction:column;align-items:center;gap:.35em;margin-bottom:1rem}.google-stars-banner__row{display:flex;align-items:center;justify-content:center;gap:.5em}.google-stars-banner__row--rating{font-size:1.2rem;font-weight:700;color:#162530}.google-stars-banner__rating{line-height:1}.google-stars-banner__stars-img{height:1em;width:auto;object-fit:contain}.google-stars-banner__row--reviews{font-size:1rem;font-weight:600;color:#162530}.google-stars-banner__reviews{line-height:1}.google-stars-banner__google-img{height:1.25em;width:auto;object-fit:contain}.pricing-cards-table__product-select{display:flex;flex-direction:column;align-items:center;width:100%;gap:24px}@media(max-width:767px){.pricing-cards-table__product-select{margin:0 0 1rem}}.pricing-cards-table__cards{display:flex;align-items:stretch;justify-content:center;gap:0;list-style:none;width:100%;margin:0 -20px;padding:0}@media(max-width:849px){.pricing-cards-table__cards{flex-wrap:wrap;margin:0 -15px}}@media(max-width:1200px){.pricing-cards-table__cards{flex-direction:column;align-items:center;gap:10px;margin:0}}.pricing-cards-table__card-item{flex:0 0 28%;max-width:28%;padding:0 20px;margin-bottom:30px;list-style:none}.pricing-cards-table__card-item.pct-card--featured{flex:0 0 32%;max-width:32%;z-index:5}@media(max-width:849px){.pricing-cards-table__card-item{flex:1 1 50%;max-width:50%;padding:0 15px}.pricing-cards-table__card-item.pct-card--featured{flex:1 1 50%;max-width:50%}}@media(max-width:1200px){.pricing-cards-table__card-item{width:100%;max-width:440px;flex:none;margin-bottom:25px}.pricing-cards-table__card-item.pct-card--featured{max-width:440px;order:-1}}@media(max-width:549px){.pricing-cards-table__card-item{flex:1 1 100%;max-width:100%;padding:0;margin-bottom:25px}.pricing-cards-table__card-item.pct-card--featured{max-width:100%;order:-1}}.pct-card__label{display:flex;flex-direction:column;align-items:stretch;gap:0;border-radius:16px;padding:2em;cursor:pointer;position:relative;height:100%;min-height:200px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;color:#0f426f;font-family:var(--font-paragraph--family, inherit);font-size:var(--font-paragraph--size, 1rem);line-height:1.5}.pct-card__label:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.pct-card--featured .pct-card__label{border:2px solid #ea1351;border-top:4px solid #ea1351;box-shadow:0 4px 16px #0000001a;padding:2.2em;transition:border-width .2s ease,border-color .2s ease}.pct-card--featured .pct-card__label:hover{box-shadow:0 8px 24px #00000026}@media(min-width:850px){.pct-card--featured .pct-card__label{padding:2.5em;transform:scale(1.03)}.pct-card--featured .pct-card__label:hover{transform:scale(1.03) translateY(-4px)}}.pct-card__label .pct-card__badge-wrap{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.pct-card__input{position:absolute;width:0;opacity:0;pointer-events:none}.pct-card__input:checked~.pct-card__focus-ring{border-color:#4baef8;box-shadow:0 0 0 2px #4baef8}.pct-card--featured.pct-card--selected .pct-card__input:checked~.pct-card__focus-ring{border-color:transparent;box-shadow:none}.pct-card--featured.pct-card--selected .pct-card__label{border-width:4px;border-top-width:6px;border-color:#ea1351}.pct-card__focus-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;z-index:-1;border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease}.pct-card__input:not(:checked)~.pct-card__title,.pct-card__input:not(:checked)~.pct-card__price-value,.pct-card__input:not(:checked)~.pct-card__feature-line{color:#666}.pct-card--selected .pct-card__title,.pct-card--selected .pct-card__price-value,.pct-card--selected .pct-card__feature-line{color:#0f426f}.pct-card--selected.pct-card--featured .pct-card__price-value{color:#ea1351}.pct-card__image-wrap{text-align:center;margin:1em 0 1.5em}.pct-card__label img{max-width:120px;height:auto;margin:0 auto;transition:transform .3s ease}.pct-card__label:hover img{transform:scale(1.05)}@media(max-width:1200px){.pct-card__image-wrap{display:none}}.pct-card__top{display:flex;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap;gap:.5em}.pct-card__title-row{display:flex;align-items:center;gap:8px}.pct-card__dot{width:20px;flex-shrink:0;height:20px;border-radius:50%;background-color:#0000001a;border:3px solid #fff;box-shadow:0 0 0 1px #00000026}.pct-card__input:checked~.pct-card__top .pct-card__dot{background-color:#4baef8}.pct-card__title{font-size:1.75em;font-weight:700;color:inherit;text-align:left;margin:0;line-height:1.3;letter-spacing:-.02em;font-family:var(--font-h3--family, inherit)}.pct-card--featured .pct-card__title{color:#0f426f}.pct-card__badge-wrap{display:flex}.pct-card__badge{background:#ea1351;color:#fff;font-size:.75em;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:6px 20px;z-index:10;text-align:center;line-height:1.3;white-space:nowrap;box-shadow:0 2px 8px #ea13514d}.pct-card__price{display:flex;align-items:baseline;gap:8px}.pct-card__price-value{font-size:2.2em;font-weight:700;color:#0f426f;line-height:1.2;letter-spacing:-.03em}.pct-card--featured .pct-card__price-value{font-size:2.5em;color:#ea1351}.pct-card__features{display:flex;flex-direction:column;gap:.75rem;margin:1.5em 0 0;flex:1}.pct-card__feature-line{font-size:1rem;color:#333;margin:0;line-height:1.6;font-weight:400;padding-left:0}@media(min-width:550px){.pct-card__feature-line{font-size:1.05rem}}.pct-card:not(.pct-card--selected) .pct-card__label{opacity:.92}.pct-card:not(.pct-card--selected) .pct-card__label:hover{opacity:1}.pricing-cards-table__footer{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:640px}.pricing-cards-table__footer .pct-cta{margin:auto}@media(max-width:992px){.pricing-cards-table__footer{flex-direction:column-reverse}.pricing-cards-table__footer .pct-cta{margin-bottom:1rem;width:100%}}.pricing-cards-table__global-features{display:flex;align-items:center;justify-content:center;padding:0;margin:0 auto;list-style:none;gap:8px 16px;flex-wrap:wrap;font-family:var(--font-paragraph--family, inherit);font-size:1rem;color:#333;line-height:1.6}@media(max-width:1380px){.pricing-cards-table__global-features{display:grid;grid-template-columns:repeat(2,1fr)}}.pricing-cards-table__global-feature{display:flex;align-items:center;gap:8px}.pricing-cards-table__check{display:inline-flex;flex-shrink:0}.pricing-cards-table__check svg{width:24px;min-width:24px;height:24px;color:#4baef8}.pricing-cards-table__check path{stroke:#4baef8}.pricing-cards-table .pct-cta{display:block;width:100%;max-width:320px;padding:14px 30px;background-color:#4baef8;color:#fff;text-decoration:none;border-radius:100px;font-weight:700;text-align:center;font-size:1.2em;border:none;cursor:pointer;transition:all .3s ease;font-family:var(--font-paragraph--family, inherit)}.pricing-cards-table .pct-cta:hover,.pricing-cards-table .pct-cta:active{background-color:#ea1351;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ea135140}.pricing-cards-table .pct-cta:focus{outline:none}.pricing-cards-table__rating{margin-top:24px;display:flex;align-items:center;gap:4px;font-size:.9em;font-weight:500;font-family:var(--font-paragraph--family, inherit);color:#333}.pricing-cards-table__rating-score{font-weight:700;color:#0f426f}.pricing-cards-table__rating-stars{color:#4baef8;font-size:1.1em;letter-spacing:.05em}.pricing-cards-table__rating-count{margin-left:4px}@media(max-width:849px){.pricing-cards-table{padding:60px 0}}@media(max-width:549px){.pricing-cards-table__title{display:none}.pricing-cards-table{padding:18px 0 14px}.pricing-cards-table__inner{padding:0 10px}.pricing-cards-table__title{font-size:1.25rem;margin-bottom:.55em;line-height:1.2}.google-stars-banner{gap:.2em;margin-bottom:1.6rem}.google-stars-banner__row--rating{font-size:1.2rem}.google-stars-banner__row--reviews{font-size:1rem}.pricing-cards-table__product-select{gap:10px;margin:0}.pricing-cards-table__cards{gap:18px;margin-bottom:18px}.pricing-cards-table__card-item{flex:1 1 100%;max-width:100%;padding:0;margin-bottom:0}.pricing-cards-table__card-item.pct-card--featured{max-width:100%;order:-1}.pct-card__badge{font-size:.6rem;padding:3px 12px}.pct-card__label{padding:.65em .9em;min-height:auto;border-radius:10px;gap:0}.pct-card--featured .pct-card__label{padding:.75em .9em .65em}.pct-card__dot{width:14px;height:14px;border-width:2px;flex-shrink:0}.pct-card__top{gap:.25em}.pct-card__title-row{gap:6px}.pct-card__title{font-size:1.15rem;line-height:1.2;letter-spacing:-.01em}.pct-card--featured .pct-card__title{font-size:1rem}.pct-card__price-value{font-size:1.2rem;line-height:1.1;letter-spacing:-.02em}.pct-card--featured .pct-card__price-value{font-size:1.3rem}.pct-card__features{gap:.25rem;margin-top:.9em}.pct-card__feature-line{font-size:.9rem;font-weight:400;line-height:1.4}.pricing-cards-table__footer{gap:.9rem;max-width:100%}.pricing-cards-table__footer .pct-cta{margin-bottom:0;width:100%}.pricing-cards-table__global-features{gap:20px 20px;font-size:1rem;line-height:1.2}.pricing-cards-table__check svg{width:22px;min-width:22px;height:22px}.pricing-cards-table .pct-cta{font-size:1.05em;border-radius:100px;max-width:100%;margin-bottom:1rem}.pricing-cards-table__rating{margin-top:10px;font-size:.75em}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pricing-cards-table.css.map */
