.cp-timeline{display:flex;flex-direction:column}.cp-timeline .card{display:flex;justify-content:center;margin:auto;max-width:var(--max-width)}.cp-timeline .card .number{align-items:center;border-right:1px solid #cde3cc;color:#004e42;display:flex;font-size:20px;font-weight:700;justify-content:center;margin-right:60px;width:70px}.cp-timeline .card .number .circle{align-items:center;background-color:#cde3cc;border-radius:50px;display:flex;height:50px;justify-content:center;transform:translateX(33px);width:50px}.cp-timeline .card.right-image{flex-direction:row-reverse}.cp-timeline .card-image{align-items:center;display:flex;padding:36px 18px;width:calc(50% - 35px)}.cp-timeline .card-image img{height:360px;object-fit:cover}.cp-timeline .card-text{align-items:center;align-self:center;display:flex;padding:calc(var(--main-padding)*3) 18px;width:calc(50% - 35px)}@media (max-width:1024px){.cp-timeline .card,.cp-timeline .card.right-image{flex-direction:column-reverse}.cp-timeline .card .number{display:none}.cp-timeline .card-image{padding:var(--main-padding) 0;width:100%}.cp-timeline .card-text{padding:var(--main-padding) calc(var(--main-padding)*2);width:100%}}@media (max-width:767px){.cp-timeline .card-image{box-sizing:border-box;padding:25px;width:100%}.cp-timeline .card-image img{height:auto;max-height:none;width:100%}}.cp-timeline .card-image img{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cp-timeline .card-image img:hover{box-shadow:0 8px 12px rgba(0,0,0,.05);transform:translateY(-1px)}.timeline-image-lightbox{display:none;inset:0;position:fixed;z-index:99999}.timeline-image-lightbox.is-open{display:block}.timeline-image-lightbox__backdrop{background:rgba(0,0,0,.82);inset:0;position:absolute}.timeline-image-lightbox__dialog{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:30px;position:relative;width:100%;z-index:2}.timeline-image-lightbox__img{background:#fff;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.35);display:block;height:auto;max-height:90vh;max-width:92vw;width:auto}.timeline-image-lightbox__close{background:hsla(0,0%,100%,.14);border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:30px;height:48px;line-height:1;position:absolute;right:18px;top:18px;width:48px;z-index:3}.timeline-image-lightbox__close:hover{background:hsla(0,0%,100%,.24)}body.timeline-lightbox-open{overflow:hidden}.cp-timeline .card-image{position:relative}.cp-timeline .card-image:after{background-color:rgba(0,0,0,.6);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:999px;content:"";height:42px;opacity:0;pointer-events:none;position:absolute;right:12px;top:28px;transform:scale(.95);transition:opacity .2s ease,transform .2s ease;width:42px}.cp-timeline .card-image:hover:after{opacity:1;transform:scale(1)}