/*
Global Styles
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'montserrat', sans-serif;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: top center;
}

body[data-processing="true"] {
    background-image: none !important
}

body main, body #content {
    display: none;
}

body .loader {
    display: block;
}

body.ready main, body.ready #content {
    display: block;
}

body.ready .loader {
    display: none !important;
}

.form-select-lg,
.form-control-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.spinner-grow {
    width: 4rem;
    height: 4rem;
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.form-check .form-check-input {
     float: none;
     margin-left: 0;
}

.form-switch {
    padding-left: 0;
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider.round {
    border-radius : 34px;
}

.slider.round:before {
    border-radius : 50%;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position           : absolute;
    content            : "";
    height             : 26px;
    width              : 26px;
    left               : 4px;
    bottom             : 4px;
    background-color   : white;
    -webkit-transition : .4s;
    transition         : .4s;
}

input:checked + .slider {
    background-color: #81ADB8;
}

input:checked + .slider:before {
    -webkit-transform : translateX(26px);
    -ms-transform     : translateX(26px);
    transform         : translateX(26px);
}

/*
Nav/Logo
*/
.logo {
    max-width: 250px;
}

.modal-logo {
    margin: auto;
    max-width: 200px;
}

.logo-offcanvas {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

.logo-footer {
    font-size: 20px;
    width: 180px;
}

/*
Hero
*/
main.hero-bg {
    padding: 20px 15px 100px;
    position: relative;
    background-size: cover;
    background-image: url(https://img.emlasts.com/funnel/v1/img/FLD/design03/hero-bg.jpg);
    background-color: #02163d;
    overflow: hidden;
    background-position: top right;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    main.hero-bg {
        background-size: 170%;
        background-position: 60% 0%;
        padding: 10px 15px 30px;
    }
}

.navbar {
    display: none;
}

.shapeDividerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.shapeDividerBottom svg {
    position: relative;
    display: block;
    width: calc(182% + 1.3px);
    height: 62px;
    transform: rotateY(180deg);
}

.shapeDividerBottom .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-top-1723827334 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1723827334 svg {
    position: relative;
    display: block;
    width: calc(190% + 1.3px);
    height: 76px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1723827334 .shape-fill {
    fill: #FFFFFF;
}

.card.hero-cta {
    background-color: transparent;
    padding-top: 20px;
}

.hero-cta .card-title {
    color: white !important;
}

.hero-cta h4 {
    letter-spacing: -1px;
    font-size: 17px;
}

.hero-cta p {
    line-height: normal;
}

.sub-text {
    font-size: 25px;
}

.hero-cta .form-group label {
    color: white;
}

.hero-cta .btn-primary:hover,
.hero-cta .btn-primary:focus,
.hero-cta .btn-primary:active,
.hero-cta .btn-primary.active,
.hero-cta .btn-primary:checked,
.hero-cta .btn-primary:focus-visible,
.hero-cta .btn-check:checked + .btn-primary,
.hero-cta .btn-primary.show,
.hero-cta .btn-primary:first-child:active,
.hero-cta :not(.btn-check) + .btn-primary:active {
    background-color: #FFA600;
    box-shadow: none;
}

.hero-cta label {
    font-size: 18px;
    font-weight: bold;
}

.hero-cta h2 {
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
}

.hero-cta h4:before, .hero-cta h4:after {
    content: "";
    background-color: #333;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25px;
    margin: 0 10px;
}

.loan-amount small {
    color: white;
    font-size: 12px;
}

/*
Progress Bar
*/
.progress {
    max-width: 500px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
}

.progress-bar {
    background: #0670ff;
}

/*
Cards/Validation/Actions
*/
.card {
    max-width: 500px;
    margin: auto;
    border: none;
}

.card-title {
    color: #666;
}

.card-body {
    padding: 1rem 0;
}

.card-body h3 {
    font-family: 'montserrat', sans-serif;
    letter-spacing: -1px;
    color: #333;
    font-weight: 600;
}

.card-body label {
    font-size: 15px;
    padding: 15px;
}

.card.current {
    display: block;
}

.card.not-current {
    display: none;
}

#legal-text {
    max-width: 330px;
    margin: auto;
    color: white;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.9;
}

#legal-text span {
    display: block;
    line-height: 1.5;
}

.hpostal-value {
    color: #666;
    font-size: 12px;
}

.form-control:focus {
    border-color: #dbe0e4;
    box-shadow: none;
}

.check {
    padding-bottom: 20px;
}

.has-danger .form-control {
    border-color: #dc1d34;
}

.loan-amount .text-help {
    color: white;
}

.text-warning {
    color: #FF9D00!important;
}

.bg-warning {
    background-color: #FF9D00!important;
}

.btn-warning {
    background-color: #FF9D00;
    border-color: #FF9D00;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #e68c00; /* slightly darker shade for hover */
    border-color: #e68c00;
}

.text-help {
    color: #dc1d34;
    font-size: 14px;
    padding-top: 5px;
}

.has-success .form-control {
    border-color: #3c763d;
}

#actions {
    max-width: 500px;
    margin: auto;
}

#nextBtn {
    margin-bottom: 15px;
}

.submit {
    color: white;
    background: #FF5722 !important;
    border-color: #FF5722 !important;
    padding: 10px 16px;
    font-weight: 600;
}

.submit:hover,
.submit:active,
.submit:focus,
.submit:active:focus {
    color: #fff !important;
    background-color: #FF5722 !important;
    border-color: #FF5722 !important;
    box-shadow: none;
    padding: 10px 16px;
    font-weight: 600;
}

.form-group label {
    color: #666;
}

.opt-in,
.phone-disc,
#tcpa-disc {
    font-size: 10px;
    margin-top: 10px;
}

.popover-body {
    font-size: 10px;
}

/*
Modals
*/
.modal-lg {
    max-width: 860px;
}

.modal-header {
    justify-content: center;
    padding: 2rem 1rem;
    font-weight: 500;
}

.modal-title small {
    font-weight: 400;
    color: #777;
}

#dont-sell {
    padding-top: 10px;
}

.terms-info a {
    color: #0d6efd !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.modal-bg {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 250px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-body ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-img {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img2 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg2.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img3 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg3.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

#priincsrcAlert h3,
#bacctypeAlert h3,
#isddAlert h3 {
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -1px;
}

#priincsrcAlert ul {
    line-height: 2;
}

.col-padding {
    padding: 65px 45px 45px;
    color: #444;
}

/*
Footer
*/

footer p {
    font-size: 11px;
}

footer a {
    font-size: 11px;
}

/*
Lender Submit
*/
#lender-found {
    background: #5CB85C;
    border-radius: 50%;
    width: 90px;
    margin: auto;
    opacity: .5;
}

#lender-found.in {
    opacity: 1;
    -webkit-animation: heartBeat ease-in-out 1.5s;
    animation: heartBeat ease-in-out 1.5s;
}

#lender-spinner,
.lender-spinner {
    width: 90px;
    margin: auto;
    opacity: .5;
}

.modal-logo img {
    padding: 30px 0 10px 0;
}

/*
Content Information
*/
#content {
    color: #737373;
}

#content h1 {
    letter-spacing: -1px;
    font-weight: 400;
    font-family: 'montserrat', sans-serif;
}


#content .btn-danger {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    width: 220px;
}

#content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#content ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    color: #3D4059
}

#content ul li:last-child {
    border: none;
}

#content ul li i {
    color: #0670ff;
}

#content .alert {
    background-color: #F8F8F8;
    border-color: #F8F8F8;
    color: #737373;
}

.pre-block .alert h4 {
    font-size: 18px;
}

#content .alert p {
    line-height: 1.4;
}

.pre-block {
    margin: 20px 0 50px 0;
}

.pre-block h2 {
    font-size: 25px;
}

.faq {
    background: whitesmoke;
    padding: 40px 0;

}

.banner {
    position: relative;
    background: url("https://img.emlasts.com/funnel/v1/webp/lastcall.webp");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 50px 0 55px 0;
    color: #FFF;
}

.banner-text button {
    background: #FF5722 !important;
    border: none;
    font-weight: bold;
    width: 300px;
    margin: auto;
}

.banner-text h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 400;
}

.alert-light {
    background: #f4f4f4;
    font-family: 'montserrat', sans-serif;
    color: #333;
    border: 2px solid #f0e7e7;
    padding: 15px 20px;
    font-size: 15px;
}

.alert-light h5 {
    font-weight: 700 !important;
    color: #0670ff !important;
}

.btn-outline-warning {
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    border: 3px solid #fff;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 18px;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.btn-danger {
    color: #fff;
    background-color: #0670ff;
    border-color: #0670ff;
    border-radius: 6px;
    padding: 10px 16px;
    font-weight: 600;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
    color: #fff;
    background-color: #0670ff !important;
    border-color: #0670ff !important;
    box-shadow: none;
}

.btn-primary {
    padding: 15px;
    font-weight: 600;
}

.btn-light {
    padding: 15px;
    border-radius: 6px;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
}

.badge-holder {
    max-width: 360px;
    text-align: center;
    font-size: 12px;
}

.badge-holder {
    display: none;
}

/*
Toast
*/
.toast {
    background-color: #FF7C1E;
    border: none;
    box-shadow: none;
    margin: 10px;
}

.toast-body {
    color: white;
}

.toast-body i {
    font-size: 30px;
}

/*
Auto Complete
*/
.autoComplete_wrapper > input,
.autoComplete_wrapper {
    width: 100%;
    height: unset;
}

.autoComplete_wrapper > input::placeholder {
    color: #666;
    font-size: 15px;
}

.autoComplete_wrapper > ul > li mark {
    padding: 0;
}

/*
Processing Animation
*/
.processing-animation {
    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;
    width: 400px;
    margin: 15px auto 30px auto;
}

