.PaymentMethodHubCountryStatsBarGraph{--paymentMethodHubCountryStatsBarPercent:-100%;display:grid;gap:8px;grid-template-areas:"title percent" "graph graph"}.PaymentMethodHubCountryStatsBarGraph__percent{justify-self:end;color:#4f5b76;font:var(--fontWeightNormal) 12px/18px var(--fontFamily);letter-spacing:.2px}@media (min-width:600px){.PaymentMethodHubCountryStatsBarGraph__percent{font-size:15px;line-height:24px}}.PaymentMethodHubCountryStatsBarGraph__bar{position:relative;grid-area:graph;overflow:hidden;width:100%;height:8px;border-radius:4px;background:#c4ccd8}.PaymentMethodHubCountryStatsBarGraph__barProgress{position:absolute;transform:translateX(var(--paymentMethodHubCountryStatsBarPercent));width:100%;height:100%;border-radius:4px;background:#96f}@media (prefers-reduced-motion:no-preference){.PaymentMethodHubCountryStatsBarGraph__barProgress{transition:transform 1s cubic-bezier(.65,0,.35,1)}}