@media only screen and (min-width:0rem){#hero .cs-container,#hero .cs-content{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}#hero .cs-content{background-color:#fff;border-radius:2rem 2rem 0 0;padding:2rem 1rem;text-align:center;top:-2rem;width:100%}#hero .cs-button-solid{margin-top:2rem}#hero .cs-flex{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:.5rem}#hero .cs-flex p{line-height:1.2em}#hero strong{color:var(--headerColor)}#hero .cs-title{font-size:clamp(2.5375rem,5.9vw,5.0625rem)}#hero .cs-title span{display:block}#hero .cs-picture{display:block;height:55vh;position:relative;width:100%}#hero .cs-picture img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}@media only screen and (min-width:48rem){#hero{padding:var(--innerSectionPadding)}#hero .cs-container{align-items:stretch;flex-direction:row;gap:clamp(3rem,6vw,4rem);margin:auto;max-width:90rem}#hero .cs-content{align-items:flex-start;border-radius:0;flex:none;margin:0;max-width:42.125rem;order:-1;padding:0;text-align:left;top:0;width:40vw}#hero .cs-picture{border-radius:2rem;height:auto;overflow:hidden;width:100%}}@media only screen and (min-width:0rem){body.dark-mode #hero .cs-content{background-color:var(--dark)}body.dark-mode #hero .cs-item,body.dark-mode #hero .cs-text strong{color:var(--bodyTextColorWhite)}#reviews{padding:var(--sectionPadding);padding-top:0}#reviews .cs-container{gap:clamp(3rem,6vw,4rem);justify-content:center;margin:auto;max-width:90rem}#reviews .cs-container,#reviews .cs-content{align-items:center;display:flex;flex-direction:column;width:100%}#reviews .cs-content{text-align:center}#reviews .cs-title{margin:0;max-width:25ch}#reviews .cs-card-group{align-items:stretch;display:grid;gap:1rem;grid-template-columns:repeat(12,1fr);margin:0;padding:0;width:100%}#reviews .cs-item{align-items:flex-start;background-color:var(--secondary);border-radius:1rem;display:flex;flex-direction:column;grid-column:span 12;list-style:none;overflow:hidden;padding:clamp(1.5rem,3vw,2rem);position:relative;text-align:left;width:100%;z-index:1}#reviews .cs-review-text{color:var(--bodyTextColor);font-size:clamp(.9375rem,1.5vw,1rem);line-height:1.5em;margin-bottom:.75rem}#reviews .cs-review-name{color:var(--headerColor);display:block;font-family:var(--headerFont);font-size:1rem;font-weight:700;letter-spacing:var(--headerLetterSpacing);line-height:1.2em;margin-bottom:.5rem;text-transform:uppercase}#reviews .cs-stars{display:block;height:1rem;width:6rem}}@media only screen and (min-width:48rem){#reviews .cs-item{grid-column:span 6}#reviews .cs-review-name{margin-top:auto}}@media only screen and (min-width:64rem){#reviews .cs-item{grid-column:span 4}}@media only screen and (min-width:0rem){body.dark-mode #reviews .cs-review-name,body.dark-mode #reviews .cs-review-text,body.dark-mode #reviews .cs-text,body.dark-mode #reviews .cs-title{color:var(--bodyTextColorWhite)}body.dark-mode #reviews .cs-item{background-color:var(--medium)}}