.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;--mouse-x:50%;--mouse-y:50%;--spotlight-color:hsla(0,0%,100%,.05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:focus-within:before,.card-spotlight:hover:before{opacity:.6}.how-it-works-section{max-width:1200px;position:relative;padding:0 0 var(--padding-xl) 0;margin:0 auto}.how-it-works-section:before{background:#fff;height:70px;display:block;content:""}.how-it-works-section .title-section{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-medium)}.how-it-works-section .cards-section{display:flex;gap:var(--spacing-medium);margin-top:var(--spacing-xl)}.how-it-works-section .cards-section .custom-card{background-color:#fff;border-radius:4px;border:1px solid #ece4e4;flex:0 0 33.333333%}.how-it-works-section .cards-section .custom-card:hover{box-shadow:0 8px 24px rgba(180,106,203,.1)}.how-it-works-section .cards-section .custom-card .card-content{display:flex;flex-direction:column;gap:var(--padding-large)}.how-it-works-section .cards-section .custom-card .card-content .step-number{font-size:60px;color:#797687}.how-it-works-section .cards-section .custom-card .card-content .step-number span{color:var(--primary-color)}.how-it-works-section .cards-section .custom-card .card-content .card-title{font-size:22px;font-weight:500;margin-bottom:25px;color:var(--secondary-color)}.how-it-works-section .cards-section .custom-card .card-content .card-description{font-size:16px;line-height:28px;color:#797687}@media screen and (max-width:450px){.how-it-works-section{max-width:400px}.how-it-works-section .cards-section{flex-direction:column;margin:0 auto;margin-top:var(--spacing-medium)}.how-it-works-section .primary-title{font-size:30px;text-align:center}}@media screen and (max-width:400px){.how-it-works-section{max-width:370px}}