@charset "UTF-8";@media only screen and (min-width:0rem){#hero{align-items:center;background-color:var(--dark);display:flex;min-height:clamp(33rem,84vh,48rem);overflow:hidden;padding:clamp(8rem,9vw + 5rem,12rem) 1rem clamp(3.75rem,7vw,6.25rem);position:relative;z-index:1}#hero .cs-container{margin:auto;max-width:80rem;position:relative;width:100%;z-index:2}#hero .cs-content{align-items:flex-start;display:flex;flex-direction:column;max-width:41.25rem;width:100%}#hero .cs-topper{color:var(--primaryLight);margin-bottom:.75rem}#hero .cs-title{color:#fff;font-size:clamp(2.4375rem,5.8vw,4.25rem);letter-spacing:.01em;margin-bottom:1.25rem;max-width:100%;text-transform:uppercase}#hero .cs-text{color:#e7e5e4;font-size:clamp(1rem,1.4vw,1.125rem);margin-bottom:2rem;max-width:35rem}#hero .cs-button-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}#hero .cs-hero-phone{border-color:#fff;color:#fff}#hero .cs-hero-phone:before{background-color:var(--primary)}#hero .cs-hero-phone:hover{border-color:var(--primary);color:#fff}#hero .cs-trust{border-top:1px solid hsla(0,0%,100%,.18);display:flex;flex-wrap:wrap;gap:.75rem 1.75rem;list-style:none;margin:2.5rem 0 0;padding:1.5rem 0 0}#hero .cs-trust-li{color:#d6d3d1;font-size:.875rem;font-weight:600;letter-spacing:.06em;padding-left:1.25rem;position:relative;text-transform:uppercase}#hero .cs-trust-li:before{background-color:var(--primary);border-radius:2px;content:"";height:.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}#hero .cs-background{display:block;inset:0;position:absolute;z-index:-1}#hero .cs-background img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}#hero .cs-background:before{background:linear-gradient(90deg,rgba(24,24,27,.93),rgba(24,24,27,.84) 40%,rgba(24,24,27,.58));content:"";inset:0;position:absolute;z-index:1}}@media only screen and (min-width:48rem){#hero .cs-background:before{background:linear-gradient(90deg,rgba(24,24,27,.92),rgba(24,24,27,.72) 46%,rgba(24,24,27,.25))}}@media only screen and (min-width:0rem){#products{background-color:var(--bodyTextColorWhite);padding:var(--sectionPadding)}#products .cs-container{margin:auto;max-width:80rem;width:100%}#products .cs-heading{margin:0 auto 3rem;max-width:38.75rem;text-align:center}#products .cs-heading .cs-text,#products .cs-heading .cs-title{margin-left:auto;margin-right:auto}#products .cs-card-group{display:grid;gap:1.25rem;grid-template-columns:repeat(1,1fr);list-style:none;margin:0;padding:0;width:100%}#products .cs-item{align-items:flex-start;background-color:#fff;border:1px solid #e7e5e4;border-radius:.5rem;border-top:4px solid var(--primary);display:flex;flex-direction:column;list-style:none;padding:clamp(1.5rem,3vw,2.25rem);transition:transform .3s,box-shadow .3s}#products .cs-item:hover{box-shadow:0 18px 40px rgba(24,24,27,.12);transform:translateY(-.4375rem)}#products .cs-icon{align-items:center;background-color:rgba(185,28,28,.08);border-radius:.375rem;color:var(--primary);display:flex;height:3.75rem;justify-content:center;margin-bottom:1.25rem;width:3.75rem}#products .cs-icon svg{height:2.125rem;width:2.125rem}#products .cs-h3{color:var(--headerColor);font-size:1.375rem;font-weight:600;letter-spacing:.02em;margin:0 0 .625rem;text-transform:uppercase}#products .cs-item-text{color:var(--bodyTextColor);font-size:1rem;line-height:1.5em;margin:0 0 1.25rem}#products .cs-link{align-items:center;color:var(--primary);display:inline-flex;font-family:var(--headerFont);font-size:.9375rem;font-weight:600;gap:.5rem;letter-spacing:.05em;margin-top:auto;text-transform:uppercase;transition:gap .3s,color .3s}#products .cs-link:after{content:"→";font-weight:700}#products .cs-link:hover{color:var(--primaryLight);gap:.875rem}}@media only screen and (min-width:48rem){#products .cs-card-group{grid-template-columns:repeat(3,1fr)}}