@media only screen and (min-width:0rem){#payment-page{background-color:#fff;padding:var(--sectionPadding)}#payment-page .cs-container{margin:auto;max-width:50rem;width:100%}#payment-page .cs-content{align-items:center;border:1px solid #e8e8e8;box-shadow:0 16px 48px rgba(0,0,0,.08);display:flex;flex-direction:column;padding:clamp(2rem,5vw,4rem);text-align:center}#payment-page .cs-title{max-width:37.5rem}#payment-page .cs-text{margin-bottom:1.5rem;max-width:35rem}#payment-page .cs-button-group{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}#payment-page .cs-button-solid{max-width:20rem;width:100%}#payment-page .cs-button-secondary{background:#008cff}#payment-page .cs-help{color:var(--bodyTextColor);font-size:var(--bodyFontSize);line-height:1.5em;max-width:37.5rem}#payment-page .cs-help a{color:var(--primary);font-weight:700;text-decoration:none}#payment-page .cs-help a:hover{text-decoration:underline}}@media only screen and (min-width:48rem){#payment-page .cs-button-group{flex-direction:row;justify-content:center}}