.elementor-2292 .elementor-element.elementor-element-5a26de8{--display:flex;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4fd9621 *//* =========================================================
   THANK YOU PAGE
========================================================= */

.tlm-thankyou,
.tlm-thankyou * {
    box-sizing: border-box;
}

.tlm-thankyou {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #1a1a1a;
}


/* =========================================================
   HERO
========================================================= */

.tlm-thankyou-hero {
    width: 100%;
    background: #0f2a54;
    padding: 90px 60px;
}

.tlm-thankyou-hero-inner {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 70px;
}

.tlm-thankyou-content {
    flex: 1;
    min-width: 0;
}

.tlm-check {
    width: 90px;
    height: 90px;

    border: 3px solid #e8b84b;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 36px;

    color: #e8b84b;
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
}

.tlm-thankyou-content h1 {
    color: #ffffff;

    font-size: 3.4rem;
    line-height: 1.15;
    font-weight: 800;

    margin: 0 0 20px;
    padding: 0;

    letter-spacing: -0.5px;
}

.tlm-subtitle {
    color: #e8b84b;

    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;

    margin: 0 0 26px;
}

.tlm-line {
    width: 70px;
    height: 3px;

    background: #e8b84b;

    margin-bottom: 30px;
}

.tlm-thankyou-content > p {
    color: #cfd8e6;

    font-size: 1.15rem;
    line-height: 1.7;

    max-width: 420px;

    margin: 0;
}


/* =========================================================
   HERO IMAGE
========================================================= */

.tlm-image {
    flex: 1;
    min-width: 0;
}

.tlm-image img {
    width: 100%;
    height: 480px;

    display: block;

    border: 0;
    border-radius: 20px;

    object-fit: cover;
}


/* =========================================================
   INFO SECTION
========================================================= */

.tlm-info-section {
    width: 100%;

    padding: 70px 60px;

    background: #ffffff;
}

.tlm-info {
    max-width: 1200px;

    margin: 0 auto;

    background: #f4f6f9;

    border-radius: 10px;

    padding: 46px 60px;

    display: flex;
    align-items: center;

    gap: 46px;
}


/* =========================================================
   INFO ICON
========================================================= */

.tlm-info-icon {
    width: 90px;
    height: 90px;

    min-width: 90px;

    border-radius: 50%;

    background: #e2ecf8;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tlm-bulb {
    color: #0f2a54;

    font-size: 40px;

    line-height: 1;
}


/* =========================================================
   INFO TEXT
========================================================= */

.tlm-text {
    flex: 1 1 auto;

    min-width: 220px;
    max-width: 360px;
}

.tlm-text h2 {
    color: #0f2a54;

    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;

    margin: 0 0 10px;
    padding: 0;
}

.tlm-text p {
    color: #4a5568;

    font-size: 1rem;
    line-height: 1.6;

    max-width: 320px;

    margin: 0;
}


/* =========================================================
   INFO DIVIDER
========================================================= */

.tlm-info-divider {
    width: 1px;
    height: 90px;

    min-width: 1px;

    flex: 0 0 1px;

    background: #dde3ec;

    align-self: center;
}


/* =========================================================
   CONTACT
========================================================= */

.tlm-contact {
    flex: 0 0 auto;

    width: 330px;
    min-width: 330px;

    display: flex;

    flex-direction: column;

    gap: 14px;
}

.tlm-contact-row {
    display: flex;

    align-items: center;

    gap: 12px;

    color: #0f2a54 !important;

    font-size: 1.05rem;
    line-height: 1.4;

    font-weight: 600;

    text-decoration: none !important;
}

.tlm-contact-row:hover {
    color: #0c2247 !important;
}

.tlm-phone,
.tlm-email {
    width: 20px;
    min-width: 20px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    color: #0f2a54;

    font-size: 19px;

    line-height: 1;
}

.tlm-helper {
    color: #6b7280;

    font-weight: 400;

    font-size: 0.98rem;
    line-height: 1.5;

    margin: 0 0 0 32px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .tlm-info {
        padding: 40px;

        gap: 30px;
    }

    .tlm-text {
        max-width: 300px;
    }

    .tlm-contact {
        width: 280px;
        min-width: 280px;
    }

}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 900px) {

    /* HERO */

    .tlm-thankyou-hero {
        padding: 60px 24px;
    }

    .tlm-thankyou-hero-inner {
        flex-direction: column;

        align-items: stretch;

        gap: 45px;
    }

    .tlm-thankyou-content h1 {
        font-size: 2.5rem;
    }

    .tlm-image img {
        height: 300px;
    }


    /* INFO */

    .tlm-info-section {
        padding: 50px 24px;
    }

    .tlm-info {
        padding: 36px;

        flex-direction: column;

        align-items: flex-start;

        gap: 28px;
    }

    .tlm-info-icon {
        width: 80px;
        height: 80px;

        min-width: 80px;
    }


    /* HORIZONTAL DIVIDER */

    .tlm-info-divider {
        width: 100%;
        height: 1px;

        min-width: 100%;
        min-height: 1px;

        flex: 0 0 1px;

        align-self: stretch;
    }


    /* CONTACT */

    .tlm-contact {
        width: 100%;
        min-width: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    /* HERO */

    .tlm-thankyou-hero {
        padding: 45px 20px;
    }

    .tlm-thankyou-hero-inner {
        gap: 35px;
    }

    .tlm-check {
        width: 70px;
        height: 70px;

        margin-bottom: 25px;

        font-size: 32px;
    }

    .tlm-thankyou-content h1 {
        font-size: 2.2rem;

        margin-bottom: 15px;
    }

    .tlm-subtitle {
        font-size: 1.15rem;

        margin-bottom: 20px;
    }

    .tlm-thankyou-content > p {
        font-size: 1rem;

        line-height: 1.6;
    }

    .tlm-image img {
        height: 250px;

        border-radius: 14px;
    }


    /* INFO */

    .tlm-info-section {
        padding: 35px 20px;
    }

    .tlm-info {
        padding: 28px 24px;

        gap: 24px;
    }

    .tlm-info-icon {
        width: 70px;
        height: 70px;

        min-width: 70px;
    }

    .tlm-bulb {
        font-size: 30px;
    }

    .tlm-text {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .tlm-text h2 {
        font-size: 1.3rem;
    }

    .tlm-text p {
        max-width: none;
    }


    /* CONTACT */

    .tlm-contact {
        width: 100%;
        min-width: 0;
    }

    .tlm-contact-row {
        font-size: 0.95rem;

        word-break: break-word;
    }

    .tlm-helper {
        font-size: 0.9rem;

        margin-left: 32px;
    }

}/* End custom CSS */