.pricing-plans{display:flex;flex-wrap:wrap;justify-content:center}.plan{background:#333;color:#fff;display:flex;flex-direction:column;overflow:hidden;width:100%}.plan-header{clip-path:polygon(0 0,100% 0,100% 90.17%,0 100%);color:#fff;font-family:Rockwell;font-size:40pt;font-weight:700;height:110px;line-height:.8;padding:8px;text-align:left;text-transform:uppercase}.plan-header.free{background:#a7a4ad}.plan-header.enterprise,.plan-header.flex{background:#4e4c52}.plan-header h3{color:#fff;font-size:50px;width:50%}.plan-body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.plan-body p{color:#fff;font-family:Avenir-Medium}.plan-body .price,.plan-body p{font-size:10pt;font-weight:700;text-align:center}.plan-body .price{font-family:Avenir-Black}.pricing-plans .plan-body .button-wrapper{display:flex;justify-content:center;margin:0 0 15px}.plan-body .price .price-row{color:#ed1769;font-weight:700}.plan-features h4{color:#ccc;font-size:.85rem;margin-top:1rem;text-transform:uppercase}.plan-features ul{font-size:.85rem;line-height:1.6;padding-left:1.2rem}.plan-features li{margin-bottom:.5rem}.plan-feature-item-description{color:#ccc;display:none;margin-top:.5rem}.plan-feature-item.active .plan-feature-item-description{display:block}.plan-feature-item-title{align-items:center;cursor:pointer;display:flex;font-family:Avenir-Next-Bold;font-weight:700;justify-content:space-between}.plan-feature-item-title span{text-decoration:underline}.plan-feature-item-title:after{content:"+";font-size:1.2rem;transition:transform .2s ease}.plan-feature-item.active .plan-feature-item-title:after{content:"−"}