.review-container{height:36.25rem;overflow:hidden;width:100%;.review-track{align-items:center;animation:scroll linear infinite;animation-duration:var(--endless-scroll-animation-duration);display:grid;gap:var(--size-32);grid-auto-flow:column;grid-template-columns:repeat(5,285px);justify-content:start;width:100%;width:max-content;&:hover{animation-play-state:paused}.review-card:nth-child(odd){grid-row:1}.review-card:nth-child(2n){grid-row:2}}.review-card{background-color:var(--bg-primary-default);border-radius:var(--radius-lg);column-gap:10px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-template-rows:1.25rem 1.25rem 3rem 1.25rem 3.5rem 2rem;height:272px;overflow:hidden;padding:var(--padding-xl);row-gap:6px;width:285px;& div,& h6,& p{margin:0!important}}.avatar{grid-column-end:1;grid-column-start:1;grid-row-end:3;grid-row-start:1}.fullname{grid-row-end:1;grid-row-start:1}.date,.fullname{grid-column-end:6;;grid-column-start:2}.date{align-self:center;grid-row-end:2;grid-row-start:2}.rating{grid-column-end:4;grid-column-start:1}.checked,.rating{align-self:center;grid-row-end:3;grid-row-start:3}.checked{grid-column-end:5;grid-column-start:5;justify-self:end}.title{grid-row-end:4}.text,.title{grid-column-end:6;grid-column-start:1;grid-row-start:4}.text,.url{grid-row-end:6}.url{grid-column-end:6;grid-column-start:1;grid-row-start:6}.avatar{background-color:#ddd;border-radius:50px!important;display:grid;height:48px;place-items:center;width:48px;.initials{color:var(--neo-white);font-size:var(--text-md-regular);font-weight:var(--text-md-regular-weight);line-height:0;padding-top:2px}}.fullname{text-transform:uppercase}.fullname,.place,.url{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date{color:var(--text-tertiary);padding-top:4px;white-space:nowrap}.rating{color:#ddd;font-family:Hiragino Kaku Gothic Pro,Osaka,Zapf Dingbats,Yu Gothic UI,MS Gothic,sans-serif;letter-spacing:.3rem;padding-top:4px;.fullstar{color:var(--orange600)}}.checked{align-items:center;background:var(--blue25);border-radius:var(--radius-xs);display:flex;height:24px;justify-content:center;width:24px;& div{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23007AE8' viewBox='0 0 56 56'%3E%3Cpath d='M23.664 52.399c2.953 2.976 5.695 2.953 8.649 0l3.609-3.587c.375-.351.703-.492 1.195-.492h5.063c4.195 0 6.14-1.922 6.14-6.14v-5.063c0-.492.141-.82.492-1.195l3.563-3.61c3-2.953 2.976-5.695 0-8.648l-3.563-3.61c-.351-.35-.492-.702-.492-1.171v-5.086c0-4.172-1.922-6.14-6.14-6.14h-5.063c-.492 0-.82-.118-1.195-.47l-3.61-3.585c-2.953-2.977-5.695-2.953-8.648 0l-3.61 3.586c-.35.351-.702.468-1.171.468h-5.086c-4.195 0-6.14 1.922-6.14 6.14v5.087c0 .469-.118.82-.47 1.172l-3.585 3.61c-2.977 2.952-2.953 5.694 0 8.648l3.586 3.609c.351.375.468.703.468 1.195v5.063c0 4.195 1.946 6.14 6.14 6.14h5.087c.469 0 .82.141 1.172.492Zm.375-12.61c-.726 0-1.195-.234-1.547-.633l-7.828-8.695a2.03 2.03 0 0 1-.515-1.336c0-1.102.843-1.922 2.039-1.922.632 0 1.101.211 1.523.656l6.21 6.868 12.071-16.993c.469-.68.938-.96 1.758-.96 1.148 0 1.969.843 1.969 1.945 0 .398-.164.867-.422 1.242L25.633 39.063c-.352.445-.89.726-1.594.726'/%3E%3C/svg%3E");height:12px;width:12px}}.title{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;&:first-letter{text-transform:uppercase}}.text{display:-webkit-box;line-height:1.3;overflow:hidden;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;box-orient:vertical;text-overflow:ellipsis;word-wrap:anywhere;hyphens:auto}.url,.webshop{align-self:end}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sectionFooter{max-width:var(--page-width)}