#steps-website{background:#f8f8f8;overflow:hidden;padding:clamp(3.25rem,9vw,6rem) 1rem;text-align:center}#steps-website .cs-container{margin:auto;max-width:1200px}#steps-website .cs-title,#steps-website .cs-topper{margin-left:auto;margin-right:auto;text-align:center}#steps-website .cs-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:3rem;max-width:40rem}#steps-website .cs-steps{display:grid;gap:clamp(2rem,6vw,2.5rem);grid-template-columns:1fr;justify-items:center;margin-bottom:3rem}#steps-website .cs-step{max-width:220px;text-align:center;width:100%}#steps-website .cs-step-top{display:flex;justify-content:center;margin-bottom:1rem;position:relative}#steps-website .cs-number{color:#b8b8b8;font-size:2.8rem;font-weight:700;left:-12px;line-height:1;position:absolute;top:-12px}#steps-website .cs-icon{align-items:center;background:linear-gradient(135deg,var(--primary),#0a66c2);border:3px solid rgba(17,24,39,.95);border-radius:50%;box-shadow:inset 0 3px 0 hsla(0,0%,100%,.24),inset 0 -8px 14px rgba(0,0,0,.16),0 10px 18px rgba(0,0,0,.22),0 3px 0 rgba(17,24,39,.95);display:flex;height:90px;justify-content:center;width:90px}#steps-website .cs-icon img{filter:brightness(0) invert(1);height:46px;width:46px}#steps-website .cs-step-text{color:#1f2430;font-size:1rem;line-height:1.35}#steps-website .cs-button-solid{margin-top:0}@media (min-width:600px){#steps-website .cs-steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){#steps-website .cs-steps{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){#steps-website .cs-steps{grid-template-columns:repeat(5,1fr)}}@media (min-width:48rem) and (max-width:74.9375rem){#steps-website .cs-container{max-width:56.25rem}#steps-website .cs-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:47.9375rem){#steps-website .cs-title{font-size:clamp(1.9rem,9vw,2.5rem);margin-bottom:clamp(2.25rem,8vw,3rem)}#steps-website .cs-steps{align-items:start;gap:clamp(2rem,7vw,2.5rem) 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}#steps-website .cs-step{max-width:9.375rem}#steps-website .cs-number{font-size:clamp(2rem,10vw,2.5rem);left:0;top:-.75rem}#steps-website .cs-icon{height:clamp(4.5rem,24vw,5rem);width:clamp(4.5rem,24vw,5rem)}#steps-website .cs-icon img{height:clamp(2.4rem,12vw,2.875rem);width:clamp(2.4rem,12vw,2.875rem)}}@media (max-width:22.5rem){#steps-website .cs-steps{grid-template-columns:1fr}}body.dark-mode #steps-website{background-color:var(--dark)}body.dark-mode #steps-website .cs-topper{color:var(--primaryLight)}body.dark-mode #steps-website .cs-step-text,body.dark-mode #steps-website .cs-title{color:#fff}body.dark-mode #steps-website .cs-number{color:hsla(0,0%,100%,.4)}[data-animate-section]:not(section){opacity:0;transition:opacity .85s ease,transform .85s ease;will-change:transform,opacity}[data-animate-section]:not(section):not([data-animate]),[data-animate-section]:not(section)[data-animate=left]{transform:translateX(-64px)}[data-animate-section]:not(section)[data-animate=right]{transform:translateX(64px)}[data-animate-section]:not(section).animate-in{opacity:1;transform:translateX(0)}#steps-website .cs-step:first-child{transition-delay:.1s}#steps-website .cs-step:nth-child(2){transition-delay:.25s}#steps-website .cs-step:nth-child(3){transition-delay:.4s}#steps-website .cs-step:nth-child(4){transition-delay:.55s}#steps-website .cs-step:nth-child(5){transition-delay:.7s}