@media only screen and (min-width:0rem){#who-we-are-section{background-color:var(--secondaryLight);padding:var(--sectionPadding);position:relative;z-index:1}#who-we-are-section .cs-container{margin:auto;max-width:80rem}#who-we-are-section .cs-container,#who-we-are-section .cs-top-row{display:flex;flex-direction:column;gap:clamp(3rem,6vw,4rem);width:100%}#who-we-are-section .cs-mission-content,#who-we-are-section .cs-story-content{align-items:flex-start;background:linear-gradient(90deg,rgba(137,91,65,.08),transparent);border-left:4px solid var(--secondary);display:flex;flex-direction:column;gap:1rem;padding:clamp(1.5rem,3vw,2rem) clamp(1.25rem,2.5vw,1.75rem);width:100%}#who-we-are-section .cs-topper{color:var(--primary);font-size:.875rem;margin:0;opacity:.7}#who-we-are-section .cs-title{font-size:clamp(2rem,4vw,2.5rem);margin:0}#who-we-are-section .cs-text{color:var(--bodyTextColor);font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6em;margin:0}#who-we-are-section .cs-values-section{display:flex;flex-direction:column;gap:1.5rem;width:100%}#who-we-are-section .cs-values-header .cs-topper{color:var(--primary);opacity:.7}#who-we-are-section #values-cards .cs-card{aspect-ratio:1/1.2}#who-we-are-section #values-cards .cs-values-card{justify-content:flex-start;padding-top:30%}#who-we-are-section #values-cards .cs-values-card .cs-card-content{padding:1.5rem}#who-we-are-section #values-cards .cs-values-card .cs-card-title{font-size:clamp(2.75rem,4vw,3.25rem)}#who-we-are-section #values-cards .cs-values-card .cs-card-text{font-size:clamp(1rem,2vw,1.125rem);line-height:1.6em}}@media only screen and (min-width:48rem){#who-we-are-section .cs-top-row{flex-direction:row;gap:clamp(3rem,5vw,4rem)}#who-we-are-section .cs-mission-content,#who-we-are-section .cs-story-content{width:50%}}@media only screen and (min-width:0rem){body.dark-mode #who-we-are-section{background-color:var(--dark)}body.dark-mode #who-we-are-section .cs-topper{color:var(--primaryLight)}body.dark-mode #who-we-are-section .cs-title{color:var(--bodyTextColorWhite)}body.dark-mode #who-we-are-section .cs-text{color:var(--bodyTextColorWhite);opacity:.9}body.dark-mode #who-we-are-section .cs-mission-content,body.dark-mode #who-we-are-section .cs-story-content{background:linear-gradient(90deg,rgba(164,134,99,.12),transparent);border-left-color:var(--primaryLight)}body.dark-mode #who-we-are-section .cs-values-header .cs-topper{color:var(--primaryLight)}}