:root {
    --ares-ink: #14211f;
    --ares-muted: #52615d;
    --ares-green: #123d34;
    --ares-green-dark: #08231e;
    --ares-green-soft: #e8f0ec;
    --ares-brass: #c8943a;
    --ares-brass-light: #e0b45d;
    --ares-paper: #f7f8f5;
    --ares-white: #ffffff;
    --ares-line: rgba(20, 33, 31, 0.12);
    --ares-shadow: 0 18px 48px rgba(8, 35, 30, 0.12);
    --ares-shadow-soft: 0 10px 28px rgba(8, 35, 30, 0.09);
    --ares-radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body.et_divi_theme {
    background: var(--ares-paper);
    color: var(--ares-ink);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.et_divi_theme h1,
body.et_divi_theme h2,
body.et_divi_theme h3,
body.et_divi_theme h4,
body.et_divi_theme h5,
body.et_divi_theme h6 {
    color: var(--ares-ink);
    font-family: "Saira Semi Condensed", "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

body.et_divi_theme p,
body.et_divi_theme li,
body.et_divi_theme td,
body.et_divi_theme .et_pb_text_inner {
    color: var(--ares-muted);
    line-height: 1.75;
}

body.et_divi_theme a {
    color: var(--ares-green);
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.et_divi_theme a:hover {
    color: var(--ares-brass);
}

body.et_divi_theme .et_pb_row {
    max-width: 1180px;
}

body.et_divi_theme .et_pb_section {
    overflow: hidden;
}

body.et_divi_theme .entry-content .et_pb_section {
    padding-top: 78px;
    padding-bottom: 78px;
}

body.et_divi_theme .entry-content .et_pb_section:nth-of-type(even) {
    background-color: var(--ares-paper);
}

body.et_divi_theme .entry-content h2 {
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 14px;
}

body.et_divi_theme .entry-content h3 {
    font-size: 28px;
    line-height: 1.22;
}

body.et_divi_theme .et_pb_button,
body.et_divi_theme .et_pb_bg_layout_light.et_pb_button,
body.et_divi_theme .et_pb_bg_layout_dark.et_pb_button {
    background: var(--ares-brass) !important;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 24px rgba(200, 148, 58, 0.24);
    color: var(--ares-white) !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2 !important;
    padding: 15px 28px !important;
    text-transform: uppercase;
}

body.et_divi_theme .et_pb_button:after {
    line-height: 1 !important;
    margin-left: 8px;
    opacity: 1;
}

body.et_divi_theme .et_pb_button:hover,
body.et_divi_theme .et_pb_bg_layout_light.et_pb_button:hover,
body.et_divi_theme .et_pb_bg_layout_dark.et_pb_button:hover {
    background: var(--ares-green) !important;
    border-color: var(--ares-green) !important;
    box-shadow: 0 14px 30px rgba(8, 35, 30, 0.22);
    color: var(--ares-white) !important;
    transform: translateY(-2px);
}

body.et_divi_theme .et_pb_section_0_tb_header {
    background: var(--ares-green-dark) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.et_divi_theme .et_pb_section_0_tb_header,
body.et_divi_theme .et_pb_section_0_tb_header a,
body.et_divi_theme .et_pb_section_0_tb_header .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.et_divi_theme .et_pb_section_1_tb_header {
    background: rgba(8, 35, 30, 0.96) !important;
    box-shadow: 0 14px 36px rgba(8, 35, 30, 0.16);
    position: sticky;
    top: 0;
    z-index: 999;
}

body.admin-bar.et_divi_theme .et_pb_section_1_tb_header {
    top: 32px;
}

body.et_divi_theme .et_pb_menu_0_tb_header.et_pb_menu {
    background: transparent !important;
}

body.et_divi_theme .et_pb_menu_0_tb_header .et-menu > li > a {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: uppercase;
}

body.et_divi_theme .et_pb_menu_0_tb_header .et-menu > li > a:hover,
body.et_divi_theme .et_pb_menu_0_tb_header .current-menu-item > a {
    color: var(--ares-brass-light) !important;
    opacity: 1;
}

body.et_divi_theme .et_pb_menu_0_tb_header .nav li ul {
    background: var(--ares-white) !important;
    border-top: 3px solid var(--ares-brass);
    border-radius: 0 0 var(--ares-radius) var(--ares-radius);
    box-shadow: var(--ares-shadow);
    padding: 12px 0;
}

body.et_divi_theme .et_pb_menu_0_tb_header .nav li li a {
    color: var(--ares-ink) !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 22px;
}

body.et_divi_theme .et_pb_menu_0_tb_header .nav li li a:hover {
    background: var(--ares-green-soft);
    color: var(--ares-green) !important;
    opacity: 1;
}

body.et_divi_theme .et_pb_text_2_tb_header {
    background: var(--ares-brass) !important;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(200, 148, 58, 0.22);
}

body.et_divi_theme .et_pb_text_2_tb_header .et_pb_text_inner,
body.et_divi_theme .et_pb_text_2_tb_header p {
    color: var(--ares-white) !important;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    text-transform: uppercase;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 {
    align-items: center;
    background-position: center !important;
    min-height: 660px;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
}

body.home.et_divi_theme .entry-content .et_pb_section_0:before {
    background: linear-gradient(90deg, rgba(8, 35, 30, 0.91) 0%, rgba(8, 35, 30, 0.78) 48%, rgba(8, 35, 30, 0.3) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 .et_pb_row {
    position: relative;
    z-index: 2;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 h1 {
    color: var(--ares-white) !important;
    font-size: 58px;
    line-height: 1.04;
    max-width: 760px;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 p {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 18px;
    line-height: 1.75;
    max-width: 650px;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 {
    background: linear-gradient(135deg, var(--ares-green-dark) 0%, var(--ares-green) 72%, #1f4a40 100%) !important;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0) 55%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 .et_pb_row {
    position: relative;
    z-index: 1;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h1,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h2 {
    color: var(--ares-white) !important;
    font-size: 50px;
    line-height: 1.08;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 p {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 17px;
}

body.et_divi_theme .entry-content .et_pb_image img {
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
}

body.et_divi_theme .entry-content .et_pb_image .et_pb_image_wrap {
    border-radius: var(--ares-radius);
    overflow: hidden;
}

body.et_divi_theme .entry-content .et_pb_image img:hover {
    transform: translateY(-3px);
}

body.et_divi_theme .entry-content .et_pb_image img {
    transition: transform 220ms ease, box-shadow 220ms ease;
}

body.et_divi_theme .entry-content .et_pb_text_inner ul {
    padding-left: 0;
}

body.et_divi_theme .entry-content .et_pb_text_inner li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
}

body.et_divi_theme .entry-content .et_pb_text_inner li:before {
    background: var(--ares-brass);
    border-radius: 99px;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: 11px;
    width: 7px;
}

body.et_divi_theme .entry-content .et_pb_blurb .et_pb_blurb_content {
    background: var(--ares-white);
    border: 1px solid var(--ares-line);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    padding: 24px;
}

body.et_divi_theme .entry-content .et_pb_blurb .et_pb_module_header,
body.et_divi_theme .entry-content .et_pb_blurb .et_pb_module_header span {
    color: var(--ares-ink) !important;
    font-size: 20px;
    line-height: 1.25;
}

body.et_divi_theme .entry-content .et_pb_blurb .et_pb_blurb_description {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .entry-content .et_pb_blurb .et-pb-icon {
    color: var(--ares-brass) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 {
    background: linear-gradient(135deg, var(--ares-green-dark) 0%, #10393b 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 h2 {
    color: var(--ares-white) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 p,
body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_image img {
    border-radius: 0;
    box-shadow: none;
    max-width: 96%;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb {
    margin-bottom: 14px !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_blurb_content {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
    display: flex !important;
    gap: 16px;
    min-height: 70px;
    padding: 16px 18px;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_main_blurb_image {
    display: flex !important;
    flex: 0 0 40px;
    margin: 0 !important;
    width: 40px !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_image_wrap {
    display: block;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et-pb-icon {
    align-items: center;
    background: var(--ares-brass);
    border-radius: 6px;
    color: var(--ares-white) !important;
    display: flex;
    font-size: 21px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    width: 40px;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_blurb_container {
    display: block;
    padding-left: 0 !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header,
body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header span {
    color: var(--ares-white) !important;
    font-size: 18px;
    line-height: 1.24;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 {
    background-position: center !important;
    padding-bottom: 76px;
    padding-top: 76px;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_row {
    max-width: 960px !important;
    width: calc(100% - 48px) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 {
    background: rgba(8, 35, 30, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--ares-radius);
    box-shadow: 0 20px 48px rgba(8, 35, 30, 0.18);
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
    padding: 28px 36px;
    width: 100%;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 h2 {
    color: var(--ares-white) !important;
    font-size: 34px;
    line-height: 1.18;
    margin: 0;
}

body.et_divi_theme .entry-content table {
    background: var(--ares-white);
    border: 1px solid var(--ares-line);
    border-collapse: separate;
    border-radius: var(--ares-radius);
    border-spacing: 0;
    box-shadow: var(--ares-shadow-soft);
    overflow: hidden;
    width: 100%;
}

body.et_divi_theme .entry-content table th,
body.et_divi_theme .entry-content table td {
    border-color: var(--ares-line);
    padding: 15px 18px;
    vertical-align: top;
}

body.et_divi_theme .entry-content table th {
    background: var(--ares-green);
    color: var(--ares-white);
    font-weight: 700;
}

body.et_divi_theme .entry-content table tr:nth-child(even) td {
    background: rgba(232, 240, 236, 0.55);
}

body.et_divi_theme .entry-content #cts {
    background: linear-gradient(135deg, var(--ares-green-dark) 0%, var(--ares-green) 100%) !important;
    padding-bottom: 90px;
    padding-top: 90px;
}

body.et_divi_theme .entry-content #cts h1,
body.et_divi_theme .entry-content #cts h2,
body.et_divi_theme .entry-content #cts h3,
body.et_divi_theme .entry-content #cts h4,
body.et_divi_theme .entry-content #cts strong {
    color: var(--ares-white) !important;
}

body.et_divi_theme .entry-content #cts p,
body.et_divi_theme .entry-content #cts .et_pb_blurb_description,
body.et_divi_theme .entry-content #cts .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.76) !important;
}

body.et_divi_theme .entry-content #cts .et_pb_blurb .et_pb_blurb_content {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

body.et_divi_theme .entry-content #cts .et_pb_blurb .et-pb-icon {
    background: rgba(224, 180, 93, 0.16);
    border: 1px solid rgba(224, 180, 93, 0.32);
    border-radius: 6px;
    color: var(--ares-brass-light) !important;
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}

body.et_divi_theme .entry-content .ares-upload-quote-shortcode {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--ares-radius);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    padding: 30px;
}

body.et_divi_theme .ares-quote-upload-wrap .et_pb_contact_main_title {
    color: var(--ares-white) !important;
    font-size: 34px;
    line-height: 1.12;
}

body.et_divi_theme .ares-quote-upload-wrap input,
body.et_divi_theme .ares-quote-upload-wrap textarea {
    border-bottom-color: rgba(255, 255, 255, 0.28);
}

body.et_divi_theme .ares-quote-upload-wrap input:focus,
body.et_divi_theme .ares-quote-upload-wrap textarea:focus {
    border-bottom-color: var(--ares-brass-light);
    outline: 0;
}

body.et_divi_theme .ares-quote-upload-wrap .ares-submit {
    background: var(--ares-brass) !important;
    border-radius: 6px;
    color: var(--ares-white) !important;
    letter-spacing: 0;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.et_divi_theme .ares-quote-upload-wrap .ares-submit:hover {
    background: var(--ares-brass-light) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    transform: translateY(-2px);
}

body.et_divi_theme .et_pb_section_0_tb_footer {
    background: var(--ares-green-dark) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer h4,
body.et_divi_theme .et_pb_section_0_tb_footer .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer h4 {
    color: var(--ares-white) !important;
    font-size: 20px;
}

body.et_divi_theme .et_pb_section_0_tb_footer a,
body.et_divi_theme .et_pb_section_0_tb_footer span[style],
body.et_divi_theme .et_pb_section_0_tb_footer a[style] {
    color: var(--ares-brass-light) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer .et_pb_row_1_tb_footer {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 980px) {
    body.admin-bar.et_divi_theme .et_pb_section_1_tb_header {
        top: 0;
    }

    body.et_divi_theme .et_pb_section_1_tb_header {
        position: relative;
    }

    body.et_divi_theme .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: var(--ares-white);
    }

    body.et_divi_theme .et_pb_menu_0_tb_header .et_mobile_menu {
        background: var(--ares-green-dark) !important;
        border-top: 3px solid var(--ares-brass);
        box-shadow: var(--ares-shadow);
    }

    body.et_divi_theme .et_pb_menu_0_tb_header .et_mobile_menu a {
        color: rgba(255, 255, 255, 0.86) !important;
        font-weight: 600;
    }

    body.et_divi_theme .entry-content .et_pb_section {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 {
        min-height: 560px;
        padding-bottom: 86px;
        padding-top: 86px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 .et_pb_row {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 h1,
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h1,
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h2 {
        font-size: 38px;
        line-height: 1.12;
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
    }

    body.et_divi_theme .entry-content h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    body.et_divi_theme .entry-content #cts {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_row,
    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_row {
        max-width: calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_blurb_content {
        min-height: 64px;
        padding: 14px 16px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 {
        padding: 22px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    body.et_divi_theme .entry-content .ares-upload-quote-shortcode {
        padding: 22px;
    }

    body.et_divi_theme .entry-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    body.home.et_divi_theme .entry-content .et_pb_section_0 h1,
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h1,
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h2 {
        font-size: 34px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 h1 {
        font-size: 26px;
        line-height: 1.18;
        max-width: 280px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 p,
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0 p {
        font-size: 16px;
        max-width: 100%;
        overflow-wrap: normal;
        word-break: normal;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 p {
        max-width: 280px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header,
    body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header span {
        font-size: 16px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 {
        max-width: 100%;
        padding: 20px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 h2 {
        font-size: 21px;
        line-height: 1.28;
    }

    body.et_divi_theme .et_pb_button,
    body.et_divi_theme .et_pb_bg_layout_light.et_pb_button,
    body.et_divi_theme .et_pb_bg_layout_dark.et_pb_button {
        padding: 14px 22px !important;
    }
}

/* Bright B2B refresh, v2. */
:root {
    --ares-ink: #10201d;
    --ares-muted: #354a45;
    --ares-green: #0f4a3e;
    --ares-green-dark: #0a2d27;
    --ares-green-soft: #eaf3ef;
    --ares-brass: #c98b22;
    --ares-brass-light: #e4b250;
    --ares-paper: #f7f8f3;
    --ares-white: #ffffff;
    --ares-line: rgba(16, 32, 29, 0.14);
    --ares-shadow: 0 18px 46px rgba(16, 32, 29, 0.1);
    --ares-shadow-soft: 0 10px 28px rgba(16, 32, 29, 0.08);
}

body.et_divi_theme {
    background: var(--ares-paper) !important;
    color: var(--ares-ink) !important;
}

body.et_divi_theme h1,
body.et_divi_theme h2,
body.et_divi_theme h3,
body.et_divi_theme h4,
body.et_divi_theme h5,
body.et_divi_theme h6 {
    color: var(--ares-ink) !important;
}

body.et_divi_theme p,
body.et_divi_theme li,
body.et_divi_theme td,
body.et_divi_theme .et_pb_text_inner,
body.et_divi_theme .et_pb_blurb_description {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .et_pb_section_0_tb_header {
    background: var(--ares-paper) !important;
    border-bottom: 1px solid var(--ares-line);
}

body.et_divi_theme .et_pb_section_0_tb_header,
body.et_divi_theme .et_pb_section_0_tb_header a,
body.et_divi_theme .et_pb_section_0_tb_header .et_pb_text_inner {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .et_pb_section_1_tb_header {
    background: var(--ares-white) !important;
    border-bottom: 1px solid var(--ares-line);
    box-shadow: 0 10px 30px rgba(16, 32, 29, 0.08);
}

body.et_divi_theme .et_pb_menu_0_tb_header .et-menu > li > a {
    color: var(--ares-ink) !important;
}

body.et_divi_theme .et_pb_menu_0_tb_header .et-menu > li > a:hover,
body.et_divi_theme .et_pb_menu_0_tb_header .current-menu-item > a {
    color: var(--ares-brass) !important;
}

body.et_divi_theme .et_pb_text_2_tb_header {
    background: var(--ares-brass) !important;
    box-shadow: 0 10px 24px rgba(201, 139, 34, 0.2);
}

body.home.et_divi_theme .entry-content .et_pb_section_0 {
    background-color: #eef4ef !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_0:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 48%, rgba(255, 255, 255, 0.58) 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 h1 {
    color: var(--ares-ink) !important;
    font-size: 54px;
    line-height: 1.06;
    text-shadow: none;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 p {
    color: var(--ares-muted) !important;
    font-size: 19px;
    font-weight: 500;
}

body.et_divi_theme .et_pb_button,
body.et_divi_theme .et_pb_bg_layout_light.et_pb_button,
body.et_divi_theme .et_pb_bg_layout_dark.et_pb_button,
body.et_divi_theme .ares-quote-upload-wrap .ares-submit {
    background: var(--ares-brass) !important;
    box-shadow: 0 12px 26px rgba(201, 139, 34, 0.24);
    color: var(--ares-white) !important;
}

body.et_divi_theme .et_pb_button:hover,
body.et_divi_theme .et_pb_bg_layout_light.et_pb_button:hover,
body.et_divi_theme .et_pb_bg_layout_dark.et_pb_button:hover,
body.et_divi_theme .ares-quote-upload-wrap .ares-submit:hover {
    background: var(--ares-green) !important;
    color: var(--ares-white) !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 {
    background: linear-gradient(135deg, #f3f6f1 0%, #ffffff 68%, #e8f2ed 100%) !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h1,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0 h2 {
    color: var(--ares-ink) !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0 p {
    color: var(--ares-muted) !important;
    font-weight: 500;
}

body.et_divi_theme .entry-content .et_pb_section {
    background-color: var(--ares-white);
}

body.et_divi_theme .entry-content .et_pb_section:nth-of-type(even) {
    background-color: var(--ares-paper);
}

body.et_divi_theme .entry-content .et_pb_text_inner li:before {
    background: var(--ares-brass);
}

body.et_divi_theme .entry-content .et_pb_blurb .et_pb_blurb_content {
    background: var(--ares-white) !important;
    border: 1px solid var(--ares-line);
    box-shadow: var(--ares-shadow-soft);
}

body.et_divi_theme .entry-content .et_pb_blurb .et_pb_module_header,
body.et_divi_theme .entry-content .et_pb_blurb .et_pb_module_header span {
    color: var(--ares-ink) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 {
    background: #f2f6f2 !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 h2 {
    color: var(--ares-ink) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 p,
body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_text_inner {
    color: var(--ares-muted) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_image img {
    max-width: 94%;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_blurb_content {
    background: var(--ares-white) !important;
    border: 1px solid rgba(16, 32, 29, 0.12);
    box-shadow: var(--ares-shadow-soft);
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et-pb-icon {
    background: var(--ares-brass);
    color: var(--ares-white) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header,
body.home.et_divi_theme .entry-content .et_pb_section_8 .et_pb_blurb .et_pb_module_header span {
    color: var(--ares-ink) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 {
    background-color: #eef4ef !important;
    position: relative;
}

body.home.et_divi_theme .entry-content .et_pb_section_9:before {
    background: rgba(255, 255, 255, 0.78);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_row {
    position: relative;
    z-index: 1;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 {
    background: var(--ares-white) !important;
    border: 1px solid rgba(16, 32, 29, 0.12);
    box-shadow: var(--ares-shadow);
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 h2 {
    color: var(--ares-ink) !important;
}

body.et_divi_theme .entry-content #cts {
    background: #f4f7f3 !important;
}

body.et_divi_theme .entry-content #cts h1,
body.et_divi_theme .entry-content #cts h2,
body.et_divi_theme .entry-content #cts h3,
body.et_divi_theme .entry-content #cts h4,
body.et_divi_theme .entry-content #cts strong {
    color: var(--ares-ink) !important;
}

body.et_divi_theme .entry-content #cts p,
body.et_divi_theme .entry-content #cts .et_pb_blurb_description,
body.et_divi_theme .entry-content #cts .et_pb_text_inner {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .entry-content #cts .et_pb_blurb .et-pb-icon {
    background: rgba(201, 139, 34, 0.14);
    border: 1px solid rgba(201, 139, 34, 0.32);
    color: var(--ares-brass) !important;
}

body.et_divi_theme .entry-content .ares-upload-quote-shortcode {
    background: var(--ares-white) !important;
    border: 1px solid var(--ares-line);
    box-shadow: var(--ares-shadow);
}

body.et_divi_theme .ares-quote-upload-wrap,
body.et_divi_theme .ares-quote-upload-wrap label,
body.et_divi_theme .ares-quote-upload-wrap .et_pb_contact_main_title {
    color: var(--ares-ink) !important;
}

body.et_divi_theme .ares-quote-upload-wrap input,
body.et_divi_theme .ares-quote-upload-wrap textarea {
    border-bottom-color: rgba(16, 32, 29, 0.22) !important;
    color: var(--ares-ink) !important;
}

body.et_divi_theme .ares-quote-upload-wrap input::placeholder,
body.et_divi_theme .ares-quote-upload-wrap textarea::placeholder {
    color: rgba(53, 74, 69, 0.78) !important;
}

body.et_divi_theme .ares-quote-upload-wrap input[type="file"] {
    border-color: rgba(16, 32, 29, 0.18) !important;
}

body.et_divi_theme .ares-quote-upload-wrap .ares-upload-note {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer {
    background: var(--ares-white) !important;
    border-top: 1px solid var(--ares-line);
}

body.et_divi_theme .et_pb_section_0_tb_footer h4,
body.et_divi_theme .et_pb_section_0_tb_footer .et_pb_text_inner {
    color: var(--ares-muted) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer h4 {
    color: var(--ares-ink) !important;
}

body.et_divi_theme .et_pb_section_0_tb_footer a,
body.et_divi_theme .et_pb_section_0_tb_footer span[style],
body.et_divi_theme .et_pb_section_0_tb_footer a[style] {
    color: var(--ares-green) !important;
}

@media (max-width: 980px) {
    body.et_divi_theme .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
        color: var(--ares-ink);
    }

    body.et_divi_theme .et_pb_menu_0_tb_header .et_mobile_menu {
        background: var(--ares-white) !important;
    }

    body.et_divi_theme .et_pb_menu_0_tb_header .et_mobile_menu a {
        color: var(--ares-ink) !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 h1 {
        color: var(--ares-ink) !important;
        font-size: 32px;
        line-height: 1.16;
        max-width: 330px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 p {
        color: var(--ares-muted) !important;
        max-width: 330px !important;
    }
}

@media (max-width: 480px) {
    body.home.et_divi_theme .entry-content .et_pb_section_0 h1 {
        font-size: 29px;
        max-width: 310px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_0 p {
        max-width: 310px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 h2 {
        font-size: 21px;
        line-height: 1.3;
    }
}

/* Bright B2B refresh, v2.0.1 readability pass. */
body.home.et_divi_theme .entry-content .et_pb_section_1,
body.home.et_divi_theme .entry-content .et_pb_section_2,
body.home.et_divi_theme .entry-content .et_pb_section_3,
body.home.et_divi_theme .entry-content .et_pb_section_6 {
    background: #f4f7f3 !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 {
    padding-bottom: 34px;
    padding-top: 34px;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image_wrap,
body.home.et_divi_theme .entry-content .et_pb_section_1 img {
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.1);
    box-shadow: var(--ares-shadow-soft);
}

body.home.et_divi_theme .entry-content .et_pb_section_2 {
    background: linear-gradient(180deg, #f4f7f3 0%, #ffffff 50%, #f7f8f5 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_text_2 h4 {
    color: var(--ares-brass) !important;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_text_3 h2,
body.home.et_divi_theme .entry-content .et_pb_section_3 h2,
body.home.et_divi_theme .entry-content .et_pb_section_6 h2 {
    color: var(--ares-ink) !important;
    text-shadow: none !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_row_3 .et_pb_column,
body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_row_4 .et_pb_column {
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.1) !important;
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    display: flex;
    flex-direction: column;
    padding: 22px;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_row_3 .et_pb_column .et_pb_text,
body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_row_4 .et_pb_column .et_pb_text {
    flex: 1 1 auto;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 .et_pb_image img {
    aspect-ratio: 4 / 3;
    background: #eef4ef;
    object-fit: contain;
    padding: 10px;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 h3,
body.home.et_divi_theme .entry-content .et_pb_section_2 h3 span,
body.home.et_divi_theme .entry-content .et_pb_section_2 p,
body.home.et_divi_theme .entry-content .et_pb_section_2 p span {
    color: var(--ares-ink) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 p,
body.home.et_divi_theme .entry-content .et_pb_section_2 p span {
    color: var(--ares-muted) !important;
    font-weight: 500;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 {
    background: #ffffff !important;
    position: relative;
}

body.home.et_divi_theme .entry-content .et_pb_section_3:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 .et_pb_row {
    position: relative;
    z-index: 2;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 h4 {
    color: var(--ares-brass) !important;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 p,
body.home.et_divi_theme .entry-content .et_pb_section_3 .et_pb_text_inner {
    color: var(--ares-muted) !important;
    font-weight: 500;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 {
    background: linear-gradient(135deg, #f4f7f3 0%, #ffffff 62%, #edf4ef 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 h4,
body.home.et_divi_theme .entry-content .et_pb_section_6 h4 span {
    color: var(--ares-brass) !important;
    font-weight: 800;
    text-transform: uppercase;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_text_inner,
body.home.et_divi_theme .entry-content .et_pb_section_6 p,
body.home.et_divi_theme .entry-content .et_pb_section_6 span {
    color: var(--ares-muted) !important;
    font-weight: 500;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_row_inner_1 .et_pb_column {
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.1);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    padding: 20px;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_image img {
    background: #eef4ef;
    object-fit: contain;
    padding: 10px;
}

/* Bright B2B refresh, v2.0.2 contrast polish. */
body.et_divi_theme .et_pb_section_0_tb_header .et_pb_social_media_follow a.icon:before,
body.et_divi_theme .et_pb_section_0_tb_header .et_pb_social_media_follow li a.icon:before {
    color: var(--ares-muted) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 a.et_pb_button,
body.home.et_divi_theme .entry-content .et_pb_section_2 a.et_pb_button.et_pb_bg_layout_light,
body.home.et_divi_theme .entry-content .et_pb_section_3 a.et_pb_button,
body.home.et_divi_theme .entry-content .et_pb_section_6 a.et_pb_button,
body.home.et_divi_theme .entry-content .et_pb_section_8 a.et_pb_button,
body.home.et_divi_theme .entry-content .et_pb_section_9 a.et_pb_button {
    color: #ffffff !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_2 a.et_pb_button:after,
body.home.et_divi_theme .entry-content .et_pb_section_3 a.et_pb_button:after,
body.home.et_divi_theme .entry-content .et_pb_section_6 a.et_pb_button:after,
body.home.et_divi_theme .entry-content .et_pb_section_8 a.et_pb_button:after,
body.home.et_divi_theme .entry-content .et_pb_section_9 a.et_pb_button:after {
    color: #ffffff !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 .et_pb_row_5 {
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(16, 32, 29, 0.12);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    padding-left: 42px;
    padding-right: 42px;
}

body.home.et_divi_theme .entry-content .et_pb_section_3 .et_pb_divider_0:before {
    border-top-color: var(--ares-brass) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_row_inner_1 .et_pb_image_wrap,
body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_row_inner_1 .et_pb_image img {
    background: #7f9690 !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_6 .et_pb_row_inner_1 .et_pb_image img {
    box-shadow: none;
    filter: drop-shadow(0 8px 14px rgba(16, 32, 29, 0.18));
}

/* Bright B2B refresh, v2.0.3 Divi button cache override. */
body.et_divi_theme #page-container .entry-content a.et_pb_button,
body.et_divi_theme #page-container .entry-content a.et_pb_button.et_pb_bg_layout_light,
body.et_divi_theme #page-container .entry-content a.et_pb_button.et_pb_bg_layout_dark {
    color: #ffffff !important;
}

body.et_divi_theme #page-container .entry-content a.et_pb_button:after {
    color: #ffffff !important;
}

/* Bright B2B refresh, v2.0.4 factory section readability. */
body.home.et_divi_theme .entry-content .et_pb_section_5 {
    background: linear-gradient(180deg, #f7f8f3 0%, #eef4ef 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_row_7 {
    align-items: stretch;
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.12);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    display: flex;
    overflow: hidden;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_18,
body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_19 {
    flex: 1 1 50%;
    float: none;
    margin-right: 0 !important;
    width: 50% !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_18 {
    background-position: center center !important;
    background-size: cover !important;
    min-height: 620px;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_19 {
    background: var(--ares-white) !important;
    padding: clamp(42px, 5vw, 78px) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 h2 {
    color: var(--ares-ink) !important;
    text-align: left;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 h3 {
    color: var(--ares-ink) !important;
    font-size: 32px;
    line-height: 1.25;
}

body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_text_18,
body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_text_18 .et_pb_text_inner,
body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_text_18 p {
    color: var(--ares-muted) !important;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 980px) {
    body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_row_7 {
        display: block;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_18,
    body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_19 {
        width: 100% !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_18 {
        min-height: 320px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_5 .et_pb_column_19 {
        padding: 30px !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_5 h2,
    body.home.et_divi_theme .entry-content .et_pb_section_5 h3 {
        text-align: left;
    }
}

/* Bright B2B refresh, v2.0.5 image-overlay readability. */
body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax {
    padding-bottom: 76px;
    padding-top: 76px;
    position: relative;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_row {
    align-items: center;
    display: flex;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_column_0 {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 32, 29, 0.12);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow);
    padding: clamp(28px, 4vw, 48px);
    position: relative;
    z-index: 3;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_text {
    background: transparent !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax h1,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax h2,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax h3 {
    color: var(--ares-ink) !important;
    text-shadow: none !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax p,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax p span,
body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_text_inner {
    color: var(--ares-muted) !important;
    font-weight: 600;
    text-shadow: none !important;
}

body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_image img {
    filter: drop-shadow(0 22px 34px rgba(16, 32, 29, 0.28));
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 {
    background: linear-gradient(135deg, #0c3b36 0%, #123f3b 100%) !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_3,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_4 {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--ares-radius);
    padding: 24px;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_3 p,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_4 p,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_3 span,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_4 span,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_3 .et_pb_text_inner,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_text_4 .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.84) !important;
    font-weight: 500;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 > .et_pb_row h1,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 > .et_pb_row h2,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 > .et_pb_row h3 {
    color: var(--ares-white) !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_blurb .et_pb_module_header,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_blurb .et_pb_module_header span {
    color: var(--ares-ink) !important;
}

@media (max-width: 980px) {
    body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_row {
        display: block;
    }

    body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_column_0 {
        margin-bottom: 28px;
        padding: 28px;
    }

    body:not(.home).et_divi_theme .entry-content .et_pb_section_0.et_pb_section_parallax .et_pb_image img {
        max-width: 92%;
    }
}

/* Bright B2B refresh, v2.0.6 layout cleanup. */
body.home.et_divi_theme .entry-content .et_pb_section_0 .et_pb_bottom_inside_divider {
    display: none !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_0 {
    border-bottom: 1px solid rgba(16, 32, 29, 0.08);
    padding-bottom: 96px;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f3 100%) !important;
    overflow: visible;
    padding-bottom: 46px !important;
    padding-top: 34px !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_1 {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 1180px !important;
    width: calc(100% - 56px) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_1 .et_pb_column {
    display: block;
    float: none;
    margin: 0 !important;
    width: auto !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image,
body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image_wrap {
    display: block;
    width: 100%;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image_wrap {
    align-items: center;
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.1);
    border-radius: 7px;
    box-shadow: 0 10px 24px rgba(16, 32, 29, 0.08);
    display: flex;
    height: 150px;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
}

body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image_wrap img {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 100% !important;
    max-height: 100%;
    object-fit: contain;
    padding: 0;
    width: 100% !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 {
    background-image: none !important;
    background: linear-gradient(180deg, #f7f8f3 0%, #eef4ef 100%) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_9:before {
    display: none !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_9 .et_pb_text_30 {
    background: #fff9ed !important;
    border-color: rgba(201, 139, 34, 0.22);
    box-shadow: 0 18px 42px rgba(201, 139, 34, 0.16);
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3 {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3 .et_pb_column {
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.12) !important;
    border-radius: var(--ares-radius);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    float: none;
    margin: 0 !important;
    padding: 28px 18px;
    width: auto !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter {
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter .percent {
    height: auto;
    margin-bottom: 10px;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter .percent p {
    display: none !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter .percent:before {
    color: var(--ares-brass);
    display: block;
    font-family: "Saira Semi Condensed", "Poppins", Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter_0 .percent:before {
    content: "5000+";
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter_1 .percent:before {
    content: "99%";
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter_2 .percent:before {
    content: "20+";
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3 .et_pb_number_counter h3.title,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3 .et_pb_number_counter .title {
    color: var(--ares-ink) !important;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 h2,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 h3 {
    color: var(--ares-white) !important;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 p,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 li,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 span,
body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 .et_pb_text_inner {
    color: rgba(255, 255, 255, 0.84) !important;
    font-weight: 500;
}

body.page-id-280658.et_divi_theme .entry-content .et_pb_section_3 .et_pb_text_inner li:before {
    background: var(--ares-brass-light);
}

body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 .et_pb_column {
    float: none;
    margin: 0 !important;
    width: auto !important;
}

body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 .et_pb_image,
body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 .et_pb_image_wrap {
    width: 100%;
}

body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 .et_pb_image_wrap {
    align-items: center;
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.1);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    display: flex;
    height: 300px;
    justify-content: center;
    overflow: hidden;
    padding: 18px;
}

body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 img {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    height: 100% !important;
    object-fit: contain;
    padding: 0;
    width: 100% !important;
}

@media (max-width: 980px) {
    body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_1,
    body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3,
    body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 40px) !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_image_wrap {
        height: 128px;
    }

    body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 .et_pb_image_wrap {
        height: 240px;
    }
}

@media (max-width: 600px) {
    body.home.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-id-280658.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_3,
    body.page-id-282141.et_divi_theme .entry-content .et_pb_section_1 .et_pb_row_2 {
        grid-template-columns: 1fr;
    }

body.page-id-280658.et_divi_theme .entry-content .et_pb_number_counter .percent:before {
        font-size: 40px;
    }
}

/* v2.0.7 menu parent landing pages and home support readability. */
.ares-collection-page {
    background: var(--ares-paper);
}

.ares-collection-inner {
    margin: 0 auto;
    max-width: 1180px;
    width: calc(100% - 56px);
}

.ares-collection-hero {
    background: linear-gradient(135deg, #f4f7f3 0%, #ffffff 62%, #edf4ef 100%);
    border-bottom: 1px solid var(--ares-line);
    padding: clamp(64px, 8vw, 108px) 0 clamp(44px, 6vw, 76px);
}

.ares-collection-kicker {
    color: var(--ares-brass) !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ares-collection-hero h1 {
    color: var(--ares-ink);
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    margin-bottom: 18px;
}

.ares-collection-hero p:not(.ares-collection-kicker) {
    color: var(--ares-muted);
    font-size: 19px;
    line-height: 1.65;
    max-width: 760px;
}

.ares-collection-grid-wrap {
    padding: clamp(46px, 6vw, 78px) 0;
}

.ares-collection-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ares-collection-card {
    background: var(--ares-white);
    border: 1px solid rgba(16, 32, 29, 0.11);
    border-radius: var(--ares-radius);
    box-shadow: var(--ares-shadow-soft);
    color: var(--ares-ink) !important;
    display: block;
    min-height: 172px;
    padding: 28px;
}

.ares-collection-card:hover {
    border-color: rgba(201, 139, 34, 0.44);
    box-shadow: 0 18px 38px rgba(16, 32, 29, 0.12);
    transform: translateY(-3px);
}

.ares-collection-card span {
    color: var(--ares-ink);
    display: block;
    font-family: "Saira Semi Condensed", "Poppins", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 12px;
}

.ares-collection-card p {
    color: var(--ares-muted) !important;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.ares-collection-cta {
    align-items: center;
    border-top: 1px solid var(--ares-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 44px;
    padding-top: 30px;
}

.ares-collection-cta p {
    color: var(--ares-muted) !important;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 {
    background-position: right -260px top 24px !important;
    background-repeat: no-repeat !important;
    background-size: auto 780px !important;
    overflow: hidden;
    position: relative;
}

body.home.et_divi_theme .entry-content .et_pb_section_7:before {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0.93) 66%, rgba(255, 255, 255, 0.7) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_row {
    position: relative;
    z-index: 2;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_row_8,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_row_9 {
    width: calc(100% - 56px) !important;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_24,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_25,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_26,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_27 {
    max-width: 820px;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_24,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_26 {
    text-align: left;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_25,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_27 {
    background: rgba(255, 255, 255, 0.94) !important;
    border-left: 4px solid var(--ares-brass);
    padding: 22px 26px;
}

body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_25 p,
body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_27 p {
    color: var(--ares-muted) !important;
    font-weight: 500;
}

@media (max-width: 980px) {
    .ares-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ares-collection-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_7 {
        background-position: right -360px top 20px !important;
    }
}

@media (max-width: 600px) {
    .ares-collection-inner,
    body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_row_8,
    body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_row_9 {
        width: calc(100% - 36px) !important;
    }

    .ares-collection-grid {
        grid-template-columns: 1fr;
    }

    .ares-collection-card {
        min-height: 0;
        padding: 24px;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_7 {
        background-image: none !important;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_7:before {
        display: none;
    }

    body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_25,
    body.home.et_divi_theme .entry-content .et_pb_section_7 .et_pb_text_27 {
        padding: 18px 20px;
    }
}

/* v2.0.8 Divi button icon overlap fix. */
body.et_divi_theme .et_pb_button:not([data-icon]):after,
body.et_divi_theme .et_pb_button[data-icon=""]:after,
body.et_divi_theme #page-container .entry-content a.et_pb_button:not([data-icon]):after,
body.et_divi_theme #page-container .entry-content a.et_pb_button[data-icon=""]:after {
    content: none !important;
    display: none !important;
}

body.et_divi_theme .et_pb_button[data-icon]:not([data-icon=""]):after,
body.et_divi_theme #page-container .entry-content a.et_pb_button[data-icon]:not([data-icon=""]):after {
    color: currentColor !important;
    line-height: 1 !important;
    margin-left: 8px;
    opacity: 1;
}

body.page-id-281893.et_divi_theme #page-container .entry-content a.et_pb_button[data-icon]:after {
    content: none !important;
    display: none !important;
}

body.page-id-281893.et_divi_theme #page-container .entry-content a.et_pb_button,
body.page-id-281893.et_divi_theme #page-container .entry-content a.et_pb_button.et_pb_bg_layout_light {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex !important;
    justify-content: flex-start;
    max-width: 100%;
    min-height: 52px;
    text-align: left;
    white-space: normal;
}
