.section.steps{gap:60px}.steps-list{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media screen and (max-width:1000px){.steps-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.steps-list{grid-template-columns:repeat(1,1fr)}}.steps-list .step{background-color:var(--card);box-shadow:0px 1px 6px rgba(var(--foreground-rgb),.1);border:1px solid rgba(var(--foreground-rgb),.17);border-radius:16px;flex-direction:column;align-items:center;gap:8px;transition:all .15s ease-out;display:flex;position:relative;overflow:hidden}.steps-list .step:hover{box-shadow:0px 1px 6px rgba(var(--foreground-rgb),.2);border:1px solid rgba(var(--foreground-rgb),.3);transform:translateY(-4px)}.steps-list .step .step-image{object-fit:cover;object-position:top center;z-index:10;width:100%;height:200px;-webkit-mask-image:linear-gradient(#000 70%,#00000090 78%,#0000 100%);mask-image:linear-gradient(#000 70%,#00000090 78%,#0000 100%)}.step:hover .step-color{transform:scale(1.25)}.steps-list .step .step-title{letter-spacing:-.01em;color:var(--foreground);width:calc(100% - 40px);margin:18px 20px 0;font-size:1.25rem;font-weight:700}.steps-list .step .step-description{width:calc(100% - 40px);color:rgba(var(--foreground-rgb),.7);margin:0 20px;font-size:1rem;font-weight:500;line-height:1.3rem}.steps-list .step video{border-top:1px solid rgba(var(--foreground-rgb),.17);width:100%;margin-top:14px}
.secured{color:#fff;--foreground-rgb:255,255,255;--foreground:#fff;--primary-rgb:96,231,197;--primary:#60e7c5;background:#081b1f;border-radius:24px;flex-direction:column;align-items:center;gap:64px;margin:20px;display:flex}.section-small{text-align:center;opacity:.7;margin-top:24px;font-weight:500}.section-mid{font-size:2.3rem!important}.section-heading{max-width:1000px}.secured-grid{grid-template-columns:repeat(4,1fr);gap:32px;width:100%;max-width:1100px;margin:20px;display:grid}.secured-item{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.secured-item .icon{justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.secured-item h3{font-size:1.4rem;font-weight:700;line-height:1.2}.secured-item p{color:rgba(var(--foreground-rgb),.7);font-size:1rem;font-weight:500;line-height:1.5}.secured-bottom{margin-top:32px}@media (max-width:1024px){.secured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.secured-grid{grid-template-columns:1fr;gap:48px}}
.why{text-align:center;--primary:#29947a;background-color:#e9f4f2;border-radius:24px;justify-content:center;align-items:center;gap:40px;margin:20px;padding:64px 32px!important}.section-illustration{align-self:center}
