.ids-mm-page {
  color: #142635;
  background: #fff;
  overflow: clip
}

.ids-mm-section {
  padding: 88px 0
}

.ids-mm-section--compact {
  padding: 58px 0
}

.ids-mm-section--soft {
  background: #f3f7f9
}

.ids-mm-section--navy {
  color: #fff;
  background: #06263d
}

.ids-mm-heading {
  max-width: 820px;
  margin: 0;
  color: #06263d;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08
}

.ids-mm-heading--light {
  color: #fff
}

.ids-mm-lead {
  max-width: 780px;
  margin: 22px 0 0;
  color: #5d6d79;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.75
}

.ids-mm-lead--light {
  color: rgba(255, 255, 255, .78)
}

.ids-mm-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px
}

.ids-mm-section-head .ids-mm-lead {
  margin: 0
}

.ids-mm-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 22px;
  color: #fff;
  background: #e3151e;
  border: 2px solid #e3151e;
  border-radius: 8px;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease
}

.ids-mm-btn:hover {
  color: #fff;
  background: #bd1625;
  border-color: #bd1625;
  transform: translateY(-2px)
}

.ids-mm-btn--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .48)
}

.ids-mm-btn--outline:hover {
  color: #06263d;
  background: #fff;
  border-color: #fff
}

.ids-mm-btn--navy {
  background: #06263d;
  border-color: #06263d
}

.ids-mm-btn--navy:hover {
  background: #0a3552;
  border-color: #0a3552
}

.ids-mm-btn.full {
  width: 100%
}

.ids-mm-hero {
  position: relative;
  isolation: isolate;
  padding: 42px 0 72px;
  color: #fff;
  background: radial-gradient(circle at 12% 22%, rgba(24, 127, 164, .36), transparent 32%), radial-gradient(circle at 84% 15%, rgba(227, 21, 30, .16), transparent 25%), linear-gradient(130deg, #041d30 0%, #07334f 55%, #05263d 100%)
}

.ids-mm-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .15;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%)
}

.ids-mm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
  gap: 52px;
  align-items: center
}

.ids-mm-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .7);
  font-size: .82rem
}

.ids-mm-breadcrumb a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none
}

.ids-mm-breadcrumb a:hover {
  text-decoration: underline
}

.ids-mm-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.12
}

.ids-mm-hero h1 span {
  color: #e3151e
}

.ids-mm-hero__intro {
  max-width: 740px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.68
}

.ids-mm-hero__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none
}

.ids-mm-hero__points li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, .94);
  font-size: .93rem;
  font-weight: 650;
  line-height: 1.48
}

.ids-mm-hero__points li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e3151e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10 3 3 7-7' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/13px no-repeat
}

.ids-mm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px
}

/* .ids-mm-migration-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 690px;
  gap: 10px;
  margin-top: 27px
}

.ids-mm-rail-step {
  position: relative;
  padding: 13px 13px 13px 15px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  backdrop-filter: blur(7px)
}

.ids-mm-rail-step:not(:last-child):after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  color: #e3151e;
  font-weight: 700;
  transform: translateY(-50%)
}

.ids-mm-rail-step span {
  display: block;
  color: #e3151e;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}

.ids-mm-rail-step strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35
} */

.proof {
  color: #fff;
  background: #0b405c
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px
}

.proof-item {
  display: flex;
  min-height: 92px;
  gap: 13px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, .13)
}

.proof-item:last-child {
  border-right: 0
}

.proof-item img {
  object-fit: contain
}

.proof-item strong {
  display: block;
  color: #fff;
  font-size: 1.08rem
}

.proof-item span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .66);
  font-size: .72rem
}

.ids-mm-risk-grid,
.ids-mm-service-grid,
.ids-mm-why-grid,
.ids-mm-industry-grid {
  display: grid;
  gap: 20px;
  margin-top: 42px
}

.ids-mm-risk-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.ids-mm-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.ids-mm-why-grid,
.ids-mm-industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.ids-mm-risk-card,
.ids-mm-service-card,
.ids-mm-why-card,
.ids-mm-platform-card,
.ids-mm-industry {
  position: relative;
  padding: 26px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 19px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

.ids-mm-risk-card:hover,
.ids-mm-service-card:hover,
.ids-mm-why-card:hover,
.ids-mm-platform-card:hover {
  border-color: rgba(12, 95, 127, .38);
  box-shadow: 0 20px 55px rgba(6, 38, 61, .1);
  transform: translateY(-5px)
}

.ids-mm-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #e3151e;
  background: #eaf4f7;
  border-radius: 13px;
  font-size: .76rem;
  font-weight: 700
}

