.lpv2__header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    z-index: 50;
    padding: 16px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.lpv2__header .lpv2__header-content {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lpv2__header .header-contact {
    display: flex;
    align-items: center;
    gap: 16px;
}

.lpv2__header .contact-text {
    color: #4b5563;
    font-size: 14px;
    /* font-family: "Roboto", sans-serif; */
}

.lpv2__header .contact-link {
    /* font-family: "Poppins", sans-serif; */
    font-weight: bold;
    font-size: 18px;
    color: #0A2540;
    text-decoration: none;
    transition: color 0.3s ease;
}

.lpv2__header .lpv2__header-logo img {
    max-width: 183px;
    width: 100%;
}

@media screen and (max-width: 756px) {
    .lpv2__header .header-contact {
        display: none;
    }

    .lpv2__header {
        padding: 4px 0;
    }

    .lpv2__header-content .lpv2__header-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.lpv2__main-content {
    padding-top: 113px;
}

.lpv2__main-content p {
    margin-bottom: 1rem;
      line-height: 140%;
}

.lpv2__container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lpv2__main-content {
        padding-top: 88px;
    }
}


.lpv2__hero {
    padding: 80px 15px;
    background-color: rgb(249, 250, 251);
}

.lpv2__hero .lpv2__container {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.lpv2__hero-content,
.lpv2__hero .pardot-form {
    width: 48%;
}

.lpv2__hero-content h1 {
    margin-bottom: 1rem;
    line-height: 1.1;
    color: #0A2540;
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: 48px;
}

.lpv2__hero-list {
    margin: 0;
    list-style: none;
    max-width: 28rem;
      padding: 0;
}

.lpv2__hero-list li {
    display: flex;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: rgb(55, 65, 81);
}

.lpv2__hero-list li:not(:last-child) {
    margin-bottom: 10px;
}

.lpv2__hero-list li img.lpv2__hero-icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 4px;
}

.lpv2__hero-content p {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 16px;
    line-height: 1.75rem;
    color: rgb(55, 65, 81);
    margin: 8px 0 28px;
}


.lpv2_mobile-img {
    display: none;
}

.lpv2__hero .pardot-form {
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 100%;
}

.lpv2_form-heading {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #0A2540;
    font-size: 30px;
}

.lpv2__hero .pardot-form form {
    padding: 0;
}

.lpv2__hero .pardot-form form label {
    font-weight: 600;
    margin-bottom: 4px;
    color: rgb(55, 65, 81);
    display: block;
    line-height: 1;
    font-size: 16px;
}

.lpv2__hero .pardot-form form select,
.lpv2__hero .pardot-form form input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    outline: none;
    line-height: 1.1;
}

.lpv2__hero .pardot-form form select:focus,
.lpv2__hero .pardot-form form input:focus {
    box-shadow: 0 0 0 2px rgba(141, 198, 63, 0.5);
}

.lpv2__hero .pardot-form form #google-recaptcha-field {
    margin-top: 16px;
}

.lpv2__hero .pardot-form form input[type=submit] {
    margin-top: 16px;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 12px 32px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #8dc63f;
    color: #0A2540;
    cursor: pointer;
    transition: opacity 0.3s ease;
    border: none;
    text-transform: capitalize;
}

.lpv2__hero .pardot-form form input[type=submit]:hover {
    background-color: #72a230;
    border-color: #72a230;
    color: #fff;
}

.lpv2__hero .pardot-form form>p:last-of-type {
    margin: 0;
    color: #0A2540;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .lpv2__hero-content h1 {
        font-size: 50px;
    }

    .lpv2__hero {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 991px) {
    .lpv2__hero .lpv2__container {
        flex-direction: column;
    }

    .lpv2__hero-content,
    .lpv2__hero .pardot-form {
        width: 100%;
    }

    .lpv2__hero-content {
        margin-bottom: 32px;
    }

    .lpv2__hero-list {
        max-width: 372px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    .lpv2__hero {
        padding: 20px 0 38px 0;
    }

    .lpv2__hero-content h1 {
        font-size: 1.7rem;
        line-height: 1.15;
        text-align: center;
        padding: 0 15px;
    }

    .lpv2__hero-content p {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 15px;
    }

    .lpv2__hero .pardot-form {
        max-width: 100%;
        padding: 14px;
    }

    .lpv2_form-heading {
        font-size: 16px;
        line-height: 1.2;
    }

}



.lpv2__trust {
    background-color: #ffffff;
    padding: 3rem 0;
}

.lpv2__trust .trust-heading {
    text-align: center;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    /* font-family: "Poppins", sans-serif; */
    font-size: 16px;
    line-height: 24px;
}

.lpv2__trust .trust-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.lpv2__trust .trust-logos-container {
    display: flex;
    flex-shrink: 0;
    gap: 2rem;
}

.lpv2__trust .trust-logo {
    height: 4rem;
    opacity: 0.8;
}

.lpv2__trust .trust-description {
    border-left: none;
    text-align: center;
    max-width: 37rem;
    color: #4b5563;
}

.lpv2__trust .trust-description p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
    .lpv2__trust .trust-content {
        flex-direction: row;
        gap: 3rem;
    }

    .lpv2__trust .trust-description {
        border-left: 1px solid #d1d5db;
        padding-left: 2rem;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .lpv2__trust .trust-logos-container {
        gap: 2rem;
    }
}



.lpv2__testimonial-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(249 250 251);
}

