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

#la-funnel-wrapper {
    padding: 30px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.85))), url(../images/la-homeloans-background-lines-green.jpg);
    background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../images/la-homeloans-background-lines-green.jpg);
    background-size: auto, cover;
    background-color: #f4f4f4;
    min-height: 80vh;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: background;
    transition-property: background;
    background-repeat: no-repeat;
    background-position: 50% 100%
}

#la-funnel-wrapper.auto-bg {
    background: url(../images/la-autoloans-bg-green.jpg) no-repeat center top !important
}

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

#la-funnel *,
#la-funnel :after,
#la-funnel :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#appForm {
    position: relative;
    width: 100%;
    height: auto
}

#appForm.cb-form {
    padding-top: 120px !important
}

#appForm.cb-form .btn-complete,
#appForm.cb-form .btn-icon:hover,
#appForm.cb-form .btn-navigate,
#appForm.cb-form .btn-option input[type=radio]+span:hover {
    background: #1713c0 !important
}

#appForm.slr .btn-complete,
#appForm.slr .btn-icon:hover,
#appForm.slr .btn-navigate,
#appForm.slr .btn-option input[type=radio]+span:hover {
    background: #4629ad !important
}

#appForm.card {
    width: 100%;
    padding: 10px 15px 1rem 15px;
    background-color: white;
    margin: 0 auto;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    -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)
}

#appForm.card *,
#appForm.card :after,
#appForm.card :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:576px) {
    #appForm.card {
        width: 90%
    }
}

@media (min-width:768px) {
    #appForm.card {
        max-width: 668px
    }
}

#appForm.card .progress-wrap .progress {
    margin-bottom: 10px;
    height: 20px !important;
    position: relative
}

#appForm.card .progress-wrap .progress .progress-value {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    margin: auto;
    height: 100%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.025em;
    top: 9px
}

#appForm.card .btn-option {
    line-height: 1;
    height: auto;
    margin: 0.3rem 0;
    padding: 0
}

#appForm.card .btn-option input[type=radio]+span {
    padding: 0.5rem 0.5rem 0.5rem 50px;
    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;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1rem;
    color: #4b4b4b;
    line-height: 2;
    min-height: 3rem
}

#appForm.card .btn-option input[type=radio]+span:after {
    left: 10px;
    width: 22px;
    height: 22px;
    background-size: 100% !important;
    margin-top: -11px
}

#appForm.card .btn-back {
    font-size: 0.9rem;
    margin-left: 0.5rem;
    border: #ccc solid 1px;
    padding: 5px 14px 5px 10px;
    border-radius: 9999rem;
    color: #444;
    margin: 1rem 0;
    background: #fff;
    font-weight: normal
}

#appForm.card .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 .slide:not(.is--active) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    z-index: -1
}

#appForm .slide.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 .slide .slide-title {
    color: #444;
    font-size: 1.3rem;
    margin: 0 0 0.25rem 0;
    padding: 4px 5px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center
}

#appForm .slide .slide-text {
    text-align: center
}

#appForm .slide .slide-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: none
}

#appForm .card {
    max-width: 600px;
    margin: 0 auto;
    border: none !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 12px 0px, rgba(202, 202, 202, 0.26) 0px 0px 6px 0px, rgba(202, 202, 202, 0.16) 0px -1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 12px 0px, rgba(202, 202, 202, 0.26) 0px 0px 6px 0px, rgba(202, 202, 202, 0.16) 0px -1px 4px 0px
}

#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 {
    font-size: 1.5em;
    text-align: center;
    margin: 15px auto;
    max-width: 80%;
    text-align: center
}

#appForm .card .card-text {
    text-align: center
}

#appForm .card .card-footer {
    background: none
}

#appForm .term-txt {
    font-size: 0.75em;
    text-align: justify
}

#appForm .btn-option {
    width: 100%;
    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]:checked+span {
    color: #fff;
    background: #16c686
}

#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 input[type=radio]+span {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    line-height: 55px;
    cursor: pointer;
    font-size: 1.2em;
    color: black;
    padding: 0 50px 0 70px;
    background: white;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-align: left;
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1)
}

@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: #16c686
}

#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-complete,
#appForm .btn-navigate {
    width: 100%;
    background: #FF9F1C;
    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;
    margin: 15px auto 0;
    text-align: center;
    color: black;
    font-weight: bold
}

#appForm .progress-time {
    width: 100%;
    margin-bottom: 8px;
    font-size: 0.85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}

#appForm .progress-time:before {
    content: "";
    display: block;
    background: url(../images/timer.svg) no-repeat center center;
    width: 12px;
    height: 15px;
    margin-right: 3px;
    margin-top: -2px
}

#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-bar {
    background-color: #13af76 !important
}

#appForm .form-slider .irs--round .irs-handle {
    background-color: #108d5f !important;
    border-color: #108d5f !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 {
    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;
    border: 1px solid gray !important;
    padding: 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: #16c686
}

#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%;
    border-radius: 5px;
    border: 1px solid #16c686;
    cursor: pointer;
    font-size: 1em;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding: 25px 0;
    position: relative
}

#appForm .icon-picker .btn-icon input[type=radio]+span:hover {
    color: #fff;
    background: #56ecb6;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2)
}

#appForm .icon-picker .btn-icon input[type=radio]+span:hover svg {
    fill: #fff;
    color: #fff
}

#appForm .icon-picker .btn-icon img {
    width: 125px;
    height: 125px
}

#appForm .icon-picker .btn-icon span {
    margin-top: 10px
}

