/* QuantumSine Rebuild v1.2.0 — screenshot-matched historic presentation */

:root {
  --qs-blue: #0799d2;
  --qs-deep-blue: #294a80;
  --qs-navy: #273646;
  --qs-footer: #292d30;
  --qs-copy: #3f3f3f;
  --qs-gray: #777;
  --qs-border: #c9c9c9;
  --qs-white: #fff;
  --qs-font: "Roboto Condensed", "Arial Narrow", "Helvetica Neue Condensed", Arial, sans-serif;
  --qs-wide: 1368px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--qs-copy);
  background: #fff;
  font-family: var(--qs-font);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.46;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.qs-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--qs-font);
  font-weight: 600;
  line-height: 1.16;
}

.qs-site-shell { min-height: 100vh; overflow: hidden; }
.qs-site-main { min-height: 45vh; }
.qs-marketing-page { margin: 0; }
.qs-marketing-page > *:first-child { margin-top: 0; }
.qs-skip-link {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  transform: translateY(-160%);
}
.qs-skip-link:focus { transform: translateY(0); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.qs-site-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(18, 16, 14, .42), rgba(18, 16, 14, .12) 58%, rgba(18, 16, 14, 0));
  transition: background-color .2s ease, box-shadow .2s ease;
}
.qs-site-header.is-scrolled {
  position: fixed;
  height: 76px;
  background: rgba(18, 25, 34, .94);
  box-shadow: 0 3px 16px rgba(0,0,0,.18);
}
body.admin-bar .qs-site-header.is-scrolled { top: 32px; }
.qs-site-header__inner {
  display: flex;
  align-items: center;
  width: min(calc(100% - 84px), var(--qs-wide));
  height: 100%;
  margin: 0 auto;
}
.qs-site-header__brand { flex: 0 0 auto; }
.qs-brand { display: block; line-height: 0; text-decoration: none; }
.qs-brand img {
  width: 186px;
  height: auto;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.18));
}
.qs-primary-navigation { margin-left: 31px; }
.qs-primary-menu {
  display: flex;
  align-items: center;
  gap: 31px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qs-primary-menu a {
  display: block;
  padding: 9px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0,0,0,.22);
  white-space: nowrap;
  transition: opacity .18s ease;
}
.qs-primary-menu a:hover,
.qs-primary-menu a:focus-visible,
.qs-primary-menu .current-menu-item a { opacity: .72; }
.qs-menu-toggle { display: none; }

/* --------------------------------------------------------------------------
   Shared historic controls
   -------------------------------------------------------------------------- */
