@keyframes container-rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.ReviewsSection-container{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:100%;margin-top:1rem}.ReviewsSection-reviews{gap:.5rem}@media only screen and (-webkit-min-device-pixel-ratio:2)and (min-width:601px),only screen and (min-device-pixel-ratio:2)and (min-width:601px),only screen and (min-resolution:192dpi)and (min-width:601px),only screen and (min-resolution:2dppx)and (min-width:601px),only screen and (min-width:601px){.ReviewsSection-reviews{display:grid;grid-template-columns:repeat(3,1fr)}}@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:600px),only screen and (max-width:600px),only screen and (min-device-pixel-ratio:2)and (max-width:600px),only screen and (min-resolution:192dpi)and (max-width:600px),only screen and (min-resolution:2dppx)and (max-width:600px){.ReviewsSection-reviews{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;overflow-x:auto;padding:0 1rem}}.ReviewsSection-reviews::-webkit-scrollbar{display:none}.ReviewCard-container{display:flex;background-color:rgba(34,34,34,.667);flex:1 1;padding:1rem}@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:600px),only screen and (max-width:600px),only screen and (min-device-pixel-ratio:2)and (max-width:600px),only screen and (min-resolution:192dpi)and (max-width:600px),only screen and (min-resolution:2dppx)and (max-width:600px){.ReviewCard-container{min-width:12rem}}.ReviewCard-content{display:flex;flex-direction:column;justify-content:stretch;align-items:center;flex:1 1}.ReviewCard-avatar{width:60%;height:auto;aspect-ratio:1}@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:600px),only screen and (max-width:600px),only screen and (min-device-pixel-ratio:2)and (max-width:600px),only screen and (min-resolution:192dpi)and (max-width:600px),only screen and (min-resolution:2dppx)and (max-width:600px){.ReviewCard-avatar{width:50%}}.ReviewCard-userHandle{font-family:var(--sequel-75);margin-top:1rem}.ReviewCard-text,.ReviewCard-userHandle{color:#fff;text-align:center;font-size:.7rem}.ReviewCard-text{font-family:var(--sequel-45);flex:1 1;margin-top:.4rem}.ReviewCard-stars{display:flex;flex-direction:row;justify-content:stretch;align-items:center;margin-top:1rem}.ReviewCard-star{width:1.2rem;height:1.2rem;flex:1 1;gap:.2rem}