body.page-id-6 {
  background-image: url("https://homeloans-stage.lendingarch.com/wp-content/uploads/2022/06/Purchase-Funnel-BG2.jpg");
  background-position: top center;
  background-size: cover;
}

body.page-id-29 {
  background-image: url("https://homeloans-stage.lendingarch.com/wp-content/uploads/2022/07/homeloans-background-lines-lightest.jpg");
  background-position: bottom center;
  background-size: cover;
}

.wp-site-blocks {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}

.wp-container-1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.text-emphasis {
  color: #ffa500;
}

.la-hp-check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

@media (max-width: 576px) {
  #la-quiz {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.card-headline {
  text-align: center;
  color: #fff;
}

.card-title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 15px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#appForm {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 1em;
}
#appForm .card {
  max-width: 600px;
  margin: 0 auto;
  border: none !important;
  border-radius: 15px;
}
#appForm .card:not(.is--active) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  position: absolute;
  z-index: -1;
}
#appForm .card.is--active {
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
}
#appForm .card .card-title {
  color: #444;
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 15px;
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#appForm .card .card-text {
  text-align: center;
}
#appForm .card .card-footer {
  background: none;
}
#appForm .term-txt {
  font-size: 0.75em;
  color: #444;
  text-align: justify;
}
#appForm .btn-option {
  width: 100%;
  border: none;
  text-align: left;
  height: 70px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#appForm .btn-option input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
#appForm .btn-option input[type=radio]:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm .btn-option input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm .btn-option input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
@media (max-width: 576px) {
  #appForm .btn-option span.small-text {
    font-size: 0.9em !important;
  }
}
@media (max-width: 576px) {
  #appForm .btn-option span.smaller-text {
    font-size: 0.9em !important;
    padding-right: 15px !important;
  }
}
#appForm .btn-option span .btn-option-text {
  display: block;
  height: 30px;
  margin-top: -8px;
}
#appForm .btn-option span .btn-option-subtext {
  display: block;
  height: 20px;
  font-size: 0.65em;
  margin-top: -10px;
  color: #999999;
}
#appForm .btn-option span img,
#appForm .btn-option span svg {
  fill: #fff;
  margin: 0 auto 5px;
  padding-right: 1em;
  width: 45px;
  height: 45px;
}
#appForm .btn-option input[type=radio] + span {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 55px;
  cursor: pointer;
  font-size: 1.1em;
  color: #4b4b4b;
  padding: 0 50px 0 70px;
  background-color: #f9f9f9;
  position: relative;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: left;
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 0 #444, 0 2px 2px #ccc;
  -webkit-box-shadow: 0 1px 0 #444, 0 2px 2px #ccc;
}
@media (max-width: 576px) {
  #appForm .btn-option input[type=radio] + span.btn-option-text {
    font-weight: bold !important;
  }
}
#appForm .btn-option input[type=radio] + span:hover {
  color: #fff;
  background: #3399ff;
}
#appForm .btn-option input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm .btn-option input[type=radio] + span:after {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../images/unchk.png) no-repeat center center;
}
#appForm input.error,
#appForm select.error {
  border: 1px solid red;
}
#appForm label.error {
  color: red;
  font-size: 0.85em;
}
#appForm .btn-navigate,
#appForm .btn-complete,
#appForm .btn-continue {
  width: 100%;
  background: #3399ff;
  color: white;
  font-weight: bold;
  padding: 1em 1em;
  font-size: 1.25em;
}
#appForm .btn-back {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  cursor: pointer;
  font-size: 0.9rem;
  margin: 15px auto;
  text-align: center;
  padding: 5px 12px;
  color: #444;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d8e3f2;
}
#appForm .btn-back:before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid transparent;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 3px;
}
#appForm .btn-back:hover {
  background: #3399ff;
  color: #fff;
}
#appForm .form-checkbox {
  margin: 15px 0;
  text-align: center;
  display: block;
}
#appForm .form-checkbox input {
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 6px;
  cursor: pointer;
}
#appForm #pin-input {
  max-width: 400px !important;
  width: 100%;
  height: 60px;
  background-color: #f2f2f2 !important;
  border: none;
  line-height: 50px;
  text-align: center;
  letter-spacing: 10px !important;
  font-size: 2em !important;
  font-weight: bold;
  color: black;
  display: block;
  margin: 0 auto 30px auto !important;
}
#appForm #verified-container {
  text-align: center;
  color: green;
  margin: 20px auto;
}
#appForm .form-slider {
  float: left;
  width: 100%;
  height: 132px;
  border: 1px solid #d8e3f2;
  border-radius: 10px;
  padding: 15px 15px;
}
#appForm .form-slider .irs-single {
  display: none !important;
}
#appForm .form-slider .irs--round .irs-handle {
  background-color: #006cfa !important;
}
#appForm .form-slider .form-value {
  font-size: 1.5em;
  font-weight: bold;
}
#appForm .form-slider .form-value.two-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#appForm .form-slider .form-value.two-value div {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1px 10px;
}
#appForm .form-slider .form-value.two-value div:first-child {
  border-radius: 5px 0 0 5px;
}
#appForm .form-slider .form-value.two-value div:last-child {
  border-left: none;
  border-radius: 0 5px 5px 0;
  font-weight: 400 !important;
}
#appForm .icon-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
@media (min-width: 768px) {
  #appForm .icon-picker.v2 .btn-icon {
    width: 23% !important;
  }
}
#appForm .icon-picker .btn-icon {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  position: relative;
  margin-bottom: 15px;
}
#appForm .icon-picker .btn-icon input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
#appForm .icon-picker .btn-icon input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm .icon-picker .btn-icon input[type=radio]:checked + span svg {
  fill: #fff;
  color: #fff;
}
#appForm .icon-picker .btn-icon input[type=radio] + span {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #c6c6c6;
  -webkit-box-shadow: 0 1px 0 #444, 0 2px 2px #ccc;
          box-shadow: 0 1px 0 #444, 0 2px 2px #ccc;
  cursor: pointer;
  font-size: 1em;
  line-height: 30px;
  color: #4b4b4b;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#appForm .icon-picker .btn-icon input[type=radio] + span:hover {
  color: #fff;
  background: #3399ff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#appForm .icon-picker .btn-icon input[type=radio] + span:hover svg {
  fill: #fff;
  color: #fff;
}
#appForm .icon-picker .btn-icon span img,
#appForm .icon-picker .btn-icon span svg {
  fill: #3399ff;
  margin: 0 auto 5px;
  padding-right: 1em;
  width: 45px;
  height: 45px;
}

.overcard {
  background: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13), 0 4px 4px rgba(0, 0, 0, 0.13), 0 8px 8px rgba(0, 0, 0, 0.13), 0 16px 12px rgba(0, 0, 0, 0.13), 0 32px 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.13), 0 4px 4px rgba(0, 0, 0, 0.13), 0 8px 8px rgba(0, 0, 0, 0.13), 0 16px 12px rgba(0, 0, 0, 0.13), 0 32px 24px rgba(0, 0, 0, 0.13);
}

.page-id-29 .card-headline {
  color: #3399ff !important;
}

#appForm.v1 .btn-credit span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
#appForm.v1 .btn-credit span .btn-option-text {
  color: white !important;
}
#appForm.v1 .btn-credit span .btn-option-subtext {
  color: white !important;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio] + span {
  background: #008255;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio] + span:after {
  background: url(../images/Excellent-Credit.png) no-repeat center center;
  background-size: contain;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio] + span:hover {
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio]:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-1 input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio] + span {
  background: #40AD87;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio] + span:after {
  background: url(../images/Good-credit.png) no-repeat center center;
  background-size: contain;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio] + span:hover {
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio]:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-2 input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio] + span {
  background: #ffa500;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio] + span:after {
  background: url(../images/Fair-Credit.png) no-repeat center center;
  background-size: contain;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio] + span:hover {
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio]:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-3 input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio] + span {
  background: #FF5C5C;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio] + span:after {
  background: url(../images/Poor-Credit.png) no-repeat center center;
  background-size: contain;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio] + span:hover {
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio]:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio]:checked + span {
  color: #fff;
  background: #3399ff;
}
#appForm.v1 .btn-credit.credit-4 input[type=radio]:checked + span:after {
  background: url(../images/chk.png) no-repeat center center;
}
#appForm.v1 .btn-credit input[type=radio] + span:after {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  content: "";
  background: url(../images/unchk.png) no-repeat center center;
}
#appForm.v3 .card {
  background-color: white;
  border: 1px solid #61a5ff !important;
}
#appForm.v3 .card.card-options .btn-icon {
  background: white;
}
#appForm.v3 .card.card-options .btn-option span {
  border-radius: 4px;
}
#appForm.v3 .form-slider .form-value {
  font-size: 2em;
  font-weight: 500;
}
#appForm.v3 .form-slider .irs .irs-line {
  height: 10px;
  background-color: white;
  border: 1px solid #61a5ff;
}
#appForm.v3 .form-slider .irs .irs-bar {
  height: 10px;
  background-color: #61a5ff;
}
#appForm.v3 .form-slider .irs .irs-handle {
  top: 30px;
  border-radius: 4px;
}

/*step progressbar css start*/
/*end progressbar */
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #75787b;
  --color-gray-light: #bbb;
  --color-gray-disabled: #e8e8e8;
  --color-green: #06A10B;
  --color-green-dark: #1D800E;
  --font-size-small: .75rem;
  --font-size-default: .875rem;
}

