.dr-pnp-tabs {
  width: 100%;
  max-width: 1160px;
  margin: 30px auto;
}

.dr-pnp-tab-list {
  display: flex;
  gap: 16px;
  padding: 12px;
  overflow-x: auto;
  border: 1px solid #e4e8f4;
  border-radius: 22px;
  background: #f3f5fd;
  scrollbar-width: thin;
}

.dr-pnp-tab {
  flex: 1 1 0;
  min-width: 210px;
  min-height: 60px;
  padding: 13px 24px;
  border: 3px solid #dbe1ed;
  border-radius: 999px;
  color: #596680;
  background: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  appearance: none;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.dr-pnp-tab:hover,
.dr-pnp-tab:focus-visible {
  border-color: #aebbd1;
  color: #17233f;
  outline: none;
}

.dr-pnp-tab.is-active {
  border-color: #203575;
  color: #fff;
  background: #203575;
  box-shadow: 0 7px 18px rgba(32, 53, 117, .16);
}

.dr-pnp-tab-panel[hidden] {
  display: none !important;
}

.dr-pnp-tabs .dr-pnp-calculator {
  margin-top: 18px;
  margin-bottom: 0;
}

.dr-pnp-calculator {
  --dr-pnp-primary: #176b32;
  --dr-pnp-primary-dark: #0f5125;
  --dr-pnp-accent: #2a8a48;
  --dr-pnp-navy: #17233f;
  --dr-pnp-ink: #17233f;
  --dr-pnp-muted: #66728d;
  --dr-pnp-line: #d9e2ef;
  --dr-pnp-soft: #f3f5fd;
  --dr-pnp-field: #f4f6ff;
  --dr-pnp-green-soft: #eff6f0;
  --dr-pnp-white: #ffffff;
  width: 100%;
  max-width: 1160px;
  margin: 30px auto;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 24px;
  color: var(--dr-pnp-ink);
  background: var(--dr-pnp-soft);
  box-shadow: 0 24px 70px rgba(23, 35, 63, .08);
  font-family: inherit;
  line-height: 1.5;
}

.dr-pnp-calculator,
.dr-pnp-calculator * {
  box-sizing: border-box;
}

.dr-pnp-calculator [hidden] {
  display: none !important;
}

html.dr-pnp-calculators-ready .crafto-page-layout {
  opacity: 1 !important;
  visibility: visible !important;
}

.dr-pnp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 32px;
  align-items: center;
  padding: 34px 38px;
  border-bottom: 1px solid var(--dr-pnp-line);
  background:
    radial-gradient(circle at 88% 8%, rgba(41, 139, 73, .10), transparent 34%),
    linear-gradient(135deg, #fbfdfb 0%, #f1f6f2 50%, #f3f5fd 100%);
}

.dr-pnp-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--dr-pnp-primary), #4da968 65%, #9dcbaa);
}

.dr-pnp-hero-ontario {
  background:
    radial-gradient(circle at 88% 8%, rgba(41, 139, 73, .10), transparent 34%),
    linear-gradient(135deg, #fbfdfb 0%, #f1f6f2 50%, #f3f5fd 100%);
}

.dr-pnp-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--dr-pnp-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.dr-pnp-hero h2 {
  margin: 0 0 8px;
  color: var(--dr-pnp-navy);
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.025em;
}

.dr-pnp-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--dr-pnp-muted);
  font-size: 14px;
}

.dr-pnp-score-card {
  padding: 19px 21px 18px;
  border: 1px solid #d6e6da;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(23, 107, 50, .07);
}

.dr-pnp-score-card > span {
  display: block;
  color: var(--dr-pnp-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.dr-pnp-score-card strong {
  display: block;
  margin: 4px 0 11px;
  color: var(--dr-pnp-primary);
  font-size: 43px;
  line-height: 1;
  letter-spacing: -.03em;
}

.dr-pnp-score-card small {
  margin-left: 4px;
  color: #6d7a71;
  font-size: 17px;
  font-weight: 750;
}

.dr-pnp-meter {
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #e3ece5;
}

.dr-pnp-meter span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--dr-pnp-primary), #48a461);
  transition: width .25s ease;
}

