#timeline_reveal{max-width:800px;position:relative;margin:0 auto}#timeline_reveal .timeline_item{display:flex}#timeline_reveal .timeline_item>div{width:50%;padding:20px 30px}@media screen and (max-width:570px){#timeline_reveal .timeline_item>div{padding:20px}#timeline_reveal .timeline_item>div:first-of-type{padding:20px 20px 20px 0}#timeline_reveal .timeline_item > div:nth-of-type(2) {padding:20px 0 20px 20px}}#timeline_reveal .timeline_item>div h3{font-family:"DIN 2014",sans-serif;font-size:28px;font-weight:bold;margin-bottom:10px;color:#031c0f}@media screen and (max-width:570px){#timeline_reveal .timeline_item>div h3{font-size:18px;line-height:1.2}}#timeline_reveal .timeline_item>div p{line-height:1.4;font-family:"DIN2014",sans-serif;color:#031c0f;margin:0}@media screen and (max-width:570px){#timeline_reveal .timeline_item>div p{font-size:15px}}#timeline_reveal .timeline_item .left-side{text-align:right;position:relative}#timeline_reveal .timeline_item .left-side .top{justify-content:flex-end}#timeline_reveal .timeline_item .left-side::after{content:"";width:20px;height:20px;position:absolute;right:-10px;top:45px;border-radius:50%;background-color:#39aa71;display:block}#timeline_reveal .timeline_item .right-side{text-align:left}#timeline_reveal .timeline_item .right-side .top{justify-content:flex-start}#timeline_reveal .timeline_item .top{display:flex;align-items:center}#timeline_reveal .timeline_item .top>*:first-child{margin-right:15px}#timeline_reveal .timeline_item .top span{display:block;font-size:64px;font-family:"DIN2014",sans-serif;font-weight:bold;color:#031c0f}@media screen and (max-width:570px){#timeline_reveal .timeline_item .top span{font-size:35px}#timeline_reveal .timeline_item .top img{max-width:43px}}#timeline_reveal.timeline__green .timeline_item .wrapper{padding:10px}#timeline_reveal.timeline__green .timeline_item:last-of-type .right-side .wrapper{background-color:#39aa71;color:#fff}#timeline_reveal.timeline__green .timeline_item:last-of-type .right-side h3,#timeline_reveal.timeline__green .timeline_item:last-of-type .right-side p,#timeline_reveal.timeline__green .timeline_item:last-of-type .right-side span{color:#fff}#timeline_reveal .reveal{position:relative;transform:translateY(100px);opacity:0;transition:all 1s ease}#timeline_reveal .reveal.active{transform:translateY(0);opacity:1}#timeline_reveal .green_line{width:3px;height:100%;background-color:#39aa71;position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);top:0;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s;overflow:hidden;max-height:0}