.billing-choice .billing{position:relative;isolation:isolate}
.billing-choice .billing .billing-slider{position:absolute;left:0;top:0;width:var(--slider-width);height:var(--slider-height);transform:translate(var(--slider-x),var(--slider-y));border-radius:10px;background:#173d30;box-shadow:0 3px 7px -4px #173d3066;pointer-events:none;z-index:0;transition:transform 360ms cubic-bezier(.22,1,.36,1),width 360ms cubic-bezier(.22,1,.36,1),height 360ms cubic-bezier(.22,1,.36,1)}
.billing-choice .billing.has-slider button{position:relative;z-index:1;transition:color 180ms ease;background:transparent;box-shadow:none;border-color:transparent}
.billing-choice .billing.has-slider button[aria-pressed=true]{background:transparent;box-shadow:none;border-color:transparent;color:#fff}
.billing.no-slide .billing-slider,body.reduced .billing .billing-slider{transition:none}
@media(prefers-reduced-motion:reduce){.billing-choice .billing .billing-slider,.billing-choice .billing.has-slider button{transition:none}}
