.PaymentMethods{flex-direction:column}.PaymentMethods-title{align-items:center;align-self:stretch;display:flex;justify-content:space-between;padding-bottom:3.75rem;padding-top:6.25rem}.PaymentMethods-Container{background:none!important;min-height:43.75rem}.PaymentMethods-section-title{position:absolute;top:-.9375rem}.PaymentMethods-region-label,.PaymentMethods-section-title{font-weight:700;text-transform:uppercase}.PaymentMethodDetail-thumbnail{border:1px solid #eaeaea;border-radius:50%;height:3rem;margin-right:1.25rem;width:3rem}.PaymentMethodDetail-country-title{color:#0b1547;color:var(--Color-Brand-Text-Default,#0b1547)}.PaymentMethods-Loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.PaymentMethods-CountryList{margin-right:2rem;padding:4.375rem 1.875rem}.PaymentMethods-CountryList,.PaymentMethods-types{background:#fff;background:var(--Color-Neutral-Surface,#fff);border-radius:2rem}.PaymentMethods-types{padding:1.875rem 5.3125rem}.PaymentMethods-logo{background:#fff;background:var(--Color-Neutral-Surface,#fff);border-radius:1rem;box-shadow:0 1px 2px #0b15470a,0 2px 6px #0b15470f;box-shadow:var(--Shadow-Sm,0 1px 2px #0b15470a,0 2px 6px #0b15470f);display:block;height:3.875rem;min-width:5.3125rem;object-fit:contain;padding-block:.375rem;padding-inline:.5rem;transition:transform .22s cubic-bezier(0,0,.2,1),box-shadow .22s cubic-bezier(0,0,.2,1);transition:transform var(--Duration-Base,.22s) var(--Ease-Standard,cubic-bezier(0,0,.2,1)),box-shadow var(--Duration-Base,.22s) var(--Ease-Standard,cubic-bezier(0,0,.2,1));width:5.3125rem}.PaymentMethods-logo:hover{box-shadow:0 4px 12px #0b154714,0 2px 4px #0b15470a;box-shadow:var(--Shadow-Md,0 4px 12px #0b154714,0 2px 4px #0b15470a);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.PaymentMethods-logo{transition:none}.PaymentMethods-logo:hover{transform:none}}.PaymentMethods-Row{border-bottom:1px solid #f1f1f1;min-height:6.25rem;padding-bottom:2rem;padding-top:1.75rem}.PaymentMethods-Col,.PaymentMethods-Header{display:flex;justify-content:center}.PaymentMethods-Header{margin-bottom:1.5rem;padding:0 1.125rem;width:100%}.PaymentMethods-Dropdown{height:3.5rem;width:100%}.PaymentMethods-type-name{text-transform:uppercase}.PaymentMethods-CountryMenu{list-style:none;margin:0;padding:0;text-transform:capitalize}.PaymentMethods-CountryItem{background:none;border:none;color:#0b1547;color:var(--Color-Brand-Text-Default,#0b1547);cursor:pointer;display:block;padding:.5rem 0;text-align:left;transition:color .22s cubic-bezier(0,0,.2,1),transform .22s cubic-bezier(0,0,.2,1);transition:color var(--Duration-Base,.22s) var(--Ease-Standard,cubic-bezier(0,0,.2,1)),transform var(--Duration-Base,.22s) var(--Ease-Standard,cubic-bezier(0,0,.2,1));width:100%}.PaymentMethods-CountryItem:focus-visible,.PaymentMethods-CountryItem:hover{color:#0027f9;color:var(--Color-Brand-Text-Highlight,#0027f9);outline:none;transform:translateX(3px)}.PaymentMethods-CountryItem.is-selected{color:#0027f9;color:var(--Color-Brand-Text-Highlight,#0027f9);transform:translateX(3px)}.PaymentMethods-CountryItem.is-selected:before{background:#0027f9;background:var(--Color-Brand-Text-Highlight,#0027f9);border-radius:50%;content:"";display:inline-block;height:.25rem;margin-right:.5rem;vertical-align:middle;width:.25rem}@media (prefers-reduced-motion:reduce){.PaymentMethods-CountryItem{transition:color .22s cubic-bezier(0,0,.2,1);transition:color var(--Duration-Base,.22s) var(--Ease-Standard,cubic-bezier(0,0,.2,1))}.PaymentMethods-CountryItem:focus-visible,.PaymentMethods-CountryItem:hover{transform:none}}.PaymentMethods-Dropdown .ant-select-selector{background-color:#f0f0f0!important}.PaymentMethods-grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(6,1fr)}@media (max-width:1770px){.PaymentMethods-grid-container{grid-template-columns:repeat(5,1fr)}}@media (max-width:1440px){.PaymentMethods-grid-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:1300px){.PaymentMethods-grid-container{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.PaymentMethods-logo{height:3.625rem;min-width:5rem;width:5rem}}@media (max-width:480px){.PaymentMethods-grid-container{grid-template-columns:repeat(2,1fr)}}.PaymentMethodDetail-title{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:1.25rem 0}.PaymentMethodDetail-country{display:flex;flex-direction:row;justify-content:center}.Loader-cont{align-items:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#fffc;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.Loader-spinner,.PaymentMethods-spinner{animation:loader-spin .8s linear infinite;border:3px solid #eaeaea;border-radius:50%;border-top:3px solid var(--Color-Brand-Border-Electric-Blue,#0027f9);height:2.5rem;width:2.5rem}@keyframes loader-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.Loader-spinner,.PaymentMethods-spinner{animation:none}}