.shared-reviews{background-color:var(--color-bg-500);border-bottom:1px dashed var(--color-stroke-500);display:flex;flex-direction:column;gap:var(--space-32);padding:var(--space-64) var(--space-16)}.shared-reviews__header{display:flex;flex-direction:column;gap:var(--space-24)}.shared-reviews__title{color:var(--color-text-450);font-family:var(--font-sans);font-size:var(--font-size-h3);font-weight:var(--font-weight-medium);line-height:var(--line-height-headlines);margin:0}.shared-reviews__body{display:flex;flex-direction:column;gap:var(--space-16)}.shared-reviews__paragraph{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-16);font-weight:var(--font-weight-normal);line-height:var(--line-height-body);margin:0}.shared-reviews__bullets{display:flex;flex-direction:column;gap:var(--space-16);list-style:none;margin:var(--space-8) 0 0;padding:0}.shared-reviews__bullet-item{align-items:flex-start;display:flex;gap:var(--space-16)}.shared-reviews__bullet-icon{align-items:center;color:var(--color-primary);display:flex;flex-shrink:0;justify-content:center}.shared-reviews__bullet-text{color:var(--color-text-450);font-family:var(--font-mono);font-size:var(--font-size-body-16);font-weight:var(--font-weight-semibold);line-height:var(--line-height-body)}.shared-reviews__carousel{display:flex;flex-direction:column;gap:var(--space-16)}.shared-reviews__slides{position:relative;width:100%}.shared-reviews__slide{animation:reviewsFadeIn .5s ease;display:none}.shared-reviews__slide.is-active{display:block}@keyframes reviewsFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shared-reviews__card{border:1px dashed var(--color-stroke-500);display:flex;flex-direction:column;height:450px;justify-content:space-between;padding:var(--space-32)}.shared-reviews__quote-icon{height:32px;width:38px}.shared-reviews__quote-text{color:var(--color-text-450);font-family:var(--font-sans);font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:var(--line-height-headlines);margin:0}.shared-reviews__author{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-14);font-weight:var(--font-weight-normal);line-height:var(--line-height-body);text-align:end}.shared-reviews__navigation{align-items:center;display:flex;justify-content:space-between;width:100%}.shared-reviews__arrow{width:40px}.shared-reviews__pagination{align-items:center;display:flex;gap:var(--space-6)}.shared-reviews__dot{background-color:var(--color-bg-tertiary);border:none;cursor:pointer;height:8px;padding:0;transition:background-color .25s ease;width:8px}.shared-reviews__dot.is-active,.shared-reviews__dot:hover{background-color:var(--color-primary)}@media (min-width:1190px){.shared-reviews{align-items:flex-start;flex-direction:row;justify-content:center;padding:var(--space-80) var(--space-32)}.shared-reviews__header{flex:1;padding-bottom:var(--space-80);padding-top:var(--space-48)}.shared-reviews__carousel{flex:1}.shared-reviews__card{height:400px}.shared-reviews__quote-text{font-size:var(--font-size-h4)}}