:root {
    --tbm-bg-gradient-pro: linear-gradient(220deg, #416acd 0%, #4068cb 30%, #203585 100%);
}
body {
    max-width: 100%;
    box-shadow: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 970px;
}
.l-hero.l-hero-1 .col-cta, 
.l-hero.l-hero-1 .col-image, 
.l-hero.l-hero-3 .col-cta, 
.l-hero.l-hero-3 .col-image, 
.l-hero.l-hero-phone1 .col-cta, 
.l-hero.l-hero-phone1 .col-image {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.main-wrapper .main-text-wrapper {
    margin: 0 !important;
}
.nav-breadcrumb .container-custom {
    max-width: 970px;
    margin: 0 auto;
}
.nav-breadcrumb .container-custom ol.breadcrumb {
    padding: 0 20px;
}

.header-logo {
    max-height: 40px;
}

/* HERO HEADER */
header + .l-hero.l-hero-1,
header + .l-hero.l-hero-3 {
    margin-top: 0;
}
header + .l-hero.l-hero-1 .hero-wrapper,
header + .l-hero.l-hero-3 .hero-wrapper {
    background: -webkit-linear-gradient(top, #dbecfd, #f7f5f1);
    background: linear-gradient(to bottom, #dbecfd, #f7f5f1);
    border-bottom: 1px solid #e5e7eb;
}
header + .l-hero.l-hero-1 .hero-wrapper .hero-gradient,
header + .l-hero.l-hero-3 .hero-wrapper .hero-gradient {
    padding: 10px;
    background: transparent;
}

/* HERO FOOTER*/
.l-hero.l-hero-1:has(+ footer),
.l-hero.l-hero-3:has(+ footer) {
    margin-top: 40px;
}
.l-hero.l-hero-1:has(+ footer) .hero-wrapper,
.l-hero.l-hero-3:has(+ footer) .hero-wrapper {
    background: #3A3A3A;
}
.l-hero.l-hero-1:has(+ footer) .hero-gradient, 
.l-hero.l-hero-3:has(+ footer) .hero-gradient {
    min-height: auto;
    background: none;
    padding: 40px 10px;
}
.l-hero.l-hero-1:has(+ footer) .hero-content--title, 
.l-hero.l-hero-3:has(+ footer) .hero-content--title {
    color: #FFFFFF;
}

.l-hero.l-hero-1 .hero-content--title, .l-hero.l-hero-3 .hero-content--title {
    background: var(--tbm-bg-gradient-pro);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-default {
    background: #4068cb;
    background: var(--tbm-bg-gradient-pro);
}
.header-cta-button .btn, .header-cta-button .btn, .l-hero.l-hero-3 .title-box, .btn-footer-cta, .contact-form .btn {
    background: #4068cb;
    background: var(--tbm-bg-gradient-pro);
    border: none !important;
    color: #FFF !important;
}

.l-hero .hero-gradient {
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 8%, rgba(180, 250, 233, 1) 89%);
}
.l-hero.l-hero-1 .title-box, 
.l-hero.l-hero-3 .title-box {
    background: #4068cb;
    background: var(--tbm-bg-gradient-pro);
    border: none;
}
.l-hero.l-hero-1 .hero-content--subtitle, 
.l-hero.l-hero-3 .hero-content--subtitle, 
.l-hero.l-hero-phone1 .hero-content--subtitle {
    color: #62748e;
    font-weight: 500;
}
.btn, .contact-wizard-footer .button, .contact-wizard-footer .button-light, .ctgryslctr-modal-cancel, .ctgryslctr-modal-close, .ctgryslctr-modal-submit {
    padding: 5px 20px !important;
}

h2, h3, h4, h5, h6 {
    background: var(--tbm-bg-gradient-pro);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pagination .page-item.active .page-link {
    background: var(--tbm-bg-gradient-pro);
    border-color: var(--tbm-bg-gradient-pro);
}
.pagination .page-link:hover {
    background: var(--tbm-bg-gradient-pro);
    border-color: var(--tbm-bg-gradient-pro);
}
.service-page.lead-gen .hero-title {
    background: var(--tbm-bg-gradient-pro);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-page.lead-gen .section-label {
    color: #222734 !important;
    font-size: 1.1rem !important;
}
.service-page.lead-gen .inline-cta {
    background: var(--tbm-bg-gradient-pro);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.l-hero.l-hero-1:has(+ footer) .hero-wrapper, .l-hero.l-hero-3:has(+ footer) .hero-wrapper .hero-content--title {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lfo .contact-wizard .contact-wizard-header {
    background: var(--tbm-bg-gradient-pro);
}
.contact-wizard-footer .button-wzrd-next,
.contact-wizard-footer .button-wzrd-submit {
    background: var(--tbm-bg-gradient-pro);
    border-color: var(--tbm-bg-gradient-pro);
    opacity: 1 !important;
}
.notyDynamoTheme.noty_container_type_error {
    background: var(--tbm-bg-gradient-pro);
    border: none !important;
    box-shadow: none !important;
}