.mmcqsc-store {
  --mmcqsc-ink: #17212b;
  --mmcqsc-muted: #62707d;
  --mmcqsc-line: #dbe2e8;
  --mmcqsc-soft: #f4f7f8;
  --mmcqsc-blue: #1267a8;
  --mmcqsc-blue-dark: #0c4c7e;
  --mmcqsc-green: #147a55;
  --mmcqsc-accent: #1267a8;
  --mmcqsc-accent-dark: #0c4c7e;
  background: #fff;
  color: var(--mmcqsc-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}

.mmcqsc-store--intro {
  overflow: visible;
}

.mmcqsc-store *,
.mmcqsc-store *::before,
.mmcqsc-store *::after {
  box-sizing: border-box;
}

.mmcqsc-store [hidden] {
  display: none !important;
}

.mmcqsc-store button,
.mmcqsc-store input {
  font: inherit;
}

.mmcqsc-store__icon {
  display: block;
  flex: 0 0 auto;
  height: 1em;
  width: 1em;
}

.mmcqsc-store__intro-nav {
  background: #0b0f12;
  border-bottom: 1px solid rgba(18, 103, 168, .42);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 90;
}

.admin-bar .mmcqsc-store__intro-nav {
  top: 32px;
}

.mmcqsc-store__intro-nav-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 68px;
  padding: 0 24px;
}

.mmcqsc-store__intro-links {
  grid-column: 2;
}

.mmcqsc-store__brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 11px;
  justify-self: start;
  min-width: 0;
  text-decoration: none;
}

.mmcqsc-store__brand:hover,
.mmcqsc-store__brand:focus {
  color: #fff;
}