.dr-pnp-section-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  border-bottom: 1px solid var(--dr-pnp-line);
  background: #fff;
}

.dr-pnp-section-summary > div {
  min-width: 0;
  padding: 15px 17px;
  border-right: 1px solid var(--dr-pnp-line);
  color: var(--dr-pnp-muted);
  font-size: 11.5px;
  font-weight: 750;
}

.dr-pnp-section-summary > div:last-child {
  border-right: 0;
}

.dr-pnp-section-summary strong {
  display: block;
  margin-top: 2px;
  color: var(--dr-pnp-navy);
  font-size: 17px;
  line-height: 1.2;
}

.dr-pnp-body {
  padding: 12px 30px 30px;
  background: #f4f6fd;
}

.dr-pnp-section {
  overflow: hidden;
  margin-top: 20px;
  padding: 0;
  border: 1px solid var(--dr-pnp-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(23, 35, 63, .035);
}

.dr-pnp-section-title {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  margin: 0;
  padding: 17px 24px;
  border-bottom: 1px solid var(--dr-pnp-line);
  background: #f4f8f4;
}

.dr-pnp-section-title > span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dr-pnp-primary);
  font-size: 13px;
  font-weight: 850;
}

.dr-pnp-section-title > div {
  min-width: 0;
}

.dr-pnp-section-title h3 {
  margin: 0;
  color: var(--dr-pnp-primary-dark);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.dr-pnp-section-title p {
  margin: 3px 0 0;
  color: #708077;
  font-size: 11.5px;
}

.dr-pnp-section-points {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--dr-pnp-primary-dark);
  background: #deebe1;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.dr-pnp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 25px 24px;
}

.dr-pnp-grid-abilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dr-pnp-section > .dr-pnp-field {
  margin: 25px 24px;
}

.dr-pnp-section > .dr-pnp-note {
  margin: 20px 24px 0;
}

.dr-pnp-section > .dr-pnp-note + .dr-pnp-grid {
  padding-top: 16px;
}

.dr-pnp-section > .dr-pnp-auto-row {
  margin: -5px 24px 24px;
}

.dr-pnp-section > .dr-pnp-auto-row + .dr-pnp-auto-row {
  margin-top: -14px;
}

.dr-pnp-section > .dr-pnp-alert {
  margin: -8px 24px 24px;
}

.dr-pnp-section > .dr-pnp-field + .dr-pnp-alert {
  margin-top: -10px;
}

.dr-pnp-field {
  min-width: 0;
}

.dr-pnp-label-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}

.dr-pnp-field label {
  display: block;
  margin: 0 0 8px;
  color: var(--dr-pnp-navy);
  font-size: 13px;
  font-weight: 800;
}

.dr-pnp-control-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  gap: 12px;
  align-items: stretch;
}

.dr-pnp-field select,
.dr-pnp-field input {
  display: block;
  width: 100%;
  min-height: 55px;
  margin: 0;
  padding: 10px 42px 10px 14px;
  border: 1px solid #d4ddef;
  border-radius: 11px;
  color: var(--dr-pnp-navy);
  background-color: var(--dr-pnp-field);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.dr-pnp-field select:hover,
.dr-pnp-field input:hover {
  border-color: #bdcae3;
}

.dr-pnp-field select:focus,
.dr-pnp-field input:focus {
  border-color: #6ba37b;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(23, 107, 50, .10);
}

.dr-pnp-field select:disabled,
.dr-pnp-field input:disabled {
  color: #8d96aa;
  background-color: #f0f2f5;
  cursor: not-allowed;
}

.dr-pnp-points-badge {
  display: grid;
  min-height: 55px;
  place-items: center;
  border-radius: 10px;
  color: #53627e;
  background: #edf2ee;
  font-size: 13px;
  font-weight: 850;
  transition: color .18s ease, background-color .18s ease;
}

.dr-pnp-points-badge:not(:empty) {
  font-variant-numeric: tabular-nums;
}

.dr-pnp-points-badge.is-active {
  color: var(--dr-pnp-primary-dark);
  background: #e0eee3;
}

.dr-pnp-no-points .dr-pnp-control-row {
  grid-template-columns: minmax(0, 1fr);
}

.dr-pnp-no-points .dr-pnp-points-badge {
  display: none;
}

.dr-pnp-help {
  margin: 6px 74px 0 0;
  color: var(--dr-pnp-muted);
  font-size: 11.5px;
  line-height: 1.45;
}

.dr-pnp-help-toggle {
  display: none;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid #cbd5e5;
  border-radius: 50%;
  color: #40506b;
  background: #f5f7fb;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.dr-pnp-group-help {
  margin: 20px 24px 0;
  color: var(--dr-pnp-navy);
  font-size: 13px;
}

.dr-pnp-group-help .dr-pnp-help {
  margin-right: 0;
}

.dr-pnp-language-applied,
.dr-pnp-wage-feedback {
  margin: -8px 24px 24px;
  padding: 12px 14px;
  border: 1px solid #d9e5dc;
  border-radius: 10px;
  color: #365642;
  background: #f3f8f4;
  font-size: 12px;
  line-height: 1.5;
}

.dr-pnp-wage-feedback {
  margin: 9px 0 0;
}

.dr-pnp-note {
  padding: 11px 13px;
  border-left: 3px solid #6ea97e;
  border-radius: 7px;
  color: #52647c;
  background: #f2f7f3;
  font-size: 12px;
}

.dr-pnp-auto-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #dce8df;
  border-radius: 10px;
  color: #31523d;
  background: #f1f7f2;
  font-size: 13px;
  font-weight: 700;
}

