.timeline__default-line{background:#e6e6e6;position:absolute;width:8px}@media(max-width:991px){.timeline__default-line{left:20px;margin-top:10px}}@media(min-width:992px){.timeline__default-line{left:calc(50% - 4px)}}.timeline__line{background:#ccc;left:calc(50% - 3px);position:absolute;width:6px}.timeline__item:nth-child(odd) .timeline__point:before{background-color:#c35d84}.timeline__item:nth-child(2n) .timeline__point:before{background-color:#649b88}@media(max-width:991px){.timeline__item{margin-left:70px;margin-right:20px}.timeline__item:not(:last-child){margin-bottom:50px}}@media(min-width:992px){.timeline__item:not(:last-child){margin-bottom:120px}.timeline__item:last-child .timeline__point{margin-top:60px}}.timeline__image{opacity:0;transition:.7s ease-out;width:480px}@media(max-width:991px){.timeline__image{max-height:240px;max-width:240px}}@media(min-width:992px)and (max-width:1400px){.timeline__image{max-height:400px;max-width:400px}}.timeline__image--active{animation:bounceIn .7s;opacity:1}.timeline__point{background-color:#e6e6e6;border-radius:50%;overflow:hidden;padding:0;position:absolute;width:26px}@media(max-width:991px){.timeline__point{left:11px;margin-top:10px}}@media(min-width:992px){.timeline__point{left:calc(50% - 13px);margin-bottom:200px}}.timeline__point:before{border-radius:50%;content:"";display:inline-block;height:10px;left:8px;position:absolute;top:8px;width:10px}.timeline__point svg{animation:counter-clockwise .5s linear forwards;stroke-dasharray:300;transform:rotate(-100deg);transform-origin:center;vertical-align:top}.timeline__point--active svg{animation:clockwise 2s linear forwards;stroke-dashoffset:300}@keyframes clockwise{to{stroke-dashoffset:0}}@keyframes counter-clockwise{to{stroke-dashoffset:300}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}