.mmcqsc-store__brand-mark {
  align-items: center;
  background: var(--mmcqsc-accent);
  border-radius: 6px;
  color: #101417;
  display: inline-flex;
  font-size: 23px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.mmcqsc-store__brand strong {
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mmcqsc-store__intro-links {
  align-items: stretch;
  align-self: stretch;
  display: flex;
  gap: 26px;
}

.mmcqsc-store__intro-links a {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: rgba(255, 255, 255, .82);
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  padding-top: 3px;
  text-decoration: none;
  white-space: nowrap;
}

.mmcqsc-store__intro-links a:hover,
.mmcqsc-store__intro-links a:focus {
  border-bottom-color: var(--mmcqsc-accent);
  color: #fff;
}

.mmcqsc-store .mmcqsc-store__support-trigger {
  align-items: center;
  background: #167eaa;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 10px 28px rgba(7, 38, 54, .3);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 24px;
  width: 54px;
  z-index: 105;
}

.mmcqsc-store .mmcqsc-store__support-trigger .mmcqsc-store__icon {
  font-size: 25px;
}

.mmcqsc-store .mmcqsc-store__support-trigger:hover,
.mmcqsc-store .mmcqsc-store__support-trigger:focus {
  background: #0e668d;
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.mmcqsc-store__hero {
  align-items: center;
  background-image: var(--mmcqsc-hero-image);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: min(640px, calc(100svh - 96px));
  padding: 74px max(24px, calc((100% - 1180px) / 2));
  position: relative;
}

.mmcqsc-store__hero-overlay {
  background: rgba(8, 22, 32, .73);
  inset: 0;
  position: absolute;
}

.mmcqsc-store__hero-content {
  color: #fff;
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.mmcqsc-store__eyebrow {
  color: #67c8ea;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 16px;
}

.mmcqsc-store__hero h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 22px;
}

.mmcqsc-store__lead {
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  margin: 0;
  max-width: 850px;
}

.mmcqsc-store__patches strong,
.mmcqsc-store__patches span {
  display: block;
}

.mmcqsc-store__patches strong {
  color: #fff;
  margin-bottom: 5px;
}

.mmcqsc-store__patches span {
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.mmcqsc-store__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mmcqsc-store__button,
.mmcqsc-store__checkout,
.mmcqsc-store__plan-card button,
.mmcqsc-store__store-nav button,
.mmcqsc-store__query-line button,
.mmcqsc-store__query-results article > div:last-child button,
.mmcqsc-store__license-line button,
.mmcqsc-store__order-actions button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.mmcqsc-store__button:hover,
.mmcqsc-store__plan-card button:hover,
.mmcqsc-store__store-nav button:hover,
.mmcqsc-store__query-line button:hover,
.mmcqsc-store__license-line button:hover,
.mmcqsc-store__order-actions button:not(:disabled):hover,
.mmcqsc-store__checkout:not(:disabled):hover {
  transform: translateY(-1px);
}

.mmcqsc-store__button--primary {
  background: var(--mmcqsc-accent);
  color: #fff;
}

.mmcqsc-store__button--primary:hover {
  background: var(--mmcqsc-accent-dark);
  color: #fff;
}

.mmcqsc-store__button--secondary {
  border-color: rgba(255, 255, 255, .58);
  color: #fff;
}

.mmcqsc-store__button--secondary:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
  color: #fff;
}

.mmcqsc-store__button--disabled {
  background: rgba(255, 255, 255, .78);
  color: #7d8992;
  cursor: not-allowed;
}

.mmcqsc-store__button .mmcqsc-store__icon {
  font-size: 19px;
  margin-right: 8px;
}

.mmcqsc-store__band {
  padding: 82px 24px 94px;
}

.mmcqsc-store__band--features {
  background: #fff;
}

.mmcqsc-store__band--videos {
  background: #f4f8fa;
  border-top: 1px solid var(--mmcqsc-line);
}

.mmcqsc-store__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.mmcqsc-store__section-heading {
  margin-bottom: 40px;
  max-width: 760px;
}

.mmcqsc-store__section-kicker {
  align-items: center;
  color: var(--mmcqsc-accent-dark);
  display: flex;
  font-size: 15px;
  font-weight: 750;
  gap: 9px;
  margin-bottom: 14px;
}

.mmcqsc-store__section-kicker .mmcqsc-store__icon {
  font-size: 22px;
}

.mmcqsc-store__section-heading h2 {
  color: var(--mmcqsc-ink);
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}

.mmcqsc-store__section-heading > span {
  color: var(--mmcqsc-muted);
  display: block;
  font-size: 14px;
  margin-top: 12px;
}

.mmcqsc-store__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mmcqsc-store__features article {
  border-right: 1px solid var(--mmcqsc-line);
  padding: 22px 28px 12px;
  text-align: center;
}

.mmcqsc-store__features article:last-child {
  border-right: 0;
}

.mmcqsc-store__feature-icon {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 40px;
  height: 90px;
  justify-content: center;
  position: relative;
  width: 82px;
}

.mmcqsc-store__feature-icon::before {
  background: var(--mmcqsc-accent);
  content: "";
  filter: drop-shadow(0 8px 12px rgba(12, 76, 126, .18));
  inset: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 110'%3E%3Cpath d='M38 3 Q50 -2 62 3 L86 17 Q98 24 98 38 V72 Q98 84 87 91 L62 106 Q50 113 38 106 L13 91 Q2 84 2 72 V38 Q2 24 14 17 Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  position: absolute;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 110'%3E%3Cpath d='M38 3 Q50 -2 62 3 L86 17 Q98 24 98 38 V72 Q98 84 87 91 L62 106 Q50 113 38 106 L13 91 Q2 84 2 72 V38 Q2 24 14 17 Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mmcqsc-store__feature-icon .mmcqsc-store__icon {
  position: relative;
  z-index: 1;
}

.mmcqsc-store__features h3 {
  color: var(--mmcqsc-ink);
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 20px 0 10px;
}

.mmcqsc-store__features p {
  color: var(--mmcqsc-muted);
  font-size: 14px;
  margin: 0;
}

.mmcqsc-store__features ul {
  color: var(--mmcqsc-muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  padding-left: 20px;
  text-align: left;
}

.mmcqsc-store__features li + li {
  margin-top: 5px;
}

.mmcqsc-store__band--features .mmcqsc-store__section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.mmcqsc-store__band--features .mmcqsc-store__section-kicker {
  justify-content: center;
}

#mmcqsc-top,
#mmcqsc-features,
#mmcqsc-videos {
  scroll-margin-top: 86px;
}

.mmcqsc-store__videos {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mmcqsc-store__video-card {
  background: #fff;
  border: 1px solid var(--mmcqsc-line);
  border-radius: 7px;
  overflow: hidden;
}

.mmcqsc-store__video-media {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #10232d;
  display: flex;
  justify-content: center;
}

.mmcqsc-store__video-media video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mmcqsc-store__video-media a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  min-height: 100%;
  text-decoration: none;
  width: 100%;
}

.mmcqsc-store__video-media a span {
  align-items: center;
  background: var(--mmcqsc-blue);
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  padding-left: 3px;
  width: 48px;
}

.mmcqsc-store__video-media a:hover span {
  background: #1e86c8;
}

.mmcqsc-store__video-copy {
  padding: 18px 19px 20px;
}

.mmcqsc-store__video-copy h3 {
  color: var(--mmcqsc-ink);
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}

.mmcqsc-store__video-copy p {
  color: var(--mmcqsc-muted);
  font-size: 13px;
  margin: 7px 0 12px;
}

.mmcqsc-store__video-copy > a {
  color: var(--mmcqsc-blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mmcqsc-store__video-copy > a:hover {
  color: var(--mmcqsc-blue);
}

.mmcqsc-store--store {
  background: #f3f7fa;
  min-height: 100vh;
  overflow: visible;
}

.mmcqsc-store__store-nav {
  background: #0b2f49;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 80;
}

.admin-bar .mmcqsc-store__store-nav {
  top: 32px;
}

.mmcqsc-store__store-nav-inner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1230px;
  min-height: 70px;
  padding: 10px 24px;
}

.mmcqsc-store__store-back {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  font-weight: 700;
  justify-self: start;
  text-decoration: none;
}

.mmcqsc-store__store-back:hover {
  color: #cfe8fa;
}

.mmcqsc-store__store-nav-title {
  align-items: baseline;
  display: flex;
  gap: 9px;
  justify-content: center;
  white-space: nowrap;
}

.mmcqsc-store__store-nav-title span {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  font-weight: 500;
}

.mmcqsc-store__store-nav-title strong {
  color: #fff;
  font-size: 17px;
}

.mmcqsc-store__store-nav button {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
  gap: 8px;
  justify-self: end;
  min-height: 40px;
  padding: 0 16px;
}

.mmcqsc-store__store-nav button:hover,
.mmcqsc-store__store-nav button:focus {
  background: var(--mmcqsc-blue);
  border-color: var(--mmcqsc-blue);
  color: #fff;
}

.mmcqsc-store__store-nav button .mmcqsc-store__icon {
  font-size: 17px;
}

.mmcqsc-store__account-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-self: end;
  min-width: 0;
}

.mmcqsc-store__account-state {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}

.mmcqsc-store__account-state[hidden] {
  display: none;
}

.mmcqsc-store__account-state > span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mmcqsc-store__account-state > span strong {
  color: #fff;
}

.mmcqsc-store__store-nav .mmcqsc-store__account-state > button {
  min-height: 34px;
  padding: 0 10px;
}

.mmcqsc-store__store-nav button:disabled {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.mmcqsc-store__store-main {
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 70px);
  padding: 66px 24px 90px;
}

.mmcqsc-store__store-heading {
  margin: 0 auto 44px;
  max-width: 900px;
  text-align: center;
}

.mmcqsc-store__store-heading .mmcqsc-store__eyebrow {
  color: var(--mmcqsc-blue);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}

.mmcqsc-store__store-heading h1 {
  color: var(--mmcqsc-ink);
  font-size: 39px;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 12px;
}

.mmcqsc-store__store-heading > p:last-child,
.mmcqsc-store__store-note {
  color: var(--mmcqsc-muted);
  margin: 0;
}

.mmcqsc-store__store-benefits {
  border-bottom: 1px solid #cbdce8;
  border-top: 1px solid #cbdce8;
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 800px;
}

.mmcqsc-store__store-benefits span {
  color: #38566a;
  font-size: 13px;
  font-weight: 650;
  padding: 13px 24px;
  position: relative;
}

.mmcqsc-store__store-benefits span + span::before {
  background: #cbdce8;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.mmcqsc-store__plans {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 360px));
  justify-content: center;
}

.mmcqsc-store__plan-card {
  background: #fff;
  border: 1px solid #d5e1e9;
  border-top: 4px solid var(--mmcqsc-blue);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 27px;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.mmcqsc-store__plan-card:hover {
  border-color: #a9c9da;
  box-shadow: 0 14px 34px rgba(32, 54, 69, .09);
  transform: translateY(-2px);
}

.mmcqsc-store__plan-tag {
  background: #e9f3fa;
  border-radius: 3px;
  color: var(--mmcqsc-blue-dark);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 4px 9px;
}

.mmcqsc-store__plan-card h2 {
  color: var(--mmcqsc-ink);
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}

.mmcqsc-store__plan-card p {
  color: var(--mmcqsc-muted);
  font-size: 14px;
  margin: 0;
}

.mmcqsc-store__plan-price {
  align-items: baseline;
  color: var(--mmcqsc-blue-dark);
  display: flex;
  margin: 28px 0 18px;
}

.mmcqsc-store__plan-price > span {
  font-size: 18px;
  font-weight: 700;
  margin-right: 3px;
}

.mmcqsc-store__plan-price > strong {
  font-size: 37px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.mmcqsc-store__plan-price > small {
  color: var(--mmcqsc-muted);
  font-size: 12px;
  margin-left: 6px;
}

.mmcqsc-store__plan-card ul {
  color: #526574;
  display: grid;
  font-size: 13px;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.mmcqsc-store__plan-card li {
  padding-left: 19px;
  position: relative;
}

.mmcqsc-store__plan-card li::before {
  color: var(--mmcqsc-blue);
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}

.mmcqsc-store__plan-card button,
.mmcqsc-store__query-line button,
.mmcqsc-store__checkout {
  background: var(--mmcqsc-blue);
  color: #fff;
  width: 100%;
}

.mmcqsc-store__plan-card button:hover,
.mmcqsc-store__query-line button:hover,
.mmcqsc-store__checkout:not(:disabled):hover {
  background: var(--mmcqsc-blue-dark);
  color: #fff;
}

.mmcqsc-store__plan-card button {
  margin-top: auto;
}

.mmcqsc-store__store-assurance {
  background: #e9f3f9;
  border-bottom: 1px solid #cbdde9;
  border-top: 1px solid #cbdde9;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.mmcqsc-store__store-assurance > div {
  display: grid;
  gap: 3px;
  padding: 20px 24px;
  text-align: center;
}

.mmcqsc-store__store-assurance > div + div {
  border-left: 1px solid #cbdde9;
}

.mmcqsc-store__store-assurance strong {
  color: #163e59;
  font-size: 14px;
}

.mmcqsc-store__store-assurance span {
  color: #627887;
  font-size: 12px;
}

.mmcqsc-store__store-note {
  font-size: 13px;
  margin-top: 22px;
  text-align: center;
}

.mmcqsc-store__modal {
  align-items: center;
  background: rgba(10, 20, 29, .66);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  z-index: 99999;
}

body.mmcqsc-store-modal-open {
  overflow: hidden;
}

.mmcqsc-store__dialog {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  max-width: 510px;
  padding: 34px;
  position: relative;
  width: 100%;
}

.mmcqsc-store__dialog--order {
  max-height: min(780px, calc(100vh - 48px));
  max-width: 780px;
  overflow-y: auto;
}

.mmcqsc-store__dialog--orders {
  max-width: 680px;
}

.mmcqsc-store__form-message {
  color: var(--mmcqsc-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 0 !important;
}

.mmcqsc-store__form-message[data-state="error"] {
  color: #b42318;
}

.mmcqsc-store__form-message[data-state="success"] {
  color: var(--mmcqsc-green);
}

.mmcqsc-store__dialog--support {
  display: block;
  max-width: 540px;
  padding: 0;
}

.mmcqsc-store__dialog--support > h2 {
  border-bottom: 1px solid var(--mmcqsc-line);
  color: var(--mmcqsc-accent-dark);
  font-size: 21px;
  margin: 0;
  padding: 18px 34px;
}

.mmcqsc-store__support-list {
  padding: 8px 34px 12px;
}

.mmcqsc-store__support-contact {
  align-items: center;
  border-bottom: 1px solid var(--mmcqsc-line);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 16px 0;
}

.mmcqsc-store__support-contact:last-child {
  border-bottom: 0;
}

.mmcqsc-store__support-contact > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.mmcqsc-store__support-contact span {
  color: var(--mmcqsc-muted);
  font-size: 13px;
}

.mmcqsc-store__support-contact strong {
  color: var(--mmcqsc-ink);
  font-size: 20px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.mmcqsc-store__support-contact .mmcqsc-store__support-empty {
  color: #9a9fa4;
  font-size: 15px;
  font-weight: 500;
}

.mmcqsc-store .mmcqsc-store__support-contact button {
  align-items: center;
  background: var(--mmcqsc-accent);
  border: 1px solid var(--mmcqsc-accent);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 40px;
  min-width: 104px;
  padding: 0 14px;
}

.mmcqsc-store .mmcqsc-store__support-contact button:hover,
.mmcqsc-store .mmcqsc-store__support-contact button:focus {
  background: var(--mmcqsc-blue-dark);
  border-color: var(--mmcqsc-accent-dark);
  color: #fff;
}

.mmcqsc-store__dialog--support > .mmcqsc-store__support-note {
  border-top: 1px solid var(--mmcqsc-line);
  color: #9a9fa4;
  font-size: 14px;
  margin: 0 !important;
  padding: 18px 34px 20px;
  text-align: center;
}

.mmcqsc-store__dialog > .mmcqsc-store__eyebrow {
  color: var(--mmcqsc-blue);
}

.mmcqsc-store__dialog h2 {
  color: var(--mmcqsc-ink);
  font-size: 27px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 8px;
}

.mmcqsc-store__dialog > p:not(.mmcqsc-store__eyebrow) {
  color: var(--mmcqsc-muted);
  margin: 0 0 22px;
}

.mmcqsc-store__dialog > .mmcqsc-store__selected-plan {
  background: #e9f3f9;
  border-left: 3px solid var(--mmcqsc-blue);
  color: #284d64;
  font-weight: 700;
  margin: 20px 0 6px;
  padding: 11px 13px;
}

.mmcqsc-store .mmcqsc-store__modal-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #64727d;
  cursor: pointer;
  display: flex;
  font-size: 31px;
  height: 42px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 17px;
  width: 42px;
}

.mmcqsc-store .mmcqsc-store__modal-close:hover,
.mmcqsc-store .mmcqsc-store__modal-close:focus {
  background: #fff;
  color: var(--mmcqsc-ink);
}

.mmcqsc-store__dialog label {
  color: var(--mmcqsc-ink);
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 22px;
}

.mmcqsc-store__dialog input {
  background: #fff;
  border: 1px solid #bfcbd3;
  border-radius: 5px;
  color: var(--mmcqsc-ink);
  display: block;
  min-height: 44px;
  outline: none;
  padding: 8px 11px;
  width: 100%;
}

.mmcqsc-store__dialog label input {
  margin-top: 7px;
}

.mmcqsc-store__dialog input:focus {
  border-color: var(--mmcqsc-blue);
  box-shadow: 0 0 0 3px rgba(18, 103, 168, .12);
}

.mmcqsc-store__device-line {
  align-items: center;
  border-bottom: 1px solid var(--mmcqsc-line);
  border-top: 1px solid var(--mmcqsc-line);
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 17px 0;
}

.mmcqsc-store__device-line > span {
  font-size: 14px;
  font-weight: 700;
}

.mmcqsc-store__stepper {
  align-items: center;
  display: flex;
  gap: 9px;
}

.mmcqsc-store__stepper button {
  background: #fff;
  border: 1px solid var(--mmcqsc-line);
  border-radius: 4px;
  color: var(--mmcqsc-blue-dark);
  cursor: pointer;
  font-size: 21px;
  height: 34px;
  line-height: 1;
  padding: 0;
  width: 34px;
}

.mmcqsc-store__stepper output {
  font-size: 19px;
  font-variant-numeric: tabular-nums;
  min-width: 24px;
  text-align: center;
}

.mmcqsc-store__stepper > span {
  color: var(--mmcqsc-muted);
  font-size: 13px;
}

.mmcqsc-store__modal-total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 19px 0 4px;
}

.mmcqsc-store__modal-total span {
  color: var(--mmcqsc-muted);
}

.mmcqsc-store__modal-total strong {
  color: var(--mmcqsc-blue-dark);
  font-size: 29px;
  font-variant-numeric: tabular-nums;
}

.mmcqsc-store__checkout {
  margin-top: 16px;
}

.mmcqsc-store__checkout:disabled,
.mmcqsc-store__query-line button:disabled,
.mmcqsc-store__order-actions button:disabled {
  background: #aeb9c1;
  cursor: not-allowed;
  transform: none;
}

.mmcqsc-store__checkout-note {
  color: var(--mmcqsc-muted);
  font-size: 12px;
  margin: 9px 0 0 !important;
  text-align: center;
}

.mmcqsc-store__query-line {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 92px;
}

.mmcqsc-store__dialog--orders .mmcqsc-store__query-line {
  grid-template-columns: minmax(140px, 180px);
  justify-content: end;
}

.mmcqsc-store__query-line button {
  min-height: 44px;
  padding: 0 12px;
}

.mmcqsc-store__query-results {
  color: var(--mmcqsc-muted);
  margin-top: 19px;
  max-height: 380px;
  overflow-y: auto;
}

.mmcqsc-store__query-results article {
  border-top: 1px solid var(--mmcqsc-line);
  padding: 15px 0;
}

.mmcqsc-store__query-results article > div:first-child {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.mmcqsc-store__query-results article strong {
  color: var(--mmcqsc-ink);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.mmcqsc-store__query-results article span {
  color: var(--mmcqsc-green);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
}

.mmcqsc-store__query-results article p {
  font-size: 12px;
  margin: 6px 0 0;
}

.mmcqsc-store__query-results article > div:last-child {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 11px;
}

.mmcqsc-store__query-results code {
  background: #eef5f8;
  color: var(--mmcqsc-blue-dark);
  flex: 1;
  font-size: 13px;
  overflow-wrap: anywhere;
  padding: 9px 10px;
}

.mmcqsc-store__query-results article > div:last-child button {
  background: #fff;
  border-color: var(--mmcqsc-line);
  color: var(--mmcqsc-blue-dark);
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
}

.mmcqsc-store__claim {
  border-top: 1px solid var(--mmcqsc-line);
  margin-top: 20px;
  padding-top: 16px;
}

.mmcqsc-store__claim summary {
  color: var(--mmcqsc-blue-dark);
  cursor: pointer;
  font-weight: 700;
}

.mmcqsc-store__claim > p {
  color: var(--mmcqsc-muted);
  font-size: 13px;
  line-height: 1.7;
}

.mmcqsc-store__claim-fields {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.mmcqsc-store .mmcqsc-store__claim-fields [data-query-token],
.mmcqsc-store .mmcqsc-store__claim-fields button {
  grid-column: 1 / -1;
}

.mmcqsc-store .mmcqsc-store__claim-fields input {
  margin: 0;
}

.mmcqsc-store .mmcqsc-store__claim-fields button {
  background: var(--mmcqsc-blue);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  min-height: 42px;
}

.mmcqsc-store .mmcqsc-store__claim-fields button:disabled {
  background: #aeb9c1;
  cursor: wait;
}

.mmcqsc-store__order-heading {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-right: 42px;
}

.mmcqsc-store [data-order-field="queryToken"] {
  overflow-wrap: anywhere;
}

.mmcqsc-store__order-heading .mmcqsc-store__eyebrow {
  color: var(--mmcqsc-blue);
  margin-bottom: 7px;
}

.mmcqsc-store__order-heading h2 {
  margin-bottom: 0;
}

.mmcqsc-store__order-status {
  background: #eef2f4;
  border-radius: 4px;
  color: var(--mmcqsc-muted);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
  padding: 5px 9px;
}

.mmcqsc-store__order-status[data-state="fulfilled"] {
  background: #e5f4ec;
  color: var(--mmcqsc-green);
}

.mmcqsc-store__order-status[data-state="paid"],
.mmcqsc-store__order-status[data-state="issuing"] {
  background: #e8f2f8;
  color: var(--mmcqsc-blue-dark);
}

.mmcqsc-store__order-status[data-state="issue_failed"],
.mmcqsc-store__order-status[data-state="payment_error"] {
  background: #fff0ed;
  color: #a23b2a;
}

.mmcqsc-store__order-message {
  color: var(--mmcqsc-muted);
  font-size: 14px;
  margin: 12px 0 20px !important;
}

.mmcqsc-store__order-wait {
  align-items: center;
  border-bottom: 1px solid var(--mmcqsc-line);
  border-top: 1px solid var(--mmcqsc-line);
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 34px 1fr;
  padding: 22px 0;
}

.mmcqsc-store__order-wait strong {
  color: var(--mmcqsc-ink);
  font-size: 15px;
}

.mmcqsc-store__order-wait p {
  color: var(--mmcqsc-muted);
  font-size: 13px;
  grid-column: 2;
  margin: 0;
}

.mmcqsc-store__spinner {
  animation: mmcqsc-store-spin .8s linear infinite;
  border: 3px solid #d7e5ec;
  border-radius: 50%;
  border-top-color: var(--mmcqsc-blue);
  grid-row: 1 / span 2;
  height: 30px;
  width: 30px;
}

@keyframes mmcqsc-store-spin {
  to { transform: rotate(360deg); }
}

.mmcqsc-store__order-grid {
  border-bottom: 1px solid var(--mmcqsc-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.mmcqsc-store__order-grid > div {
  border-top: 1px solid var(--mmcqsc-line);
  min-width: 0;
  padding: 11px 14px 12px 0;
}

.mmcqsc-store__order-grid > div:nth-child(even) {
  border-left: 1px solid var(--mmcqsc-line);
  padding-left: 14px;
  padding-right: 0;
}

.mmcqsc-store__order-grid > .mmcqsc-store__order-grid-wide {
  border-left: 0;
  grid-column: 1 / -1;
  padding-left: 0;
}

.mmcqsc-store__order-grid dt {
  color: var(--mmcqsc-muted);
  font-size: 12px;
  margin: 0 0 3px;
}

.mmcqsc-store__order-grid dd {
  color: var(--mmcqsc-ink);
  font-size: 14px;
  font-weight: 650;
  margin: 0;
  overflow-wrap: anywhere;
}

.mmcqsc-store__license-panel {
  background: #eef6fa;
  border-left: 3px solid var(--mmcqsc-blue);
  margin-top: 0;
  padding: 15px 16px;
}

.mmcqsc-store__license-panel + .mmcqsc-store__order-grid {
  margin-top: 18px;
}

.mmcqsc-store__license-panel > div:first-child {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.mmcqsc-store__license-panel span {
  color: var(--mmcqsc-muted);
  font-size: 12px;
}

.mmcqsc-store__license-line {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-top: 10px;
}

.mmcqsc-store__license-line code {
  background: #fff;
  border: 1px solid #c8dbe5;
  color: var(--mmcqsc-blue-dark);
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: anywhere;
  padding: 11px 12px;
}

.mmcqsc-store__license-line button {
  background: var(--mmcqsc-blue-dark);
  color: #fff;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
}

.mmcqsc-store__order-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}

.mmcqsc-store__order-actions button {
  background: #fff;
  border-color: var(--mmcqsc-line);
  color: var(--mmcqsc-blue-dark);
  min-height: 40px;
  padding: 0 15px;
}

.mmcqsc-store__order-actions button:first-child {
  background: var(--mmcqsc-blue-dark);
  border-color: var(--mmcqsc-blue-dark);
  color: #fff;
}

@media (max-width: 920px) {
  .mmcqsc-store__intro-nav-inner {
    gap: 10px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .mmcqsc-store__intro-links {
    gap: 22px;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    min-width: 0;
    overflow-x: auto;
  }

  .mmcqsc-store__intro-links a {
    min-height: 36px;
  }

  .mmcqsc-store__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmcqsc-store__features article:nth-child(2) {
    border-right: 0;
  }

  .mmcqsc-store__features article:nth-child(n + 3) {
    border-top: 1px solid var(--mmcqsc-line);
  }

  .mmcqsc-store__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmcqsc-store__videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .mmcqsc-store {
    margin-left: 0;
    width: 100%;
  }

  .mmcqsc-store__hero {
    min-height: 520px;
    padding: 58px 20px;
  }

  .mmcqsc-store__intro-nav-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mmcqsc-store__brand-mark {
    font-size: 20px;
    height: 36px;
    width: 36px;
  }

  .mmcqsc-store__brand strong {
    font-size: 15px;
  }

  .mmcqsc-store .mmcqsc-store__support-trigger {
    bottom: 16px;
    height: 50px;
    right: 16px;
    width: 50px;
  }

  .mmcqsc-store__intro-links {
    justify-content: flex-start;
    padding: 0 2px;
  }

  .mmcqsc-store__hero h1 {
    font-size: 38px;
  }

  .mmcqsc-store__lead {
    font-size: 15px;
  }

  .mmcqsc-store__hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mmcqsc-store__button {
    width: 100%;
  }

  .mmcqsc-store__band {
    padding: 58px 18px 66px;
  }

  .mmcqsc-store__section-heading h2,
  .mmcqsc-store__store-heading h1 {
    font-size: 30px;
  }

  .mmcqsc-store__features,
  .mmcqsc-store__plans,
  .mmcqsc-store__videos {
    grid-template-columns: 1fr;
  }

  .mmcqsc-store__features article,
  .mmcqsc-store__features article + article {
    border-right: 0;
    border-top: 1px solid var(--mmcqsc-line);
    padding: 28px 0;
  }

  .mmcqsc-store__features article:first-child {
    border-top: 0;
  }

  .mmcqsc-store__feature-icon {
    font-size: 35px;
    height: 80px;
    width: 72px;
  }

  .mmcqsc-store__dialog--support {
    display: block;
  }

  .mmcqsc-store__dialog--support > h2 {
    padding: 17px 20px;
  }

  .mmcqsc-store__support-list {
    padding: 7px 20px 10px;
  }

  .mmcqsc-store__support-contact {
    gap: 12px;
    padding: 14px 0;
  }

  .mmcqsc-store .mmcqsc-store__support-contact button {
    min-width: 92px;
  }

  .mmcqsc-store__dialog--support > .mmcqsc-store__support-note {
    padding: 17px 20px 19px;
  }

  .mmcqsc-store__store-main {
    padding: 46px 18px 70px;
  }

  .mmcqsc-store__store-nav-inner {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 9px 16px;
  }

  .mmcqsc-store__store-nav-title {
    display: none;
  }

  .mmcqsc-store__account-actions {
    gap: 6px;
  }

  .mmcqsc-store__account-actions > button,
  .mmcqsc-store__store-nav .mmcqsc-store__account-state > button {
    font-size: 12px;
    min-height: 36px;
    padding: 0 9px;
  }

  .mmcqsc-store__account-state > span {
    display: none;
  }

  .mmcqsc-store__store-heading {
    margin-bottom: 34px;
  }

  .mmcqsc-store__store-benefits {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .mmcqsc-store__store-benefits span {
    padding: 10px 14px;
  }

  .mmcqsc-store__store-benefits span + span {
    border-top: 1px solid #cbdce8;
  }

  .mmcqsc-store__store-benefits span + span::before {
    display: none;
  }

  .mmcqsc-store__plan-card {
    min-height: 360px;
    padding: 24px;
  }

  .mmcqsc-store__store-assurance {
    grid-template-columns: 1fr;
  }

  .mmcqsc-store__store-assurance > div + div {
    border-left: 0;
    border-top: 1px solid #cbdde9;
  }

  .mmcqsc-store__modal {
    align-items: flex-end;
    padding: 12px;
  }

  .mmcqsc-store__dialog {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 28px 20px;
  }

  .mmcqsc-store__query-line {
    grid-template-columns: 1fr;
  }

  .mmcqsc-store__dialog--orders .mmcqsc-store__query-line,
  .mmcqsc-store__claim-fields {
    grid-template-columns: 1fr;
  }

  .mmcqsc-store .mmcqsc-store__claim-fields button {
    min-height: 44px;
  }

  .mmcqsc-store__device-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .mmcqsc-store__dialog--order {
    max-height: calc(100vh - 24px);
  }

  .mmcqsc-store__order-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mmcqsc-store__order-status {
    margin-top: 0;
  }

  .mmcqsc-store__order-grid {
    grid-template-columns: 1fr;
  }

  .mmcqsc-store__order-grid > div,
  .mmcqsc-store__order-grid > div:nth-child(even) {
    border-left: 0;
    grid-column: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .mmcqsc-store__license-panel > div:first-child,
  .mmcqsc-store__license-line,
  .mmcqsc-store__order-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mmcqsc-store__order-actions button,
  .mmcqsc-store__license-line button {
    width: 100%;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .mmcqsc-store__intro-nav {
    top: 46px;
  }
}