.step-progress-bar-wrap {
  width: 100%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 5%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 576px) {
  .step-progress-bar-wrap {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.step-progress-bar-wrap:before {
  content: "progress";
  position: absolute;
  z-index: 1;
  display: block;
  top: 15px;
  left: 6px;
  right: 0;
  bottom: 0;
  text-align: center;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 9px;
  line-height: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.step-progress-bar-wrap .step-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  position: relative;
}
.step-progress-bar-wrap .step-progress-bar li {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: var(--font-size-default);
  line-height: 1.5;
  color: var(--color-green);
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-radius: 0px;
  border-bottom: 10px solid var(--color-gray-disabled);
}
.step-progress-bar-wrap .step-progress-bar li span {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.step-progress-bar-wrap .step-progress-bar li:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.step-progress-bar-wrap .step-progress-bar li:first-child span {
  margin-left: -4px;
}
.step-progress-bar-wrap .step-progress-bar li:first-child:before {
  left: -4px;
}
.step-progress-bar-wrap .step-progress-bar li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  right: 0px;
}
.step-progress-bar-wrap .step-progress-bar li:last-child:before {
  right: -10px;
  left: auto;
}
.step-progress-bar-wrap .step-progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
  margin-left: 15px;
}
.step-progress-bar-wrap .step-progress-bar li:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--color-gray-disabled);
  border-radius: 50%;
  border: 2px solid var(--color-white);
  position: absolute;
  left: calc(50% - 6px);
  bottom: -17px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.step-progress-bar-wrap .step-progress-bar li:not(.is-active) span {
  opacity: 0;
}
.step-progress-bar-wrap .step-progress-bar li:hover:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
  -webkit-transform: scale(1.33);
          transform: scale(1.33);
}
.step-progress-bar-wrap .step-progress-bar li:hover span {
  opacity: 1;
}
.step-progress-bar-wrap .step-progress-bar .is-complete:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: -50%;
  z-index: 2;
  border-bottom: 10px solid var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-complete:last-child:after {
  width: 200%;
  left: -100%;
}
.step-progress-bar-wrap .step-progress-bar .is-complete:before {
  background-color: var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: -50%;
  z-index: 2;
  border-bottom: 10px solid var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}
.step-progress-bar-wrap .step-progress-bar .is-active:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
}
.step-progress-bar-wrap .step-progress-bar .is-hovered:before {
  background-color: var(--color-white);
  border-color: var(--color-green);
  -webkit-transform: scale(1.33);
          transform: scale(1.33);
}
.step-progress-bar-wrap .step-progress-bar li.is-hovered span {
  opacity: 1;
}
.step-progress-bar-wrap .step-progress-bar:hover li:not(:hover) span {
  opacity: 0;
}
.step-progress-bar-wrap .step-progress-bar .has-changes {
  opacity: 1 !important;
}
.step-progress-bar-wrap .step-progress-bar .has-changes:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23ed1c24%22%20d%3D%22M4%200l4%208H0z%22%2F%3E%3C%2Fsvg%3E");
}

.progress {
  border-radius: 0 !important;
  height: 0.75rem !important;
  margin-top: 1em;
  margin-bottom: 2em;
}

.la-agent {
  width: 100%;
  max-width: 600px;
  background: white;
  margin: 35px auto 0 auto;
  text-align: center;
}
.la-agent .la-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-top: -35px;
  background: url(../images/shelby.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.offer-bg {
  background: url(../images/offers-bg.jpg) no-repeat center center;
  background-size: cover !important;
}

.la-lender-carousel-wrapper {
  height: 380px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.la-lender-carousel-wrapper .la-lender-carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 12px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 4s linear infinite;
          animation: carousel-animate-vertical 4s linear infinite;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(1s * -1);
          animation-delay: calc(1s * -1);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(1s * 0);
          animation-delay: calc(1s * 0);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(1s * 1);
          animation-delay: calc(1s * 1);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item:last-child {
  -webkit-animation-delay: calc(-1s * 2);
          animation-delay: calc(-1s * 2);
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item-head {
  height: 100px;
  position: relative;
}
.la-lender-carousel-wrapper .la-lender-carousel .la-lender-carousel__item-head img {
  display: block;
  width: auto;
  height: 100%;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 25% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  28%, 50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  53%, 75% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  78% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    -webkit-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 25% {
    -webkit-transform: translateY(100%) scale(0.7);
            transform: translateY(100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  28%, 50% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  53%, 75% {
    -webkit-transform: translateY(-100%) scale(0.7);
            transform: translateY(-100%) scale(0.7);
    opacity: 0.2;
    visibility: visible;
  }
  78% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(-100%) scale(0.5);
            transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
.la-lender-match {
  width: 100%;
  padding: 0 2em;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.la-lender-match img {
  width: auto;
  height: 120px;
  margin-bottom: 15px;
}