 @media only screen and (min-width: 0em) {#sbs {padding: var(--sectionPadding);}#sbs .cs-container {width: 100%;max-width: 60rem;margin: auto;display: flex;justify-content: center;flex-direction: column;row-gap: 1rem;}#sbs .cs-container h3 {font-size: 1.5em;}#sbs .cs-container h3:not(:first-of-type) {margin-top: 2rem;}#sbs .cs-container h4 {font-size: 1.17em;margin-top: 1.5rem;}#sbs .cs-title {text-align: left;max-width: 50rem;padding-left: 24px;border-left: 6px solid var(--primary);margin-bottom: 2rem;font-size: clamp(1.9375rem, 3.9vw, 2.8rem);}#sbs .cs-text {text-align: left;max-width: unset;color: var(--bodyTextColor);}#sbs .cs-text a {color: var(--link);font-size: var(--bodyFontSize);}#sbs .cs-flex-group {padding: 1.5rem 2rem;background-color: #f7f8fb;border-radius: 1rem;max-width: 480px;position: relative;}.cs-toc ol {margin-top: 24px;}.cs-toc ol li {list-style: none;margin: 0 0 0.5rem 0;color: var(--bodyTextColor);display: flex;justify-content: flex-start;align-items: flex-start;gap: 0.75rem;position: relative;overflow: hidden;}.cs-toc ol li:before {content: "";width: 1rem;height: 1rem;margin-top: 0.1875rem;margin-left: -0.5rem;background: var(--primary);border-radius: 50%;display: block;flex: none;}.cs-toc ol li a {color: var(--bodyTextColor);}.divider {width: calc(100% - 32px);max-width: 60rem;margin: auto;border-bottom: 1px solid #ccc;position: relative;}.click-anchor {display: block;visibility: hidden;position: absolute;top: -80px;}.border-bottom {border-bottom: 1px solid #ccc;padding-bottom: 12px;margin-bottom: 12px;}}@media only screen and (min-width: 64em) {#sbs .cs-container {flex-flow: row;align-items: flex-start;justify-content: space-between;flex-direction: column;gap: 1rem;}.divider {width: 100%;}}