.calculator--trigger {
  display: flex;
  justify-content: flex-end;
}

.calculator--table-row[data-is-analyst=true] > div {
  background-color: #ffffd8 !important;
}

.calculator-results--container .calculator--table-row > div.mobile-span {
  grid-column: span 1;
}

.calculator-results--container .calculator--table-row > div:last-of-type {
  background-color: #fff;
}

body.page-id-4583,
body.page-id-4770,
body.page-id-4933 {
  background-color: #000;
}
body.page-id-4583 section,
body.page-id-4583 .wp-section-container-width-full .upnext-block-container,
body.page-id-4770 section,
body.page-id-4770 .wp-section-container-width-full .upnext-block-container,
body.page-id-4933 section,
body.page-id-4933 .wp-section-container-width-full .upnext-block-container {
  padding: 0 !important;
  background-color: transparent;
}
body.page-id-4583 .calculator--box,
body.page-id-4770 .calculator--box,
body.page-id-4933 .calculator--box {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  color: #fff;
}
body.page-id-4583 .calculator--container,
body.page-id-4770 .calculator--container,
body.page-id-4933 .calculator--container {
  grid-template-columns: 1fr !important;
}
body.page-id-4583 .calculator--container > div:first-of-type,
body.page-id-4770 .calculator--container > div:first-of-type,
body.page-id-4933 .calculator--container > div:first-of-type {
  display: none;
}
body.page-id-4583 .calculator--container .calculator--table-header h3,
body.page-id-4770 .calculator--container .calculator--table-header h3,
body.page-id-4933 .calculator--container .calculator--table-header h3 {
  color: #000 !important;
}
body.page-id-4583 .calculator--container .calculator--text,
body.page-id-4770 .calculator--container .calculator--text,
body.page-id-4933 .calculator--container .calculator--text {
  color: #fff;
  text-align: center;
}
body.page-id-4583 .calculator--container .calculator--pre-table,
body.page-id-4770 .calculator--container .calculator--pre-table,
body.page-id-4933 .calculator--container .calculator--pre-table {
  background-color: rgb(197, 209, 223);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body.page-id-4583 .calculator--container .calculator--pre-table,
  body.page-id-4770 .calculator--container .calculator--pre-table,
  body.page-id-4933 .calculator--container .calculator--pre-table {
    width: var(--d-width, 100%);
  }
}
body.page-id-4583 .calculator--container .calculator--table-row,
body.page-id-4770 .calculator--container .calculator--table-row,
body.page-id-4933 .calculator--container .calculator--table-row {
  background-color: rgb(197, 209, 223);
  border-right: 0;
}
body.page-id-4583 .calculator-results--container h2,
body.page-id-4583 .calculator--table-header h3,
body.page-id-4770 .calculator-results--container h2,
body.page-id-4770 .calculator--table-header h3,
body.page-id-4933 .calculator-results--container h2,
body.page-id-4933 .calculator--table-header h3 {
  color: #fff;
}
body.page-id-4583 .calculator-results--container .calculator--table-row,
body.page-id-4770 .calculator-results--container .calculator--table-row,
body.page-id-4933 .calculator-results--container .calculator--table-row {
  padding: 0;
  border-right: 0;
}
body.page-id-4583 .calculator--trigger,
body.page-id-4770 .calculator--trigger,
body.page-id-4933 .calculator--trigger {
  justify-content: center;
}

@media (max-width: 1023px) {
  .calculator-results--container .calculator--table-header {
    padding: 0;
    gap: 1px;
  }
  .calculator-results--container .calculator--table-header div {
    background-color: #3260C1;
  }
  .calculator-results--container .calculator--table-header div h3 {
    color: #fff;
  }
  .calculator-results--container .calculator--table-header > div {
    align-items: center;
  }
  .calculator-results--container .calculator--table-header,
  .calculator-results--container .calculator--table-footer {
    display: grid;
    background-color: #fff;
  }
  .calculator-results--container .calculator--table-row > div:before {
    display: none;
  }
  .calculator-results--container .calculator--table {
    gap: 0;
  }
  .calculator-results--container .calculator--table-row {
    border-right: 0;
    padding: 0;
    border-radius: 0;
    gap: 0;
    background-color: #fff;
    margin: 1px 2px;
  }
  .calculator-results--container .calculator--table-row:last-of-type {
    margin: 1px 2px 2px;
  }
  .calculator-results--container .calculator--table-row div:nth-child(1) {
    font-size: 80%;
  }
  .calculator-results--container .calculator--table-row div:nth-child(even) {
    border-right: 1px solid rgba(51, 51, 51, 0.3);
    border-left: 1px solid rgba(51, 51, 51, 0.3);
  }
  .calculator-results--container .calculator--table-row > div {
    padding: 0.5rem;
  }
  .calculator--table-header + .calculator--table-row {
    margin: 2px 2px 1px;
  }
  .calculator-results--container .calculator--table-row > div {
    border-radius: 0;
  }
  .calculator-results--container .calculator--table-row > div:last-of-type span {
    transform: none;
  }
  .calculator-results--container .calculator--table {
    background-color: rgba(88, 103, 128, 0.12);
  }
  .calculator-results--container .calculator--table-header h3 {
    font-size: 75%;
  }
}/*# sourceMappingURL=compare.css.map */