.elementor-4418 .elementor-element.elementor-element-ec500df{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5905053 */.mx-guide {
  --mx-blue: #2f80ff;
  --mx-text: #111318;
  --mx-muted: #6f737c;
  --mx-border: #e5e7eb;
  --mx-soft: #f6f7f9;
  --mx-dark: #111216;

  max-width: 1060px;
  margin: 0 auto;
  color: var(--mx-text);
  font-size: 17px;
  line-height: 1.72;
}

.mx-guide p {
  color: var(--mx-muted);
}

.mx-lead {
  font-size: 20px;
  line-height: 1.65;
  color: #4d5158 !important;
}

.mx-section {
  margin: 76px 0;
}

.mx-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.mx-section-heading h2,
.mx-service-explainer h2,
.mx-final-verdict h2,
.mx-quick-answer h2 {
  margin: 7px 0 10px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.mx-kicker,
.mx-mini-label {
  color: var(--mx-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.mx-quick-answer {
  margin: 34px 0 65px;
  padding: 30px;
  background: #111216;
  color: #fff;
  border-radius: 26px;
}

.mx-quick-answer h2 {
  color: #fff;
  font-size: 30px;
}

.mx-answer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mx-answer-grid div {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.05);
}

.mx-answer-grid strong,
.mx-answer-grid span {
  display: block;
}

.mx-answer-grid strong {
  font-size: 12px;
  color: #9ea4ae;
  margin-bottom: 5px;
}

.mx-answer-grid span {
  font-weight: 700;
  color: #fff;
}

.mx-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mx-step {
  padding: 26px;
  background: var(--mx-soft);
  border-radius: 22px;
}

.mx-step-number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--mx-blue);
  color: #fff;
  font-weight: 800;
}

.mx-step h3 {
  margin: 0 0 8px;
}

.mx-inline-cta,
.mx-final-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid #dbe7ff;
  border-radius: 20px;
  background: #f5f8ff;
}

.mx-inline-cta strong,
.mx-inline-cta span,
.mx-final-box strong,
.mx-final-box span {
  display: block;
}

.mx-inline-cta span,
.mx-final-box span {
  color: var(--mx-muted);
  margin-top: 3px;
}

.mx-app-card {
  margin: 18px 0;
  padding: 30px;
  border: 1px solid var(--mx-border);
  border-radius: 24px;
  background: #fff;
}

.mx-featured-app {
  border-color: #bdd5ff;
  box-shadow: 0 18px 50px rgba(47,128,255,.09);
}

.mx-app-top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.mx-app-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: #f2f3f5;
}

.mx-app-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mx-logo-letter {
  color: #fff;
  background: linear-gradient(145deg,#111,#2f80ff);
  font-size: 28px;
  font-weight: 800;
}

.mx-app-title h3 {
  margin: 8px 0 5px;
  font-size: 27px;
}

.mx-app-summary {
  margin: 0;
}

.mx-app-badges {
  display: flex;
  gap: 8px;
}

.mx-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f3f6;
  color: #50545b;
  font-size: 11px;
  font-weight: 700;
}

.mx-badge-blue {
  color: #1f6fe5;
  background: #edf5ff;
}

.mx-app-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 24px 0 18px;
  font-size: 14px;
  color: #4c5159;
}

.mx-app-points span::first-letter {
  color: var(--mx-blue);
}

.mx-app-verdict {
  padding: 15px 18px;
  border-radius: 14px;
  background: var(--mx-soft);
  color: #4d5157;
}

.mx-app-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}

.mx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}

.mx-btn-primary {
  background: var(--mx-blue);
  color: #fff !important;
}

.mx-btn-dark {
  background: var(--mx-dark);
  color: #fff !important;
}

.mx-btn-light {
  border: 1px solid #d9dce1;
  background: #fff;
  color: #181a1e !important;
}

.mx-text-link {
  color: var(--mx-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mx-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--mx-border);
  border-radius: 20px;
}

.mx-comparison {
  width: 100%;
  border-collapse: collapse;
  min-width: 660px;
}

.mx-comparison th,
.mx-comparison td {
  padding: 17px 20px;
  text-align: left;
  border-bottom: 1px solid var(--mx-border);
}

.mx-comparison th {
  background: #f7f8fa;
  font-size: 13px;
}

.mx-comparison tr:last-child td {
  border-bottom: 0;
}

.mx-service-explainer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  margin: 85px 0;
  padding: 42px;
  border-radius: 28px;
  background: #101114;
  color: #fff;
}

.mx-service-explainer h2 {
  color: #fff;
}

.mx-service-explainer p {
  color: #b2b6bf;
}

.mx-service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--mx-blue);
}

.mx-conversion-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}

.mx-conversion-steps span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #e6e8eb;
  font-size: 13px;
}

.mx-service-actions {
  display: flex;
  gap: 10px;
}

.mx-login-example {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin: 25px 0;
}

.mx-login-example div {
  padding: 18px;
  border: 1px solid var(--mx-border);
  border-radius: 15px;
  background: #fafafa;
}

.mx-login-example span,
.mx-login-example strong {
  display: block;
}

.mx-login-example span {
  color: var(--mx-muted);
  font-size: 12px;
}

.mx-login-example strong {
  margin-top: 5px;
  font-size: 14px;
  word-break: break-word;
}

.mx-note {
  font-size: 14px;
}

.mx-mini-apps {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
}

.mx-mini-apps a {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--mx-border);
  border-radius: 16px;
  color: var(--mx-text);
  text-decoration: none;
}

.mx-mini-apps span {
  color: var(--mx-blue);
  font-size: 13px;
}

.mx-final-verdict {
  margin: 85px 0;
  padding: 42px;
  border: 1px solid var(--mx-border);
  border-radius: 28px;
}

.mx-faq details {
  margin: 10px 0;
  padding: 19px 20px;
  border: 1px solid var(--mx-border);
  border-radius: 15px;
  background: #fff;
}

.mx-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.mx-faq details p {
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .mx-guide {
    font-size: 16px;
  }

  .mx-section {
    margin: 55px 0;
  }

  .mx-answer-grid,
  .mx-steps,
  .mx-login-example,
  .mx-mini-apps {
    grid-template-columns: 1fr;
  }

  .mx-quick-answer,
  .mx-app-card,
  .mx-final-verdict {
    padding: 22px;
  }

  .mx-app-top {
    gap: 14px;
  }

  .mx-app-logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .mx-app-title h3 {
    font-size: 22px;
  }

  .mx-app-points {
    display: grid;
    gap: 8px;
  }

  .mx-app-actions,
  .mx-service-actions,
  .mx-inline-cta,
  .mx-final-box {
    flex-direction: column;
    align-items: stretch;
  }

  .mx-app-actions .mx-btn,
  .mx-service-actions .mx-btn,
  .mx-inline-cta .mx-btn,
  .mx-final-box .mx-btn {
    width: 100%;
    box-sizing: border-box;
  }

  .mx-service-explainer {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}/* End custom CSS */