/* (c) Haxter Corporation | Careers | H27-HX26-MS */

.hxcareer_subheader,
.hxcareer_page,
.hxcareer_page section,
.hxcareer_page article,
.hxcareer_page div,
.hxcareer_page form,
.hxcareer_page input,
.hxcareer_page button,
.hxcareer_page a {
    box-sizing: border-box;
}

.hxcareer_page {
    --hxcareer_blue: #0067b8;
    --hxcareer_text: #171717;
    --hxcareer_muted: #62666d;
    --hxcareer_border: #e4e6e8;
    --hxcareer_soft: #f6f7f8;
    --hxcareer_surface: #ffffff;
    --hxcareer_navy: #07162b;

    background: #ffffff;
    color: var(--hxcareer_text);
    font-family: "Segoe UI", "Elms Sans", Roboto, Arial, sans-serif;
}

.hxcareer_wrap,
.hxcareer_subheader_inner {
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
}

.hxcareer_label {
    margin: 0 0 16px;
    color: var(--hxcareer_blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

/* SUBHEADER */

.hxcareer_subheader {
    background: #07162b;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: "Segoe UI", "Elms Sans", Roboto, Arial, sans-serif;
}

.hxcareer_subheader_inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxcareer_subheader_title {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.035em;
    font-weight: 650;
    text-decoration: none;
}

.hxcareer_subheader_nav {
    display: flex;
    justify-content: space-around;
    gap: 28px;
    align-items: center;
}

.hxcareer_subheader_nav a {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
}

.hxcareer_subheader_nav a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* HERO */

.hxcareer_hero {
    background:
        radial-gradient(circle at 86% 18%, rgba(0, 103, 184, 0.09), transparent 26%),
        radial-gradient(circle at 92% 82%, rgba(7, 22, 43, 0.07), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_hero_grid {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
    gap: 72px;
    align-items: center;
    padding: 82px 0;
}

.hxcareer_hero_content {
    max-width: 980px;
}

.hxcareer_hero h1 {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    color: var(--hxcareer_text);
    font-size: clamp(58px, 6.8vw, 96px);
    line-height: 1.02;
    letter-spacing: -0.068em;
    font-weight: 300;
}

.hxcareer_hero h1 span,
.hxcareer_hero h1 em {
    display: block;
    font-style: normal;
}

.hxcareer_hero h1 em {
    margin-top: 14px;
    color: var(--hxcareer_muted);
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.15;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.hxcareer_hero_content > p:not(.hxcareer_label) {
    max-width: 820px;
    margin: 28px 0 0;
    color: var(--hxcareer_muted);
    font-size: 19px;
    line-height: 1.66;
}

.hxcareer_search {
    max-width: 780px;
    margin-top: 34px;
}

.hxcareer_search label {
    display: block;
    margin-bottom: 10px;
    color: var(--hxcareer_text);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxcareer_search div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    background: #ffffff;
    border: 1px solid var(--hxcareer_border);
}

.hxcareer_search input {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    background: #ffffff;
    color: var(--hxcareer_text);
    border: 0;
    outline: none;
    font-size: 16px;
    line-height: 1.35;
}

.hxcareer_search button {
    min-height: 56px;
    padding: 0 24px;
    background: var(--hxcareer_blue);
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
    cursor: pointer;
}

.hxcareer_search button:hover {
    background: #005da6;
}

.hxcareer_search_result {
    max-width: 780px;
    margin-top: 18px;
    padding: 18px 20px;
    background: #ffffff;
    border-left: 3px solid var(--hxcareer_blue);
    border-top: 1px solid var(--hxcareer_border);
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_search_result strong {
    display: block;
    color: var(--hxcareer_text);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.hxcareer_search_result p {
    margin: 8px 0 0;
    color: var(--hxcareer_muted);
    font-size: 15px;
    line-height: 1.55;
}

.hxcareer_hero_panel {
    display: grid;
    gap: 14px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--hxcareer_border);
    box-shadow: 0 22px 56px rgba(7, 22, 43, 0.08);
}

.hxcareer_hero_panel > span {
    color: var(--hxcareer_blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxcareer_hero_panel a {
    display: block;
    padding: 22px;
    color: var(--hxcareer_text);
    text-decoration: none;
    background: var(--hxcareer_soft);
    border: 1px solid var(--hxcareer_border);
}

.hxcareer_hero_panel a strong {
    display: block;
    color: var(--hxcareer_text);
    font-size: 24px;
    line-height: 1.14;
    letter-spacing: -0.035em;
    font-weight: 650;
}

.hxcareer_hero_panel a p {
    margin: 12px 0 0;
    color: var(--hxcareer_muted);
    font-size: 15px;
    line-height: 1.56;
}

.hxcareer_hero_panel a:hover strong {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* STATEMENT */

.hxcareer_statement {
    background: var(--hxcareer_navy);
    color: #ffffff;
}

.hxcareer_statement_inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.hxcareer_statement span {
    color: #9fc8ee;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxcareer_statement p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.56;
    font-weight: 620;
}

/* GENERAL SECTIONS */

.hxcareer_section {
    padding: 86px 0;
}

.hxcareer_section_soft {
    background: var(--hxcareer_soft);
    border-top: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_section_head {
    max-width: 860px;
    margin-bottom: 42px;
}

.hxcareer_section_head h2,
.hxcareer_life_intro h2,
.hxcareer_process_intro h2,
.hxcareer_notice h2,
.hxcareer_contact_panel h2,
.hxcareer_org_panel h2 {
    margin: 0;
    color: var(--hxcareer_text);
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.052em;
    font-weight: 600;
}

.hxcareer_section_head p:not(.hxcareer_label),
.hxcareer_life_intro p,
.hxcareer_process_intro p:not(.hxcareer_label),
.hxcareer_notice p,
.hxcareer_contact_panel p {
    margin: 22px 0 0;
    color: var(--hxcareer_muted);
    font-size: 17px;
    line-height: 1.68;
}

/* AUDIENCE */

.hxcareer_audience_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

.hxcareer_audience_card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 38px;
    background: #ffffff;
    border: 1px solid var(--hxcareer_border);
}

.hxcareer_audience_card span {
    color: var(--hxcareer_blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 800;
}

.hxcareer_audience_card h2 {
    margin: 18px 0 0;
    color: var(--hxcareer_text);
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.052em;
    font-weight: 600;
}

.hxcareer_audience_card p {
    margin: 22px 0 0;
    color: var(--hxcareer_muted);
    font-size: 17px;
    line-height: 1.62;
}

.hxcareer_audience_card a {
    margin-top: auto;
    padding-top: 34px;
    color: var(--hxcareer_blue);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
    text-decoration: none;
}

.hxcareer_audience_card a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* TRACKS */

.hxcareer_track_grid,
.hxcareer_life_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--hxcareer_border);
    border-left: 1px solid var(--hxcareer_border);
}

.hxcareer_track_card,
.hxcareer_life_card {
    min-height: 230px;
    padding: 26px;
    background: #ffffff;
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_track_card strong,
.hxcareer_life_card strong {
    display: block;
    color: var(--hxcareer_text);
    font-size: 23px;
    line-height: 1.16;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxcareer_track_card p,
.hxcareer_life_card p {
    margin: 16px 0 0;
    color: var(--hxcareer_muted);
    font-size: 15px;
    line-height: 1.58;
}

/* ORG */

.hxcareer_org_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
}

.hxcareer_org_panel {
    padding: 34px;
    background: #ffffff;
    border: 1px solid var(--hxcareer_border);
}

.hxcareer_tag_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    border-top: 1px solid var(--hxcareer_border);
    border-left: 1px solid var(--hxcareer_border);
}

.hxcareer_tag_grid span {
    min-height: 62px;
    display: flex;
    align-items: center;
    padding: 14px 16px;
    background: #ffffff;
    color: var(--hxcareer_text);
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 650;
}

/* LIFE */

.hxcareer_life {
    padding: 94px 0;
    background: var(--hxcareer_navy);
    color: #ffffff;
}

.hxcareer_life_grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.38fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.hxcareer_life_intro h2,
.hxcareer_life_intro p {
    color: #ffffff;
}

.hxcareer_life_intro .hxcareer_label {
    color: #9fc8ee;
}

.hxcareer_life_card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.12);
}

.hxcareer_life_card strong {
    color: #ffffff;
}

.hxcareer_life_card p {
    color: #c8d7e6;
}

/* PROCESS */

.hxcareer_process_layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.36fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.hxcareer_process_list {
    display: grid;
    border-top: 1px solid var(--hxcareer_border);
    border-left: 1px solid var(--hxcareer_border);
}

.hxcareer_process_item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 24px;
    padding: 26px;
    background: #ffffff;
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_process_item > span {
    color: var(--hxcareer_blue);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 600;
}

.hxcareer_process_item strong {
    display: block;
    color: var(--hxcareer_text);
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.034em;
    font-weight: 600;
}

.hxcareer_process_item p {
    margin: 12px 0 0;
    color: var(--hxcareer_muted);
    font-size: 15px;
    line-height: 1.6;
}

/* NOTICE */

.hxcareer_notice {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.62fr);
    gap: 46px;
    align-items: start;
    padding: 42px;
    background: #ffffff;
    border-left: 3px solid var(--hxcareer_blue);
    border-top: 1px solid var(--hxcareer_border);
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
}

.hxcareer_notice_matrix {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--hxcareer_border);
    border-left: 1px solid var(--hxcareer_border);
}

.hxcareer_notice_matrix div {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    background: var(--hxcareer_soft);
    color: var(--hxcareer_text);
    border-right: 1px solid var(--hxcareer_border);
    border-bottom: 1px solid var(--hxcareer_border);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 650;
}

/* CONTACT */

.hxcareer_contact_panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 42px;
    background:
        radial-gradient(circle at 92% 20%, rgba(0, 103, 184, 0.08), transparent 28%),
        #ffffff;
    border: 1px solid var(--hxcareer_border);
}

.hxcareer_contact_panel a {
    color: var(--hxcareer_blue);
    font-size: 18px;
    line-height: 1.4;
    font-weight: 750;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.hxcareer_contact_panel a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* RESPONSIVE */

@media (max-width: 1220px) {
    .hxcareer_hero_grid,
    .hxcareer_life_grid,
    .hxcareer_process_layout,
    .hxcareer_notice,
    .hxcareer_contact_panel {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hxcareer_hero_panel {
        max-width: 620px;
    }

    .hxcareer_track_grid,
    .hxcareer_life_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .hxcareer_org_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .hxcareer_wrap,
    .hxcareer_subheader_inner {
        width: min(100% - 42px, 1320px);
    }

    .hxcareer_subheader_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 20px 0;
    }

    .hxcareer_subheader_nav {
        justify-content: flex-start;
        overflow-x: auto;
        gap: 24px;
        padding-bottom: 4px;
    }

    .hxcareer_subheader_nav a {
        white-space: nowrap;
    }

    .hxcareer_hero_grid {
        min-height: auto;
        padding: 64px 0 68px;
    }

    .hxcareer_statement_inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 22px 0;
    }

    .hxcareer_audience_grid,
    .hxcareer_notice_matrix {
        grid-template-columns: 1fr;
    }

    .hxcareer_search div {
        grid-template-columns: 1fr;
    }

    .hxcareer_search button {
        width: 100%;
    }
}

@media (max-width: 820px) {
    .hxcareer_hero h1,
    .hxcareer_section_head h2,
    .hxcareer_life_intro h2,
    .hxcareer_process_intro h2,
    .hxcareer_notice h2,
    .hxcareer_contact_panel h2,
    .hxcareer_org_panel h2,
    .hxcareer_audience_card h2,
    .hxcareer_track_card strong,
    .hxcareer_life_card strong,
    .hxcareer_process_item strong {
        font-weight: 500;
        letter-spacing: -0.028em;
        text-wrap: balance;
    }

    .hxcareer_hero h1 {
        font-size: clamp(42px, 11vw, 62px);
        line-height: 1.05;
    }

    .hxcareer_hero h1 em {
        font-size: clamp(26px, 7vw, 38px);
    }

    .hxcareer_hero_content > p:not(.hxcareer_label),
    .hxcareer_section_head p:not(.hxcareer_label),
    .hxcareer_life_intro p,
    .hxcareer_process_intro p:not(.hxcareer_label),
    .hxcareer_notice p,
    .hxcareer_contact_panel p {
        font-size: 17px;
        line-height: 1.68;
        letter-spacing: -0.01em;
    }

    .hxcareer_track_grid,
    .hxcareer_life_cards,
    .hxcareer_tag_grid {
        grid-template-columns: 1fr;
    }

    .hxcareer_notice,
    .hxcareer_contact_panel {
        padding: 26px;
    }

    .hxcareer_process_item {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 620px) {
    .hxcareer_section,
    .hxcareer_life {
        padding: 64px 0;
    }

    .hxcareer_hero_grid {
        padding: 54px 0;
    }

    .hxcareer_hero_panel,
    .hxcareer_audience_card,
    .hxcareer_org_panel,
    .hxcareer_track_card,
    .hxcareer_life_card,
    .hxcareer_process_item,
    .hxcareer_notice,
    .hxcareer_contact_panel {
        padding: 22px;
    }
}