.section-timeline{position:relative}.section-timeline__inner{display:grid;grid-template-columns:50% 50%}@media (max-width:1024px){.section-timeline__inner{grid-template-columns:100%}}.section-timeline__header{display:flex;justify-content:center;text-align:center;margin-bottom:2em}@media (max-width:1024px){.section-timeline__header{margin-bottom:1.5em}}.section-timeline__header h1,.section-timeline__header h2,.section-timeline__header h3,.section-timeline__header h4,.section-timeline__header h5,.section-timeline__header h6{margin:0}.section-timeline img{width:100%;height:auto}.section-timeline p{font-size:.875em}.section-timeline__image{position:relative;height:100%;overflow:hidden}@media (max-width:1024px){.section-timeline__image{height:0;padding-bottom:75%}}.section-timeline__image img{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;opacity:0;z-index:1;transition:opacity linear .25s}.section-timeline__image img.active{opacity:1}.section-timeline__image .dateline{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1.5em;height:75%;display:flex;flex-direction:column;justify-content:space-between;z-index:3}@media (max-width:1024px){.section-timeline__image .dateline{height:1.5em;width:75%;flex-direction:row}}.section-timeline__image .dateline .marker{width:1.5em;height:1.5em;background-color:#fff;border-radius:50%;position:relative;z-index:2;transition:background-color linear .25s}.section-timeline__image .dateline .marker.active{background-color:#ffc260}.section-timeline__image .dateline span{position:absolute;left:50%;top:0;width:1px;height:100%;background-color:#fff;z-index:1}@media (max-width:1024px){.section-timeline__image .dateline span{left:0;top:50%;width:100%;height:1px}}.section-timeline__text{display:flex;align-items:center;height:100%;padding:5em 0 5em 12.5%}@media (max-width:1024px){.section-timeline__text{padding:0}}.section-timeline__slider{width:100%}@media (max-width:1024px){.section-timeline .swiper-slide{padding:2em 1em 0 1em;text-align:center}}.section-timeline .swiper-navigation{display:flex;justify-content:flex-end;gap:1.5em;pointer-events:none;z-index:3;margin-top:2em}@media (max-width:1024px){.section-timeline .swiper-navigation{justify-content:center;margin-top:1em}}.section-timeline .swiper-navigation .swiper-button{display:flex;align-items:center;justify-content:center;width:2.5em;height:2.5em;background-color:#f5f6f7;border:1px solid #bcbcbc;border-radius:50%;cursor:pointer;pointer-events:all}.section-timeline .swiper-navigation .swiper-button svg{width:1em;height:auto}.section-timeline .swiper-navigation .swiper-button svg line{fill:none;stroke:#204a98;stroke-width:1;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.section-timeline .swiper-navigation .swiper-button.swiper-button-disabled{opacity:.35;pointer-events:none}