.elementor-13222 .elementor-element.elementor-element-d689a93{border-radius:12px 12px 12px 12px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d689a93 */.quiz-card {
    background: var(--White);
    border: 1px solid var(--Light-Grey);
    border-radius: 12px;
    padding: 48px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: none;
  }
  .progress-wrap {
    margin-bottom: 36px;
  }
  .progress-track {
    height: 6px;
    background: var(--Lightest-Grey);
    border-radius: 8px;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background: var(--Darker-Blue);
    border-radius: 8px;
    transition: width 350ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .progress-label {
    text-align: right;
    font-size: 12px;
    color: var(--Dark-Grey);
  }
  .screen {
    display: none;
  }

  .screen.active {
    display: block;
  }

  .screen.entering {
    animation: enterRight 250ms ease-out both;
  }

  .screen.exiting {
    animation: exitLeft 180ms ease-in both;
  }

  @keyframes enterRight {
    from {
      transform: translateX(40px);
      opacity: 0;
    }

    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes exitLeft {
    from {
      transform: translateX(0);
      opacity: 1;
    }

    to {
      transform: translateX(-40px);
      opacity: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .screen.entering {
      animation: fadeIn 200ms ease-out both;
    }

    .screen.exiting {
      animation: fadeOut 150ms ease-in both;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeOut {
      from {
        opacity: 1;
      }

      to {
        opacity: 0;
      }
    }
  }

.intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
    align-items: stretch;
    margin: -56px;
    min-height: 480px;
  }

  .intro-illus {
    align-self: stretch;
    background: var(--full-white);
    position: relative;
    overflow: hidden;
    padding: 60px;
  }

  .intro-illus img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    border: none;
    border-radius: 0;
  }

  .intro-illus .illus-placeholder {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .illus-placeholder {
    background: var(--Light-purple);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Grey);
    font-size: 14px;
  }

  .intro-content {
    padding: 56px;
    align-self: center;
  }

  .intro-eyebrow {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--Blue);
    margin-bottom: 14px;
    text-wrap: balance;
  }

  .intro-heading {
    color: var(--Darker-Blue);
    margin-bottom: 20px;
    text-wrap: balance;
  }

  .intro-body {
    font-size: 16px;
    line-height: 1.6;
    color: var(--Dark-Grey);
    margin: 0 0 36px;
    max-width: 38ch;
    text-wrap: pretty;
  }


  /* =========================================================
     SECTION SCREENS
  ========================================================= */

  .section-eyebrow {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--Blue);
    margin-bottom: 10px;
  }

  .section-heading {
    color: var(--Darker-Blue);
    margin-bottom: 40px;
  }

  .section-heading:focus {
    outline: none;
  }


  /* =========================================================
     QUESTIONS
  ========================================================= */

  .q-group {
    margin-bottom: 32px;
  }

  .q-group:last-of-type {
    margin-bottom: 40px;
  }

  .q-num {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--Blue);
    margin-bottom: 8px;
  }

  .q-text {
    font-size: 16px;
    line-height: 1.55;
    color: var(--Darker-Blue);
    margin-bottom: 16px;
  }


  /* =========================================================
     INPUT FIELDS
  ========================================================= */

  .mosh-audit-page input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
  .mosh-audit-page textarea,
  .mosh-audit-page select {
    width: 100%;
    background: #fff;
    color: var(--Darker-Blue);
    border: 1px solid var(--Light-Grey);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    transition:
      border-color 140ms ease,
      background 140ms ease;
  }

  .mosh-audit-page input::placeholder,
  .mosh-audit-page textarea::placeholder {
    color: var(--Grey);
    opacity: 1;
  }

  .mosh-audit-page input:not([type="checkbox"]):not([type="radio"]):focus,
  .mosh-audit-page textarea:focus,
  .mosh-audit-page select:focus {
    background: #fff;
    border-color: var(--Blue);
    outline: none;
    box-shadow: none;
  }

  .mosh-audit-page input:disabled,
  .mosh-audit-page textarea:disabled,
  .mosh-audit-page select:disabled {
    background: var(--Lightest-Grey);
    color: var(--Grey);
    cursor: not-allowed;
  }


  /* =========================================================
     ANSWER CARDS
  ========================================================= */

  .answer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .answer-card {
    border: 1px solid var(--Light-Grey);
    background: var(--full-white);
    border-radius: 12px;
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--Darker-Blue);
    user-select: none;
    transition:
      background 140ms ease,
      border-color 140ms ease;
    position: relative;
    box-shadow: none;
  }

  .answer-card:focus-visible {
    outline: 2px solid var(--Blue);
    outline-offset: 2px;
  }

  .answer-card[data-value="yes"]:hover:not([aria-checked="true"]) {
    background: var(--Light-Green);
    border-color: var(--Green);
  }

  .answer-card[data-value="no"]:hover:not([aria-checked="true"]) {
    background: var(--Light-Orange);
    border-color: var(--Orange);
  }

  .answer-card[data-value="yes"][aria-checked="true"] {
    background: var(--Light-Green);
    border-color: var(--Green);
    box-shadow: none;
  }

  .answer-card[data-value="no"][aria-checked="true"] {
    background: var(--Light-Orange);
    border-color: var(--Orange);
    box-shadow: none;
  }

  .answer-card[aria-checked="true"] .card-label {
    /* Elementor typography inherited */
  }

  .answer-card[aria-checked="true"] .answer-icon {
    display: block;
  }

  .answer-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: none;
  }

  .card-label {
    flex: 1;
  }


  /* =========================================================
     NAVIGATION
  ========================================================= */

  .nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4px;
    gap: 16px;
  }

  .btn-back {
    background: none;
    border: none;
    font-size: 14px;
    color: var(--Dark-Grey);
    cursor: pointer;
    padding: 12px 4px;
    margin-left: -4px;
    transition: color 140ms ease;
  }

  .btn-back:hover {
    color: var(--Blue);
  }

  .btn-back:focus-visible {
    outline: 2px solid var(--Blue);
    outline-offset: 2px;
    border-radius: 8px;
  }


  /* =========================================================
     PRIMARY BUTTON
  ========================================================= */

  .btn-primary {
    background: var(--Green);
    color: var(--Darker-Blue);
    border: 1px solid var(--Green);
    padding: 22px 44px;
    cursor: pointer;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition:
      background 140ms ease,
      color 140ms ease,
      border-color 140ms ease,
      transform 140ms ease;
    line-height: 1;
    box-shadow: none;
  }
  .btn-primary:active:not(:disabled) {
    background: transparent;
    color: var(--Green);
    border-color: var(--Green);
    transform: translate(2px, 2px);
    box-shadow: none;
  }

  .btn-primary:focus-visible {
    outline: 2px solid var(--Green);
    outline-offset: 3px;
  }

  .btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    box-shadow: none;
  }

  .btn-primary.is-green {
    background: var(--Green);
    color: var(--Darker-Blue);
    border-color: var(--Green);
    box-shadow: none;
  }

  .btn-primary.is-green:hover:not(:disabled) {
    background: transparent;
    color: var(--Green);
    border-color: var(--Green);
    box-shadow: none;
  }

  .btn-primary.is-green:focus-visible {
    outline: 2px solid var(--Green);
  }


  /* =========================================================
     RESULT SCREEN
  ========================================================= */

  .result-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin: -56px;
    min-height: 600px;
  }

  .result-illus {
    align-self: stretch;
    background: var(--full-white);
    position: relative;
    overflow: hidden;
  }

  .result-illus img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .result-illus .illus-placeholder {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }

  .result-content {
    padding: 56px;
    align-self: center;
  }


  /* =========================================================
     SCORE
  ========================================================= */

  .score-num {
    font-size: 80px;
    color: var(--Black);
    line-height: 1;
    margin-bottom: 6px;
  }

  .score-denom {
    font-size: 36px;
    color: var(--Grey);
  }


  /* =========================================================
     RISK BADGES
  ========================================================= */

  .risk-badge {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 8px;
    margin: 16px 0 24px;
  }

  .risk-badge.low {
    background: var(--Green);
    color: var(--Darker-Blue);
  }

  .risk-badge.moderate {
    background: var(--Purple);
    color: var(--full-white);
  }

  .risk-badge.high {
    background: var(--Orange);
    color: var(--full-white);
  }


  /* =========================================================
     RESULT CONTENT
  ========================================================= */

  .result-heading {
    color: var(--Darker-Blue);
    margin-bottom: 14px;
  }

  .result-heading:focus {
    outline: none;
  }

  .result-desc {
    font-size: 16px;
    line-height: 1.6;
    color: var(--Dark-Grey);
    margin-bottom: 28px;
  }

  .result-about {
    background: var(--Lightest-Grey);
    border: 1px solid var(--Light-Grey);
    border-radius: 12px;
    padding: 22px 26px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--Darker-Blue);
    margin-bottom: 32px;
    box-shadow: none;
  }

  .result-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .btn-retake .retake-icon {
    width: 14px;
    height: 14px;
  }

  .btn-retake-label {
    text-decoration: underline;
  }


  /* =========================================================
     SCREEN READER ONLY
  ========================================================= */

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }


  /* =========================================================
     RESPONSIVE — 640PX
  ========================================================= */

  @media (max-width: 640px) {
    .result-grid,
    .intro-grid {
      grid-template-columns: 1fr;
      gap: 0;
      margin: -56px -56px 0;
      min-height: auto;
    }

    .result-illus,
    .intro-illus {
      order: -1;
      aspect-ratio: 4 / 3;
      max-height: 360px;
    }

    .result-illus .illus-placeholder,
    .intro-illus .illus-placeholder {
      height: 100%;
    }

    .result-content,
    .intro-content {
      padding: 40px 56px 0;
    }

    .result-actions .btn-primary {
      width: 100%;
    }
  }


  /* =========================================================
     RESPONSIVE — 480PX
  ========================================================= */

  @media (max-width: 480px) {
    .mosh-audit-page {
      padding: 24px 16px;
      align-items: flex-start;
    }

    .quiz-card {
      padding: 28px 24px;
      box-shadow: none;
    }

    .quiz-logo img {
      height: 44px;
    }

    .answer-grid {
      grid-template-columns: 1fr;
    }

    .btn-primary {
      width: 100%;
    }

    .progress-label {
      display: none;
    }

    .score-num {
      font-size: 48px;
    }

    .score-denom {
      font-size: 22px;
    }

    .intro-grid,
    .result-grid {
      margin: -28px -24px 0;
    }

    .intro-content,
    .result-content {
      padding: 28px 24px 0;
    }
  }/* End custom CSS */
/* Start custom CSS */body.elementor-page-13222 #header-div{
    background-color: var(--Darker-Blue);
}/* End custom CSS */