.qs-old-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 43px;
  padding: 0 20px;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .18s ease, transform .18s ease;
}
.qs-old-button:hover,
.qs-old-button:focus-visible { color: #fff; filter: brightness(1.08); transform: translateY(-1px); }
.qs-old-button--blue { background: var(--qs-blue); }
.qs-old-button--dark { background: var(--qs-navy); }
.qs-heading-rule {
  display: block;
  width: 328px;
  max-width: 52vw;
  height: 1px;
  margin: 20px auto 19px;
  background: #e4e4e4;
}
.qs-old-hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.qs-centered-hero__copy {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  text-align: center;
}
.qs-centered-hero__copy h1 {
  margin-bottom: 22px;
  color: var(--qs-blue);
  font-size: clamp(36px, 3.45vw, 49px);
  font-weight: 500;
  letter-spacing: -.018em;
  line-height: 1.14;
}
.qs-centered-hero__subtitle {
  margin-bottom: 43px;
  color: var(--qs-deep-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.28;
}

/* --------------------------------------------------------------------------
   Home
   -------------------------------------------------------------------------- */
.qs-old-hero--home {
  height: 526px;
  background-color: #02091d;
  background-image: url("../images/hero-home.jpg");
  background-position: center top;
}
.qs-home-hero__inner {
  width: 100%;
  height: 100%;
  padding: 0 60px;
}
.qs-home-hero__copy {
  padding-top: 179px;
  color: #fff;
}
.qs-home-hero__copy h1 {
  max-width: 665px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(38px, 3.55vw, 48px);
  font-weight: 500;
  letter-spacing: -.012em;
  line-height: 1.23;
}
.qs-home-hero__copy p {
  margin-bottom: 28px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.46;
}
.qs-home-intro {
  position: relative;
  min-height: 493px;
  padding: 78px 48px 96px;
  background: #fff;
  overflow: hidden;
}
.qs-home-intro__art {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  width: 430px;
  background: url("../images/home-network-art.png") left top / 430px auto no-repeat;
  pointer-events: none;
}
.qs-home-intro__content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 330px));
  margin-left: clamp(270px, 21.8vw, 330px);
}
.qs-home-intro h2 {
  margin-bottom: 0;
  color: var(--qs-blue);
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
.qs-home-intro p {
  margin-bottom: 14px;
  color: #777;
  font-size: 17px;
  line-height: 1.56;
}
.qs-home-intro strong { font-weight: 600; }

/* --------------------------------------------------------------------------
   Technology
   -------------------------------------------------------------------------- */
.qs-old-hero--technology {
  height: 520px;
  padding-top: 126px;
  background-image: url("../images/hero-technology.jpg");
  background-position: center top;
}
.qs-old-hero--technology .qs-centered-hero__copy h1 { margin-bottom: 24px; }
.qs-old-hero--technology .qs-centered-hero__subtitle { margin-bottom: 47px; }
.qs-technology-hero__statement {
  position: absolute;
  top: 397px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: var(--qs-blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}
.qs-technology-heading {
  min-height: 143px;
  padding: 31px 24px 42px;
  text-align: center;
  background: #fff;
}
.qs-technology-heading .qs-heading-rule { margin: 0 auto 34px; }
.qs-technology-heading h2 {
  margin: 0;
  color: var(--qs-deep-blue);
  font-size: 39px;
  font-weight: 500;
}
.qs-technology-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #07101a;
}
.qs-technology-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 338px;
  padding: 57px 54px 42px;
  color: #fff;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.qs-technology-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 5, 14, .35);
}
.qs-technology-card--machine { background-image: url("../images/tech-machine-learning.jpg"); }
.qs-technology-card--noise { background-image: url("../images/tech-noise-recovery.jpg"); }
.qs-technology-card--higher { background-image: url("../images/tech-higher-order.jpg"); }
.qs-technology-card--encryption { background-image: url("../images/tech-encryption.jpg"); }
.qs-technology-card__content {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  text-align: center;
}
.qs-technology-card h3 {
  margin-bottom: 21px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.18;
}
.qs-technology-card p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.36;
}
.qs-old-cta {
  text-align: center;
  background: #fff;
}
.qs-old-cta h2 {
  margin-bottom: 0;
  color: var(--qs-deep-blue);
  font-weight: 600;
}
.qs-old-cta--demo {
  min-height: 287px;
  padding: 98px 24px 60px;
}
.qs-old-cta--demo h2 {
  margin-bottom: 48px;
  font-size: 35px;
}

/* --------------------------------------------------------------------------
   About
   -------------------------------------------------------------------------- */
