.green-btn,
.choice label {
  transition: box-shadow 0.3s ease-in-out;
}

.green-btn:hover,
.choice:hover label:not(.no-shadow) {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.heading-label,
.dim-label {
  box-shadow: none !important;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url(../fonts/AvenirLTStd-Book.eot);
  src: url(../fonts/AvenirLTStd-Book.eot?#iefix) format("embedded-opentype"),
    url(../fonts/AvenirLTStd-Book.woff2) format("woff2"),
    url(../fonts/AvenirLTStd-Book.woff) format("woff"),
    url(../fonts/AvenirLTStd-Book.ttf) format("truetype"),
    url(../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url(../fonts/AvenirLTStd-Black.eot);
  src: url(../fonts/AvenirLTStd-Black.eot?#iefix) format("embedded-opentype"),
    url(../fonts/AvenirLTStd-Black.woff2) format("woff2"),
    url(../fonts/AvenirLTStd-Black.woff) format("woff"),
    url(../fonts/AvenirLTStd-Black.ttf) format("truetype"),
    url(../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --green: #409482;
  --green-dark: #26584e;
  --active: #ee5e5b;
  --grey: #a9a9a9;
  --grey-dark: #666;
  --white: #fff;
  --black: #000;
}
body {
  margin: 0;
  font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
}
.custom-bullets {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-bullets li {
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 0 3% 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.custom-bullets li:before {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  content: "";
  margin-right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMjU2LDQ4YzExNC44OCwwLDIwOCw5My4xMiwyMDgsMjA4cy05My4xMiwyMDgtMjA4LDIwOFM0OCwzNzAuODgsNDgsMjU2LDE0MS4xMiw0OCwyNTYsNDhabTAsNDY0YzE0MS4zOCwwLDI1Ni0xMTQuNjIsMjU2LTI1NlMzOTcuMzgsMCwyNTYsMCwwLDExNC42MiwwLDI1NnMxMTQuNjIsMjU2LDI1NiwyNTZabTExMy0zMDNjOS40LTkuNCw5LjQtMjQuNiwwLTMzLjlzLTI0LjYtOS40LTMzLjksMGwtMTExLDExMS00Ny00N2MtOS40LTkuNC0yNC42LTkuNC0zMy45LDBzLTkuNCwyNC42LDAsMzMuOWw2NCw2NGM5LjQsOS40LDI0LjYsOS40LDMzLjksMGwxMjcuOS0xMjdaIiBzdHlsZT0iZmlsbDojNDA5NDgyOyBzdHJva2Utd2lkdGg6MHB4OyIvPjwvc3ZnPg==);
  background-size: 24px 24px;
}
.custom-bullets li span {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .custom-bullets {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-bullets li {
    margin-bottom: 7px;
    text-align: left;
  }
  .custom-bullets li:last-child {
    margin-bottom: 0;
  }
  body
    > main
    > form
    > div
    > div
    > div.step-4.vis
    > div.choices
    > div.choice.rounded-bordered.quarter-md {
    width: 98%;
    padding: 5px 0px !important;
  }
  .choice-opt.radio + label[for="la-unsure"] {
    padding: 0 !important;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-heading h1,
main {
  padding-left: 15px;
  padding-right: 15px;
}
.page-heading {
  padding: 30px 0;
  background: linear-gradient(45deg, #409482, #3f9280, #409482);
  text-align: center;
  display: none;
}
.page-heading h1 {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.site-header .container {
  background: linear-gradient(45deg, #409482, #3f9280, #409482);
  padding: 12px 15px;
  position: relative;
  height: 100%;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
}
#logo {
  max-width: 70%;
  display: block;
  float: left;
}
.site-header #logo .logo {
  display: inline-block;
  margin-top: 4px;
  width: 100px;
  height: 34px;
}
.site-header #logo .logo g {
  fill: var(--white);
}
main {
  margin-top: 40px;
}
.form-content {
  max-width: min(95%, 1024px);
  margin: -8px auto;
  text-align: center;
}
.progress-dots {
  width: 100%;
  display: inline-block;
  height: 28px;
  margin-bottom: 24px;
  position: relative;
}
.progress-dots .dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  background: var(--green);
  position: absolute;
  left: 0;
  transition: all 0.5s linear;
  z-index: 1;
}
.progress-dots .dot:nth-child(2) {
  left: calc(33.33% - 14px);
}
.progress-dots .dot:nth-child(3) {
  left: calc(66.66% - 14px);
}
.progress-dots .dot:nth-child(4) {
  left: calc(100% - 18px);
}
.progress-dots .dot.active {
  background: var(--active);
}
.progress-bar-bg,
.progress-bar-front {
  display: inline-block;
  width: 100%;
  background: var(--grey);
  height: 2px;
  top: 11px;
  position: absolute;
  left: 0;
}
.progress-bar-front {
  background: var(--active);
  width: 0;
  transition: all 0.3s linear;
}
.step-1.vis {
  max-width: 700px;
  margin: auto;
}
.step-1.vis .choices .text {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .btn-resize {
    padding: 23px 0 !important;
  }
  .carfix {
    padding-bottom: 10px !important;
  }
  .step-1.vis .choices .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 14px;
    padding-bottom: 6px;
  }
  .step-1.vis {
    max-width: 1000px;
  }
  .step-1 .choices {
    height: 135px;
  }
  .rel-cont,
  .text-input:not([name="borrow-amount"]) {
    width: 346px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.green-btn {
  background-color: var(--green);
  border: 0;
  color: #fff;
  padding: 23px 40px;
  font-size: 24px;
  font-weight: 900;
  border-radius: 5px;
  cursor: pointer;
  width: 97%;
  line-height: 1.3;
}

.text-input[name="loanamount"] {
  width: 100% !important;
}
.postcode-lookup-fields {
  display: none;
}
#postcodeContext input,
#postcodeContext select,
.postcode-lookup-fields {
  width: 100%;
  border-radius: 6px;
  font-size: 18px;
  padding: 15px;
  border: 2px solid var(--green);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}
#postcodeContext input:focus,
#postcodeContext select:focus,
.postcode-lookup-fields:focus {
  outline: none;
}
select.idpc-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bababa;
  padding: 20px 35px 20px 15px !important;
  color: #000;
}
.postcode-lookup-fields {
  border: 2px solid var(--green);
  margin: 10px auto 0;
  max-width: 100%;
}
#manualAddress,
.has-postcode {
  color: var(--grey-dark);
  font-weight: 700;
  font-size: 18px;
}
#postcodeContext button {
  width: 100%;
  background: var(--green);
  margin: 15px 0;
  color: #fff;
  padding: 23px 25px;
  font-size: 24px;
  font-weight: 900;
  border-radius: 6px;
  border: none;
}

@media (max-width: 767px) {
  .green-btn.full,
  #postcodeContext {
    width: 100%;
  }
  .custom-bullets li {
    font-size: 16px;
  }
}
.postcode-lookup-fields .green-btn {
  padding: 23px 25px;
}
.choices .text {
  font-size: 20px;
  font-weight: 500;
}
.green-btn.first {
  padding: 20px 25px 25px 25px;
}
.green-btn:disabled,
#postcodeContext button:disabled {
  background-color: #acacac;
  cursor: not-allowed;
}
.next-step span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
img {
  max-width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 20px;
}
.my60 {
  margin: 60px 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.mx5 {
  margin-left: 5px;
  margin-right: 5px;
}
.fs12 {
  font-size: 12px;
}
.max-w {
  max-width: 560px;
  margin: 0 auto;
}
.step-heading {
  margin: 0 0 20px 0;
}
.heading-label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  font-size: 14px;
}
.input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--green);
  text-align: center;
  padding: 10px 6px;
  font-size: 18px;
}
.input:focus {
  outline: 0;
}
.input.dob,
job-years-1 {
  font-size: 27px;
  font-weight: 900;
  border-radius: 0;
}
.dob-separater {
  font-size: 35px;
  line-height: 1;
  color: var(--green);
  font-weight: 100;
  margin-top: 10px;
}
.choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.choices .choice {
  width: 98%;
  padding: 5px 3px;
}
@media (max-width: 767px) {
  .choice.pr-mob-20 {
    padding-right: 20px;
  }
  .choice.pl-mob-20 {
    padding-left: 20px;
  }
}
.choices .choice.text-input,
.text-input {
  border: 2px solid var(--green);
  padding: 15px;
  border-radius: 8px;
  font-size: 18px;
  width: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}
.text-input:focus {
  outline: 0;
}
.quarter div.text {
  font-size: 16px;
  padding: 2px 0 5px 0;
}
.choice.quarter {
  width: 24.5%;
  font-size: 12px;
  padding: 0 3px;
}
.choice.third {
  width: calc(33.33% - 15px);
  width: calc(33.33% - 15px);
  padding: 5px 2px;
}
.choice.half {
  width: 50%;
}
@media (max-width: 767px) {
  .choice.half-mob {
    width: 50%;
    padding: 8px;
  }
  .choice.full-mob,
  .full-mob {
    width: 100%;
    padding: 0;
  }
  .choice.pad-mob,
  .pad-mob {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.choice-opt.radio {
  display: none;
}
.choice-opt.radio + label {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  border: 2px solid var(--green);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.choice-opt.radio + label[for="la-unsure"] {
  padding: 29px 0;
}
.choice-opt.radio:checked + label:not(.la-unsure-checkbox-visual):before {
  content: "";
  background-image: url(../imgs/accept.png);
  background-size: contain;
  background-position: center;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  height: 20px;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 10;
}

.choices-titles .choice.quarter .choice-opt.radio + label {
  padding: 10px 0 5px;
}
.choice-opt.radio::checked + label {
  background-color: var(--green);
}
@media (max-width: 650px) {
  .choice-img {
    display: inline-block;
    width: 102px; /*height:35px*/
  }
}
div[class^="step-"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  display: none;
}
div[class^="step-"].vis {
  transition: opacity 0.4s ease;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  max-height: 3000px;
  display: block;
}
#manualAddress,
.has-postcode,
.previous-step {
  cursor: pointer;
}
#manualAddress,
.has-postcode {
  color: var(--grey-dark);
  font-weight: 700;
}
.flex {
  display: flex;
}
.terms-check {
  display: none;
}
.terms-check + label {
  border: 2px solid var(--green);
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: relative;
}
.terms-check:checked + label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 80%;
  width: 80%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: url(../imgs/tick2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
}
.last-step-grey-bg {
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin: 25px 0;
  text-align: center;
  line-height: 1.6;
}
.w-100 {
  width: 100%;
}
.text-left {
  text-align: left;
}
.agree-text {
  width: calc(100% - 90px);
  margin: 10px auto;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #000;
}
.choices .terms-check-cont {
  width: 50px;
}
.previous-cont {
  margin-top: 120px;
  margin-bottom: 100px;
}
.choice-img.selected {
  display: none;
}
.choice-opt.radio:checked + label {
  background-color: var(--green);
  color: #fff;
}
.choice-opt.radio:checked + label .choice-img {
  /*display:none*/
  filter: invert(1);
}

.address-box {
  border: 2px solid var(--green);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 5px;
}
.err {
  border-color: red !important;
}
.loader-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.loader-wrap.active {
  display: block;
  z-index: 999;
}
.loader-wrap .loader-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  width: 300px;
  transform: translate(-50%, -50%);
}
.loader-wrap .loader-spinner {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: auto;
}
.loader-wrap.active .loader-spinner {
  background: url(../imgs/oval.svg) no-repeat center;
  background-size: cover;
}
.loader-wrap .loader-title {
  font-size: 23px;
  margin-top: 15px;
}
.error-text {
  color: red;
}
.company-fields-self-1,
.company-fields-self-2,
.company-fields-self-3,
.employment-step-2,
.employment-step-3 {
  display: none;
}
.employment-step-highlight {
  border-left: 4px solid #ff4444;
  padding-left: 15px;
  margin-top: 20px;
}

.employment-step-highlight .step-desc {
  color: #ff4444;
  font-weight: bold;
  margin-bottom: 20px;
}
.employment-step-highlight .employment-history-note {
  color: #ff4444;
  margin-bottom: 20px;
}


.employment-step-1 label.dim-label,
.employment-step-2 label.dim-label,
.employment-step-3 label.dim-label {
  float: left;
}
input#address-months,
input#address-years,
input#job-months-1,
input#job-months-2,
input#job-months-3,
input#job-years-1,
input#job-years-2,
input#job-years-3 {
  font-size: 24px;
  font-weight: 900;
  text-align: left;
  padding-left: 20px;
  border-radius: 0;
}
.step-heading {
  font-size: 20px;
  font-weight: 600;
  color: #2f243a;
  margin: 0 0 24px 0;
}
.step-desc {
  font-size: 16px;
  margin-bottom: 25px;
}
.step-desc {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.dim-text {
  font-weight: 700;
  font-size: 14px;
  color: var(--grey-dark);
}
.cust-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cust-modal.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-cont .cust-modal-show {
  color: #00f !important;
  font-weight: 600;
}
.cust-modal-show {
  cursor: pointer;
}
.cust-modal .modal-inner {
  position: relative;
  max-width: 100%;
  background: #fff;
  margin: auto;
  border-radius: 10px;
  padding: 25px;
  overflow-y: auto;
  max-height: 95%;
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}
.close-cust-modal {
  position: sticky;
  top: 0;
  font-size: 30px;
  cursor: pointer;
  float: right;
  background: rgba(0, 0, 0, 0.3);
  height: 37px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.close-cust-modal:hover {
  background: red;
  color: #fff;
}
.cust-modal-show {
  color: #00f !important;
  font-weight: 600;
  cursor: pointer;
}
span.previous-step {
  color: var(--grey-dark);
}
.previous-step strong {
  color: var(--grey-dark);
}
.secure-lock-cont {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .choices .choice.borrow-input-wrap.loan {
    height: 87px;
    min-height: auto;
    margin: 10px 0px 0;
    padding: 10px 0;
  }
  .secure-lock-cont {
    color: var(--black);
  }
}
.secure-lock-cont img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.site-footer {
  background-color: #efefef;
  margin-top: 120px;
}
.container--site-footer {
  padding: 40px 15px 0 15px;
}
.site-footer .row {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__top-content .col {
  width: 100%;
  flex: none;
  margin-bottom: 25px;
  text-align: center;
}
.site-footer__top-content .col address {
  font-style: normal;
  line-height: 1.7;
}
.site-footer__top-content .col ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer__top-content .col ul li {
  margin-bottom: 5px;
}
.site-footer__top-content .col a {
  text-decoration: none;
  font-weight: 500;
  line-height: 1.7;
}
.site-footer__top-content .col a,
.site-footer__top-content .col address,
.site-footer__top-content .col li,
.site-footer__top-content .col p {
  font-size: 14px;
}
.site-footer__top-content .col a,
.site-footer__top-content .col address,
.site-footer__top-content .col li,
.site-footer__top-content .col p {
  color: var(--green-dark);
}
.foot-social-icons-cont {
  display: inline-block;
}
.foot-social-icons {
  width: 30px;
  display: inline-block;
}
.foot-social-icons img {
  max-width: 100%;
  height: auto;
}
.foot-social-icons-cont + .foot-social-icons-cont {
  margin-left: 8px;
}
.site-footer__bottom-content p {
  font-size: 12px;
  margin: 0 0 25px;
  line-height: 1.7;
}
@media (min-width: 365px) {
  .next-step span {
    font-size: 18px;
  }
}
@media (min-width: 475px) {
  .site-footer__top-content {
    padding-bottom: 45px;
  }
  .site-footer__top-content .col {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .choice-img {
    width: 81px; /*height:55px*/
  }
  .choices .choice.quarter {
    padding: 10px;
  }
  .choice.quarter {
    font-size: 15px;
  }
  .mw {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-heading {
    display: block;
  }
  .site-header .container {
    background: 0 0;
  }
  .site-header #logo .logo g {
    fill: var(--black);
  }
  .page-heading h1 {
    font-size: 35px;
  }
  .step-heading {
    font-size: 28px;
    margin: 0 0 42px 0;
  }
  .step-desc {
    font-size: 22px;
  }
  .dim-text {
    font-size: 16px;
  }
  .heading-label {
    font-size: 16px;
  }
  .choices .choice {
    padding: 10px;
    /*min-height: 108px;*/
  }
  .choices-titles .choice {
    min-height: 0;
  }
  .choices .choice.quarter-md {
    width: 33.33%;
  }
  .choices .choice.half-md {
    width: 50%;
  }
  .choice-opt.radio + label {
    padding: 14px;
    font-size: 18px;
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .choice-opt.radio + label[for="la-unsure"] {
    padding: 29px 0;
  }
  .green-btn,
  #postcodeContext,
  .manual-fields {
    width: 346px;
  }
  #postcodeContext {
    margin: 0 auto;
  }
  .mw700 {
    max-width: 700px;
    margin: 0 auto;
  }
  .cust-modal .modal-inner {
    max-width: 80%;
  }
  .input.dob {
    font-size: 24px;
  }
  .dob-separater {
    font-size: 45px;
  }
  .choices .choice.borrow-input-wrap {
    padding: 6px 10px;
    max-width: 346px;
  }
  .container--site-footer {
    padding: 80px 15px;
  }
  .site-footer__top-content .col {
    width: 24.5%;
  }
}
@media (min-width: 960px) {
  .choices .choice.quarter-md {
    width: 25%;
  }
}
input#dob-yyyy {
  width: 110%;
}
.choices.mw700 {
  position: relative;
  left: -5px;
}
.p-0 {
  padding: 0 !important;
}
.container {
  max-width: min(100%, 1170px);
  margin: 0 auto;
}
.site-footer__top .columns .col--lg {
  text-align: center;
}
span.getstarted {
  font-size: 20px;
  font-weight: 700;
}
input#income-amount,
input#income-amount-2,
input#income-amount-3 {
  font-size: 35px;
  text-align: center;
}
label.dim-label {
  float: left;
}
.rel-cont {
  position: relative;
}
.rel-cont:has(.edit-addr.vis) #addressOpts {
  background: 0 0;
}
.edit-addr {
  position: absolute;
  bottom: 22px;
  right: 0;
  height: 60px;
  align-items: center;
  justify-content: center;
  display: none;
  width: 28px;
  padding-right: 6px;
  cursor: pointer;
}
.edit-addr.vis {
  display: inline-flex;
}
#addressOpts {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bababa;
  padding: 20px 35px 20px 15px;
  color: #000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
select {
  background-image: url(../imgs/triangle.png);
  background-size: 1em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
}
.thank-you-block .row .col {
  margin: 0.5rem auto;
  max-width: 890px;
}
.thank-you-block .container {
  padding: 40px 0;
  line-height: 1.5;
}
.thank-you-block h2 {
  font-size: 26px;
}
.thank-you-block p {
  font-size: 14px;
  margin: 0 0 15px;
}
.thank-you-block ul {
  margin-bottom: 15px;
  padding-left: 20px;
}
.thank-you-block b,
.thank-you-block strong {
  font-weight: 700;
}
.ty-new-block .w-50 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.thank-you-block .row .col p {
  font-size: 14px;
}
.ty-new-block {
  color: #000;
}
.ty-box-inner {
  min-height: 210px;
  border: 3px solid #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ty-icon-container {
  margin-bottom: 15px;
}
.ty-box-inner .icon {
  max-width: 120px;
}
.ty-box-inner a {
  text-decoration: none;
}
.ty-new-block a,
.ty-new-block p {
  font-size: 26px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
}
.ty-new-block h2 {
  font-size: 35px !important;
  margin-bottom: 30px;
  margin-top: 0;
}
.success-content {
  display: none;
}
.success-content.vis {
  display: block;
}
.choices .choice.borrow-input-wrap {
  display: flex;
  align-items: center;
  border: 2px solid var(--green);
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 0;
}
.borrow-input-wrap .text-input {
  border: none;
  font-size: 40px;
  box-shadow: none;
  padding: 0;
  font-weight: 600;
  opacity: 60%;
}
.inc-dec-ba {
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 70px;
  line-height: 1;
  background: var(--active);
  color: #fff;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-bottom: 6px;
  display: none;
}
@media only screen and (min-width: 425px) {
  .thank-you-block .row .col p {
    font-size: 16px;
  }
}
@media (min-width: 640px) {
  .step-15 .mw {
    max-width: 374px;
  }
}
@media (min-width: 768px) {
  .ty-new-block .w-50 {
    width: 50%;
    margin-bottom: 0;
  }
  .thank-you-block .row .col p {
    font-size: 20px;
  }
  .ty-box-inner {
    min-height: 280px;
  }
  .thank-you-block .row {
    display: flex;
    margin: 0 -15px;
  }
  .thank-you-block .row .col p {
    font-size: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .ty-new-block h2 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.text-center {
  text-align: center;
}
.justify-center {
  justify-content: center;
}
.mw346 {
  max-width: 346px;
}
body
  > main
  > form
  > div
  > div
  > div.step-1.vis
  > div.choices
  > div:nth-child(1)
  > label
  > div.choice-img-cont.pad-mob {
  padding: 2px 5px;
}
.address-wrapper {
  max-width: 346px;
  margin: auto;
}
.s-icon {
  display: inline-block;
  width: 2em;
  margin-right: 0.5em;
  fill: #213159;
}

.step-1.vis .choices .text {
  font-size: 18px;
  font-weight: 500;
}
.d-none {
  display: none !important;
}
@media (max-width: 767px) {
  .step-1 .choice-opt.radio:not(:checked) + label {
    background: #f4f4f4;
    padding: 0px 0 0px;
  }
}

/* New styling for 'la-unsure' option where label is the checkbox */
.la-unsure-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

label.la-unsure-checkbox-visual[for="la-unsure"] {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 2px solid #409482;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
  flex-flow: initial;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

label.la-unsure-checkbox-visual[for="la-unsure"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23808080' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  transition: background-image 0.2s ease;
  opacity: 60%;
}

#la-unsure:checked + label.la-unsure-checkbox-visual[for="la-unsure"] {
  background-color: var(--green);
  border-color: var(--green);
  opacity: 100%;
}

#la-unsure:checked + label.la-unsure-checkbox-visual[for="la-unsure"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

.la-unsure-text {
  line-height: 1.5;
}

.choices-titles .choice.quarter .choice-opt.radio + label {
  padding: 10px 0 5px;
}

@media (min-width: 768px) {
  .step-4 .choices .la-unsure-wrapper {
    width: 346px !important;
    margin-left: -20px !important;
  }
}