.advantages{padding-top:8rem;background:var(--c-bg)}.advantages__viewport{overflow:hidden}.advantages__track{display:flex}.advantage{flex:0 0 100%;display:flex;flex-direction:column;align-items:center;text-align:center}.advantage__icon{display:flex;align-items:center;justify-content:center;width:18rem;height:18rem;border-radius:50%;background:var(--c-white)}.advantage__icon img{width:5.4rem;height:5.4rem}.advantage__title{max-width:39rem;margin-top:3.2rem;font-size:3.2rem;font-weight:500;line-height:3.5rem;color:var(--c-ink-alt)}.advantage__text{max-width:42.6rem;margin-top:1.6rem;font-size:1.4rem;line-height:2.2rem;color:var(--c-muted)}.advantages__controls{position:relative;display:flex;justify-content:center;margin-top:6.4rem}.advantages__nav{display:flex;gap:8.8rem}.advantages__dots{position:absolute;top:1.7rem;left:50%;display:flex;gap:.8rem;translate:-50% 0}.advantages__dot{width:.8rem;height:.8rem;border-radius:50%;background:var(--c-gray-300);transition:background .2s ease}.advantages__dot.is-active{background:var(--c-ink-alt)}@media screen and (max-width: 1199px){.advantages{padding-top:4rem}.advantage__icon{width:6.4rem;height:6.4rem}.advantage__title{max-width:25rem;margin-top:2rem;font-size:2rem;line-height:2.4rem}.advantage__text{max-width:29.9rem}.advantages__nav{gap:8.8rem}}