#appForm .icon-picker .btn-icon span img,
#appForm .icon-picker .btn-icon span svg {
    fill: #16c686;
    display: block;
    margin: 0 auto 5px;
    width: 50px;
    height: 50px
}

#appForm .icon-picker .btn-icon:hover {
    background: #16c686
}

#appForm .icon-picker .btn-icon:hover span {
    color: #fff
}

#appForm.v1 .btn-credit span {
    text-shadow: 1px 1px 3px black
}

#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-2 input[type=radio]+span {
    background: #40AD87
}

#appForm.v1 .btn-credit.credit-3 input[type=radio]+span {
    background: #F8BB32
}

#appForm.v1 .btn-credit.credit-4 input[type=radio]+span {
    background: #FF5C5C
}

#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
}

: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: 7.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-wrap .progress {
    border-radius: 0 !important;
    height: 0.75rem !important;
    margin-bottom: 2.5em
}

.progress-wrap .progress .progress-bar {
    background-color: #19dd96
}

.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:first-child {
    -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
    }
    25%,
    3% {
        -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
    }
    to {
        -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
    }
    25%,
    3% {
        -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
    }
    to {
        -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
}

.disabled-button,
.is__disabled {
    opacity: 0.25 !important;
    pointer-events: none !important
}

.la-dob-picker {
    width: 100%
}

.la-dob-picker .la-dob-picker-display {
    text-align: center;
    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;
    background: #f2f2f2;
    border: 1px solid transparent;
    border-top: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 1.2em 0
}

.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value {
    font-size: 2rem;
    letter-spacing: 3px;
    cursor: pointer;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    font-weight: bold
}

.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value:hover {
    opacity: 0.5
}

.la-dob-picker .la-dob-picker-display .la-dob-picker-display-value.is__active {
    color: #0080FF
}

.la-dob-picker .la-dob-picker-display .la-dob-picker-display-separator {
    margin: 0 5px;
    color: #495057
}

.la-dob-picker .la-dob-picker-pages>div {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    margin-top: 15px
}

.la-dob-picker .la-dob-picker-pages>div:not(.is__active) {
    display: none
}

.la-dob-picker .la-dob-picker-pages ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.la-dob-picker .la-dob-picker-pages ul li {
    padding: 4px 5px;
    text-align: center;
    border: 2px solid #ced4da;
    background: white;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 12px;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05)
}

.la-dob-picker .la-dob-picker-pages ul li:hover {
    background: #0080FF;
    color: white
}

.la-dob-picker .la-dob-picker-pages ul li.is__disabled {
    cursor: none !important;
    opacity: 0.35 !important;
    pointer-events: none !important
}

.la-dob-picker .la-dob-picker-pages ul li.is__hidden {
    display: none
}

.la-dob-picker .la-dob-picker-pages #la-dob-picker-months ul li {
    width: 28%
}

.la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul li {
    width: 15%
}

@media only screen and (max-width:768px) {
    .la-dob-picker .la-dob-picker-pages #la-dob-picker-days ul li {
        width: 18%
    }
}

.la-dob-picker .la-dob-picker-pages #la-dob-picker-years ul li {
    width: 18%;
    font-size: 0.8rem
}

.la-dob-picker .is__more {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.la-dob-picker .is__more:hover {
    opacity: 0.5
}

.la-dob-picker .is__reset {
    margin-left: auto;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    color: #61a5ff;
    font-size: 0.8rem;
    text-transform: lowercase;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

@media only screen and (min-width:361px) {
    .la-dob-picker .is__reset {
        margin-top: -20px;
        margin-right: 4px
    }
}

.la-dob-picker .is__reset:hover {
    color: red
}

.casl-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    padding: 0 10px
}

.casl-checkbox input {
    margin-top: 5px;
    margin-right: 12px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    width: 20%
}

@media only screen and (max-width:450px) {
    .casl-checkbox input {
        width: 20px !important
    }
}

.casl-checkbox label {
    font-size: 0.8em;
    text-align: justify
}

#circleBar {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    height: 100px;
    top: 20px
}

#circleBar .progress {
    width: 85px;
    height: 85px;
    float: left;
    line-height: 150px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

#circleBar .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: 7px solid lightgray
}

#circleBar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1
}

#circleBar .progress .progress-left {
    left: 0;
    margin-left: 1px
}

#circleBar .progress .progress-left .progress-bar {
    left: 100%;
    right: 100%;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

#circleBar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0
}

#circleBar .progress .progress-right {
    right: 0
}

#circleBar .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

#circleBar .progress .progress-value {
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 48px;
    text-align: center;
    position: absolute;
    left: 1%;
    top: 18%;
    font-size: 26px
}

#circleBar .progress .text-value {
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 60%;
    font-size: 9px
}

#circleBar .progress.blue .progress-bar {
    border-color: #1713c0
}

#circleBar .progress.blue .progress-right .progress-bar {
    -webkit-transform: rotate(var(--progressRight));
    transform: rotate(var(--progressRight))
}

#circleBar .progress.blue .progress-left .progress-bar {
    -webkit-transform: rotate(var(--progressLeft));
    transform: rotate(var(--progressLeft))
}

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

#age_insurance_amount.type-a .type-b {
    display: none !important
}

#age_insurance_amount.type-b .type-a {
    display: none !important
}

.agent-bubble {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.agent-bubble img {
    height: 70px;
    width: 70px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 2px 6px;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    margin-bottom: 10px
}

.agent-bubble p {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: rgb(111, 102, 102) !important;
    margin-top: 0px
}

.btn-ttc {
    text-decoration: none
}

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