.pill{display:inline-block;padding:5px 10px;margin:5px;border-radius:20px;background-color:#f2f2f2;color:#000;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.blue{background-color:rgba(255,202,153,.531);color:#522600;border:1px solid #522600}.red{background-color:red;color:#000}.green{background-color:#0f0;color:#000}.purchase_box{border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:.5rem 1.5rem;position:relative;border:1px solid #d7d7d736}.purchase_box:hover{transform:scale(1.05);transition:transform .3s ease;background-color:#3a3a3a8f;cursor:pointer}.purchase_box.active{border:1px solid var(--primary)}.purchase_most_popular{position:absolute;top:1rem;right:1rem;background-color:var(--primary);color:#282828;padding:.5rem 1rem;border-radius:10px;font-size:.75rem;font-weight:600;overflow:hidden;display:flex;margin-left:auto}.purchase_most_popular:before{content:attr(data-text);position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,hsla(0,0%,100%,.8),rgba(255,0,0,.6),rgba(255,255,0,.6),rgba(0,255,0,.6),rgba(0,255,255,.6),rgba(0,0,255,.6),rgba(255,0,255,.6),hsla(0,0%,100%,.8));background-clip:text;-webkit-background-clip:text;color:transparent;z-index:1}.purchase_name{font-size:1.25rem;font-weight:600;text-align:center;margin:1rem 0}.purchase_payment_buttons{display:flex;flex-direction:row;justify-content:center;gap:1rem;width:100%}.purchase_payment_buttons>.primary-button{width:100%}.purchase_price{font-size:1.5rem;font-weight:600;text-align:left;margin:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.purchase_usd_reference{font-size:.75rem;color:hsla(0,0%,100%,.5);margin-top:4px;width:100%}.purchase_price>h3{margin:0;padding:0}.purchase_length{font-size:1rem;font-weight:200;text-align:left;margin:0 .5rem;color:#ffffffbb}