.ids-mm-risk-card h3,
.ids-mm-service-card h3,
.ids-mm-why-card h3,
.ids-mm-platform-card h3 {
  margin: 19px 0 0;
  color: #06263d;
  font-size: 1.16rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25
}

.ids-mm-risk-card p,
.ids-mm-service-card p,
.ids-mm-why-card p,
.ids-mm-platform-card p {
  margin: 11px 0 0;
  color: #5d6d79;
  font-size: 1rem;
  line-height: 1.64
}

.ids-mm-service-card ul,
.ids-mm-model ul {
  margin: 17px 0 0;
  padding: 0;
  list-style: none
}

.ids-mm-service-card li,
.ids-mm-model li {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  color: #425866;
  font-size: 1rem;
  line-height: 1.5
}

.ids-mm-service-card li:before,
.ids-mm-model li:before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #e3151e;
  border-radius: 50%
}

.ids-mm-journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(6, 38, 61, .07)
}

.ids-mm-journey__step {
  position: relative;
  min-height: 220px;
  padding: 28px 20px;
  border-right: 1px solid #dce5ea
}

.ids-mm-journey__step:last-child {
  border-right: 0
}

.ids-mm-journey__step:after {
  content: "";
  position: absolute;
  top: 42px;
  right: -7px;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #dce5ea;
  border-right: 1px solid #dce5ea;
  transform: rotate(45deg)
}

.ids-mm-journey__step:last-child:after {
  display: none
}

.ids-mm-journey__step span {
  color: #e3151e;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em
}

.ids-mm-journey__step h3 {
  margin: 13px 0 0;
  color: #06263d;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25
}

.ids-mm-journey__step p {
  margin: 10px 0 0;
  color: #5d6d79;
  font-size: .9rem;
  line-height: 1.54
}

.ids-mm-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px
}

.ids-mm-model {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 31px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px
}

.ids-mm-model--featured {
  border: 2px solid #e3151e;
  box-shadow: 0 20px 55px rgba(6, 38, 61, .11);
  transform: translateY(-10px)
}

.ids-mm-model__tag {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 7px 12px;
  color: #fff;
  background: #e3151e;
  border-radius: 0 0 9px 9px;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase
}

.ids-mm-model__type {
  color: #0c5f7f;
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}

.ids-mm-model h3 {
  margin: 16px 0 0;
  color: #06263d;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.2
}

.ids-mm-model>p {
  margin: 12px 0 0;
  color: #5d6d79;
  font-size: 1rem;
  line-height: 1.64
}

.ids-mm-model__fit {
  margin-top: 23px;
  color: #142635;
  font-size: .76rem;
  font-weight: 700
}

.ids-mm-model ul {
  margin-bottom: 25px
}

.ids-mm-model .ids-mm-btn {
  width: 100%;
  margin-top: auto
}

.ids-mm-severity-wrap {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 58px;
  align-items: center
}

.ids-mm-severity-list {
  display: grid;
  gap: 12px
}

.ids-mm-severity {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px
}

.ids-mm-severity__code {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700
}

.ids-mm-severity h3 {
  margin: 0;
  color: #fff;
  font-size: .98rem;
  font-weight: 700
}

.ids-mm-severity p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: .85rem;
  line-height: 1.45
}

.ids-mm-severity__sla {
  color: #e3151e;
  font-size: .68rem;
  font-weight: 700;
  text-align: right
}

.ids-mm-platform-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 50px;
  align-items: start
}

.ids-mm-platform-visual {
  position: sticky;
  top: 110px;
  min-height: 510px;
  padding: 34px;
  color: #fff;
  background: radial-gradient(circle at 70% 15%, rgba(227, 21, 30, .2), transparent 25%), linear-gradient(145deg, #06263d, #0a4865);
  border-radius: 29px;
  overflow: hidden
}

.ids-mm-platform-visual:after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 300px;
  height: 300px;
  border: 50px solid rgba(255, 255, 255, .06);
  border-radius: 50%
}

.ids-mm-platform-visual h3 {
  margin: 0;
  color: #fff;
  font-size: 1.62rem;
  font-weight: 700;
  line-height: 1.15
}

