.section-custom-plan-cards{padding-bottom:var(--mobile-padding-bottom);padding-left:16px;padding-right:16px;padding-top:var(--mobile-padding-top)}@media(min-width:960px){.section-custom-plan-cards{padding-bottom:var(--tablet-padding-bottom);padding-left:24px;padding-right:24px;padding-top:var(--tablet-padding-top)}}@media(min-width:1280px){.section-custom-plan-cards{padding-bottom:var(--desktop-padding-bottom);padding-top:var(--desktop-padding-top)}}.custom-plan-cards__grid{display:flex;flex-wrap:wrap;gap:var(--spacing-8) var(--spacing-4);justify-content:center}.custom-plan-card{border:1px solid var(--color-grey-100);border-radius:1.6rem;box-shadow:0 4px 12px -2px rgba(0,0,0,.078);flex:0 0 100%;overflow:hidden;padding:var(--spacing-8) var(--spacing-6);position:relative;width:100%}@media(min-width:768px){.custom-plan-card{flex:0 0 33.6rem;max-width:33.6rem}}.custom-plan-card--featured{border:none}.custom-plan-card--featured:before{background:var(--color-gradient-3);border-radius:1.6rem;bottom:0;content:"";left:0;mask:linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff,#fff 0) content-box,linear-gradient(#fff,#fff 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;padding:2px;pointer-events:none;position:absolute;right:0;top:0}.custom-plan-card__badge{background:var(--color-gradient-3);border-radius:.4rem;color:var(--color-forrest-200);font:var(--font-sm)!important;font-weight:600!important;padding:var(--spacing-1) var(--spacing-2);position:absolute;right:var(--spacing-3);top:var(--spacing-3);z-index:1}.custom-plan-card__content{display:flex;flex-direction:column;gap:var(--spacing-4)}.custom-plan-card__section-heading{border-bottom:1px solid var(--color-grey-200);display:grid;grid-template-areas:"kicker" "description" "heading" "cta";margin-bottom:1.6rem;padding-bottom:3.2rem;width:100%}.custom-plan-card__section-heading .section-heading__inner{display:contents;width:100%}.custom-plan-card__section-heading .text-5xl{font:700 6.7rem/1.1 Space Grotesk}.custom-plan-card__section-heading .text-4xl{font:700 5.2rem/1.1 Space Grotesk}.custom-plan-card__section-heading .text-3xl{font:700 3.8rem/1.1 Space Grotesk}.custom-plan-card__section-heading .text-2xl{font:700 2.8rem/1.1 Space Grotesk}.custom-plan-card__section-heading .text-xl{font:700 2.2rem/1.3 Space Grotesk}.custom-plan-card__section-heading .text-lg{font:700 1.8rem/1.3 Space Grotesk}.custom-plan-card__section-heading .section-heading__kicker{grid-area:kicker}.custom-plan-card__section-heading .section-heading__description{align-items:flex-start;display:flex;grid-area:description}.custom-plan-card__section-heading .section-heading__description p{line-height:1.5}@media(min-width:1280px){.custom-plan-card__section-heading .section-heading__description{min-height:4.8rem}}.custom-plan-card__section-heading .section-heading__heading{grid-area:heading;margin:1.6rem 0 0}.custom-plan-card__section-heading .section-heading__cta-wrapper{grid-area:cta;overflow:hidden;width:100%}.custom-plan-card__section-heading .section-heading__cta-wrapper a{display:block;width:100%}.custom-plan-card__section-heading .section-heading__cta-wrapper .button,.custom-plan-card__section-heading .section-heading__cta-wrapper .button--link{max-width:100%;width:100%}.custom-plan-card__additional-text{color:var(--color-foreground);font-size:1.6rem;font-weight:600;line-height:1.4}.custom-plan-card__features{margin:0;padding:0}.custom-plan-card__features ul{display:flex;flex-direction:column;gap:var(--spacing-2);list-style:none;margin:0;padding:0}.custom-plan-card__feature-item{color:var(--color-forrest-300);line-height:1.5;padding-left:var(--spacing-7);position:relative}.custom-plan-card__feature-item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z' stroke='%23081516' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='m14.757 7.27-5.46 5.46-3.054-3.05' stroke='%23081516' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:20px;left:0;position:absolute;top:.2rem;width:21px}.custom-plan-card__link{margin-top:1.9rem;text-align:left}.custom-plan-card__link-text{color:var(--color-foreground);font-weight:500;-webkit-text-decoration:none;text-decoration:none;transition:color .2s ease}.custom-plan-card__link-text:hover{color:var(--color-foreground);-webkit-text-decoration:underline;text-decoration:underline}