.qx-nav-wrap {
  z-index: 999;
  background-color: #f6f9fbeb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.qx-nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  display: flex;
}

.qx-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.qx-brand-name {
  color: #0e2233;
  letter-spacing: .2px;
  font-family: Zilla Slab, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.qx-brand-rx {
  color: #0f8291;
}

.qx-nav-links {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: center;
  display: flex;
}

.qx-nav-link {
  color: #25313d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.qx-nav-ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.qx-btn-ghost {
  color: #0b6570;
  background-color: #0000;
  border: 1.5px solid #0f8291;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.qx-btn-ghost.w--current {
  padding: 15px 28px;
}

.qx-btn-solid {
  color: #fff;
  background-color: #0f8291;
  border-radius: 12px;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s, transform .25s, box-shadow .25s;
  box-shadow: 0 8px 20px #0f829147;
}

.qx-nav-burger {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  padding: 8px;
  display: none;
}

.qx-burger-bar {
  background-color: #0e2233;
  border-radius: 2px;
  width: 24px;
  height: 2.5px;
}

.qx-hero {
  background-image: linear-gradient(#eaf3f6 0%, #f6f9fb 72%);
  padding: 168px 24px 110px;
}

.qx-hero-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.qx-eyebrow {
  color: #0f8291;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.qx-hero-h1 {
  color: #0e2233;
  margin: 0 0 22px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.06;
}

.qx-hero-sub {
  color: #41505e;
  max-width: 540px;
  margin: 0 0 34px;
  font-size: 18.5px;
  line-height: 1.65;
}

.qx-hero-ctas {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.qx-hero-btn-solid {
  color: #fff;
  background-color: #0f8291;
  border-radius: 13px;
  padding: 18px 36px;
  font-size: 17.5px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s, transform .25s, box-shadow .25s;
  box-shadow: 0 10px 26px #0f829152;
}

.qx-hero-btn-ghost {
  color: #0e2233;
  background-color: #fff;
  border: 1.5px solid #b9cdd6;
  border-radius: 12px;
  padding: 14px 26px;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, color .25s;
}

.qx-hero-trust {
  color: #7a8a98;
  font-size: 13.5px;
}

.qx-hero-card {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  padding: 26px 26px 20px;
  box-shadow: 0 30px 60px #0e22331f;
}

.qx-hc-head {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.qx-hc-title {
  color: #0e2233;
  font-family: Zilla Slab, serif;
  font-size: 18px;
  font-weight: 600;
}

.qx-hc-pill {
  color: #2c7a2f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e7f4e6;
  border: 1px solid #bfe3bd;
  border-radius: 100px;
  padding: 5px 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
}

.qx-hc-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #f8fbfc;
  border-radius: 12px;
  align-items: flex-start;
  margin-bottom: 6px;
  padding: 13px 12px;
  display: flex;
}

.qx-hc-flag {
  background-color: #fdf6e9;
  border: 1px solid #f2ddb4;
}

.qx-hc-ok {
  color: #fff;
  background-color: #49aa44;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.qx-hc-warn {
  color: #fff;
  background-color: #e8a13d;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.qx-hc-body {
  min-width: 0;
}

.qx-hc-label {
  color: #0e2233;
  margin-bottom: 2px;
  font-size: 14.5px;
  font-weight: 600;
}

.qx-hc-mono {
  color: #5b6b7a;
  font-family: IBM Plex Mono, monospace;
  font-size: 12.5px;
}

.qx-hc-foot {
  color: #7a8a98;
  border-top: 1px solid #edf2f5;
  margin-top: 10px;
  padding: 14px 6px 2px;
  font-size: 13px;
}

.qx-fear {
  background-color: #0e2233;
  padding: 96px 24px;
}

.qx-fear-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-fear-h {
  color: #fff;
  max-width: 640px;
  margin: 0 0 16px;
  font-size: 38px;
  font-weight: 600;
}

.qx-fear-p {
  color: #a9bcc9;
  max-width: 640px;
  margin: 0 0 52px;
  font-size: 17px;
  line-height: 1.65;
}

.qx-fear-stats {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  display: grid;
}

.qx-fear-stat {
  background-color: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  padding: 26px 24px;
}

.qx-fear-num {
  color: #3fb6e1;
  margin-bottom: 8px;
  font-family: Zilla Slab, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.qx-fear-zero {
  color: #49aa44;
}

.qx-fear-lbl {
  color: #a9bcc9;
  font-size: 14px;
  line-height: 1.5;
}

.qx-prob {
  background-color: #f6f9fb;
  padding: 104px 24px;
}

.qx-prob-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-sec-h {
  color: #0e2233;
  max-width: 720px;
  margin: 0 0 46px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.qx-prob-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-bottom: 36px;
  display: grid;
}

.qx-prob-card {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 30px 28px;
  transition: transform .3s, box-shadow .3s;
}

.qx-prob-t {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.qx-prob-p {
  color: #5b6b7a;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.qx-prob-foot {
  color: #0b6570;
  text-align: center;
  background-color: #e3f1f3;
  border: 1px solid #c4e0e4;
  border-radius: 12px;
  padding: 16px 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13.5px;
}

.qx-mods {
  background-color: #fff;
  padding: 104px 24px;
}

.qx-mods-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-mods-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  display: grid;
}

.qx-mod-card {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 30px 28px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  display: block;
}

.qx-mod-num {
  color: #0f8291;
  letter-spacing: 1.5px;
  background-color: #e3f1f3;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 5px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: inline-block;
}

.qx-mod-t {
  color: #0e2233;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.qx-mod-p {
  color: #5b6b7a;
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.6;
}

.qx-mod-link {
  color: #0f8291;
  font-size: 14px;
  font-weight: 600;
}

.qx-how {
  background-color: #f6f9fb;
  padding: 104px 24px;
}

.qx-how-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-how-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  display: grid;
}

.qx-how-step {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 34px 30px;
  position: relative;
}

.qx-how-num {
  color: #3fb6e1;
  margin-bottom: 16px;
  font-family: Zilla Slab, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.qx-how-t {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.qx-how-p {
  color: #5b6b7a;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.qx-plat {
  background-color: #fff;
  padding: 104px 24px;
}

.qx-plat-in {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.qx-plat-h {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.qx-plat-p {
  color: #5b6b7a;
  margin: 0;
  font-size: 16.5px;
  line-height: 1.7;
}

.qx-plat-chips {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.qx-plat-chip {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-left: 4px solid #0f8291;
  border-radius: 12px;
  padding: 20px 24px;
}

.qx-plat-chip-t {
  color: #0e2233;
  margin-bottom: 4px;
  font-family: Zilla Slab, serif;
  font-size: 18px;
  font-weight: 600;
}

.qx-plat-chip-p {
  color: #5b6b7a;
  font-size: 14px;
  line-height: 1.55;
}

.qx-pt {
  background-color: #f6f9fb;
  padding: 104px 24px;
}

.qx-pt-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-pt-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 34px;
  display: grid;
}

.qx-pt-card {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 28px 26px;
  transition: transform .3s, box-shadow .3s;
}

.qx-pt-name {
  color: #0f8291;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12.5px;
}

.qx-pt-price {
  color: #0e2233;
  margin-bottom: 10px;
  font-family: Zilla Slab, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.qx-pt-per {
  color: #7a8a98;
  font-size: 16px;
  font-weight: 500;
}

.qx-pt-desc {
  color: #5b6b7a;
  font-size: 14px;
  line-height: 1.5;
}

.qx-pt-foot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.qx-pt-link {
  color: #0f8291;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.qx-pt-note {
  color: #7a8a98;
  font-size: 13.5px;
}

.qx-cta {
  background-color: #0e2233;
  background-image: radial-gradient(circle at 80% 20%, #3fb6e124 0%, #0e223300 52%);
  padding: 110px 24px;
}

.qx-cta-in {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.qx-cta-h {
  color: #fff;
  margin: 0 0 14px;
  font-size: 44px;
  font-weight: 600;
}

.qx-cta-p {
  color: #a9bcc9;
  margin: 0 0 38px;
  font-size: 17.5px;
}

.qx-cta-btns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.qx-cta-solid {
  color: #fff;
  background-color: #0f8291;
  border-radius: 13px;
  padding: 19px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s, transform .25s;
  box-shadow: 0 12px 30px #0f829173;
}

.qx-cta-ghost {
  color: #fff;
  border: 1.5px solid #ffffff59;
  border-radius: 12px;
  padding: 15px 28px;
  font-size: 15.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, background-color .25s;
}

.qx-ft {
  background-color: #0a1926;
  padding: 76px 24px 36px;
}

.qx-ft-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-ft-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr;
  margin-bottom: 52px;
  display: grid;
}

.qx-ft-logo {
  margin-bottom: 16px;
}

.qx-ft-name {
  color: #fff;
  font-family: Zilla Slab, serif;
  font-size: 26px;
  font-weight: 700;
}

.qx-ft-rx {
  color: #3fb6e1;
}

.qx-ft-tag {
  color: #8da2b1;
  max-width: 360px;
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.65;
}

.qx-ft-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.qx-ft-clink {
  color: #3fb6e1;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
}

.qx-ft-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.qx-ft-colh {
  color: #5f7484;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.qx-ft-link {
  color: #c4d2dc;
  font-size: 14.5px;
  text-decoration: none;
}

.qx-ft-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 26px;
  display: flex;
}

.qx-ft-copy {
  color: #5f7484;
  font-size: 13px;
}

.qx-fh {
  background-image: linear-gradient(#eaf3f6 0%, #f6f9fb 80%);
  padding: 170px 24px 80px;
}

.qx-fh-in {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.qx-fh-h {
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.qx-fh-p {
  color: #41505e;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.qx-2col-a, .qx-2col-b {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.qx-feat-tag {
  color: #0f8291;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e3f1f3;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 6px 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: inline-block;
}

.qx-feat-h {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
}

.qx-feat-p {
  color: #5b6b7a;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
}

.qx-check {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  display: flex;
}

.qx-check-dot {
  color: #fff;
  background-color: #49aa44;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.qx-check-txt {
  color: #25313d;
  font-size: 15px;
  line-height: 1.6;
}

.qx-check-txt-b {
  color: #0e2233;
  font-weight: 600;
}

.qx-f1 {
  background-color: #fff;
  padding: 96px 24px;
}

.qx-f1-mock {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 24px 48px #0e223314;
}

.qx-f1-mock-head {
  color: #7a8a98;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
}

.qx-f1-row {
  background-color: #fff;
  border: 1px solid #e9f0f4;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 14px 16px;
  display: flex;
}

.qx-f1-bad {
  background-color: #fdf6e9;
  border-color: #f2ddb4;
}

.qx-f1-lbl {
  color: #25313d;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.qx-f1-ok {
  color: #2c7a2f;
  letter-spacing: 1px;
  background-color: #e7f4e6;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
  font-weight: 500;
}

.qx-f1-flag {
  color: #9c6410;
  letter-spacing: 1px;
  background-color: #f7e8c8;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
  font-weight: 500;
}

.qx-f1-note {
  color: #7a8a98;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.55;
}

.qx-f2 {
  background-color: #f6f9fb;
  padding: 96px 24px;
}

.qx-f2-mock {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 24px 48px #0e223314;
}

.qx-f2-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #25313d;
  border-bottom: 1px solid #edf2f5;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr .6fr .7fr;
  align-items: center;
  padding: 12px 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  display: grid;
}

.qx-f2-rowh {
  color: #7a8a98;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #e1eaf0;
  font-size: 11px;
}

.qx-f2-chips {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
  display: flex;
}

.qx-f2-chip {
  color: #0b6570;
  background-color: #e3f1f3;
  border: 1px solid #c4e0e4;
  border-radius: 100px;
  padding: 8px 18px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.qx-f3 {
  background-color: #fff;
  padding: 96px 24px;
}

.qx-f3-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-f3-head {
  margin-bottom: 40px;
}

.qx-f3-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 30px;
  display: grid;
}

.qx-f3-card {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-top: 4px solid #3fb6e1;
  border-radius: 16px;
  padding: 30px 28px;
}

.qx-f3-t {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.qx-f3-p {
  color: #5b6b7a;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.qx-f3-band {
  color: #fff;
  text-align: center;
  background-color: #0e2233;
  border-radius: 12px;
  padding: 20px 26px;
  font-size: 15.5px;
  font-weight: 600;
}

.qx-f4 {
  background-color: #f6f9fb;
  padding: 96px 24px;
}

.qx-f4-flow {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 24px 48px #0e223314;
}

.qx-f4-step {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-left: 2px solid #dce7ee;
  align-items: flex-start;
  margin-left: 9px;
  padding-bottom: 28px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.qx-f4-last {
  border-left: 2px solid #0000;
  padding-bottom: 0;
}

.qx-f4-dot {
  background-color: #3fb6e1;
  border: 4px solid #e3f3fa;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -11px;
}

.qx-f4-dot-g {
  background-color: #49aa44;
  border-color: #e7f4e6;
}

.qx-f4-st {
  color: #0e2233;
  margin-bottom: 3px;
  font-size: 15.5px;
  font-weight: 600;
}

.qx-f4-sp {
  color: #7a8a98;
  font-size: 13.5px;
}

.qx-f6 {
  background-color: #f6f9fb;
  padding: 96px 24px 110px;
}

.qx-f6-ph {
  text-align: center;
  background-color: #fbfdfe;
  border: 2px dashed #b9cdd6;
  border-radius: 18px;
  margin-bottom: 16px;
  padding: 48px 32px;
}

.qx-f6-ph-icon {
  margin-bottom: 12px;
  font-size: 34px;
}

.qx-f6-ph-t {
  color: #0e2233;
  margin-bottom: 6px;
  font-family: Zilla Slab, serif;
  font-size: 19px;
  font-weight: 600;
}

.qx-f6-ph-p {
  color: #7a8a98;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13.5px;
  line-height: 1.55;
}

.qx-f6-read {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 18px 22px;
}

.qx-f6-read-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #edf2f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr .9fr;
  align-items: center;
  padding: 11px 4px;
  display: grid;
}

.qx-f6-read-lbl {
  color: #0e2233;
  font-size: 14px;
  font-weight: 600;
}

.qx-f6-read-val {
  color: #0b6570;
  font-family: IBM Plex Mono, monospace;
  font-size: 14px;
}

.qx-f5 {
  background-color: #fff;
  padding: 96px 24px;
}

.qx-f5-stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.qx-f5-stat {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 26px 28px;
}

.qx-f5-hero {
  background-color: #0e2233;
  border-color: #0e2233;
}

.qx-f5-num {
  color: #0e2233;
  margin-bottom: 8px;
  font-family: Zilla Slab, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.qx-f5-num-g {
  color: #49aa44;
  margin-bottom: 8px;
  font-family: Zilla Slab, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.qx-f5-lbl {
  color: #5b6b7a;
  font-size: 14px;
  line-height: 1.5;
}

.qx-f5-lbl-d {
  color: #a9bcc9;
  font-size: 14px;
  line-height: 1.5;
}

.qx-ph {
  background-image: linear-gradient(#eaf3f6 0%, #f6f9fb 80%);
  padding: 170px 24px 70px;
}

.qx-ph-in {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.qx-ph-h {
  margin: 0 0 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.qx-ph-p {
  color: #41505e;
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
}

.qx-pa {
  background-color: #fff;
  padding: 80px 24px;
}

.qx-pa-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-pa-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  display: grid;
}

.qx-pa-card {
  background-color: #f8fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 30px 28px;
}

.qx-pa-t {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.qx-pa-p {
  color: #5b6b7a;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.qx-pa-b {
  color: #0b6570;
  font-weight: 700;
}

.qx-pf {
  background-color: #f6f9fb;
  padding: 80px 24px 100px;
}

.qx-pf-in {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.qx-pf-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  display: grid;
}

.qx-pf-item {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 16px;
  padding: 28px 30px;
}

.qx-pf-q {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 600;
}

.qx-pf-a {
  color: #5b6b7a;
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
}

.qx-pl {
  background-color: #f6f9fb;
  padding: 40px 24px 80px;
}

.qx-pl-in {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.qx-pl-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  align-items: start;
  margin-bottom: 28px;
  display: grid;
}

.qx-pl-card {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px 28px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  position: relative;
}

.qx-pl-pop {
  border: 2px solid #0f8291;
  box-shadow: 0 24px 48px #0f829129;
}

.qx-pl-badge {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0f8291;
  border-radius: 100px;
  padding: 6px 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  position: absolute;
  top: -13px;
  left: 28px;
}

.qx-pl-name {
  color: #0e2233;
  margin-bottom: 4px;
  font-family: Zilla Slab, serif;
  font-size: 23px;
  font-weight: 700;
}

.qx-pl-desc {
  color: #7a8a98;
  margin-bottom: 18px;
  font-size: 13.5px;
}

.qx-pl-price {
  color: #0e2233;
  font-family: Zilla Slab, serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.qx-pl-per {
  color: #7a8a98;
  font-size: 17px;
  font-weight: 500;
}

.qx-pl-annual {
  color: #0b6570;
  margin: 8px 0 22px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12.5px;
}

.qx-pl-every {
  color: #0e2233;
  border-top: 1px solid #edf2f5;
  margin-bottom: 10px;
  padding-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

.qx-pl-item {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #41505e;
  border-bottom: 1px solid #f3f7f9;
  align-items: flex-start;
  padding: 6px 0;
  font-size: 13.5px;
  line-height: 1.5;
  display: flex;
}

.qx-pl-tick {
  color: #49aa44;
  flex-shrink: 0;
  font-weight: 700;
}

.qx-pl-btn {
  color: #0b6570;
  text-align: center;
  border: 1.5px solid #0f8291;
  border-radius: 11px;
  margin-top: 22px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s;
}

.qx-pl-btn-solid {
  color: #fff;
  text-align: center;
  background-color: #0f8291;
  border-radius: 11px;
  margin-top: 22px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s, transform .25s;
  box-shadow: 0 8px 20px #0f82914d;
}

.qx-pl-device {
  color: #5b6b7a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 12px;
  padding: 18px 24px;
  font-size: 14px;
}

.qx-pl-device-b {
  color: #0e2233;
  font-weight: 700;
}

.qx-cf {
  background-image: linear-gradient(#eaf3f6 0%, #f6f9fb 60%);
  padding: 168px 24px 110px;
}

.qx-cf-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.qx-cf-h {
  margin: 0 0 18px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
}

.qx-cf-p {
  color: #41505e;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.7;
}

.qx-cf-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 14px;
  flex-direction: column;
  margin-bottom: 14px;
  padding: 20px 24px;
  display: flex;
}

.qx-cf-card-l {
  color: #7a8a98;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
}

.qx-cf-card-v {
  color: #0b6570;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.qx-cf-notes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 22px;
  display: flex;
}

.qx-cf-note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #5b6b7a;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  display: flex;
}

.qx-cf-note-dot {
  color: #49aa44;
  flex-shrink: 0;
  font-weight: 700;
}

.qx-cf-slot {
  min-height: 40px;
}

.qx-form-wrap {
  background-color: #fff;
  border: 1px solid #e1eaf0;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 24px 48px #0e223314;
}

.qx-form-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  display: grid;
}

.qx-form-field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.qx-form-field-half {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.qx-label {
  color: #0e2233;
  margin-bottom: 2px;
  font-size: 13.5px;
  font-weight: 600;
}

.qx-input {
  color: #25313d;
  background-color: #f8fbfc;
  border: 1px solid #d5e1e9;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 14px;
  font-size: 15px;
}

.qx-textarea {
  color: #25313d;
  background-color: #f8fbfc;
  border: 1px solid #d5e1e9;
  border-radius: 10px;
  width: 100%;
  min-height: 132px;
  margin-bottom: 18px;
  padding: 12px 14px;
  font-size: 15px;
}

.qx-submit {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f8291;
  border-width: 0;
  border-radius: 12px;
  width: 100%;
  padding: 16px 24px;
  font-size: 16.5px;
  font-weight: 700;
  transition: background-color .25s, transform .25s;
  box-shadow: 0 8px 20px #0f82914d;
}

.qx-legal {
  background-color: #f6f9fb;
  padding: 160px 24px 100px;
}

.qx-legal-in {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.qx-legal-h1 {
  margin: 0 0 8px;
  font-size: 42px;
  font-weight: 700;
}

.qx-legal-date {
  color: #7a8a98;
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.qx-legal-note {
  color: #9c6410;
  background-color: #fdf6e9;
  border: 1px solid #f2ddb4;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.6;
}

.qx-legal-h2 {
  margin: 38px 0 12px;
  font-size: 24px;
  font-weight: 600;
}

.qx-legal-p {
  color: #41505e;
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.75;
}

.qx-logo-img {
  flex-shrink: 0;
  width: auto;
  height: 32px;
}

.rv-scale {
  opacity: 1;
  transition: opacity .6s cubic-bezier(.22, .61, .36, 1), transform undefined undefined;
  transform: none;
}


