/* compiled by scssphp 1.10.2 on Mon, 18 Aug 2025 01:14:57 +0000 (0.0403s) */

/* Products SCSS Document */
/* Variable defaults */
/* Typography */
/* Typography responsive */
/* Colors */
/* headings */
/* Headings responsive */
/* H1 heading */
/* H1 heading responsive */
/* H2 heading */
/* H2 heading responsive */
/* H3 heading */
/* H2 heading responsive */
/* H4 heading */
/* H4 heading responsive */
/* Images */
/* Videos */
/* Forms */
/* Forms responsive */
/* Buttons */
/* Buttons responsive */
/* Grids */
/* Grids responsive */
/* Layout */
/* Layout responsive */
/* Header */
/* Header responsive */
/* Navigation */
/* Navigation responsive */
/* Rotator */
/* Rotator responsive */
/* Footer */
/* Footer responsive */
/* Offcanvas */
/* Offcanvas responsive */
/* Responsive Sizes */
/* Grid Percentages */
/* Standard mixins */
/* Border Box: @include border-box(); */
/* Appearance: @include appearance(); */
/* Position: @include position(0px); */
/* Transition: @include transition(all,0.3s,ease,0.0s); */
/* Standard clearer */
.clearer {
  clear: both;
  display: block;
  height: 0;
}
/* Clearfix: @extend %clearfix; */
/* All from mobile up (responsive all) */
@media all {
  /* Loan calculator */
  .loan-calculator {
    display: flex;
    flex-direction: row;
    margin-left: -50px;
  }
  .loan-calculator .uk-button {
    width: 100%;
    background: #f4f3f4;
  }
  .loan-calculator .uk-button:hover {
    background-color: #F25822;
    color: #ffffff;
  }
  .loan-calculator .container {
    margin-left: 50px;
    width: 100%;
    padding: 22px;
    box-sizing: border-box;
    flex: 1;
    border-radius: 20px;
  }
  .loan-calculator label {
    margin-bottom: 5px;
  }
  .loan-calculator .uk-input, .loan-calculator .uk-select {
    max-width: 200px;
  }
  .loan-calculator .container-right {
    transition: opacity 0.5s ease 0s;
  }
  .loan-calculator .container-savings {
    transition: opacity 0.5s ease 0.3s;
  }
  .loan-calculator .container-left {
    box-sizing: border-box;
    border: 1px solid #ececec;
  }
  .loan-calculator .container-left h2, .loan-calculator .container-savings h3 {
    padding-bottom: 50px;
    color: #000000;
    font-weight: 300;
    font-size: 29px;
    margin-top: 0;
  }
  .loan-calculator .container-savings h3 {
    font-weight: 700;
  }
  .loan-calculator .container-left p.field {
    display: flex;
    margin-bottom: 10px;
  }
  .loan-calculator .container-left label {
    flex: 1;
    color: #000000;
    font-size: 16px;
    line-height: 47px;
  }
  .loan-calculator .container-left input.input, .loan-calculator .container-left select.select {
    box-sizing: border-box;
    width: 165px;
    height: 47px;
    padding: 0 15px;
    background: #f4f3f4 no-repeat right center;
    border: 0;
    outline: none;
    font-family: inherit;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
  }
  .loan-calculator .container-left .submit {
    padding-top: 40px;
  }
  .loan-calculator .container-left .button {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 45px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
  }
  .loan-calculator .container-right {
    box-sizing: border-box;
    background: #f4f3f4;
  }
  .loan-calculator .container-right .results {
    margin: 0 0 40px;
    padding: 25px 40px 30px;
    background: #ffffff;
    border-radius: 10px;
  }
  .loan-calculator .container-right p {
    margin-bottom: 15px;
    color: #000000;
  }
  .loan-calculator .container-right h3 {
    color: #f15922;
    font-size: 40px;
  }
  .loan-calculator .container-right h3 small {
    font-size: 36px;
    vertical-align: top;
  }
  .loan-calculator .calc-results table {
    width: 100%;
  }
  .loan-calculator .calc-results table strong {
    font-weight: 700;
  }
  .loan-calculator .calc-results table tr td {
    padding: 0 0 10px;
    white-space: nowrap;
  }
  .loan-calculator .calc-results table tr td:last-child {
    width: 100%;
    text-align: right;
    white-space: normal;
  }
  .loan-calculator .calc-results table tr.total td {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
  }
  .loan-calculator .calc-results table tr.total td strong.total {
    font-size: 30px;
    font-weight: 300;
  }
  .loan-calculator .calc-results .link {
    padding: 40px 0 0;
    font-size: 30px;
    font-weight: 300;
    vertical-align: middle;
  }
  .loan-calculator .calc-results .next {
    text-align: center;
  }
  .loan-calculator .calc-results .next .button {
    margin-top: 30px;
    padding: 15px 40px;
    font-size: 20px;
    background: transparent;
    border-color: #f15922;
    color: #f15922;
  }
  .loan-calculator .calc-results .next .button:hover {
    background: #f15922;
    color: #ffffff;
  }
  .loan-calculator .container-savings {
    /*background: #fcded3;*/
    background: #f4f3f4;
  }
  .loan-calculator .container-savings .divider {
    border-color: #ffffff;
  }
  .loan-calculator .container-savings p {
    color: #000000;
    font-weight: 300;
    font-size: 17px;
  }
  .loan-calculator .container-savings p.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .loan-calculator .container-savings input#extra-repayments-number {
    padding: 0px 15px 0 27px;
  }
  .loan-calculator .dollar-sign-wrap {
    position: relative;
  }
  .loan-calculator .dollar-sign-wrap:before {
    content: "$";
    left: 15px;
    position: absolute;
    pointer-events: none;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
  }
  .loan-calculator .container-savings #extra-repayments {
    margin: 30px 0;
    appearance: none;
    width: 100%;
    height: 5px;
    background: #fac8b6;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
  }
  .loan-calculator .container-savings #extra-repayments:hover {
    opacity: 1;
    cursor: pointer;
  }
  .loan-calculator .container-savings #extra-repayments::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 20px;
    /* Set a specific slider handle width */
    height: 20px;
    /* Slider handle height */
    background: #F25822;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    opacity: 1;
    border-radius: 25px;
  }
  .loan-calculator .container-savings #extra-repayments::-moz-range-thumb {
    width: 15px;
    /* Set a specific slider handle width */
    height: 15px;
    /* Slider handle height */
    background: #F25822;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    opacity: 1;
    border-radius: 25px;
  }
  .loan-calculator-wrap {
    max-width: 498px;
    margin: 0 auto;
  }
  .loan-calculator.small {
    flex-direction: column;
  }
  .loan-calculator.small .banner {
    position: relative;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #f15922;
    color: #ffffff;
    width: 100%;
    padding: 14px 20px 14px 25px;
    box-sizing: border-box;
    z-index: 5;
  }
  .loan-calculator.small .banner .logo {
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .loan-calculator.small .banner h1 {
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    margin: 0;
  }
  .loan-calculator.small .banner > *:last-child, .loan-calculator.small .banner > *:last-child img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .loan-calculator.small .loan-calculator-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
  }
  .loan-calculator.small .container-left {
    background-color: #f4f3f4;
    border: none;
    margin-bottom: 0;
  }
  .loan-calculator.small .container-left label {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .loan-calculator.small .container-left p.field {
    display: flex;
    margin-bottom: 10px;
    margin-left: 25px;
    width: calc(50% - 25px);
    flex-direction: column;
  }
  .loan-calculator.small .container-left input.input, .loan-calculator.small .container-left select.select {
    width: 100%;
    background-color: #ffffff;
    font-weight: 300;
    font-size: 16px;
  }
  .loan-calculator.small .container-left select.select option {
    font-weight: 300;
  }
  .loan-calculator.small .container-right {
    padding-top: 0;
    margin-bottom: 0;
  }
  .loan-calculator.small .container-right .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .loan-calculator.small .container-right h3 {
    color: #000000;
    font-weight: 900;
    text-align: center;
    margin: 0;
    font-size: 22px;
  }
  .loan-calculator.small .container-right h3 .thin {
    font-weight: 300;
  }
  .loan-calculator.small .container-right .results {
    padding: 16px 30px;
    border: none;
    margin-bottom: 10px;
  }
  .loan-calculator.small .next {
    text-align: center;
  }
  .loan-calculator.small .next .button {
    padding: 10px 9px;
    margin-top: 0;
    font-size: 14px;
  }
  .loan-calculator.small .break {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 959px) {
  .loan-calculator.small .banner {
    margin-left: 0;
  }
}
@media screen and (max-width: 639px) {
  .loan-calculator.small .banner h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 639px) {
  .loan-calculator.small .container-left p.field:nth-last-of-type(2) {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 639px) {
  .loan-calculator.small .container-right .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .loan-calculator.small .container-right .results {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .loan-calculator .container-left {
    padding: 20px 20px 5px;
  }
  .loan-calculator .container-left p.field {
    display: block;
  }
  .loan-calculator .container-left label {
    display: block;
    line-height: 1;
  }
  .loan-calculator .container-left input.input, .loan-calculator .container-left select.select {
    width: 100%;
    max-width: 9999px;
    float: none;
  }
  .loan-calculator .container-left .submit {
    padding-top: 20px;
  }
  .loan-calculator .container-right {
    padding: 20px;
  }
  .loan-calculator .container-right .results {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .loan-calculator {
    flex-direction: column;
    margin-left: 0;
  }
  .loan-calculator .container {
    margin-left: 0;
  }
  .loan-calculator .container-left, .loan-calculator .container-right {
    width: 100%;
    margin: 0 0 30px;
  }
  .loan-calculator .container-right p {
    font-size: 16px;
  }
  .loan-calculator .calc-results table.next, .loan-calculator .calc-results table.next tbody, .loan-calculator .calc-results table.next tr.link, .loan-calculator .calc-results table.next tr.link td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  .loan-calculator .calc-results table tr td {
    font-size: 14px;
  }
  .loan-calculator .calc-results table tr.total td strong.total {
    font-size: 26px;
  }
  .loan-calculator .calc-results table tr.link td:last-child {
    padding-top: 20px;
  }
  .loan-calculator .calc-results .next .button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Floancalculator%2Floancalculator.scss%22%2C%22edit%2Fmodules%2Floancalculator%2F..%2F..%2Fcore%2Fassets%2Fcss%2Fmixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCA%3BAAAA%3BAAQA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAA1HR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAA2CJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAA0BJ%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBZ%3BAAIQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */