:root{--primary-color:#4068eb;--secondary-color:#ff6a3d;--heading-font:system-ui;--body-font:system-ui}.pricingv2{display:flex;flex-direction:column;align-items:center;gap:1rem 2rem}.pricingv2__toggle{display:flex;align-items:center;gap:1rem 1.5rem}.pricingv2 .pricingv2__toggle-input[type=checkbox]{height:0;width:0;visibility:hidden;display:none}.pricingv2 .pricingv2__toggle-input-switch{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#000;display:block;border-radius:100px;position:relative}.pricingv2 .pricingv2__toggle-input-switch:after{content:"";position:absolute;top:5px;left:5px;width:20px;height:20px;background:#fff;border-radius:90px;transition:0.3s}.pricingv2 .pricingv2__toggle-input-switch:active:after{width:40px}.pricingv2 .pricingv2__toggle-input:checked+.pricingv2__toggle-input-switch{background:#000}.pricingv2 .pricingv2__toggle-input:checked+.pricingv2__toggle-input-switch:after{left:calc(100% - 5px);transform:translateX(-100%)}.pricingv2__cards{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.pricingv2__card{flex:1 1 300px;border:1px solid #d9d9d9;border-radius:15px;padding:2rem;display:flex;flex-direction:column;gap:1rem;background-color:#fff;position:relative;margin-top:3rem}.pricingv2__card-button{border-radius:50px!important;background:white!important;color:#ff6a3d!important;margin-top:1rem}.pricingv2__card-button:hover{background:#ff6a3d!important;color:#fff!important}.pricingv2__card .pricingv2__badge{background-color:#ff6a3d;color:#fff;padding:.4rem .5rem;border-radius:17px;font-size:var(--step-0);position:absolute;top:-35px;left:50%;transform:translateX(-50%);width:calc(100% + 1px);text-align:center;height:80px;z-index:-2}.pricingv2__card--popular{border-color:#ff6a3d}.pricingv2__card--popular .pricingv2__card-button{background:#ff6a3d!important;color:#fff!important}.pricingv2__card--popular .pricingv2__card-button:hover{background:#fff!important;color:#ff6a3d!important}.pricingv2__card-header{display:flex;flex-direction:column;gap:.5rem}.pricingv2__card-title{font-size:var(--step-2);font-weight:700;color:#000;margin-bottom:0}.pricingv2__card-description{font-size:1rem;color:#4b4b4b;margin:0}.pricingv2__card-price{display:flex;flex-wrap:wrap;gap:.5rem;font-size:var(--step-5);font-weight:700;color:#000;align-items:baseline;line-height:1}.pricingv2__card-price-value{display:inline-block;transition:opacity 0.3s ease,transform 0.3s ease}.pricingv2__card-price-value.price-change{opacity:0;transform:translateY(-10px)}.pricingv2__card-price-value:not(.price-change){opacity:1;transform:translateY(0)}.pricingv2__card-price-frequency{font-size:.9rem;font-weight:500}.pricingv2__card-user{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pricingv2__card-user span{flex:1;font-size:1rem;font-weight:500;white-space:nowrap}.pricingv2__card-user input{flex:0 1 80px;padding:.25rem .5rem;border-radius:2rem;text-align:center;height:40px;line-height:1;font-size:1rem}.pricingv2__card-user input::-webkit-inner-spin-button,.pricingv2__card-user input::-webkit-outer-spin-button{opacity:1}.pricingv2__card-includes{font-size:.9rem;display:flex;flex-direction:column;gap:.3rem;line-height:2}.pricingv2__card-learnmore{padding-top:.7rem}.pricingv2 .pricingv2__card-total{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;margin-top:.25rem;flex-wrap:nowrap}.pricingv2 .pricingv2__card-total-amount{font-weight:700;font-size:var(--step-1);color:#000;flex-wrap:nowrap}.pricingv2 .pricingv2__card-total-note{font-size:.875rem;font-weight:600;color:#4b4b4b;flex-wrap:nowrap}.pricingv2 .pricingv2__card-total+.pricingv2__card-billing-note,.pricingv2 .pricingv2__card-total .pricingv2__card-billing-note{font-size:.9rem;color:#4b4b4b;font-style:italic}.pricingv2 ::-webkit-scrollbar{width:0;background:#fff0}.pricingv2__card-price-value{display:inline-block;transition:opacity 0.3s ease,transform 0.3s ease}.pricingv2__card-price-value.price-change{opacity:0;transform:translateY(-10px)}.pricingv2__card-price-frequency{display:inline-block;transition:opacity 0.3s ease,transform 0.3s ease}.pricingv2__card-price-frequency.fade-out{opacity:0;transform:translateY(-10px)}.pricingv2__card-price-frequency.fade-in{opacity:1;transform:translateY(0)}@media (max-width:768px){.pricingv2__card-price{flex-direction:column;align-items:flex-start}.pricingv2__card-user{width:100%;margin-top:.5rem;justify-content:flex-start}}@media (min-width:769px){.pricingv2__card-user{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pricingv2__card-user span{font-size:1rem;font-weight:500;white-space:nowrap}.pricingv2__card-user input{margin-left:auto;width:80px;flex-shrink:0;border-radius:20px;padding:.25rem .5rem;text-align:center;height:40px;line-height:1;font-size:1rem}}