:root{--mst-accent:#2563eb;--mst-card:#0f172a;--mst-badge-bg:#dbeafe;--mst-muted:#64748b;--mst-text-dark:#0f172a;--mst-border:#e8edf5}.mst{max-width:1060px;margin-inline:auto;padding:32px 20px;font-family:inherit;box-sizing:border-box}.mst *,.mst *::before,.mst *::after{box-sizing:inherit}.mst p,.mst h2,.mst h3{margin:0;padding:0;border:none;background:none}.mst svg{flex-shrink:0}.mst button{font-family:inherit}.mst img{max-width:100%;border:none}.mst-head{text-align:center;margin-bottom:10px}.mst-badge{display:inline-block;background:var(--mst-badge-bg);color:var(--mst-accent);font-size:14px;font-weight:700;padding:8px 22px;border-radius:999px;margin-bottom:8px}.mst-title{font-size:clamp(26px, 4.5vw, 42px);font-weight:800;color:var(--mst-text-dark);line-height:1.3}.mst-slider{position:relative;margin-top:10px;padding:26px 70px 10px;text-align:center}.mst-slide.is-active{animation:mstFade .9s cubic-bezier(.25,.46,.45,.94) both;will-change:opacity,transform}@keyframes mstFade{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.mst-slide.is-active{animation:none!important}}.mst-slide-photo{display:flex;justify-content:center;margin-bottom:18px}.mst-slide .mst-photo{width:170px;height:170px;border-radius:50%;object-fit:cover;display:inline-block}.mst-slide .mst-photo-letter{width:170px;height:170px}.mst-photo-letter{display:inline-flex;align-items:center;justify-content:center;background:var(--mst-accent);color:#fff;font-weight:700}.mst-slide .mst-photo-letter{font-size:44px}.mst-slide .mst-name{font-size:25px;font-weight:800;color:var(--mst-text-dark);margin-bottom:7px}.mst-slide .mst-job{font-size:16px;line-height:1.9;color:var(--mst-muted);max-width:560px;margin-inline:auto}.mst-country{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:13.5px;font-weight:700;color:var(--mst-muted);line-height:1}.mst-country{flex-wrap:wrap}.mst-country-item{display:inline-flex;align-items:center;gap:8px}.mst-country img{width:22px;height:auto;border-radius:3px;display:block}.mst-country-sep{color:#cbd5e1;margin-inline:2px}.mst-slide .mst-country{justify-content:center}.mst-photo-frame{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;line-height:0}.mst-photo-frame .mst-photo,.mst-photo-frame .mst-photo-letter{border-radius:50%!important;overflow:hidden}.mst-photo-frame.mst-frame-ring{border:3px solid var(--mst-accent);padding:6px}.mst-photo-frame.mst-frame-double{border:2px solid var(--mst-accent);padding:6px;outline:2px solid var(--mst-badge-bg);outline-offset:3px;margin:5px}.mst-photo-frame.mst-frame-gradient{padding:6px;background:conic-gradient(var(--mst-accent),var(--mst-badge-bg),var(--mst-accent))}.mst-photo-frame.mst-frame-dashed{border:2px dashed var(--mst-accent);padding:7px}.mst-photo-frame.mst-frame-image{position:relative;padding:0}.mst-photo-frame.mst-frame-image .mst-photo,.mst-photo-frame.mst-frame-image .mst-photo-letter{width:var(--mst-fit,78%)!important;height:var(--mst-fit,78%)!important;transform:translate(var(--mst-offx,0%),var(--mst-offy,0%));object-fit:cover}.mst-frame-overlay{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain;pointer-events:none;border-radius:0!important;z-index:1}.mst-card-photo .mst-photo-frame.mst-frame-image{width:230px;height:230px;flex:0 0 230px}.mst-slide-photo .mst-photo-frame.mst-frame-image{width:170px;height:170px}.mst-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:9px}.mst-chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--mst-badge-bg);color:var(--mst-accent);font-size:12.5px;font-weight:800;line-height:1;padding:7px 14px 7px 11px;border-radius:999px;white-space:nowrap;letter-spacing:.1px}.mst-chip-medal{color:#eab308;flex-shrink:0;display:block}.mst-chip:first-child{background:#fffbeb;border-color:#fde68a;color:#a16207}.mst-chip:first-child .mst-chip-medal{color:#d4a017}.mst-card .mst-chip-medal,.mst-chip-medal{width:15px;height:15px}.mst-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff0;border:none;box-shadow:none;padding:10px;margin:0;color:#94a3b8;cursor:pointer;line-height:0;z-index:2}.mst-arrow:focus{outline:none}.mst-arrow svg{display:block;width:22px;height:22px}.mst-prev{inset-inline-start:10px}.mst-next{inset-inline-end:10px}.mst-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.mst-dot{width:7px;height:7px;border-radius:999px;border:none;padding:0;background:#cbd5e1;cursor:pointer;transition:width .3s ease,background .3s ease}.mst-dot.is-active{width:24px;background:var(--mst-accent)}.mst-page-section .mst-head{margin-bottom:30px}.mst-grid{display:flex;flex-direction:column;align-items:center;gap:16px}.mst-anim-ready .mst-card{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.mst-anim-ready .mst-card.mst-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.mst-anim-ready .mst-card{opacity:1!important;transform:none!important;transition:none!important}}.mst-card{width:100%;max-width:820px;background:#fff;border:1px solid var(--mst-border);border-radius:20px;padding:22px 26px;display:flex;flex-direction:row;align-items:center;gap:28px}.mst-card.mst-tilt{transition:transform .18s ease-out;will-change:transform}.mst-card{position:relative;overflow:hidden}.mst-card-photo,.mst-card-body{position:relative;z-index:1}.mst-card-bg{position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;opacity:var(--mst-bg-o,.7);padding:calc(2.5px * var(--mst-bg-s, 1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;overflow:hidden}.mst-card-bg::before{content:'';position:absolute;inset:-150%;animation-duration:var(--mst-bg-t,10s);animation-timing-function:linear;animation-iteration-count:infinite}@keyframes mstSpin{to{transform:rotate(360deg)}}.mst-bg-glow::before{background:conic-gradient(from 0deg,transparent 0 55%,var(--mst-bg-c,var(--mst-accent)) 78%,transparent 95%);animation-name:mstSpin}.mst-bg-bubbles::before{background:conic-gradient(from 0deg,transparent 0 86%,var(--mst-bg-c,var(--mst-accent)) 93%,transparent 97%);animation-name:mstSpin}.mst-bg-gradient::before{background:conic-gradient(from 0deg,var(--mst-bg-c,var(--mst-accent)),transparent 25%,var(--mst-bg-c,var(--mst-accent)) 50%,transparent 75%,var(--mst-bg-c,var(--mst-accent)));animation-name:mstSpin}.mst-bg-rings{animation:mstPulse calc(var(--mst-bg-t, 10s) / 2) ease-in-out infinite alternate}.mst-bg-rings::before{background:var(--mst-bg-c,var(--mst-accent));inset:0}@keyframes mstPulse{from{opacity:calc(var(--mst-bg-o, .7) * .25)}to{opacity:var(--mst-bg-o,.7)}}@media (prefers-reduced-motion:reduce){.mst-card-bg,.mst-card-bg::before{animation:none!important}}.mst-country{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:13.5px;font-weight:700;color:var(--mst-muted);line-height:1}.mst-country{flex-wrap:wrap}.mst-country-item{display:inline-flex;align-items:center;gap:8px}.mst-country img{width:22px;height:auto;border-radius:3px;display:block}.mst-country-sep{color:#cbd5e1;margin-inline:2px}.mst-slide .mst-country{justify-content:center}.mst-photo-frame{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;line-height:0}.mst-photo-frame .mst-photo,.mst-photo-frame .mst-photo-letter{border-radius:50%!important;overflow:hidden}.mst-photo-frame.mst-frame-ring{border:3px solid var(--mst-accent);padding:6px}.mst-photo-frame.mst-frame-double{border:2px solid var(--mst-accent);padding:6px;outline:2px solid var(--mst-badge-bg);outline-offset:3px;margin:5px}.mst-photo-frame.mst-frame-gradient{padding:6px;background:conic-gradient(var(--mst-accent),var(--mst-badge-bg),var(--mst-accent))}.mst-photo-frame.mst-frame-dashed{border:2px dashed var(--mst-accent);padding:7px}.mst-photo-frame.mst-frame-image{position:relative;padding:0}.mst-photo-frame.mst-frame-image .mst-photo,.mst-photo-frame.mst-frame-image .mst-photo-letter{width:var(--mst-fit,78%)!important;height:var(--mst-fit,78%)!important;transform:translate(var(--mst-offx,0%),var(--mst-offy,0%));object-fit:cover}.mst-frame-overlay{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain;pointer-events:none;border-radius:0!important;z-index:1}.mst-card-photo .mst-photo-frame.mst-frame-image{width:230px;height:230px;flex:0 0 230px}.mst-slide-photo .mst-photo-frame.mst-frame-image{width:170px;height:170px}.mst-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:9px}.mst-chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--mst-badge-bg);color:var(--mst-accent);font-size:12.5px;font-weight:800;line-height:1;padding:7px 14px 7px 11px;border-radius:999px;white-space:nowrap;letter-spacing:.1px}.mst-chip-medal{color:#eab308;flex-shrink:0;display:block}.mst-chip:first-child{background:#fffbeb;border-color:#fde68a;color:#a16207}.mst-chip:first-child .mst-chip-medal{color:#d4a017}.mst-card .mst-chip-medal,.mst-chip-medal{width:15px;height:15px}.mst-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff0;border:none;box-shadow:none;padding:10px;margin:0;color:#94a3b8;cursor:pointer;line-height:0;z-index:2}.mst-arrow:focus{outline:none}.mst-arrow svg{display:block;width:22px;height:22px}.mst-prev{inset-inline-start:10px}.mst-next{inset-inline-end:10px}.mst-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.mst-dot{width:7px;height:7px;border-radius:999px;border:none;padding:0;background:#cbd5e1;cursor:pointer;transition:width .3s ease,background .3s ease}.mst-dot.is-active{width:24px;background:var(--mst-accent)}.mst-page-section .mst-head{margin-bottom:30px}.mst-grid{display:flex;flex-direction:column;align-items:center;gap:16px}.mst-anim-ready .mst-card{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.mst-anim-ready .mst-card.mst-in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.mst-anim-ready .mst-card{opacity:1!important;transform:none!important;transition:none!important}}.mst-card{width:100%;max-width:820px;background:#fff;border:1px solid var(--mst-border);border-radius:20px;padding:22px 26px;display:flex;flex-direction:row;align-items:center;gap:28px}.mst-card.mst-tilt{transition:transform .18s ease-out;will-change:transform}.mst-card{position:relative;overflow:hidden}.mst-card-photo,.mst-card-body{position:relative;z-index:1}.mst-card-bg{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:var(--mst-bg-o,.12);border-radius:inherit;overflow:hidden}.mst-bg-glow::before,.mst-bg-glow::after{content:'';position:absolute;border-radius:50%;background:var(--mst-bg-c,var(--mst-accent));filter:blur(36px);width:calc(200px * var(--mst-bg-s, 1));height:calc(200px * var(--mst-bg-s, 1))}.mst-bg-glow::before{top:-50px;inset-inline-start:-40px;animation:mstGlowA var(--mst-bg-t,10s) ease-in-out infinite alternate}.mst-bg-glow::after{bottom:-70px;inset-inline-end:-30px;animation:mstGlowB var(--mst-bg-t,10s) ease-in-out infinite alternate-reverse}@keyframes mstGlowA{to{transform:translate(-70px,45px) scale(1.18)}}@keyframes mstGlowB{to{transform:translate(55px,-40px) scale(.88)}}.mst-bg-bubbles{background-image:radial-gradient(circle,var(--mst-bg-c,var(--mst-accent)) 0 3px,transparent 4px),radial-gradient(circle,var(--mst-bg-c,var(--mst-accent)) 0 2px,transparent 3px);background-size:calc(120px * var(--mst-bg-s, 1)) calc(120px * var(--mst-bg-s, 1)),calc(190px * var(--mst-bg-s, 1)) calc(190px * var(--mst-bg-s, 1));background-position:0 0,70px 45px;animation:mstBubbles var(--mst-bg-t,10s) linear infinite}@keyframes mstBubbles{to{background-position:0 calc(-480px * var(--mst-bg-s, 1)),70px calc(-760px * var(--mst-bg-s, 1))}}.mst-bg-gradient{background:linear-gradient(115deg,transparent 32%,var(--mst-bg-c,var(--mst-accent)) 50%,transparent 68%);background-size:calc(300% / var(--mst-bg-s, 1)) 100%;animation:mstGradient var(--mst-bg-t,10s) linear infinite}@keyframes mstGradient{from{background-position:200% 0}to{background-position:-200% 0}}.mst-bg-rings::before,.mst-bg-rings::after{content:'';position:absolute;top:50%;inset-inline-start:140px;width:calc(220px * var(--mst-bg-s, 1));height:calc(220px * var(--mst-bg-s, 1));margin-top:calc(-110px * var(--mst-bg-s, 1));margin-inline-start:calc(-110px * var(--mst-bg-s, 1));border:2px solid var(--mst-bg-c,var(--mst-accent));border-radius:50%;animation:mstRings var(--mst-bg-t,10s) ease-out infinite}.mst-bg-rings::after{animation-delay:calc(var(--mst-bg-t, 10s) / -2)}@keyframes mstRings{from{transform:scale(.45);opacity:1}to{transform:scale(1.55);opacity:0}}@media (prefers-reduced-motion:reduce){.mst-card-bg,.mst-card-bg::before,.mst-card-bg::after{animation:none!important}}.mst-card-photo{flex:0 0 auto;display:flex;align-items:center;justify-content:center;align-self:center;padding:4px}.mst-card-photo .mst-photo{width:230px;height:230px;border-radius:50%;object-fit:cover;object-position:top center;display:block}.mst-card-photo .mst-photo-letter{width:230px;height:230px;font-size:76px;border-radius:50%;background:linear-gradient(150deg,var(--mst-accent),color-mix(in srgb,var(--mst-accent) 55%,var(--mst-card)))}@supports not (background:color-mix(in srgb,red 50%,blue)){.mst-card-photo .mst-photo-letter{background:var(--mst-accent)}}.mst-card-body{text-align:start;display:flex;flex-direction:column;align-items:flex-start;flex-grow:1;min-width:0;padding:4px 0}.mst-card .mst-badges{justify-content:flex-start;margin-bottom:8px}.mst-card .mst-name{font-size:21px;font-weight:800;color:var(--mst-text-dark);line-height:1.5;letter-spacing:-.2px}.mst-card .mst-name::after{content:'';display:block;width:30px;height:2.5px;border-radius:999px;background:var(--mst-accent);margin:8px 0 9px;opacity:.9}.mst-card .mst-job{font-size:15px;line-height:2;color:var(--mst-muted);display:block!important;-webkit-line-clamp:unset!important;max-height:none!important;overflow:visible!important}.mst-pagination{margin-top:34px;display:flex;justify-content:center}.mst-pagination ul{display:flex;gap:8px;list-style:none;margin:0;padding:0}.mst-pagination li{margin:0;list-style:none}.mst-pagination .page-numbers{min-width:40px;height:40px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:#fff;border:1px solid var(--mst-border);color:var(--mst-text-dark);font-weight:600;text-decoration:none}.mst-pagination .page-numbers.current{background:var(--mst-accent);border-color:var(--mst-accent);color:#fff}@media (max-width:600px){.mst{padding:26px 14px}.mst-slider{padding:20px 44px 8px}.mst-slide .mst-photo,.mst-slide .mst-photo-letter{width:104px;height:104px}.mst-slide .mst-name{font-size:18px}.mst-slide .mst-job{font-size:13.5px}.mst-prev{inset-inline-start:2px}.mst-next{inset-inline-end:2px}.mst-arrow svg{width:19px;height:19px}.mst-grid{gap:12px}.mst-card{padding:11px;gap:14px}.mst-card{flex-direction:column;text-align:center;gap:14px;padding:20px 16px}.mst-card-photo .mst-photo,.mst-card-photo .mst-photo-letter{width:150px;height:150px}.mst-card-photo .mst-photo-letter{font-size:52px}.mst-card-body{align-items:center;text-align:center}.mst-card .mst-badges{justify-content:center}.mst-card .mst-name{font-size:18px}.mst-card .mst-name::after{margin:8px auto 9px}.mst-card .mst-job{font-size:13.5px}.mst-slide .mst-photo,.mst-slide .mst-photo-letter{width:130px;height:130px}.mst-card-photo .mst-photo-frame.mst-frame-image{width:150px;height:150px;flex-basis:150px}.mst-slide-photo .mst-photo-frame.mst-frame-image{width:130px;height:130px}}