.ids-mm-platform-visual p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .91rem;
  line-height: 1.64
}

.ids-mm-stack-map {
  display: grid;
  gap: 10px;
  margin-top: 27px
}

.ids-mm-stack-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 11px
}

.ids-mm-stack-row span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 700
}

.ids-mm-stack-row strong {
  display: block;
  color: #fff;
  font-size: .87rem
}

.ids-mm-stack-row small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .59);
  font-size: .7rem
}

.ids-mm-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px
}

.ids-mm-platform-card a {
  display: inline-flex;
  margin-top: 16px;
  color: #0c5f7f;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none
}

.ids-mm-platform-card a:hover {
  text-decoration: underline
}

.ids-mm-reporting-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center
}

.ids-mm-checklist {
  margin: 27px 0 0;
  padding: 0;
  list-style: none
}

.ids-mm-checklist li {
  position: relative;
  margin-top: 12px;
  padding-left: 31px;
  color: #314957;
  font-size: .92rem;
  line-height: 1.53
}

.ids-mm-checklist li:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #fff;
  background: #e3151e;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700
}

.ids-mm-dashboard {
  padding: 24px;
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(6, 38, 61, .11)
}

.ids-mm-dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dce5ea
}

.ids-mm-dashboard__top strong {
  color: #06263d;
  font-size: .94rem
}

.ids-mm-dashboard__top span {
  color: #16845b;
  font-size: .75rem;
  font-weight: 700
}

.ids-mm-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-top: 17px
}

.ids-mm-metric {
  padding: 15px;
  background: #f3f7f9;
  border-radius: 11px
}

.ids-mm-metric strong {
  display: block;
  color: #06263d;
  font-size: 1.05rem
}

.ids-mm-metric span {
  display: block;
  margin-top: 5px;
  color: #5d6d79;
  font-size: .67rem;
  line-height: 1.34
}

.ids-mm-ticket-list {
  display: grid;
  gap: 10px;
  margin-top: 17px
}

.ids-mm-ticket {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border: 1px solid #dce5ea;
  border-radius: 10px
}

.ids-mm-ticket i {
  width: 8px;
  height: 8px;
  background: #16845b;
  border-radius: 50%
}

.ids-mm-ticket:nth-child(2) i {
  background: #e9a129
}

.ids-mm-ticket:nth-child(3) i {
  background: #e3151e
}

.ids-mm-ticket b {
  color: #314957;
  font-size: .74rem
}

.ids-mm-ticket span {
  color: #5d6d79;
  font-size: .65rem;
  font-weight: 700
}

.ids-mm-section--navy .ids-mm-why-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12)
}

.ids-mm-section--navy .ids-mm-why-card h3 {
  color: #fff
}

.ids-mm-section--navy .ids-mm-why-card p {
  color: rgba(255, 255, 255, .68)
}

.ids-mm-section--navy .ids-mm-why-card .ids-mm-icon {
  color: #fff;
  background: #e3151e
}

.ids-mm-industry {
  display: flex;
  min-height: 96px;
  gap: 16px;
  align-items: center;
  color: #06263d;
  font-size: .98rem;
  font-weight: 700
}

.ids-mm-industry .ids-mm-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px
}

.ids-mm-contact {
  position: relative;
  color: #fff;
  background: radial-gradient(circle at 15% 30%, rgba(12, 95, 127, .42), transparent 32%), linear-gradient(130deg, #041e31, #083d5a)
}

.ids-mm-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(430px, 1.16fr);
  gap: 58px;
  align-items: center
}

.ids-mm-contact__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.06
}

.ids-mm-contact__copy>p {
  margin: 19px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
  line-height: 1.68
}

.ids-mm-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 58px;
  align-items: start
}

.ids-mm-faq-intro {
  position: sticky;
  top: 110px
}

.ids-mm-faq-list {
  display: grid;
  gap: 12px
}

.ids-mm-faq {
  background: #fff;
  border: 1px solid #dce5ea;
  border-radius: 13px;
  overflow: hidden
}

.ids-mm-faq[open] {
  border-color: rgba(12, 95, 127, .42);
  box-shadow: 0 14px 32px rgba(6, 38, 61, .07)
}

.ids-mm-faq summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: #06263d;
  cursor: pointer;
  font-size: .97rem;
  font-weight: 700;
  line-height: 1.43;
  list-style: none
}

