.mk-team2-page {
	--team-ink: #18333b;
	--team-deep: #132b33;
	--team-purple: #665bd8;
	--team-purple-soft: #ebe9ff;
	--team-sage: #a9c69d;
	--team-sage-soft: #e8f2e4;
	--team-sand: #efe4d2;
	--team-paper: #fbfaf6;
	--team-line: rgba(24, 51, 59, .13);
	background: var(--team-paper);
	color: var(--team-ink);
}
.mk-team2-page .mk-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255, 255, 255, .14); background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
.mk-team2-page .mk-header .mk-brand img { filter: brightness(0) invert(1); }
.mk-team2-page .mk-header .mk-nav__link,
.mk-team2-page .mk-header .mk-nav__login,
.mk-team2-page .mk-header .mk-nav-dropdown > summary { color: rgba(255, 255, 255, .9); }
.mk-team2-page .mk-header .mk-nav__link:hover,
.mk-team2-page .mk-header .mk-nav__login:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.mk-team2-page .mk-header .mk-nav__login { border-left-color: rgba(255, 255, 255, .24); }
.mk-team2-page .mk-header .mk-button--small { border-color: #fff; background: #fff; color: var(--team-deep) !important; }
.mk-team2-page h1,
.mk-team2-page h2 { font-weight: 600; letter-spacing: -.05em; }
.mk-team2-page h3,
.mk-team2-page strong { font-weight: 600; letter-spacing: -.025em; }
.mk-team2-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 21px; color: #584cc9; font-size: 13px; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }

.mk-team2-hero { position: relative; display: grid; align-items: center; min-height: 790px; overflow: hidden; background: var(--team-deep); color: #fff; }
.mk-team2-hero__image,
.mk-team2-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mk-team2-hero__image { object-fit: cover; object-position: center 50%; transform: scale(1.01); }
.mk-team2-hero__shade { background: linear-gradient(90deg, rgba(9, 24, 29, .88) 0%, rgba(9, 24, 29, .69) 31%, rgba(9, 24, 29, .19) 63%, rgba(9, 24, 29, .12) 100%), linear-gradient(180deg, rgba(9, 24, 29, .35), transparent 45%, rgba(9, 24, 29, .5)); }
.mk-team2-hero__content { position: relative; z-index: 2; max-width: 1260px; padding-top: 100px; }
.mk-team2-hero .mk-team2-eyebrow { color: #cfcaff; }
.mk-team2-hero h1 { max-width: 850px; margin: 19px 0 24px; color: #fff; font-size: clamp(58px, 6vw, 86px); font-weight: 600 !important; font-stretch: 92%; letter-spacing: -.064em; line-height: .98; text-wrap: balance; }
.mk-team2-hero__content > p { max-width: 670px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 19px; line-height: 1.62; }
.mk-team2-hero .mk-actions { margin-top: 31px; }
.mk-team2-button--light { border-color: #fff !important; background: #fff !important; color: var(--team-deep) !important; }
.mk-team2-hero__link { display: inline-flex; align-items: center; gap: 9px; color: #fff !important; font-size: 15px; font-weight: 600; }
.mk-team2-hero__link i { color: #51dfa8; }
.mk-team2-hero__content > small { display: block; margin-top: 23px; color: rgba(255, 255, 255, .62); font-size: 11px; }

.mk-team2-subnav { position: sticky; top: 0; z-index: 15; border-block: 1px solid var(--team-line); background: rgba(251, 250, 246, .95); backdrop-filter: blur(15px); }
.mk-team2-subnav > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; min-height: 68px; }
.mk-team2-subnav > div > strong { font-size: 16px; }
.mk-team2-subnav > div > div { display: flex; justify-content: center; gap: 34px; }
.mk-team2-subnav a { color: #596f76; font-size: 13px; font-weight: 500; }
.mk-team2-subnav a:hover { color: var(--team-purple); }
.mk-team2-subnav .mk-button { border-color: var(--team-deep); background: var(--team-deep); color: #fff; }

.mk-team2-intro,
.mk-team2-people,
.mk-team2-roles,
.mk-team2-devices,
.mk-team2-shifts,
.mk-team2-trace,
.mk-team2-connect,
.mk-team2-cases,
.mk-team2-faq,
.mk-team2-final { padding-block: 118px; }
.mk-team2-heading { max-width: 920px; margin: 0 auto 65px; text-align: center; }
.mk-team2-heading h2,
.mk-team2-people h2,
.mk-team2-devices h2,
.mk-team2-shifts h2,
.mk-team2-connect h2,
.mk-team2-faq h2,
.mk-team2-final h2 { margin: 0; color: var(--team-deep); font-size: clamp(42px, 4.35vw, 66px); line-height: 1.04; }
.mk-team2-heading > p,
.mk-team2-people__grid > div:first-child > p,
.mk-team2-devices__head > p,
.mk-team2-shifts__grid > div:first-child > p,
.mk-team2-connect__grid > div:first-child > p,
.mk-team2-faq header > p,
.mk-team2-final p { max-width: 760px; margin: 23px auto 0; color: #677b82; font-size: 17px; line-height: 1.68; }

.mk-team2-intro { background: #fff; }
.mk-team2-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mk-team2-benefits article { min-height: 350px; padding: 30px; border: 1px solid var(--team-line); border-radius: 27px; background: #fdfdfb; }
.mk-team2-benefits article:nth-child(2) { background: var(--team-purple); color: #fff; }
.mk-team2-benefits article > i { display: grid; width: 55px; height: 55px; margin-bottom: 65px; place-items: center; border-radius: 17px; background: var(--team-sage-soft); color: #476e42; font-size: 20px; }
.mk-team2-benefits article:nth-child(2) > i { background: rgba(255, 255, 255, .18); color: #fff; }
.mk-team2-benefits article > span { color: #829499; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.mk-team2-benefits article:nth-child(2) > span { color: #d9d6ff; }
.mk-team2-benefits h3 { max-width: 335px; margin: 11px 0; font-size: 24px; line-height: 1.18; }
.mk-team2-benefits p { margin: 0; color: #6c7f85; font-size: 14px; line-height: 1.6; }
.mk-team2-benefits article:nth-child(2) p { color: #eceaff; }

.mk-team2-people { background: #eef3ed; }
.mk-team2-people__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.mk-team2-people__grid > div:first-child > p { margin-left: 0; }
.mk-team2-people ul { display: grid; gap: 17px; margin: 31px 0 0; padding: 0; list-style: none; }
.mk-team2-people li { display: flex; gap: 12px; color: #65797f; font-size: 12px; line-height: 1.5; }
.mk-team2-people li > i { display: grid; width: 37px; height: 37px; flex: 0 0 37px; place-items: center; border-radius: 12px; background: var(--team-purple-soft); color: var(--team-purple); }
.mk-team2-people li strong { display: block; color: var(--team-deep); font-size: 14px; }
.mk-team2-roster { overflow: hidden; border: 1px solid var(--team-line); border-radius: 28px; background: #fff; box-shadow: 0 30px 80px rgba(24, 51, 59, .12); }
.mk-team2-roster > header { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--team-line); }
.mk-team2-roster > header > span { display: flex; align-items: center; gap: 10px; }
.mk-team2-roster > header > span i { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 12px; background: var(--team-purple); color: #fff; }
.mk-team2-roster > header strong { font-size: 14px; }
.mk-team2-roster > header em { color: #7f9095; font-size: 9px; font-style: normal; }
.mk-team2-roster > div { display: grid; gap: 9px; padding: 16px; }
.mk-team2-roster article { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; min-height: 88px; padding: 14px; border: 1px solid var(--team-line); border-radius: 16px; }
.mk-team2-roster article.is-active { border-color: rgba(102, 91, 216, .42); background: var(--team-purple-soft); }
.mk-team2-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--team-sage-soft); color: #476e42; font-size: 11px; font-weight: 700; }
.mk-team2-roster article:nth-child(even) .mk-team2-avatar { background: var(--team-sand); color: #795d38; }
.mk-team2-roster article > div { display: grid; }
.mk-team2-roster article small { color: #7b8d92; font-size: 7px; letter-spacing: .07em; }
.mk-team2-roster article strong { font-size: 13px; }
.mk-team2-roster article em { color: #829399; font-size: 9px; font-style: normal; }
.mk-team2-roster article > b { padding: 6px 8px; border-radius: 7px; background: #e5f5ea; color: #338058; font-size: 8px; }
.mk-team2-roster > footer { padding: 17px 22px; border-top: 1px solid var(--team-line); color: #71858a; font-size: 9px; }
.mk-team2-roster > footer i { margin-right: 6px; color: var(--team-purple); }

.mk-team2-roles { background: #fff; }
.mk-team2-roles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mk-team2-roles__grid article { min-height: 285px; padding: 28px; border: 1px solid var(--team-line); border-radius: 25px; }
.mk-team2-roles__grid article > i { display: grid; width: 50px; height: 50px; margin-bottom: 55px; place-items: center; border-radius: 15px; background: var(--team-purple-soft); color: var(--team-purple); }
.mk-team2-roles__grid article:nth-child(even) > i { background: var(--team-sage-soft); color: #476e42; }
.mk-team2-roles__grid article > span { color: #84969b; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.mk-team2-roles__grid h3 { margin: 9px 0; font-size: 24px; }
.mk-team2-roles__grid p { margin: 0; color: #6e8187; font-size: 13px; line-height: 1.58; }

.mk-team2-devices { background: var(--team-deep); color: #fff; }
.mk-team2-devices__head { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.mk-team2-devices h2 { color: #fff; }
.mk-team2-devices .mk-team2-eyebrow { color: #cfcaff; }
.mk-team2-devices__head > p { margin: 0 0 8px; color: #afc0c5; }
.mk-team2-devices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mk-team2-devices__grid > article { padding: 16px 16px 28px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 27px; background: rgba(255, 255, 255, .05); }
.mk-team2-devices__grid > article.is-featured { border-color: rgba(207, 202, 255, .42); background: rgba(102, 91, 216, .15); }
.mk-team2-device { overflow: hidden; min-height: 340px; margin-bottom: 24px; border: 6px solid #09161a; border-radius: 21px; background: #f7f8f4; color: var(--team-deep); }
.mk-team2-device > header { display: flex; align-items: center; gap: 10px; padding: 15px; border-bottom: 1px solid #dce4df; background: #fff; }
.mk-team2-device > header > i { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: var(--team-purple-soft); color: var(--team-purple); }
.mk-team2-device > header span { display: grid; }
.mk-team2-device > header small { color: #829398; font-size: 7px; letter-spacing: .07em; }
.mk-team2-device > header strong { font-size: 11px; }
.mk-team2-device > div { display: grid; min-height: 270px; place-items: center; align-content: center; padding: 20px; text-align: center; }
.mk-team2-device__avatar,
.mk-team2-device__store { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 19px; background: var(--team-sage-soft); color: #476e42; font-size: 17px; font-style: normal; font-weight: 700; }
.mk-team2-device > div h3 { margin: 14px 0 3px; font-size: 19px; }
.mk-team2-device > div p { margin: 0 0 20px; color: #788b90; font-size: 9px; }
.mk-team2-device > div > small { color: #74878c; font-size: 8px; }
.mk-team2-device button { width: 100%; padding: 11px; border: 0; border-radius: 9px; background: var(--team-purple); color: #fff; font: inherit; font-size: 9px; }
.mk-team2-device__profiles { display: flex; gap: 9px; margin: 18px 0; }
.mk-team2-device__profiles b { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--team-sage-soft); color: #476e42; font-size: 10px; }
.mk-team2-device__profiles b:nth-child(2) { background: var(--team-purple); color: #fff; box-shadow: 0 0 0 5px var(--team-purple-soft); }
.mk-team2-pin { display: flex; gap: 8px; margin-bottom: 21px; }
.mk-team2-pin i { width: 9px; height: 9px; border-radius: 50%; background: var(--team-deep); }
.mk-team2-devices__grid > article > span { color: #acbbc0; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.mk-team2-devices__grid > article > h3 { margin: 8px 0; color: #fff; font-size: 23px; }
.mk-team2-devices__grid > article > p { margin: 0; color: #acbdc1; font-size: 12px; line-height: 1.55; }

.mk-team2-shifts { background: #eff4ed; }
.mk-team2-shifts__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(60px, 8vw, 120px); }
.mk-team2-shifts__grid > div:first-child > p { margin-left: 0; }
.mk-team2-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; color: var(--team-purple); font-size: 14px; font-weight: 600; }
.mk-team2-floor { overflow: hidden; border: 1px solid var(--team-line); border-radius: 27px; background: #fff; box-shadow: 0 30px 80px rgba(24, 51, 59, .1); }
.mk-team2-floor > header { display: flex; align-items: center; justify-content: space-between; padding: 21px 23px; border-bottom: 1px solid var(--team-line); }
.mk-team2-floor > header > span { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.mk-team2-floor > header > span i { color: var(--team-purple); }
.mk-team2-floor > header em { color: #7c8f94; font-size: 9px; font-style: normal; }
.mk-team2-floor > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 16px; }
.mk-team2-floor section { display: grid; gap: 9px; }
.mk-team2-floor section > span { padding: 3px; color: #819398; font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.mk-team2-floor article { display: grid; grid-template-columns: 43px 1fr; min-height: 98px; padding: 14px; border: 1px solid var(--team-line); border-radius: 15px; }
.mk-team2-floor article > i { display: grid; grid-row: 1 / 3; width: 43px; height: 43px; place-items: center; border-radius: 50%; background: var(--team-sage-soft); color: #476e42; font-size: 12px; font-style: normal; font-weight: 700; }
.mk-team2-floor article b,
.mk-team2-floor article small { padding-left: 11px; }
.mk-team2-floor article b { align-self: end; font-size: 12px; }
.mk-team2-floor article small { align-self: start; color: #7b8e93; font-size: 8px; }
.mk-team2-floor article.is-transfer { border-color: rgba(102, 91, 216, .4); background: var(--team-purple-soft); }
.mk-team2-floor article.is-transfer > i { background: var(--team-purple); color: #fff; }
.mk-team2-floor > footer { padding: 17px 22px; border-top: 1px solid var(--team-line); color: #71858a; font-size: 9px; }
.mk-team2-floor > footer i { margin-right: 6px; color: var(--team-purple); }

.mk-team2-trace { background: #fff; }
.mk-team2-trace__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.mk-team2-trace__steps li { position: relative; min-height: 255px; padding: 23px; border: 1px solid var(--team-line); border-radius: 22px; }
.mk-team2-trace__steps li:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -17px; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--team-line); border-radius: 50%; background: #fff; color: #8a999e; content: "→"; font-size: 11px; }
.mk-team2-trace__steps li > span { color: #96a4a8; font-size: 10px; font-weight: 600; }
.mk-team2-trace__steps li > i { display: grid; width: 46px; height: 46px; margin: 52px 0 20px; place-items: center; border-radius: 14px; background: var(--team-purple-soft); color: var(--team-purple); }
.mk-team2-trace__steps li:nth-child(even) > i { background: var(--team-sage-soft); color: #476e42; }
.mk-team2-trace__steps h3 { margin: 0 0 6px; font-size: 18px; }
.mk-team2-trace__steps p { margin: 0; color: #7a8a8f; font-size: 11px; }

.mk-team2-connect { background: var(--team-deep); color: #fff; }
.mk-team2-connect__grid { display: grid; grid-template-columns: .73fr 1.27fr; align-items: center; gap: clamp(58px, 8vw, 120px); }
.mk-team2-connect h2 { color: #fff; }
.mk-team2-connect .mk-team2-eyebrow { color: #cfcaff; }
.mk-team2-connect__grid > div:first-child > p { margin-left: 0; color: #afc0c5; }
.mk-team2-connect__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mk-team2-connect__cards article { display: flex; align-items: center; gap: 14px; min-height: 130px; padding: 22px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 20px; background: rgba(255, 255, 255, .055); }
.mk-team2-connect__cards article > i { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border-radius: 13px; background: rgba(207, 202, 255, .14); color: #cfcaff; }
.mk-team2-connect__cards article span { display: grid; }
.mk-team2-connect__cards strong { color: #fff; font-size: 14px; }
.mk-team2-connect__cards small { margin-top: 4px; color: #aebfc4; font-size: 10px; line-height: 1.4; }

.mk-team2-cases { background: var(--team-paper); }
.mk-team2-cases__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mk-team2-cases__grid article { min-height: 250px; padding: 27px; border: 1px solid var(--team-line); border-radius: 24px; background: #fff; }
.mk-team2-cases__grid article > i { display: grid; width: 49px; height: 49px; margin-bottom: 52px; place-items: center; border-radius: 15px; background: var(--team-sage-soft); color: #476e42; }
.mk-team2-cases__grid article:nth-child(even) > i { background: var(--team-purple-soft); color: var(--team-purple); }
.mk-team2-cases__grid h3 { margin: 0 0 9px; font-size: 21px; }
.mk-team2-cases__grid p { margin: 0; color: #71858b; font-size: 13px; line-height: 1.55; }

.mk-team2-faq { background: #fff; }
.mk-team2-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 135px); }
.mk-team2-faq header > p { margin-left: 0; }
.mk-team2-faq__list { border-top: 1px solid var(--team-line); }
.mk-team2-faq details { border-bottom: 1px solid var(--team-line); }
.mk-team2-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--team-deep); cursor: pointer; font-size: 17px; font-weight: 600; list-style: none; }
.mk-team2-faq summary::-webkit-details-marker { display: none; }
.mk-team2-faq summary i { color: var(--team-purple); font-size: 12px; transition: transform .2s ease; }
.mk-team2-faq details[open] summary i { transform: rotate(45deg); }
.mk-team2-faq details p { max-width: 720px; margin: -7px 0 24px; color: #667b82; font-size: 14px; line-height: 1.65; }
.mk-team2-final { text-align: center; background: linear-gradient(135deg, #e9f2e5 0%, #fbfaf6 48%, #ebe9ff 100%); }
.mk-team2-final .mk-shell { max-width: 1000px; }
.mk-team2-final p { max-width: 700px; }
.mk-team2-final .mk-actions { justify-content: center; margin-top: 34px; }
.mk-team2-final .mk-button { border-color: var(--team-deep); background: var(--team-deep); color: #fff; }
.mk-team2-final .mk-button--secondary { border-color: rgba(24, 51, 59, .22); background: transparent; color: var(--team-deep); }

@media (max-width: 980px) {
	.mk-team2-subnav > div { display: flex; gap: 28px; overflow-x: auto; }
	.mk-team2-subnav > div > strong { position: sticky; left: 0; padding-right: 12px; background: rgba(251, 250, 246, .96); }
	.mk-team2-subnav > div > div { gap: 23px; }
	.mk-team2-subnav a { white-space: nowrap; }
	.mk-team2-benefits { grid-template-columns: 1fr 1fr; }
	.mk-team2-benefits article:last-child { grid-column: 1 / -1; }
	.mk-team2-people__grid,
	.mk-team2-devices__head,
	.mk-team2-shifts__grid,
	.mk-team2-connect__grid,
	.mk-team2-faq__grid { grid-template-columns: 1fr; }
	.mk-team2-roles__grid,
	.mk-team2-cases__grid { grid-template-columns: 1fr 1fr; }
	.mk-team2-devices__grid { grid-template-columns: 1fr 1fr; }
	.mk-team2-devices__grid > article:last-child { grid-column: 1 / -1; }
	.mk-team2-trace__steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
	.mk-team2-hero { min-height: 800px; align-items: end; }
	.mk-team2-hero__image { object-position: 60% center; }
	.mk-team2-hero__shade { background: linear-gradient(180deg, rgba(9, 24, 29, .44) 0%, rgba(9, 24, 29, .38) 34%, rgba(9, 24, 29, .92) 100%); }
	.mk-team2-hero__content { padding: 120px 0 58px; }
	.mk-team2-hero h1 { font-size: 47px; line-height: 1; }
	.mk-team2-hero__content > p { font-size: 16px; }
	.mk-team2-hero .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-team2-hero .mk-button { width: 100%; }
	.mk-team2-hero__link { justify-content: center; min-height: 46px; }
	.mk-team2-subnav > div { min-height: 58px; }
	.mk-team2-subnav .mk-button { display: none; }
	.mk-team2-intro,
	.mk-team2-people,
	.mk-team2-roles,
	.mk-team2-devices,
	.mk-team2-shifts,
	.mk-team2-trace,
	.mk-team2-connect,
	.mk-team2-cases,
	.mk-team2-faq,
	.mk-team2-final { padding-block: 82px; }
	.mk-team2-heading { margin-bottom: 45px; text-align: left; }
	.mk-team2-heading h2,
	.mk-team2-people h2,
	.mk-team2-devices h2,
	.mk-team2-shifts h2,
	.mk-team2-connect h2,
	.mk-team2-faq h2,
	.mk-team2-final h2 { font-size: 40px; }
	.mk-team2-heading > p { margin-left: 0; }
	.mk-team2-benefits,
	.mk-team2-roles__grid,
	.mk-team2-devices__grid,
	.mk-team2-trace__steps,
	.mk-team2-connect__cards,
	.mk-team2-cases__grid { grid-template-columns: 1fr; }
	.mk-team2-benefits article:last-child,
	.mk-team2-devices__grid > article:last-child { grid-column: auto; }
	.mk-team2-benefits article { min-height: 300px; }
	.mk-team2-benefits article > i { margin-bottom: 46px; }
	.mk-team2-people__grid,
	.mk-team2-shifts__grid,
	.mk-team2-connect__grid { gap: 48px; }
	.mk-team2-roster { margin-inline: -8px; border-radius: 21px; }
	.mk-team2-roster > header { align-items: flex-start; gap: 12px; }
	.mk-team2-roster > header em { text-align: right; }
	.mk-team2-roster article { grid-template-columns: 40px 1fr; }
	.mk-team2-roster article > b { display: none; }
	.mk-team2-avatar { width: 40px; height: 40px; }
	.mk-team2-devices__head { gap: 20px; margin-bottom: 40px; }
	.mk-team2-devices__head > p { margin: 0; }
	.mk-team2-floor > div { grid-template-columns: 1fr; }
	.mk-team2-trace__steps li { min-height: 210px; }
	.mk-team2-trace__steps li:not(:last-child)::after { top: auto; right: 50%; bottom: -17px; transform: translateX(50%) rotate(90deg); }
	.mk-team2-trace__steps li > i { margin-top: 34px; }
	.mk-team2-cases__grid article { min-height: 225px; }
	.mk-team2-cases__grid article > i { margin-bottom: 40px; }
	.mk-team2-final .mk-actions { display: grid; grid-template-columns: 1fr; }
	.mk-team2-final .mk-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.mk-team2-page * { scroll-behavior: auto !important; }
}