.qs-old-hero--about {
  height: 430px;
  padding-top: 137px;
  background-image: url("../images/hero-about.jpg");
  background-position: center top;
}
.qs-centered-hero__copy--about h1 { margin-bottom: 28px; }
.qs-centered-hero__copy--about .qs-centered-hero__subtitle { margin-bottom: 48px; }
.qs-about-copy {
  width: min(calc(100% - 56px), 860px);
  min-height: 335px;
  margin: 0 auto;
  padding: 14px 0 72px;
}
.qs-about-copy h2 {
  margin-bottom: 14px;
  color: var(--qs-blue);
  font-size: 24px;
  font-weight: 500;
}
.qs-about-copy p {
  margin: 0;
  color: #444;
  font-size: 17px;
  line-height: 1.56;
}
.qs-old-cta--careers {
  min-height: 360px;
  padding: 45px 24px 145px;
}
.qs-old-cta--careers h2 {
  margin-bottom: 13px;
  font-size: 34px;
}
.qs-old-cta--careers p {
  margin: 0 0 42px;
  color: var(--qs-deep-blue);
  font-size: 18px;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Careers
   -------------------------------------------------------------------------- */
.qs-old-hero--careers {
  height: 358px;
  padding-top: 143px;
  background-image: url("../images/hero-careers.jpg");
  background-position: center center;
}
.qs-centered-hero__copy--careers h1 {
  margin-bottom: 8px;
  font-size: 43px;
}
.qs-centered-hero__copy--careers .qs-centered-hero__subtitle {
  margin-bottom: 0;
  color: #25394e;
  font-size: 20px;
  line-height: 1.22;
}
@media (min-width: 761px) {
  .qs-centered-hero__copy--careers {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
.qs-careers-content { background: #fff; }
.qs-careers-form-wrap {
  width: min(calc(100% - 56px), 850px);
  min-height: 800px;
  margin: 0 auto;
  padding: 40px 0 220px;
}
.qs-careers-form { width: 760px; max-width: 100%; }
.qs-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.qs-career-name-fieldset {
  margin: 0 0 17px;
  padding: 0;
  border: 0;
}
.qs-career-name-fieldset legend,
.qs-career-field > span {
  display: block;
  margin-bottom: 4px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.qs-career-name-fieldset legend span,
.qs-career-field b { color: #f00; font-weight: 500; }
.qs-career-name-grid {
  display: grid;
  grid-template-columns: 218px 218px;
  gap: 19px;
}
.qs-career-name-grid label { display: block; }
.qs-career-name-grid label span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-size: 13px;
}
.qs-careers-form input,
.qs-careers-form textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--qs-border);
  border-radius: 0;
  color: #222;
  background: #fff;
  box-shadow: none;
  outline: 0;
}
.qs-careers-form input { height: 36px; padding: 5px 8px; }
.qs-careers-form textarea { min-height: 111px; padding: 8px; resize: vertical; }
.qs-careers-form input:focus,
.qs-careers-form textarea:focus { border-color: #888; box-shadow: 0 0 0 1px #888; }
.qs-career-field {
  display: block;
  margin-bottom: 17px;
}
.qs-career-field--medium { width: 455px; max-width: 100%; }
.qs-career-field--phone { width: 190px; max-width: 100%; }
.qs-career-field--message { width: 760px; max-width: 100%; }
.qs-career-submit {
  min-width: 76px;
  min-height: 38px;
  padding: 5px 14px;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  color: #333;
  background: #efefef;
  font-size: 16px;
}
.qs-career-submit:hover,
.qs-career-submit:focus-visible { background: #e1e1e1; }
.qs-form-status {
  margin: 0 0 20px;
  padding: 12px 14px;
  border-left: 4px solid #777;
  background: #f5f5f5;
}
.qs-form-status--success { border-color: #2f9b62; }
.qs-form-status--error { border-color: #c23c3c; }

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.qs-contact-layout {
  min-height: 1090px;
  padding: 124px 42px 500px;
  background-color: #fff;
  background-image: url("../images/hero-contact.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 520px;
}
.qs-contact-heading {
  margin-bottom: 79px;
  text-align: center;
}
.qs-contact-heading h1 {
  margin-bottom: 24px;
  color: var(--qs-blue);
  font-size: 43px;
  font-weight: 500;
}
.qs-contact-heading p {
  margin: 0;
  color: var(--qs-deep-blue);
  font-size: 20px;
  font-weight: 600;
}
.qs-contact-grid-old {
  display: grid;
  grid-template-columns: 555px minmax(0, 555px);
  gap: 31px;
  width: min(100%, 1250px);
  margin: 0 auto;
}
.qs-contact-map img {
  width: 555px;
  height: 312px;
  object-fit: cover;
}
.qs-contact-details-old { padding-top: 3px; }
.qs-contact-details-old h2 {
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .015em;
}
.qs-contact-addresses,
.qs-contact-phones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.qs-contact-addresses address {
  color: #444;
  font-size: 16px;
  line-height: 1.55;
}
.qs-contact-phones { margin-top: 9px; }
.qs-contact-phones a {
  color: #444;
  font-size: 16px;
  text-decoration: none;
}
.qs-contact-details-old hr {
  margin: 10px 0 10px;
  border: 0;
  border-top: 1px solid #aaa;
}
.qs-contact-details-old > p {
  margin: 0;
  color: #444;
  font-size: 16px;
}
.qs-contact-details-old > p a { color: var(--qs-blue); text-decoration: none; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.qs-site-footer {
  position: relative;
  min-height: 215px;
  padding: 92px 24px 38px;
  color: #8d9499;
  background: var(--qs-footer);
  text-align: center;
}
.qs-site-footer__email {
  margin: 0 0 30px;
  font-size: 19px;
  font-weight: 300;
}
.qs-site-footer__email span { color: #5bc783; }
.qs-site-footer__email a { color: #8d9499; text-decoration: none; }
.qs-site-footer__copyright { margin: 0; font-size: 15px; font-weight: 300; }
.qs-back-to-top {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 31px;
  color: #fff;
  background: #202428;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   Generic WordPress content
   -------------------------------------------------------------------------- */
.qs-entry,
.qs-search-page,
.qs-not-found {
  width: min(calc(100% - 48px), 980px);
  margin: 0 auto;
  padding: 135px 0 90px;
}
.qs-entry-title,
.qs-page-title { color: var(--qs-blue); }
.entry-content img { height: auto; }
.wp-caption { max-width: 100%; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .qs-site-header__inner { width: calc(100% - 48px); }
  .qs-primary-navigation { margin-left: 24px; }
  .qs-primary-menu { gap: 20px; }
  .qs-primary-menu a { font-size: 13px; }
  .qs-contact-grid-old { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .qs-contact-map img { width: 100%; }
  .qs-technology-card { padding-right: 32px; padding-left: 32px; }
  .qs-technology-card p { font-size: 17px; }
}

@media (max-width: 860px) {
  body.admin-bar .qs-site-header.is-scrolled { top: 46px; }
  .qs-site-header,
  .qs-site-header.is-scrolled { height: 76px; }
  .qs-site-header__inner { width: calc(100% - 34px); justify-content: space-between; }
  .qs-brand img { width: 174px; }
  .qs-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 0;
    color: #fff;
    background: transparent;
  }
  .qs-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; background: #fff; }
  .qs-primary-navigation {
    position: fixed;
    z-index: 999;
    top: 76px;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 18px 26px 26px;
    background: rgba(18, 25, 34, .98);
  }
  body.admin-bar .qs-primary-navigation { top: 122px; }
  .qs-primary-navigation.is-open { display: block; }
  .qs-primary-menu { display: block; }
  .qs-primary-menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .qs-primary-menu a { padding: 15px 2px; font-size: 15px; }
  .qs-home-hero__inner { padding: 0 34px; }
  .qs-home-hero__copy { padding-top: 155px; }
  .qs-home-hero__copy h1 { font-size: 42px; }
  .qs-home-hero__copy p { font-size: 19px; }
  .qs-home-intro { padding-right: 30px; padding-left: 30px; }
  .qs-home-intro__art { width: 330px; opacity: .42; }
  .qs-home-intro__content { width: 100%; margin-left: 0; }
  .qs-home-intro p { color: #555; }
  .qs-technology-hero__statement { width: calc(100% - 46px); white-space: normal; }
  .qs-technology-grid { grid-template-columns: 1fr; }
  .qs-technology-card { min-height: 360px; }
  .qs-contact-layout { padding-right: 28px; padding-left: 28px; }
  .qs-contact-grid-old { grid-template-columns: 1fr; gap: 28px; }
  .qs-contact-map img { height: auto; }
  .qs-careers-form-wrap { width: min(calc(100% - 42px), 850px); }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .qs-desktop-break { display: none; }
  .qs-old-hero--home {
    height: 570px;
    background-position: 61% top;
  }
  .qs-home-hero__inner { padding: 0 24px; }
  .qs-home-hero__copy { padding-top: 150px; }
  .qs-home-hero__copy h1 { font-size: 36px; line-height: 1.18; }
  .qs-home-hero__copy p { max-width: 360px; font-size: 18px; }
  .qs-home-intro { min-height: 540px; padding: 62px 22px 80px; }
  .qs-home-intro__art { top: 35px; width: 280px; background-size: 330px auto; opacity: .23; }
  .qs-home-intro h2 { font-size: 30px; }
  .qs-home-intro p { font-size: 16px; }
  .qs-heading-rule { width: 220px; }
  .qs-old-hero--technology { height: 590px; padding-top: 118px; }
  .qs-centered-hero__copy { width: calc(100% - 32px); }
  .qs-centered-hero__copy h1 { font-size: 35px; }
  .qs-centered-hero__subtitle { font-size: 18px; }
  .qs-technology-hero__statement { top: 410px; font-size: 17px; }
  .qs-technology-heading { min-height: 136px; padding-top: 31px; }
  .qs-technology-heading h2 { font-size: 32px; }
  .qs-technology-card { min-height: 410px; padding: 54px 23px 42px; }
  .qs-technology-card h3 { font-size: 25px; }
  .qs-technology-card p { font-size: 16px; line-height: 1.4; }
  .qs-old-cta--demo { min-height: 250px; padding-top: 72px; }
  .qs-old-cta--demo h2 { font-size: 31px; }
  .qs-old-hero--about { height: 455px; padding-top: 124px; }
  .qs-about-copy { width: calc(100% - 44px); padding-top: 25px; }
  .qs-about-copy h2 { font-size: 25px; }
  .qs-old-cta--careers { padding-right: 24px; padding-left: 24px; }
  .qs-old-cta--careers h2 { font-size: 30px; }
  .qs-old-hero--careers { height: 410px; padding-top: 142px; background-image: url("../images/hero-careers-mobile.jpg"); background-position: 58% center; }
  .qs-centered-hero__copy--careers h1 { font-size: 35px; }
  .qs-centered-hero__copy--careers .qs-centered-hero__subtitle { font-size: 17px; }
  .qs-careers-form-wrap { width: calc(100% - 42px); padding-top: 36px; }
  .qs-career-name-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .qs-career-field--medium,
  .qs-career-field--phone,
  .qs-career-field--message { width: 100%; }
  .qs-contact-layout { min-height: auto; padding: 112px 22px 150px; background-size: auto 500px; }
  .qs-contact-heading { margin-bottom: 58px; }
  .qs-contact-heading h1 { font-size: 38px; }
  .qs-contact-heading p { font-size: 18px; }
  .qs-contact-addresses,
  .qs-contact-phones { grid-template-columns: 1fr; gap: 14px; }
  .qs-contact-details-old { padding: 0; }
  .qs-site-footer { min-height: 190px; padding-top: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
