:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4226e81 */.utility-hero-section {
    background-color: #fafafa;
    background-image:
        linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 90px 0;
}

.utility-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.utility-hero-grid {
    display: grid;
    grid-template-columns: 58% 42%;
    gap: 45px;
    align-items: center;
}

.utility-eyebrow {
    display: inline-block;
    color: #c8102e;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.utility-copy h1 {
    color: #08245c;
    font-size: 48px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.utility-copy h1 span {
    display: block;
    color: #c8102e;
}

.utility-copy h1::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #c8102e;
    margin-top: 18px;
}

.utility-copy p {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
    max-width: 760px;
}

.utility-btn {
    display: inline-block;
    margin-top: 12px;
    background: #c8102e;
    color: #ffffff;
    padding: 14px 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    border-radius: 4px;
    transition: all .25s ease;
}

.utility-btn:hover {
    background: #08245c;
    color: #ffffff;
}

.utility-feature-card {
    background: rgba(255,255,255,0.96);
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 38px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.utility-feature-card h3 {
    color: #08245c;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.utility-list {
    display: grid;
    gap: 14px;
}

.utility-list div {
    background: #f6f8fb;
    border: 1px solid #e2e2e2;
    border-left: 4px solid #c8102e;
    padding: 16px;
    color: #08245c;
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .utility-hero-grid {
        grid-template-columns: 1fr;
    }

    .utility-copy h1 {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .utility-hero-section {
        padding: 60px 0;
    }

    .utility-container {
        padding: 0 20px;
    }

    .utility-feature-card {
        padding: 28px;
    }

    .utility-copy h1 {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58af1a1 */.utility-support-section {
    background: #ffffff;
    padding: 80px 0;
}

.utility-section-header {
    max-width: 850px;
    margin-bottom: 42px;
}

.utility-section-header h2 {
    color: #08245c;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.utility-section-header h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #c8102e;
    margin-top: 16px;
}

.utility-section-header p {
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.utility-support-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.utility-support-card {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 32px 26px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: all .25s ease;
}

.utility-support-card:hover {
    transform: translateY(-6px);
    border-color: #c8102e;
    box-shadow: 0 18px 38px rgba(0,0,0,.1);
}

.utility-icon {
    width: 46px;
    height: 46px;
    background: #08245c;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 22px;
}

.utility-support-card h3 {
    color: #08245c;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.utility-support-card p {
    color: #333333;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 1000px) {
    .utility-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .utility-support-section {
        padding: 60px 0;
    }

    .utility-section-header h2 {
        font-size: 32px;
    }

    .utility-support-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecfcd9e */.utility-products-section {
    background: linear-gradient(
        135deg,
        #06183d 0%,
        #08245c 60%,
        #021024 100%
    );
    padding: 85px 0;
    color: #ffffff;
}

.utility-products-layout {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 50px;
    align-items: center;
}

.utility-products-copy h2 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 22px;
}

.utility-products-copy h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #c8102e;
    margin-top: 18px;
}

.utility-products-copy p {
    color: rgba(255,255,255,0.86);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
}

.utility-products-section .utility-eyebrow {
    color: #ffffff;
}

.utility-products-list {
    display: grid;
    gap: 16px;
}

.utility-product-row {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 6px;
    padding: 22px;
    transition: all .25s ease;
}

.utility-product-row:hover {
    transform: translateX(6px);
    border-color: #c8102e;
    background: rgba(255,255,255,0.12);
}

.utility-product-row span {
    color: #ffffff;
    background: #c8102e;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 900;
}

.utility-product-row h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 8px;
}

.utility-product-row p {
    color: rgba(255,255,255,0.82);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 900px) {
    .utility-products-layout {
        grid-template-columns: 1fr;
    }

    .utility-products-copy h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .utility-products-section {
        padding: 60px 0;
    }

    .utility-product-row {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */