 @media only screen and (min-width: 0rem) {#why-choose {position: relative;padding: var(--sectionPadding);padding-bottom: 0;}#why-choose .cs-container {display: flex;flex-direction: column;align-items: center;margin: auto;max-width: 44rem;width: 100%;gap: 3rem;}#why-choose .cs-content {display: flex;flex-direction: column;align-items: flex-start;margin-bottom: clamp(3rem, 6vw, 4rem);width: 100%;text-align: left;}#why-choose .cs-title {margin: 0;}#why-choose .cs-content-picture {display: block;height: 20.5rem;width: 100%;}#why-choose .cs-content-picture img {height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;}#why-choose .cs-ul {display: flex;flex-direction: column;justify-content: center;align-items: flex-start;margin: 2rem 0;max-width: 39.375rem;width: 100%;padding: 0;}#why-choose .cs-li {display: flex;justify-content: flex-start;align-items: flex-start;border-bottom: 1px solid #e7e7e8;margin: 0 0 1.5rem;padding: 0 0 1.5rem;list-style: none;gap: 1.25rem;}#why-choose .cs-li:last-of-type {border: none;margin: 0;padding: 0;}#why-choose .cs-icon {display: block;height: auto;width: 3rem;}#why-choose .cs-h3 {margin: 0 0 0.5rem 0;font-size: 1.25rem;line-height: 1.2em;font-weight: 700;color: var(--headerColor);text-align: left;}#why-choose .cs-li-text {margin: 0;font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);text-align: left;}#why-choose .cs-picture {display: block;height: 22.5rem;width: 100%;}#why-choose .cs-picture img {height: 100%;width: 100%;-o-object-fit: cover;object-fit: cover;}body.dark-mode #why-choose .cs-title, body.dark-mode #why-choose .cs-item-p, body.dark-mode #why-choose .cs-h3, body.dark-mode #why-choose .cs-li-text {color: var(--bodyTextColorWhite);}body.dark-mode #why-choose .cs-text, body.dark-mode #why-choose .cs-item-p, body.dark-mode #why-choose .cs-li-text {opacity: 0.8;}body.dark-mode #why-choose .cs-faq-item {background-color: var(--medium);}body.dark-mode #why-choose .cs-faq-item:hover::after, body.dark-mode #why-choose .cs-faq-item.active::after {opacity: 0.6;}body.dark-mode #why-choose .cs-faq-item.active .cs-button {background-color: var(--medium);color: var(--bodyTextColorWhite);}body.dark-mode #why-choose .cs-faq-item.active .cs-button:before, body.dark-mode #why-choose .cs-faq-item.active .cs-button:after {background-color: var(--bodyTextColorWhite);}body.dark-mode #why-choose .cs-button {background-color: var(--medium);color: var(--bodyTextColorWhite);border-color: var(--accent);}body.dark-mode #why-choose .cs-button:before, body.dark-mode #why-choose .cs-button:after {opacity: 0.8;background-color: var(--bodyTextColorWhite);}}@media only screen and (min-width: 48rem) {#why-choose .cs-content-group {display: grid;grid-template-columns: auto auto;padding-right: 1.25rem;-moz-column-gap: clamp(2rem, 3vw, 3rem);column-gap: clamp(2rem, 3vw, 3rem);}#why-choose .cs-content {grid-column: span 2;}#why-choose .cs-content-picture {height: 100%;width: clamp(17.75rem, 34vw, 28.625rem);grid-column: span 1;}#why-choose .cs-ul {margin-top: 0;}}@media only screen and (min-width: 64rem) {#why-choose .cs-container {flex-direction: row;align-items: stretch;max-width: 90rem;}#why-choose .cs-picture {height: auto;width: clamp(13.8125rem, 21vw, 25.8125rem);flex: 1 0 auto;}}