#progress-circle{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#progress-circle svg circle{fill:none;stroke-dasharray:var(--circumference);stroke-dashoffset:var(--circumference);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center}#progress-circle svg circle:first-child{stroke-dashoffset:0;stroke:rgba(143,151,156,.192)}#progress-circle svg circle:nth-child(2){stroke-dashoffset:calc(var(--circumference) - var(--circumference)*0/100);stroke:var(--orange-web);stroke-linecap:round;-webkit-transition:.5s;transition:.5s}#progress-circle .number{cursor:default;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:var(--text-size);display:-webkit-box;display:-ms-flexbox;display:flex}#progress-circle .noshow{stroke-dashoffset:calc(var(--circumference) - var(--circumference)*0/100)!important}.usage-counter .title{font-size:14px;font-weight:700}.usage-counter span{font-weight:700}.usage-counter div{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#current-subscription{display:grid;grid-template-columns:2fr 1fr;gap:20px}#current-subscription>div>h3{padding:0 0 20px 20px;margin:0;font-size:18px;font-weight:400}#current-subscription .content{height:calc(100% - 41px);padding:20px;background:#fff;-webkit-box-shadow:0 6px 16px -5px rgba(0,0,0,.14901960784313725);box-shadow:0 6px 16px -5px rgba(0,0,0,.14901960784313725)}#current-subscription .content .usage-icon{width:20px;font-size:20px}#current-subscription .usage .content{display:grid;grid-template-columns:repeat(4,auto);grid-auto-rows:auto;gap:12px}#current-subscription .usage .content>div{gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#current-subscription .usage .generation-count{grid-row-end:span 2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#current-subscription .usage .title{font-size:14px;font-weight:700}#current-subscription .payment .content .next-payment{font-size:12px;margin:12px 0}#current-subscription .payment .content .next-payment span{font-weight:700}#current-subscription .payment .content .credit-card{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#current-subscription .payment .content .credit-card h3{font-size:14px;font-weight:700}#current-subscription .payment .content .credit-card button{width:-webkit-max-content;width:-moz-max-content;width:max-content}#current-subscription .payment .content .credit-card .card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}#current-subscription .payment .content .credit-card .card-info svg{font-size:18px}#current-subscription .payment .content .credit-card .card-info div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#current-subscription .payment .content .credit-card .card-info div .expiration{font-size:10px;opacity:.7}#current-subscription .current-plan .content h3{font-size:18px;font-weight:700}#current-subscription .current-plan .plan-terms{display:grid;grid-template-columns:repeat(3,auto);grid-auto-rows:auto;gap:12px}#current-subscription .current-plan .plan-terms .plan-term{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}#current-subscription .current-plan .plan-terms .plan-term p{margin:0}#current-subscription .current-plan .plan-terms .plan-term p span{font-weight:700}#current-subscription .current-plan .bottom-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 0 0}#current-subscription .current-plan .bottom-section button{margin-right:12px}#current-subscription .current-plan .price{font-size:18px;font-weight:700}@media only screen and (max-width:1100px){#current-subscription{grid-template-columns:1fr}}@media only screen and (max-width:575px){#current-subscription .usage .content{grid-template-columns:1fr}#current-subscription .usage .content div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#current-subscription .current-plan .plan-terms{grid-template-columns:1fr}#current-subscription .current-plan .bottom-section{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}