.reviews{background-color:var(--color-background)}.reviews__inner{padding-left:12px;margin:0 auto}@media screen and (min-width: 750px){.reviews__inner{padding-left:8px;padding-right:8px}}.reviews__header{margin-bottom:24px}@media screen and (min-width: 750px){.reviews__header{display:flex;justify-content:space-between;align-items:center;padding:0 32px}}.reviews__rating{display:flex;align-items:center;gap:2px}@media screen and (min-width: 750px){.reviews__rating{justify-content:center}}.reviews__star{width:14px;height:14px}.reviews__star svg{display:block;width:14px;height:14px;max-width:none}.reviews__rating-text{font-family:var(--font-paragraph--family);font-size:12px;line-height:1.6;color:var(--color-foreground);margin-left:12px;-webkit-font-smoothing:antialiased}.reviews__heading{margin:0;font-family:var(--font-accent--family);font-weight:400;font-size:28px;line-height:1.1;letter-spacing:-2%;color:var(--color-foreground-heading);-webkit-font-smoothing:antialiased;margin-bottom:16px}@media screen and (min-width: 750px){.reviews__heading{font-size:40px;margin-bottom:0}}.reviews__grid{display:grid;gap:4px}@media screen and (min-width: 750px){.reviews__grid{grid-template-columns:repeat(3, 1fr)}}.reviews__desktop{display:none}@media screen and (min-width: 750px){.reviews__desktop{display:block}}.reviews__mobile{display:block}@media screen and (min-width: 750px){.reviews__mobile{display:none}}.reviews__swiper{overflow:hidden}.reviews__swiper .swiper-scrollbar{overflow:hidden;position:relative !important;bottom:auto !important;left:auto !important;background-color:rgba(0,0,0,0) !important;border:1px solid rgba(51,51,51,.24) !important;display:flex !important;align-items:center !important;padding:3px !important;box-sizing:border-box !important;height:10px !important;width:80px !important;margin:24px auto 0}.reviews__swiper .swiper-scrollbar-drag{height:100% !important;background-color:var(--color-foreground-heading) !important;cursor:grab}.reviews__swiper .swiper-scrollbar-drag:active{cursor:grabbing}.reviews__card{position:relative;overflow:hidden}.reviews__card-media{position:relative;overflow:hidden;background-color:var(--color-background-secondary, #f5f4f2);height:440px}@media screen and (min-width: 750px){.reviews__card-media{height:640px}}.reviews__card-img,.reviews__card-video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transition:transform .4s ease}.reviews__card-overlay{position:absolute;bottom:12px;left:12px;right:12px;padding:24px;background:hsla(0,0%,100%,.8);backdrop-filter:blur(10px);width:calc(100% - 32px)}@media screen and (min-width: 750px){.reviews__card-overlay{bottom:16px;left:16px;right:16px}}.reviews__card-overlay--top{top:12px;bottom:auto}@media screen and (min-width: 750px){.reviews__card-overlay--top{top:16px}}.reviews__card-author{display:flex;align-items:center;gap:12px}.reviews__card-name{font-family:var(--font-paragraph--family);font-size:12px;line-height:1.6;font-weight:400;color:var(--color-foreground);-webkit-font-smoothing:antialiased}@media screen and (min-width: 750px){.reviews__card-name{font-size:14px}}.reviews__card-rating{display:flex;align-items:center;gap:2px;font-family:var(--font-paragraph--family);font-size:12px;line-height:1.6;color:var(--color-foreground);-webkit-font-smoothing:antialiased}.reviews__avatar{display:block;width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}@media screen and (min-width: 750px){.reviews__avatar{width:32px;height:32px}}.reviews__avatar--placeholder{background-color:hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;font-weight:500}.reviews__text{font-family:var(--font-accent--family);font-weight:400;font-size:20px;line-height:1.2;letter-spacing:-2%;color:var(--color-foreground-heading);-webkit-font-smoothing:antialiased;margin:12px auto}@media screen and (min-width: 750px){.reviews__text{font-size:24px;margin:16px auto}}