@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes open_height_toggle {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.calc_wrapper {
  margin: 0 auto;
  max-width: 128rem;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  max-width: 820px;
}
.calc_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.co-pix_calc {
  background-color: var(--ps-color-neutral-50);
  border-radius: 10px;
  box-shadow: var(--ps-shadow-lg);
  display: block;
  overflow: hidden;
  text-align: center;
}
.co-pix_calc--disclosure {
  border-top: 1px solid var(--ps-color-neutral-800);
  text-align: left;
  padding: 30px;
}
.co-pix_calc--disclosure_toggle {
  font-size: 16px;
  font-weight: 600;
}
.co-pix_calc--disclosure_content {
  font-size: 14px;
}
.co-pix_calc--disclosure_content ul,
.co-pix_calc--disclosure_content ol {
  margin-left: 15px;
}
.co-pix_calc--disclosure_content p:last-of-type {
  margin-bottom: 0;
}
.co-pix_calc--header {
  background-color: var(--ps-color-blue-600);
  color: var(--ps-color-white);
  padding: 30px;
}
.co-pix_calc--header__deco {
  display: block;
}
.co-pix_calc--body {
  position: relative;
}
.co-pix_calc--body {
  padding: clamp(15px, 0.029296875 * 100vw + -7.5px, 30px);
}
.co-pix_calc--button {
  font-weight: 600;
  font-size: 16px;
}
.co-pix_calc--title {
  font-family: var(--ps-ff-secondary);
  font-weight: var(--ps-fw-light);
  line-height: 1.125;
  margin-bottom: 0;
}
.co-pix_calc--title {
  font-size: clamp(22px, 0.0383795309 * 100vw + 9.6801705757px, 40px);
}
.co-pix_calc--inputs {
  display: flex;
}
@media (max-width: 767.98px) {
  .co-pix_calc--inputs {
    flex-direction: column;
  }
}
.co-pix_calc--input_wrap {
  flex-basis: 100%;
  padding: 15px;
}
.co-pix_calc--input_label, .co-pix_calc--output_label {
  display: inline-block;
  font-weight: var(--ps-fw-bold);
  margin-bottom: 10px;
}
.co-pix_calc--input_label, .co-pix_calc--output_label {
  font-size: clamp(18px, 0.0170575693 * 100vw + 12.5245202559px, 26px);
}
.co-pix_calc--input_amount {
  color: var(--ps-color-blue-600);
  display: block;
  font-weight: var(--ps-fw-bold);
  line-height: 1;
}
.co-pix_calc--input_amount {
  font-size: clamp(21px, 0.0234541578 * 100vw + 13.4712153518px, 32px);
}
.co-pix_calc--output_label {
  display: block;
}
.co-pix_calc--output {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16.6666666667px;
}
@media (max-width: 429.98px) {
  .co-pix_calc--output {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .co-pix_calc--output {
    flex-direction: column;
  }
}
.co-pix_calc--output_amount {
  color: var(--ps-color-blue-600);
  font-weight: var(--ps-fw-bold);
  line-height: 1;
}
.co-pix_calc--output_amount {
  font-size: clamp(32px, 0.1023454158 * 100vw + -0.8528784648px, 80px);
}
@media (max-width: 429.98px) {
  .co-pix_calc--output_amount {
    display: block;
  }
}
.co-pix_calc--output_details {
  font-weight: var(--ps-fw-bold);
  line-height: 1.2;
  padding-left: 10px;
  text-align: left;
}
.co-pix_calc--output_details {
  font-size: clamp(16px, 0.0085287846 * 100vw + 13.2622601279px, 20px);
}
@media (max-width: 429.98px) {
  .co-pix_calc--output_details {
    display: block;
    text-align: center;
    margin-top: 12.5px;
  }
}
.co-pix_calc--output_detail {
  display: block;
}
.co-pix_calc__monthlyPaymentCalculator .co-pix_calc--output_detail:nth-child(1), .co-pix_calc__downPaymentCalculator .co-pix_calc--output_detail:nth-child(1), .co-pix_calc__savingsCalculator .co-pix_calc--output_detail:nth-child(2) {
  font-size: 1.8rem;
  font-weight: normal;
}
.co-pix_calc--output_detail_label {
  font-size: 1.8rem;
  font-weight: normal;
}
.co-pix_calc input[type=range] {
  margin: 13.8px 0;
  background-color: transparent;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none;
  width: 100%;
}
.co-pix_calc input[type=range]:focus {
  outline: none;
}
.co-pix_calc input[type=range]::-webkit-slider-runnable-track {
  background: var(--ps-color-neutral);
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
.co-pix_calc input[type=range]::-webkit-slider-thumb {
  margin-top: -8px;
  width: 30px;
  height: 30px;
  background: var(--ps-color-blue-600);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}
.co-pix_calc input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--ps-color-neutral);
}
.co-pix_calc input[type=range]::-moz-range-track {
  background: var(--ps-color-neutral);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  height: 14px;
  width: 100%;
}
.co-pix_calc input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: var(--ps-color-blue-600);
  border: none;
  border-radius: 100%;
  cursor: pointer;
}
.co-pix_calc input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 14.8px 0;
  color: transparent;
  width: 100%;
  height: 14px;
  cursor: pointer;
}
.co-pix_calc input[type=range]::-ms-fill-lower {
  background: var(--ps-color-blue-600);
  border: none;
  border-radius: 10px;
}
.co-pix_calc input[type=range]::-ms-fill-upper {
  background: var(--ps-color-neutral);
  border: none;
  border-radius: 10px;
}
.co-pix_calc input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  background: var(--ps-color-blue-600);
  border: none;
  border-radius: 100%;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.co-pix_calc input[type=range]:focus::-ms-fill-lower {
  background: var(--ps-color-blue-600);
}
.co-pix_calc input[type=range]:focus::-ms-fill-upper {
  background: var(--ps-color-neutral);
}

/*# sourceMappingURL=style.css.map */
