.mtl-root{ --navy:#0A1636; --sky:#38B6FF; --blue:#2AA5E9; --ink:#2B3A5C; --slate:#7286A6; --mist:#F4F8FF; --line:#DCE7F8;
  font-family:"Poppins",-apple-system,Segoe UI,Roboto,sans-serif; max-width:1120px; margin:0 auto; }
.mtl-root *{ box-sizing:border-box; }
.mtl-root .mtl-head{ text-align:center; margin-bottom:56px; }
.mtl-root .mtl-eyebrow{ font-size:14px; letter-spacing:2.5px; text-transform:uppercase; color:var(--blue); font-weight:600; margin:0 0 10px; }
.mtl-root .mtl-title{ font-size:38px; line-height:1.15; font-weight:700; color:var(--navy); margin:0; letter-spacing:-0.5px; }

.mtl-root .mtl-track{ position:relative; padding:6px 0; }
.mtl-root .mtl-line{ position:absolute; left:50%; top:0; transform:translateX(-50%); width:3px; height:100%; background:var(--line); border-radius:3px; overflow:hidden; }
.mtl-root .mtl-line-fill{ position:absolute; left:0; top:0; width:100%; height:0; background:linear-gradient(180deg,var(--blue),var(--sky)); border-radius:3px; transition:height .15s linear; }

.mtl-root .mtl-item{ position:relative; width:50%; padding:0 50px 50px 0; opacity:0; transform:translateY(28px); transition:opacity .6s ease, transform .6s ease; }
.mtl-root .mtl-item.mtl-right{ margin-left:50%; padding:0 0 50px 50px; }
.mtl-root .mtl-item.is-in{ opacity:1; transform:translateY(0); }

.mtl-root .mtl-node{ position:absolute; top:6px; width:20px; height:20px; border-radius:50%; background:#fff; border:3px solid var(--blue); z-index:2; transition:background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.mtl-root .mtl-left .mtl-node{ right:-10px; }
.mtl-root .mtl-right .mtl-node{ left:-10px; }
.mtl-root .mtl-item.is-active .mtl-node{ background:var(--sky); border-color:var(--sky); box-shadow:0 0 0 6px rgba(56,182,255,.18); }

.mtl-root .mtl-card{ display:flex; gap:22px; align-items:center; background:#fff; border:1px solid #E7EEF9; border-radius:18px; padding:24px 26px; box-shadow:0 16px 44px rgba(10,22,54,.08); position:relative; }
.mtl-root .mtl-thumb{ flex:0 0 auto; width:108px; height:108px; border-radius:50%; overflow:hidden; border:3px solid var(--mist); background:#EAF3FC; box-shadow:0 8px 22px rgba(10,22,54,.12); }
.mtl-root .mtl-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.mtl-root .mtl-card-text{ flex:1 1 auto; min-width:0; }
.mtl-root .mtl-year{ display:inline-block; font-size:14px; font-weight:800; letter-spacing:.5px; color:var(--sky); background:var(--mist); border-radius:30px; padding:5px 16px; margin-bottom:10px; }
.mtl-root .mtl-item-title{ font-size:20px; font-weight:700; color:var(--navy); margin:0 0 7px; line-height:1.25; }
.mtl-root .mtl-item-desc{ font-size:14.5px; line-height:1.6; color:var(--slate); margin:0; }

@media(max-width:768px){
  .mtl-root .mtl-head{ margin-bottom:34px; }
  .mtl-root .mtl-title{ font-size:27px; }
  .mtl-root .mtl-line{ left:11px; transform:none; }
  .mtl-root .mtl-item, .mtl-root .mtl-item.mtl-right{ width:100%; margin-left:0; padding:0 0 30px 40px; }
  .mtl-root .mtl-left .mtl-node, .mtl-root .mtl-right .mtl-node{ left:2px; right:auto; }
  .mtl-root .mtl-card{ gap:16px; padding:18px 18px; }
  .mtl-root .mtl-thumb{ width:78px; height:78px; }
}