.dr-pnp-alert {
  padding: 11px 13px;
  border: 1px solid #f0d49e;
  border-radius: 9px;
  color: #785309;
  background: #fff9ea;
  font-size: 12px;
}

.dr-pnp-alert-info {
  border-color: #cfe1d4;
  color: #315e3f;
  background: #f2f8f3;
}

.dr-pnp-alert-danger {
  border-color: #edb4b4;
  color: #842b2b;
  background: #fff1f1;
}

.dr-pnp-alert-danger a {
  color: #842b2b;
  font-weight: 800;
}

.dr-pnp-progress {
  margin: 9px 0 0 !important;
  color: var(--dr-pnp-primary-dark) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35;
}

.dr-pnp-status-banner {
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid #e6c679;
  border-left: 5px solid #d59a16;
  border-radius: 12px;
  color: #5f460f;
  background: #fff8e6;
  font-size: 13px;
  line-height: 1.55;
}

.dr-pnp-status-banner a {
  color: #5f460f;
  font-weight: 850;
  text-decoration: underline;
}

.dr-pnp-details {
  margin: 0 24px 24px;
  overflow: hidden;
  border: 1px solid var(--dr-pnp-line);
  border-radius: 11px;
  background: #fbfcff;
}

.dr-pnp-details summary {
  padding: 13px 15px;
  color: var(--dr-pnp-navy);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.dr-pnp-details[open] summary {
  border-bottom: 1px solid var(--dr-pnp-line);
  background: #f4f7fb;
}

.dr-pnp-details ul {
  margin: 0;
  padding: 15px 22px 15px 35px;
  color: #4f5e76;
  font-size: 12px;
}

.dr-pnp-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.dr-pnp-details table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  color: #4f5e76;
  font-size: 11.5px;
}

.dr-pnp-details th,
.dr-pnp-details td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--dr-pnp-line);
  text-align: left;
  vertical-align: top;
}

.dr-pnp-details th {
  color: var(--dr-pnp-navy);
  background: #f7f9fc;
}

.dr-pnp-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px 30px 0;
  background: #fff;
}

.dr-pnp-context {
  margin: 20px 30px 0;
  padding: 15px 17px;
  border: 1px solid #d7e2f0;
  border-left: 4px solid #5871a8;
  border-radius: 11px;
  color: #42516b;
  background: #f4f7fd;
  font-size: 12px;
  line-height: 1.55;
}

.dr-pnp-context-grid .dr-pnp-context {
  margin: 0;
}

.dr-pnp-context-note {
  margin: 0 24px 24px;
}

.dr-pnp-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 20px 30px;
  padding: 18px 20px;
  border: 1px solid #cfe0d4;
  border-radius: 13px;
  color: #35513d;
  background: #f1f7f2;
}

