@media only screen and (min-width:0rem){#home{background-color:var(--secondary);overflow:hidden;padding:clamp(6.25rem,16vw,12.5rem) 1rem 0}#home .cs-container{gap:clamp(2.5rem,6vw,4rem);margin:auto;max-width:80rem}#home .cs-container,#home .cs-content{display:flex;flex-direction:column;width:100%}#home .cs-content{align-items:flex-start;text-align:left}#home .cs-topper{color:var(--accent);display:block;font-size:clamp(.8125rem,1.6vw,.875rem);font-weight:600;letter-spacing:.2em;margin-bottom:1.5rem;text-transform:uppercase}#home .cs-title{color:var(--primary);font-size:clamp(2.5rem,6.5vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1em;margin:0 0 1.5rem;max-width:37.5rem}#home .cs-text{color:var(--primaryLight);font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.6em;margin:0 0 2.5rem;max-width:33.75rem}#home .cs-button-group{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}#home .cs-button-solid{background-color:var(--primary);box-sizing:border-box;color:var(--secondary);display:inline-block;font-size:1rem;font-weight:700;line-height:clamp(2.875em,5.5vw,3.5em);min-width:10.5rem;padding:0 2rem;position:relative;text-align:center;text-decoration:none;transition:background-color .3s;z-index:1}#home .cs-button-solid:hover{background-color:var(--accent)}#home .cs-button-transparent{align-items:center;color:var(--primary);display:inline-flex;font-size:1rem;font-weight:700;gap:.5rem;text-decoration:none;transition:color .3s}#home .cs-button-transparent:hover{color:var(--accent)}#home .cs-arrow{height:auto;transition:transform .3s;width:1.25rem}.cs-button-transparent:hover #home .cs-arrow{transform:translateX(.25rem)}#home .cs-image-group{position:relative;width:100%}#home .cs-picture{display:block;overflow:hidden;width:100%}#home .cs-picture img{aspect-ratio:3/2;display:block;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;width:100%}#home .cs-accent-block{background-color:var(--accent);height:clamp(4rem,10vw,7rem);position:absolute;right:-1rem;top:-1.25rem;width:clamp(4rem,10vw,7rem);z-index:-1}}@media only screen and (min-width:48rem){#home{padding-bottom:clamp(5rem,8vw,7.5rem)}#home .cs-container{align-items:center;flex-direction:row;justify-content:space-between}#home .cs-content{flex:none;width:45%}#home .cs-image-group{flex:none;width:50%}#home .cs-accent-block{left:-1.25rem;right:auto;top:-1.25rem}}@media only screen and (min-width:64rem){#home .cs-content{width:42%}#home .cs-image-group{width:52%}}body.dark-mode #home{background-color:var(--primary)}body.dark-mode #home .cs-title{color:var(--secondary)}body.dark-mode #home .cs-text{color:var(--secondaryLight)}body.dark-mode #home .cs-button-solid{background-color:var(--secondary);color:var(--primary)}body.dark-mode #home .cs-button-solid:hover{background-color:var(--accent);color:var(--secondary)}body.dark-mode #home .cs-button-transparent{color:var(--secondary)}body.dark-mode #home .cs-button-transparent:hover{color:var(--accent)}body.dark-mode #home .cs-accent-block{opacity:.6}@media only screen and (min-width:0rem){#trust{background-color:var(--primary);padding:clamp(1.25rem,2.5vw,1.75rem) 1rem}#trust .cs-container{margin:auto;max-width:80rem;width:100%}#trust .cs-card-group{display:grid;gap:clamp(1rem,3vw,1.5rem) clamp(.75rem,2vw,1.5rem);grid-template-columns:repeat(2,1fr);list-style:none;margin:0;padding:0;width:100%}#trust .cs-item{align-items:center;display:flex;flex-direction:column;gap:.125rem;text-align:center}#trust .cs-number{align-items:center;color:var(--secondary);display:inline-flex;font-size:clamp(1.25rem,2.8vw,1.875rem);font-weight:700;gap:.1875rem;line-height:1.2em}#trust .cs-star{color:var(--accent);font-size:.6em}#trust .cs-desc{color:var(--secondaryLight);font-size:clamp(.6875rem,1.2vw,.8125rem);font-weight:400;letter-spacing:.1em;line-height:1.4em;opacity:.65;text-transform:uppercase}}@media only screen and (min-width:64rem){#trust .cs-card-group{grid-template-columns:repeat(4,1fr)}}body.dark-mode #trust{background-color:var(--primaryLight)}