.lpv2__testimonial-content {
    display: grid;
    gap: 3rem;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpv2__testimonial-img img {
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.lpv2__testimonial {
    position: relative;
}

.lpv2__testimonial .icon {
    font-size: 48px;
    max-width: 48px;
    color: #e5e7eb;
    position: absolute;
    top: -16px;
    left: -32px;
    z-index: 0;
}

.lpv2__testimonial .icon img {
    width: 100%;
}

.lpv2__quote {
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #1f2937;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 16px;
    text-align: left;
}

.lpv2__author-container {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.lpv2__author-img img {
    border-radius: 50%;
    height: 64px;
    width: 64px;
    object-fit: cover;
    margin-right: 16px;
}

.lpv2__author-info>div {
    display: flex;
}

.lpv2__author-container .lpv2__author-name {
    font-weight: 700;
    color: #111827;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    margin: 0;
    text-align: left;
    margin-bottom: 0;
}

.lpv2__author-stars {
    display: flex;
    align-items: center;
}

.lpv2__author-stars .lpv2__author-star {
    max-width: 16px;
    width: 100%;
}

.lpv2__author-container .lpv2__author-role {
    color: #6b7280;
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .lpv2__testimonial-section {
        padding: 48px 0;
    }

    .lpv2__testimonial-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lpv2__quote {
        font-size: 18px;
        line-height: 1.4;
    }

}


.lpv2__how-it-works {
    background-color: rgb(255, 255, 255);
    padding: 80px 0 80px 0;
}

.lpv2__how-it-works .how-it-works__container {
    max-width: 1232px;
    margin: 0 auto;
}

.lpv2__how-it-works .how-it-works__header {
    text-align: center;
    margin-bottom: 48px;
}

.lpv2__how-it-works .how-it-works__title {
    font-size: 36px;
    font-weight: 800;
    color: #0A2540;
    margin-bottom: 16px;
    line-height: 40px;
    /* font-family: "Poppins", sans-serif; */
}

.lpv2__how-it-works .how-it-works__card {
    background-color: rgb(249, 250, 251);
}

.lpv2__how-it-works .how-it-works__subtitle {
    /* font-size: 18px; */
    color: #4b5563;
    max-width: 742px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.lpv2__how-it-works .how-it-works__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.lpv2__how-it-works .fas:before {
    color: rgb(141, 198, 63);
}

.lpv2__how-it-works .how-it-works__card {
    background-color: rgb(249, 250, 251);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.lpv2__how-it-works .how-it-works__icon {
    font-size: 32px;
    color: #8dc63f;
    margin-bottom: 16px;
    height: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.lpv2__how-it-works .how-it-works__icon img {
    max-width: 32px;
}

.lpv2__how-it-works .how-it-works__card-title {
    font-weight: 700;
    color: #0A2540;
    margin-bottom: 8px;
    /* font-family: "Poppins", sans-serif; */
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.lpv2__how-it-works .how-it-works__card-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .lpv2__how-it-works .how-it-works__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .lpv2__how-it-works {
        padding: 48px 0 48px 0;
    }

    .lpv2__how-it-works .how-it-works__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .lpv2__how-it-works .how-it-works__card {
        padding: 16px;
    }
}

.lpv2__how-it-works {
    background-color: rgb(255, 255, 255);
    padding: 40px 0 80px 0;
}

.lpv2__how-it-works .how-it-works__container {
    max-width: 1232px;
    margin: 0 auto;
}

.lpv2__how-it-works .how-it-works__header {
    text-align: center;
    margin-bottom: 48px;
}

.lpv2__how-it-works .how-it-works__title {
    font-size: 36px;
    font-weight: 800;
    color: #0A2540;
    margin-bottom: 16px;
    line-height: 40px;
    /* font-family: "Poppins", sans-serif; */
}

.lpv2__how-it-works .how-it-works__card {
    background-color: rgb(249, 250, 251);
}

.lpv2__how-it-works .how-it-works__subtitle {
    /* font-size: 18px; */
    color: #4b5563;
    max-width: 742px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.lpv2__how-it-works .how-it-works__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.lpv2__how-it-works .fas:before {
    color: rgb(141, 198, 63);
}

.lpv2__how-it-works .how-it-works__card {
    background-color: rgb(249, 250, 251);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.lpv2__how-it-works .how-it-works__icon {
    font-size: 32px;
    color: #8dc63f;
    margin-bottom: 16px;
    height: 40px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.lpv2__how-it-works .how-it-works__icon img {
    max-width: 32px;
}

.lpv2__how-it-works .how-it-works__card-title {
    font-weight: 700;
    color: #0A2540;
    margin-bottom: 8px;
    /* font-family: "Poppins", sans-serif; */
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.lpv2__how-it-works .how-it-works__card-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .lpv2__how-it-works .how-it-works__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .lpv2__how-it-works {
        padding: 38px 0 48px 0;
    }

    .lpv2__how-it-works .how-it-works__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .lpv2__how-it-works .how-it-works__card {
        padding: 16px;
    }
}


#footer {
    padding: 2rem 0;
    background-color: rgb(10, 37, 64);
}

.lpv2__footer-copy {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.lpv2__footer-copy a{
    text-decoration: underline;
}

.lpv2__footer-description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(156, 163, 175);
    text-align: center;
}

.lpv2__sticky-cta {
    padding: 1rem;
    background-color: rgb(141, 198, 63);
    text-align: center;
    /* font-family: Poppins, sans-serif; */
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #0A2540;
}

.lpv2__sticky-cta .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .lpv2__sticky-cta {
        display: flex;
    }

    .sticky-banner-active #footer {
        padding-bottom: 5rem;
    }
}