 @media only screen and (min-width: 0rem) {#sbs {padding: var(--sectionPadding);padding-top: 3rem;background-color: var(--secondaryLight);}#sbs .cs-container {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;max-width: 80rem;width: 100%;row-gap: 2.5rem;}#sbs .cs-left {position: relative;height: 39.75em;width: 39.4375em;font-size: min(2.31vw, 0.7em);}#sbs .cs-picture {position: absolute;display: block;overflow: hidden;}#sbs .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: contain;}#sbs .cs-picture1 {top: 0;left: 0;border-radius: 0.1875rem;height: 36.3125em;width: 32.625em;}#sbs .cs-picture2 {bottom: 0;right: 0;border-radius: 0.1875rem;height: 25em;width: 25em;}#sbs .cs-right {margin: auto;max-width: 33.875rem;}#sbs .cs-topper {margin-bottom: 0.25rem;text-align: left;}#sbs .cs-title {max-width: 50rem;text-align: left;}#sbs .cs-text {max-width: 46.875rem;color: var(--bodyTextColor);text-align: left;}#sbs .cs-button-solid {margin-top: 2rem;}}@media only screen and (min-width: 48rem) {#sbs .cs-left {width: 46.375em;}#sbs .cs-right {max-width: 44.625rem;}}@media only screen and (min-width: 64rem) {#sbs .cs-container {flex-flow: row;justify-content: space-between;gap: 3.25rem;}#sbs .cs-left {font-size: min(1.2vw, 1em);flex: none;width: 39.4375em;}#sbs .cs-right {margin: 0;}}@media only screen and (min-width: 0rem) {#reviews {padding: var(--sectionPadding);background-color: var(--secondary);}#reviews .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(1.5rem, 4vw, 2rem);}#reviews .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#reviews .cs-card-group {padding: 0;margin: 0;display: flex;flex-direction: column;column-gap: 1.25rem;row-gap: 2rem;}#reviews .cs-item {text-align: left;list-style: none;width: 100%;max-width: 39.375rem;margin: 2.5rem 0 0 0;padding: 3.75rem clamp(1rem, 3.2vw, 2rem) 0;padding-bottom: clamp(2rem, 5.4vw, 2.5rem);border-radius: 0.1875rem;box-shadow: 0px 20px 39px 0px rgba(0, 0, 0, 0.1);background: var(--secondaryLight);position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;box-sizing: border-box;}#reviews .cs-item:last-of-type {margin-bottom: 0;}#reviews .cs-item-img {width: 2.5rem;height: 2.5rem;position: absolute;top: -1.25rem;}#reviews .cs-item-text {font-size: 1rem;line-height: 1.5em;margin: 0 0 1.25rem;padding-bottom: 1.25rem;color: var(--bodyTextColor);border-bottom: 1px solid #9b9b9b;}#reviews .cs-info {width: 100%;margin: auto 0 0 0;display: flex;align-items: center;justify-content: space-between;}#reviews .cs-flex-group {width: 100%;margin: 0;}#reviews .cs-name {font-size: 1rem;line-height: 1.5em;font-weight: 700;width: 40%;margin: 0;display: block;color: var(--headerColor);}#reviews .cs-desc {font-size: 0.875rem;font-weight: 400;color: var(--primary);display: block;}#reviews .cs-item-stars {width: 6rem;height: 1rem;}}@media only screen and (min-width: 48rem) {#reviews .cs-card-group {flex-direction: row;justify-content: space-between;}}