:root{--history-el-spacing:clamp(40px,min(6.25vw,11.4286vh),150px);--history-el-arrow-o:var(--history-el-spacing)}.history__today{margin-bottom:2rem}.history__content{flex-direction:column;align-items:center;display:flex;position:relative}.history__content:before{content:"";background-color:var(--primary-c);z-index:-1;width:2px;height:100%;display:block;position:absolute;top:0}.history__year,.history__box{margin-top:var(--history-el-spacing);transition-property:opacity,transform;transition-duration:.3s;transition-timing-function:ease,cubic-bezier(.63,.48,.44,.84);position:relative}@media screen{.history__year:not(.intersected),.history__box:not(.intersected){opacity:0}}.history__year{background-color:var(--bg-color);text-align:center;clear:both;margin-bottom:0;padding:16px 0}@media screen{.history__year:not(.intersected){transform:translateY(100%)}}.history__box{flex:0 0 100%;width:100%;max-width:100%;background-color:#0000!important}@media screen{.history__box:not(.intersected).history__box--left{transform:translate(-70%)}.history__box:not(.intersected).history__box--right{transform:translate(70%)}}@media (width>=720px){.history__box{flex-basis:80%;width:80%;max-width:80%}}@media (width>=992px){.history__box{width:43%;max-width:43%;margin-top:calc(var(--history-el-arrow-o)*-1 - var(--h3-lh)/2 - 16px);flex-basis:43%}.history__box:before{content:"";background-color:var(--bg-color);width:32px;height:32px;top:var(--history-el-arrow-o);z-index:-1;display:block;position:absolute;transform:rotate(45deg)skew(20deg,20deg)}.history__box--left{align-self:flex-start}.history__box--left:before{transform-origin:100% 100%;right:0}.history__box--right{margin-top:calc(var(--history-el-arrow-o)*-1 - var(--h3-lh)/2 - 16px - 32px);align-self:flex-end}.history__box--right:before{transform-origin:0 0;left:0}.history__box~.history__year{margin-top:1.25rem}.history__box~.history__box{--history-el-arrow-o:calc(var(--history-el-spacing)*1.2)}}.history__item{background-color:var(--bg-color)}.history__item+.history__item{margin-top:1.25rem}.history__item .item__content{padding:clamp(40px,min(6.25vw,11.4286vh),48px)}
