.white{color:#fff}.timeline-card{background-color:#f0f0f0;border-radius:24px;padding:45px 20px 0;text-align:center;position:relative;transition:background-color .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 4px 0 rgba(26,25,25,.15)}.timeline-card__icon{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;transition:background-color .4s ease,width .4s ease,height .4s ease,opacity .4s ease;box-shadow:none;background-color:transparent;opacity:.5}.timeline-card__icon-img{display:block;width:56px;height:56px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.timeline-card__content-block{width:100%;margin-bottom:16px;padding-top:8px}.timeline-card__content-block:nth-child(2){margin-top:0}@media (max-width:767px){.timeline-card__content-block:nth-child(2){margin-top:auto}}.timeline-card__subtitle,.timeline-card__title{font-size:18px;line-height:24px;font-weight:700;color:#000;margin-bottom:10px;transition:color .4s ease}.timeline-card__subtitle:empty,.timeline-card__title:empty{display:none}.timeline-card__subtitle-img,.timeline-card__title-img{max-width:100%;margin-bottom:10px;margin-inline:auto}.timeline-card__subtitle-img[src=""],.timeline-card__title-img[src=""]{display:none}.timeline-card__description{font-size:13px;line-height:18px;font-weight:400;color:#5a5c67;margin-bottom:0;transition:color .4s ease}.timeline-card:not(.is-active){padding-top:48px}.timeline-card:not(.is-active).has-multi-block .timeline-card__content-block~.timeline-card__content-block{display:none}.timeline-card:not(.is-active).has-multi-block .timeline-card__content-block:nth-child(2):after{content:"...";display:block;font-size:20px;line-height:24px;font-weight:700;color:#5a5c67;margin-top:4px}.timeline-card__year{font-size:22px;line-height:28px;font-weight:700;color:#000;padding:16px 20px;margin-top:auto;width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;border-radius:0 0 24px 24px;background-color:#d2d2d2;transition:background-color .4s ease,color .4s ease,box-shadow .4s ease;box-shadow:none}.timeline-card.is-active{background-color:#2a2a2c;z-index:2;box-shadow:0 2px 10px 0 rgba(26,25,25,.15)}.timeline-card.is-active .timeline-card__content-block:nth-child(2){margin-top:auto}.timeline-card.is-active .timeline-card__icon{width:88px;height:88px;background-color:transparent;box-shadow:none;opacity:1}.timeline-card.is-active .timeline-card__icon-img{width:80px;height:80px}.timeline-card.is-active .timeline-card__subtitle,.timeline-card.is-active .timeline-card__title{color:#fab514;font-size:20px;line-height:26px;font-weight:700}.timeline-card.is-active .timeline-card__description{color:#fff;display:block;-webkit-line-clamp:unset;overflow:visible}.timeline-card.is-active .timeline-card__year{background-color:#fab514;color:#000;box-shadow:none}