.ids-mm-faq summary::-webkit-details-marker {
  display: none
}

.ids-mm-faq summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #06263d;
  background: #f3f7f9;
  border-radius: 50%;
  font-size: 1.18rem;
  transform: translateY(-50%)
}

.ids-mm-faq[open] summary:after {
  content: "−"
}

.ids-mm-faq__answer {
  padding: 0 22px 21px
}

.ids-mm-faq__answer p {
  margin: 0;
  color: #5d6d79;
  font-size: 1rem;
  line-height: 1.68
}

.ids-mm-motion .ids-mm-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease var(--ids-delay, 0ms), transform .65s ease var(--ids-delay, 0ms)
}

.ids-mm-motion .ids-mm-reveal[data-reveal="left"] {
  transform: translateX(-26px)
}

.ids-mm-motion .ids-mm-reveal[data-reveal="right"] {
  transform: translateX(26px)
}

.ids-mm-motion .ids-mm-reveal[data-reveal="scale"] {
  transform: scale(.96)
}

.ids-mm-motion .ids-mm-reveal.ids-mm-visible {
  opacity: 1;
  transform: none
}

@media(max-width:1100px) {
  .ids-mm-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 34px
  }

  .ids-mm-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ids-mm-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .ids-mm-journey__step:nth-child(3) {
    border-right: 0
  }

  .ids-mm-journey__step:nth-child(-n+3) {
    border-bottom: 1px solid #dce5ea
  }

  .ids-mm-journey__step:nth-child(3):after {
    display: none
  }
}

@media(max-width:900px) {
  .ids-mm-section {
    padding: 72px 0
  }

  .ids-mm-hero__grid,
  .ids-mm-section-head,
  .ids-mm-severity-wrap,
  .ids-mm-platform-layout,
  .ids-mm-reporting-grid,
  .ids-mm-contact__grid,
  .ids-mm-faq-layout {
    grid-template-columns: 1fr
  }

  .ids-mm-section-head {
    gap: 20px
  }

  .ids-mm-hero__grid {
    gap: 46px
  }

  .assessment-card {
    max-width: 660px
  }

  .ids-mm-service-grid,
  .ids-mm-why-grid,
  .ids-mm-industry-grid,
  .ids-mm-model-grid{
    grid-template-columns: 1fr
  }

  .ids-mm-model--featured {
    transform: none
  }

  .ids-mm-platform-visual,
  .ids-mm-faq-intro {
    position: static
  }

  .ids-mm-platform-visual {
    min-height: auto
  }

  .ids-mm-process {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .ids-mm-process:before {
    top: 18px;
    bottom: 18px;
    left: 28px;
    width: 2px;
    height: auto
  }

}

@media(max-width:680px) {
  .ids-mm-section {
    padding: 58px 0
  }

  .ids-mm-hero {
    padding: 27px 0 52px
  }

  .ids-mm-breadcrumb {
    margin-bottom: 25px
  }

  .ids-mm-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3rem);
  }

  /* .ids-mm-migration-rail, */
  .ids-mm-hero__points,
  .ids-mm-platform-grid,
  .ids-mm-dashboard__metrics,
  .proof-grid {
    grid-template-columns: 1fr
  }

  /* .ids-mm-rail-step:not(:last-child):after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -14px;
    transform: translateX(50%)
  } */

  .ids-mm-hero__actions {
    flex-direction: column;
    align-items: stretch
  }

  .ids-mm-hero__actions .ids-mm-btn {
    width: 100%
  }

  .ids-mm-risk-grid,
  .ids-mm-service-grid,
  .ids-mm-why-grid,
  .ids-mm-industry-grid {
    grid-template-columns: 1fr
  }

  .ids-mm-journey {
    grid-template-columns: 1fr
  }

  .ids-mm-journey__step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #dce5ea
  }

  .ids-mm-journey__step:after {
    display: none
  }

  .ids-mm-journey__step:last-child {
    border-bottom: 0
  }

  .ids-mm-severity {
    grid-template-columns: 50px 1fr
  }

  .ids-mm-severity__sla {
    grid-column: 2;
    text-align: left
  }

  .ids-mm-platform-visual {
    padding: 26px 20px
  }

  .ids-mm-contact__grid {
    gap: 38px
  }

  .proof-item {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .proof-item:last-child {
    border-bottom: 0
  }
}