.reviews-section{flex-direction:column;justify-content:flex-start;align-items:center;gap:3rem;width:80%;max-width:1440px;display:flex}.reviews-section h3{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;text-align:center;max-width:100%;font-family:Nunito;font-size:max(28px,min(4vw,50px));font-weight:700;line-height:1.15}.reviews-container{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;display:grid}.review{-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);cursor:pointer;opacity:0;background-color:rgba(255,255,255,.05);border-radius:3rem 4rem 4rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.3rem;padding:1rem 1rem 2rem;transition:background-color .3s,transform .3s,box-shadow .3s;display:flex;translate:0 40px;scale:.95}.reviews-section.in-view .review{animation:.5s forwards review-reveal}.reviews-section.in-view .review:first-child{animation-delay:.1s}.reviews-section.in-view .review:nth-child(2){animation-delay:.2s}.reviews-section.in-view .review:nth-child(3){animation-delay:.3s}.reviews-section.in-view .review:nth-child(4){animation-delay:.4s}.reviews-section.in-view .review:nth-child(5){animation-delay:.5s}.reviews-section.in-view .review:nth-child(6){animation-delay:.6s}.reviews-section.in-view .review:nth-child(7){animation-delay:.7s}.reviews-section.in-view .review:nth-child(8){animation-delay:.8s}.reviews-section.in-view .review:nth-child(n+9){animation-delay:.9s}@keyframes review-reveal{0%{opacity:0;translate:0 40px;scale:.95}to{opacity:1;translate:0;scale:1}}.review:hover{background-color:rgba(255,255,255,.08);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.reviews-title{opacity:0;transition:opacity .5s ease-out,translate .5s ease-out;translate:0 20px}.reviews-section.in-view .reviews-title{opacity:1;translate:0}@media (prefers-reduced-motion:reduce){.review{animation:none;scale:1}.review,.reviews-title{opacity:1;translate:0}.reviews-title{transition:none}.review:hover{transform:none}}.profile-header{font-family:Nunito;font-size:18px;font-style:Medium;letter-spacing:-3%;opacity:.7;text-align:start;justify-content:flex-start;gap:1rem;font-weight:500;line-height:90%}.profile-header,.profile-image{align-items:center;display:flex}.profile-image{object-fit:cover;background-image:linear-gradient(#164762,#243c4a);border-radius:50%;justify-content:center;width:50px;height:50px;font-family:Inter,sans-serif;font-size:2rem;font-weight:600;overflow:hidden}.review-content{font-family:Nunito;font-size:16px;font-style:Medium;opacity:.5;text-align:start;padding:0 1rem;font-weight:500}@media (max-width:480px){.reviews-section{width:100%}.reviews-section h3{font-size:1.5rem}.reviews-container{grid-template-columns:repeat(1,1fr)}.review{border-radius:50px;padding-bottom:2rem}}@media (max-width:768px) and (min-width:481px){.reviews-section{width:100%}.reviews-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:1080px) and (min-width:769px){.reviews-section{width:90%}.reviews-container{grid-template-columns:repeat(3,1fr)}}
