.mt-page {
  --mt-pale: #eff4fa;
  --mt-blue: #1252f5;
}
.mt-page .mt-hero-band,
.mt-page .mt-cta-band {
  background: var(--mt-pale);
}
.mt-page .mt-hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 175px;
  padding-bottom: 100px;
}
.mt-page h1 {
  font-size: 42px;
  line-height: 1.15;
}
.mt-page h1 span {
  color: var(--mt-blue);
}
.mt-page .mt-lead {
  margin: 24px 0 32px;
}
.mt-page .mt-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.mt-page .mt-arrow {
  position: absolute;
  color: var(--mt-blue);
  width: 50px;
  height: 64px;
  right: -72px;
  top: -43px;
}
.mt-page .mt-hero-link {
  display: block;
  font-size: 12px;
  width: fit-content;
  margin: 13px 0 0 35px;
  color: #5b6472;
}
.mt-page .mt-hero-photo {
  margin: 0 0 25px;
  position: relative;
}
.mt-page .mt-hero-photo > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 55% center;
  display: block;
  border-radius: 16px;
}
.mt-page .mt-badge {
  position: absolute;
  padding: 19px 50px 19px 20px;
  background: #fff;
  border: 1px solid #e5eaf2;
  box-shadow: 0 4px 12px #0f172a18;
  border-radius: 6px;
  display: grid;
  gap: 6px;
}
.mt-page .mt-badge b {
  font-size: 13px;
}
.mt-page .mt-badge > span:not(.mt-badge-icon) {
  font-size: 10px;
  color: #5b6472;
}
.mt-page .mt-badge-one {
  left: -30px;
  bottom: 58px;
}
.mt-page .mt-badge-two {
  right: 28px;
  bottom: -30px;
}
.mt-page .mt-badge-icon {
  position: absolute;
  right: 14px;
  top: 23px;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  text-align: center;
  color: var(--mt-blue);
  background: #eff4ff;
}
.mt-page .mt-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.mt-page .mt-centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.mt-page .mt-centered p:last-child {
  margin-bottom: 0;
}
.mt-page .mt-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.mt-page .mt-three p {
  font-size: 16px;
}
.mt-page .mt-three h3 {
  margin: 16px 0 12px;
}
.mt-page .mt-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e9efff;
  color: var(--mt-blue);
  font-size: 29px;
}
.mt-page .mt-layer-tag {
  font-size: 11px;
  color: var(--mt-blue);
  line-height: 1.5;
  display: block;
}
.mt-page .mt-layer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin-top: 36px;
}
.mt-page .mt-layer-list details,
.mt-page .mt-faq details {
  border: 0;
  border-bottom: 1px solid #dce5f3;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.mt-page .mt-layer-list summary {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
  padding: 17px 0;
  list-style: none;
}
.mt-page summary::-webkit-details-marker,
.mt-page summary:after {
  display: none;
}
.mt-page .mt-layer-number {
  font-size: 11px;
  color: #5b6472;
}
.mt-page .mt-plus {
  margin-left: auto;
  color: var(--mt-blue);
}
.mt-page details[open] .mt-plus {
  transform: rotate(45deg);
}
.mt-page .mt-layer-list details p {
  font-size: 14px;
  margin: 0 0 20px;
}
.mt-page summary:focus-visible {
  outline: 2px solid var(--mt-blue);
  outline-offset: 4px;
}
.mt-page .mt-source {
  font-size: 12px;
  text-align: center;
  margin: 26px 0 0;
}
.mt-page .mt-source a,
.mt-page .mt-proof-story a,
.mt-page .mt-founder a {
  color: var(--mt-blue);
}
.mt-page .mt-proof-band {
  background: #fdf2e4;
  padding: 70px 0;
}
.mt-page .mt-proof {
  display: grid;
  grid-template-columns: 0.75fr 1.8fr 0.65fr;
  gap: 42px;
  align-items: center;
}
.mt-page .mt-proof-stat {
  border-right: 1px solid #efce91;
  padding: 30px 25px 30px 0;
  text-align: center;
}
.mt-page .mt-proof-stat strong {
  display: block;
  font-size: 46px;
  letter-spacing: -0.04em;
}
.mt-page .mt-proof-stat b {
  font-size: 12px;
  display: block;
  margin-top: 8px;
}
.mt-page .mt-proof-story h2 {
  font-size: 27px;
}
.mt-page .mt-proof-story p {
  font-size: 16px;
}
.mt-page .mt-proof-story a {
  font-size: 14px;
}
.mt-page .mt-proof-story small {
  display: block;
  font-size: 11px;
  color: #5b6472;
  margin-top: 14px;
  line-height: 1.6;
}
.mt-page .mt-proof-logo {
  text-align: center;
}
.mt-page .mt-proof-logo img {
  width: 140px;
  max-width: 100%;
  height: auto;
}
.mt-page .mt-proof-logo span {
  display: block;
  font-size: 11px;
  margin-top: 15px;
}
.mt-page .mt-businesses {
  padding: 60px 0 15px;
  text-align: center;
  color: #8992a0;
}
.mt-page .mt-businesses p {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.mt-page .mt-businesses > div {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
}
.mt-page .mt-process {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 70px;
  align-items: start;
}
.mt-page .mt-process ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 30px;
}
.mt-page .mt-process li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 20px;
}
.mt-page .mt-process li > span {
  border-radius: 50%;
  background: #e9efff;
  color: var(--mt-blue);
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: grid;
  place-items: center;
}
.mt-page .mt-process h3 {
  font-size: 17px;
  margin: 0 0 9px;
}
.mt-page .mt-process p {
  font-size: 16px;
  margin: 0;
}
.mt-page .mt-photo {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
.mt-page .mt-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.mt-page .mt-photo:hover img {
  transform: scale(1.02);
}
.mt-page .mt-fit {
  padding-top: 40px;
}
.mt-page .mt-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.mt-page .mt-fit-grid article {
  padding: 34px;
  background: #f5f7fc;
  border-radius: 12px;
  display: flex;
  gap: 13px;
  align-items: baseline;
}
.mt-page .mt-fit-grid article > span {
  color: #fff;
  background: var(--mt-blue);
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
.mt-page .mt-fit-grid p {
  font-size: 16px;
  margin: 0;
}
.mt-page .mt-fit-grid b {
  color: #111827;
}
.mt-page .mt-founder {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  padding-top: 40px;
}
.mt-page .mt-founder ul {
  list-style: none;
  padding: 0;
}
.mt-page .mt-founder li {
  padding-left: 28px;
  position: relative;
  margin: 20px 0;
  font-size: 16px;
}
.mt-page .mt-founder li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mt-blue);
}
.mt-page .mt-founder li p {
  font-size: 15px;
  margin: 6px 0 0;
}
.mt-page .mt-founder > a {
  font-size: 15px;
}
.mt-page .mt-cta-band {
  padding: 75px 0;
}
.mt-page .mt-cta-band .mt-centered {
  margin-bottom: 0;
}
.mt-page .mt-cta-band p {
  max-width: 580px;
  margin: 0 auto 30px;
}
.mt-page .mt-cta-band small {
  display: block;
  font-size: 12px;
  margin-top: 13px;
  color: #5b6472;
}
.mt-page .mt-faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
}
.mt-page .mt-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 16px;
  list-style: none;
}
.mt-page .mt-faq summary span {
  color: var(--mt-blue);
}
.mt-page .mt-faq details p {
  font-size: 15px;
  margin: 0 0 25px;
}
.mt-page section[id] {
  scroll-margin-top: 125px;
}
.mt-page .mt-shortcut {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%);
  z-index: 40;
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 10px 12px 10px 26px;
  background: #2d3440;
  color: #fff;
  border-radius: 99px;
  box-shadow: 0 8px 25px #0f172a26;
}
.mt-page .mt-shortcut[hidden] {
  display: none;
}
.mt-page .mt-shortcut > div {
  display: flex;
  gap: 14px;
  font-size: 12px;
  white-space: nowrap;
}
.mt-page .mt-shortcut span {
  color: #d1d7e0;
}
.mt-page .mt-shortcut .cr-button {
  min-height: 42px;
  padding: 10px 24px;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .mt-page .mt-hero {
    gap: 36px;
  }
  .mt-page .mt-hero-photo > img {
    height: 355px;
  }
  .mt-page .mt-arrow {
    display: none;
  }
  .mt-page .mt-three {
    gap: 25px;
  }
  .mt-page .mt-process,
  .mt-page .mt-founder {
    gap: 35px;
  }
  .mt-page .mt-proof {
    gap: 25px;
  }
}
@media (max-width: 750px) {
  .mt-page .mt-hero {
    grid-template-columns: 1fr;
    padding-top: 135px;
    padding-bottom: 75px;
  }
  .mt-page .mt-hero-photo {
    margin: 15px 15px 20px;
  }
  .mt-page .mt-hero-photo > img {
    height: auto;
  }
  .mt-page .mt-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mt-page .mt-three,
  .mt-page .mt-layer-list,
  .mt-page .mt-process,
  .mt-page .mt-founder,
  .mt-page .mt-faq {
    grid-template-columns: 1fr;
  }
  .mt-page .mt-three {
    gap: 32px;
  }
  .mt-page .mt-proof {
    grid-template-columns: 1fr;
  }
  .mt-page .mt-proof-stat {
    border-right: 0;
    border-bottom: 1px solid #efce91;
    padding: 0 0 25px;
  }
  .mt-page .mt-proof-logo {
    max-width: 140px;
  }
  .mt-page .mt-businesses > div {
    gap: 20px;
    font-size: 18px;
    flex-wrap: wrap;
  }
  .mt-page .mt-fit-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mt-page .mt-fit-grid article {
    padding: 27px;
  }
  .mt-page .mt-faq {
    gap: 12px;
  }
  .mt-page .mt-centered {
    margin-bottom: 35px;
  }
  .mt-page h1 {
    font-size: 36px;
  }
  .mt-page .mt-shortcut {
    max-width: calc(100% - 24px);
    width: fit-content;
    gap: 16px;
    padding-left: 18px;
  }
  .mt-page .mt-shortcut > div {
    font-size: 11px;
  }
  .mt-page .mt-shortcut span {
    display: none;
  }
  .mt-page .mt-shortcut .cr-button {
    padding: 10px 18px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mt-page *,
  .mt-page *:before,
  .mt-page *:after {
    animation: none !important;
    transition: none !important;
  }
  .mt-page .mt-photo:hover img {
    transform: none;
  }
}
