.products-container{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:24px auto 18px;display:grid}.product-column{background-color:#f4f3f3;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.product-column .product-header{flex-direction:column;padding:25px;display:flex}@media screen and (min-width:768px){.product-column .product-header{min-height:200px}}@media screen and (min-width:900px){.product-column .product-header{min-height:320px}}@media screen and (min-width:1100px){.product-column .product-header{min-height:270px}}.product-column .product-header h2{margin:0;font-size:1.8rem}.product-column .product-header .product-lead{min-height:0;margin:.5rem 0 0}@media screen and (min-width:500px){.product-column .product-header .product-lead{min-height:70px}}@media screen and (min-width:768px){.product-column .product-header .product-lead{min-height:140px}}@media screen and (min-width:900px){.product-column .product-header .product-lead{min-height:140px}}@media screen and (min-width:1100px){.product-column .product-header .product-lead{min-height:100px}}.product-column .product-header .price-panel .price-row{flex-direction:row;align-items:flex-end;gap:8px;margin:0 0 .5rem;display:flex}.product-column .product-header .price-panel .price-row .from,.product-column .product-header .price-panel .price-row .month{font-size:.85rem}.product-column .product-header .price-panel .price-row .price{font-size:2rem;font-weight:700}.product-column .product-header .price-panel .terms{font-size:.95rem}.product-column .top-cta{justify-content:center;margin:0 0 1.5rem;padding:0 24px;display:flex}.product-column .product-features{flex:1;padding:25px}.product-column .product-features .preamble{margin-bottom:1rem;font-weight:700}.product-column.light .product-features{background-color:#e5fce2}.product-column.editorial .product-features{background-color:#f8f9df}.product-column.library .product-features{background-color:#fceae6}.product-features .feature-list{margin:0;padding:0 0 0 6px;list-style:none}.product-features .feature-list li{margin-bottom:.5rem;padding-left:28px;font-size:1rem;line-height:1.3;position:relative}.product-features .feature-list li:before{content:"✓";color:#fff;background-color:#4dc04b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;line-height:0%;display:flex;position:absolute;top:3px;left:-2px}.dark .product-column{background-color:var(--canvas-900)}.dark .product-column.light .product-features{background-color:#15322675}.dark .product-column.editorial .product-features{background-color:#32331585}.dark .product-column.library .product-features{background-color:#3017129f}.products-notice{max-width:1100px;margin:0 auto;padding:0 12px}@media screen and (min-width:300px) and (max-width:760px){.products-container{grid-template-columns:repeat(1,3fr);margin-top:0}.products-column--first-column{border-radius:12px 12px 0 0}.products-column--third-column{background-color:#00403f;border-radius:0 0 12px 12px}.products-notice{padding:0}}
