.scale-light .scale-steps__description,.scale-light .scale-steps__description p,.scale-light .scale-steps__header-subtitle,.scale-light .scale-steps__item-box{color:var(--clr-text-lt)}.scale-light .scale-steps__header-title{color:var(--clr-primary)}.scale-dark .scale-steps__description,.scale-dark .scale-steps__description p,.scale-dark .scale-steps__header-subtitle,.scale-dark .scale-steps__header-title{color:var(--clr-text-dk)}.scale-steps__header{margin-left:0;margin-right:0}.scale-steps__row{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.scale-steps_trigger{align-items:center;background-color:#0acfff;border-radius:100px;color:#fff;display:flex;flex-grow:0;flex-shrink:0;font-size:14px;height:36px;justify-content:center;margin-right:10px;transition:.4s;width:36px}.scale-steps_trigger svg{height:1em;transition:.4s;width:1em}.scale-steps__minus-icon,.scale-steps__step-item.active .scale-steps__plus-icon{display:none}.scale-steps__step-item.active .scale-steps__minus-icon{display:flex}.scale-steps__item-description{display:none}.scale-steps__step-item{border-top:2px solid var(--clr-primary);transition:.4s}.scale-steps__item-title{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;font-size:20px;font-weight:600;line-height:1.5em;padding:20px 0}.scale-steps__item-description{font-size:15px;font-weight:400;line-height:1.4em;padding-bottom:20px;padding-left:0;padding-right:0}.scale-steps__image-spot{align-items:center;background-color:#0acfff;border-radius:100px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-size:12px;font-weight:700;height:30px;justify-content:center;line-height:1em;min-width:30px;padding-left:10px;padding-right:10px;position:absolute;text-align:center;transform:translate(-50%,-50%);transition:.5s}.scale-steps__image-spot:before{-webkit-animation:btnIconRipple 2s cubic-bezier(.23,1,.32,1) infinite both;animation:btnIconRipple 2s cubic-bezier(.23,1,.32,1) infinite both;border:1px solid #0acfff;border-radius:inherit;bottom:-2px;content:"";display:inline-block;left:-2px;position:absolute;right:-2px;top:-2px}@keyframes btnIconRipple{0%{border-width:4px;transform:scale(1)}80%{border-width:1px;transform:scale(1.35)}to{opacity:0}}.scale-steps__image-spot.active{background-color:#7c2ae8}.scale-steps__image{position:relative}.scale-steps__item-description a{color:inherit;text-decoration:underline}.scale-steps__image{margin-bottom:40px}.scale-steps__steps{width:100%}.scale-steps__header.scale--relative{margin-bottom:30px;max-width:960px}.scale-steps__item-description :last-child{margin-bottom:0}.scale-steps__image-spot .tooltip{display:none}.scale-steps__step-item.active .scale-steps__minus-icon.scale-steps_trigger{background:var(--clr-primary)}.scale-steps_trigger svg path{fill:currentColor}@media(min-width:992px){.scale-steps__image{width:66.7%}.scale-steps__steps{width:26%}.scale-steps__header.scale--relative{margin-bottom:60px}.scale-steps__image{margin-bottom:0}.scale-steps__image-spot .tooltip{background:#3738ae;border-radius:4px;display:block;font-size:16px;font-weight:400;left:50%;opacity:0;padding:12px 19px;position:absolute;top:-55px;transform:translateX(-50%);transition:all .5s;visibility:hidden;white-space:nowrap}.scale-steps__image-spot .tooltip:after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #3738ae;bottom:-8px;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.scale-steps__image-spot:hover span.tooltip{opacity:1;visibility:visible}}