.reviews{padding:64px 0;background-color:var(--Light-Grey);border-radius:16px;display:flex;flex-direction:column;align-items:center;margin:24px auto}.reviews h2{margin-top:24px}.reviews-rows{width:100%;position:relative;display:flex;flex-direction:column;gap:20px 0;margin:64px 0}.reviews-rows:after,.reviews-rows:before{content:"";position:absolute;top:0;width:120px;height:100%}.reviews-rows:before{left:0;background:linear-gradient(90deg,var(--Light-Grey) 0,var(--Light-Grey-0) 100%);z-index:1}.reviews-rows:after{right:0;background:linear-gradient(270deg,var(--Light-Grey) 0,var(--Light-Grey-0) 100%)}@media screen and (max-width:639px){.reviews-rows{margin:32px 0 40px}}.reviews-container{display:flex;overflow:hidden}.reviews-container:hover{animation-play-state:paused}@keyframes moveLeft{0%{transform:translateX(0)}}.reviews-container .reviews-area{display:flex;animation-name:moveLeft;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:inherit}@media screen and (max-width:639px){.reviews{margin:0 auto}.reviews .inner-container{width:100%}.reviews-rows{gap:16px}}@media screen and (max-width:1023px){.reviews{border-radius:0}}.review-items{width:100%;display:flex;flex-direction:row;gap:20px;justify-content:center;align-items:center}@media screen and (max-width:1199px){.review-items{flex-direction:column}}.reviews-review-item{border-radius:8px;background:var(--White);box-shadow:0 16px 16px -16px rgba(31,26,78,.1);display:flex;gap:56px;padding:16px;background-color:var(--White)}.reviews-review-item__logo{display:flex;gap:16px;margin-bottom:12px}.reviews-review-item__details{display:flex;justify-content:flex-start}.reviews-review-item__details-item{font-size:14px;line-height:100%}@media screen and (max-width:639px){.reviews-review-item__details-item{font-size:12px}}.reviews-review-item__details-item{display:flex;gap:4px;border:none}.reviews-review-item__details-item span{opacity:.5}.reviews-review-item__details-item:first-child{padding:0 8px 0 0;border-right:1px solid var(--Light-Grey)}.reviews-review-item__details-item:last-child{padding:0 0 0 8px}@media screen and (max-width:1199px){.reviews-review-item{width:70%}}@media screen and (max-width:1023px){.reviews-review-item{width:100%}.reviews-review-item .button{margin-left:auto}}@media screen and (max-width:639px){.reviews-review-item{flex-direction:column;align-items:center;gap:24px;width:100%}.reviews-review-item__details,.reviews-review-item__logo{justify-content:center}.reviews-review-item .button{margin:0;width:100%}}