.dr-pnp-cta p {
  margin: 0;
  font-size: 13px;
}

.dr-pnp-cta a {
  flex: 0 0 auto;
  padding: 11px 17px;
  border-radius: 9px;
  color: #fff;
  background: var(--dr-pnp-primary);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.dr-pnp-auto-row-help > div {
  min-width: 0;
}

.dr-pnp-auto-row-help p {
  max-width: 760px;
  margin: 4px 0 0;
  color: #5c6c62;
  font-size: 11.5px;
  font-weight: 500;
}

.dr-pnp-result {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 24px 32px;
  border-top: 1px solid var(--dr-pnp-line);
  background: #fff;
}

.dr-pnp-result span {
  display: block;
  color: var(--dr-pnp-muted);
  font-size: 12px;
  font-weight: 750;
}

.dr-pnp-result strong {
  display: block;
  margin-top: 2px;
  color: var(--dr-pnp-primary);
  font-size: 28px;
  line-height: 1.2;
}

.dr-pnp-result strong span {
  display: inline;
  color: inherit;
  font-size: inherit;
}

.dr-pnp-reset {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #bcd3c3;
  border-radius: 10px;
  color: var(--dr-pnp-primary-dark);
  background: #f6faf7;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.dr-pnp-reset:hover,
.dr-pnp-reset:focus {
  border-color: var(--dr-pnp-primary);
  color: #fff;
  background: var(--dr-pnp-primary);
  transform: translateY(-1px);
}

.dr-pnp-disclaimer {
  padding: 17px 24px 19px;
  border-top: 1px solid #dce6df;
  color: #67736c;
  background: #eef4ef;
  font-size: 11.5px;
  line-height: 1.55;
}

.dr-pnp-disclaimer strong {
  color: #334c3b;
}

.dr-pnp-disclaimer a {
  color: var(--dr-pnp-primary);
  font-weight: 800;
  text-decoration: underline;
}

.dr-pnp-disclaimer p {
  margin: 0 0 5px;
}

.dr-pnp-disclaimer span {
  display: block;
  margin-top: 3px;
}

body .dr-pnp-menu-item,
body #masthead .navbar-nav > .dr-pnp-menu-item {
  position: relative !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.dr-pnp-menu-item > a {
  width: auto !important;
  min-width: max-content !important;
  white-space: nowrap !important;
}

.dr-pnp-menu-toggle {
  display: none !important;
}

@media (min-width: 992px) {
  body #masthead .dr-pnp-menu-item > .dr-pnp-dropdown,
  .dr-pnp-menu-item > .dr-pnp-dropdown {
    position: absolute !important;
    top: calc(100% - 1px) !important;
    right: auto !important;
    left: 0 !important;
    z-index: 99999 !important;
    display: none !important;
    width: max-content !important;
    min-width: 300px !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 10px !important;
    overflow: visible !important;
    border: 1px solid #e0e4ec !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 18px 45px rgba(23, 35, 63, .16) !important;
    transform: none !important;
  }

  body #masthead .dr-pnp-menu-item:hover > .dr-pnp-dropdown,
  body #masthead .dr-pnp-menu-item:focus-within > .dr-pnp-dropdown,
  body #masthead .dr-pnp-menu-item.is-open > .dr-pnp-dropdown,
  .dr-pnp-menu-item:hover > .dr-pnp-dropdown,
  .dr-pnp-menu-item:focus-within > .dr-pnp-dropdown,
  .dr-pnp-menu-item.is-open > .dr-pnp-dropdown {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .dr-pnp-dropdown-list {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li > a {
    display: block !important;
    width: 100% !important;
    padding: 10px 12px !important;
    border: 0 !important;
    border-radius: 9px !important;
    color: #17233f !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li > a:hover,
  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li > a:focus {
    color: #203575 !important;
    background: #f2f4fc !important;
  }
}

@media (max-width: 760px) {
  .dr-pnp-tabs {
    margin: 16px auto;
  }

  .dr-pnp-tab-list {
    gap: 8px;
    padding: 8px;
    border-radius: 15px;
  }

  .dr-pnp-tab {
    flex: 0 0 auto;
    min-width: 145px;
    min-height: 47px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .dr-pnp-calculator {
    margin: 16px auto;
    border-radius: 17px;
  }

  .dr-pnp-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 20px;
  }

  .dr-pnp-score-card {
    width: 100%;
  }

  .dr-pnp-section-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .dr-pnp-section-summary > div {
    border-bottom: 1px solid var(--dr-pnp-line);
  }

  .dr-pnp-body {
    padding: 2px 12px 15px;
  }

  .dr-pnp-section {
    margin-top: 12px;
    border-radius: 13px;
  }

  .dr-pnp-section-title {
    min-height: 68px;
    padding: 15px 14px;
  }

  .dr-pnp-section-title h3 {
    font-size: 16px;
  }

  .dr-pnp-section-title p {
    font-size: 10.5px;
  }

  .dr-pnp-section-points {
    padding: 7px 10px;
    font-size: 12px;
  }

  .dr-pnp-grid {
    gap: 17px;
    padding: 19px 14px;
  }

  .dr-pnp-grid-abilities {
    grid-template-columns: minmax(0, 1fr);
  }

  .dr-pnp-section > .dr-pnp-field {
    margin: 19px 14px;
  }

  .dr-pnp-section > .dr-pnp-note {
    margin: 16px 14px 0;
  }

  .dr-pnp-section > .dr-pnp-auto-row,
  .dr-pnp-section > .dr-pnp-alert {
    margin-right: 14px;
    margin-left: 14px;
  }

  .dr-pnp-control-row {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
  }

  .dr-pnp-field select,
  .dr-pnp-field input,
  .dr-pnp-points-badge {
    min-height: 51px;
    font-size: 13px;
  }

  .dr-pnp-help {
    display: none;
    margin: 8px 0 0;
    padding: 10px 11px;
    border-radius: 8px;
    background: #f3f5f9;
  }

  .dr-pnp-help.is-open {
    display: block;
  }

  .dr-pnp-help-toggle {
    display: grid;
    place-items: center;
  }

  .dr-pnp-group-help {
    margin: 16px 14px 0;
  }

  .dr-pnp-language-applied,
  .dr-pnp-section > .dr-pnp-language-applied {
    margin-right: 14px;
    margin-left: 14px;
  }

  .dr-pnp-status-banner {
    margin-top: 12px;
    padding: 15px;
  }

  .dr-pnp-details,
  .dr-pnp-context-note {
    margin-right: 14px;
    margin-left: 14px;
  }

  .dr-pnp-context-grid {
    grid-template-columns: 1fr;
    padding: 16px 16px 0;
  }

  .dr-pnp-context {
    margin: 16px 16px 0;
  }

  .dr-pnp-context-grid .dr-pnp-context {
    margin: 0;
  }

  .dr-pnp-cta {
    align-items: stretch;
    flex-direction: column;
    margin: 16px;
  }

  .dr-pnp-cta a {
    text-align: center;
  }

  .dr-pnp-result {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .dr-pnp-reset {
    width: 100%;
  }

  .dr-pnp-disclaimer {
    padding: 16px 18px;
  }
}

@media (max-width: 991px) {
  body #masthead .navbar-nav > .dr-pnp-menu-item,
  body .dr-pnp-menu-item {
    display: block !important;
    width: 100% !important;
  }

  .dr-pnp-menu-item > a {
    padding-right: 48px !important;
  }

  .dr-pnp-menu-item > .dr-pnp-menu-toggle {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 2;
    display: grid !important;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown {
    position: static !important;
    display: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 0 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0 14px !important;
    list-style: none !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .dr-pnp-menu-item > .dr-pnp-dropdown .dr-pnp-dropdown-list > li > a {
    display: block !important;
    width: 100% !important;
    padding: 9px 12px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .dr-pnp-menu-item.is-open > .dr-pnp-dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .dr-pnp-menu-item.is-open > .dr-pnp-menu-toggle span {
    transform: rotate(45deg);
  }
}

@media (max-width: 420px) {
  .dr-pnp-section-title {
    align-items: flex-start;
  }

  .dr-pnp-section-points {
    margin-top: 1px;
  }

  .dr-pnp-field select,
  .dr-pnp-field input {
    padding-left: 11px;
    font-size: 12px;
  }
}