.processing-animation i {
    font-size: 55px;
    margin: 16px;
    color: #999999;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrapper {
    position: relative;
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.wrapper span {
    position: relative;
    left: 112px;
    top: 60px;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.wrapper:before {
    content: "";
    position: absolute;
    top: 210px;
    left: 26px;
    width: 100px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(222, 225, 228, 0.4);
    -webkit-animation-name: shadow-loop;
    animation-name: shadow-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.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;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #e8edef;
    border: 9px solid #DEE1E4;
    overflow: hidden;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.handle:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.handle:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 36px;
    height: 12px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 4px 4px 0;
}

.box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@-webkit-keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

@keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

.form-wrapper {
    max-width: 500px;
}

.bi-coin {
    padding: 10px;
    color: #485e4e
}

.box-1 {
    -webkit-animation: 1s rowup-1 linear infinite normal;
    animation: 1s rowup-1 linear infinite normal;
}

.box-2 {
    -webkit-animation: 1s rowup-2 linear infinite normal;
    animation: 1s rowup-2 linear infinite normal;
}

.focus-in {
    -webkit-animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.processing-txt h5,
.processing-txt h3 {
    color: #0670ff;
}

.processing-txt h6 {
    font-weight: 300 !important;
}

.processing-txt h3 {
    font-weight: 400 !important;
}

.animation-pause * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/*
Last 4 SSN Step
*/
.small-legal {
    font-size: 11px;
    color: #999;
    text-align: justify;
    margin-bottom: 0;
}

.small-legal strong {
    font-size: 14px;
}

.last4-group {
    width: 250px;
    margin: 0 auto;
}

.last4 {
    padding: 12px 15px;
    border: 1px solid #ccc;
}

.alert-light-ssn {
    border: 1px solid #ccc;
    margin: 5px 0 15px 0;
}

/*
Legal Terms Lookup
*/
#legalTerms {
    max-width: 400px;
    margin: 15px auto;
    font-size: 10px
}

/*
Lookup Validated Welcome Back Text
*/
#welcome-back p {
    font-size: 14px;
}

.session-legal p {
    font-size: 12px;
    line-height: 1.3;
}

.returned-submit {
    position: relative;
}

.return-user-img {
    width: 285px;
    margin: 0 auto;
}

.arrow-3 {
    width: 50px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 13px;
    right: 20px;
}

.arrow-3:before {
    content: "";
    flex: 1;
    margin: 0 5px;
    background: white;
    clip-path: polygon(0 10px, calc(100% - 15px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
    animation: a3 .5s infinite alternate;
}

@-webkit-keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

@keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

/*
Media Queries
*/
@media (max-width: 425px) {
    .alert-light {
        min-height: 0;
    }

    #content h1 {
        font-size: 25px;
    }

    .toast {
        margin: 0 0 70px;
    }
}

@media (min-width: 768px) {
    .partner-list {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }
}

@media (min-width: 992px) {
    .alert-light {
        min-height: 0;
        padding: 15px 20px;
    }
}

@media (min-width: 1200px) {
    .hero-girl {
        position: relative
    }

    .hero-girl:after {
        content: "";
        background-image: url("https://img.emlasts.com/funnel/v1/webp/fld-hero.webp");
        background-size: cover;
        position: absolute;
        width: 550px;
        height: 554px;
        right: -570px;
        top: 80px;
    }
}

.progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress-bar-lenders {
    height: 20px;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 8px;
    width: 50%; /* Adjust this to change the progress */
    animation: fillProgress 5s infinite, moveBackground 2s linear infinite;
    margin-bottom: 25px;
    background-color: #0670ff;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
}

@keyframes fillProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.content-section {
    padding: 50px 0;
}

.stats-section {
    background-image: url('https://imgcmn.s3.us-west-2.amazonaws.com/funnel/v1/img/FLD/design03/map.jpg');
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: top center; /* Positions the image at the top right */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    min-height: 450px;
    background-color: #01153e;
}

.content-section h2 {
    color: #0670ff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.text-center .block-title__line {
    margin-left: auto;
    margin-right: auto;
}

.decor-left {
    bottom: -35px;
    left: 0;
}

.decor-right {
    bottom: -35px;
    right: 0;
}

.block-title__line {
    display: block;
    width: 80px;
    height: 3px;
    background-color: #119CE8;
    border-radius: 1.5px;
    position: relative;
    margin-left: 35px;
}

.block-title__line::before, .block-title__line::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #7b86f1;
    opacity: 0.2;
    border-radius: 1.5px;
}

.block-title__line::before {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
}

.block-title__line::after {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
}

.card-alt {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #ccc;
    padding: 25px 30px;
}

.card-alt-title {
    letter-spacing: -1px;
}

.heartbeat {
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
    animation: heartbeat 2s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media (min-width: 768px) {
    .lord-icon-size {
        width: 65px;
        height: 65px;
    }
    
    .box4 {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .lord-icon-size {
        width: 40px;
        height: 40px;
    }
    .box4 {
        margin-top: 0px;
    }
}