html.career-page-active .intec-template-title,
html.career-page-active .intec-template-breadcrumb {
    display: none !important;
}

.career-page {
    --career-blue: #0e59a1;
    --career-blue-dark: #113f6a;
    --career-sky: #9cc6eb;
    --career-text: #1e1e1e;
    --career-muted: #5a5a5a;
    --career-border: #d9d9d9;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--career-text);
    font-family: "Montserrat", sans-serif;
    background: #fff;
}

.career-page *,
.career-page *::before,
.career-page *::after {
    box-sizing: border-box;
}

.career-page h1,
.career-page h2,
.career-page h3,
.career-page p,
.career-page blockquote {
    margin: 0;
}

.career-page button,
.career-page a {
    font: inherit;
}

.career-shell {
    width: min(1342px, calc(100% - 48px));
    margin: 0 auto;
}

.career-section {
    padding: 88px 0;
}

.career-page h2 {
    margin-bottom: 40px;
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.64px;
}

.career-page h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.career-button {
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.career-button:hover {
    transform: translateY(-1px);
}

.career-button--light {
    min-width: 278px;
    min-height: 56px;
    padding-right: 48px;
    padding-left: 48px;
    border-color: var(--career-blue);
    color: var(--career-blue-dark);
    background: #ecf5fe;
    font-size: 20px;
}

.career-button--light:hover {
    background: #d2e5f7;
}

.career-button--primary {
    border-color: var(--career-blue);
    color: #ecf5fe;
    background: var(--career-blue);
}

.career-button--primary:hover {
    background: #0a4072;
}

.career-hero {
    position: relative;
    min-height: 750px;
    padding-top: 400px;
    background: var(--career-blue);
}

.career-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    background: var(--career-hero) center 51% / cover no-repeat;
    content: "";
}

.career-hero::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 400px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
    content: "";
}

.career-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 88px;
    padding-bottom: 88px;
    color: #fff;
}

html.career-page-active body main.career-page section.career-hero #career-hero-title {
    margin-bottom: 32px;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 72px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -2.16px !important;
}

.career-hero__lead {
    display: flex;
    gap: 32px;
    align-items: center;
}

html.career-page-active body main.career-page section.career-hero #career-hero-lead {
    flex: 1;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

.career-copy {
    display: grid;
    gap: 16px;
    font-size: 16px;
    line-height: 1.4;
}

.career-mission {
    color: #f3f3f3;
    background: var(--career-blue);
}

.career-mission__inner {
    display: grid;
    grid-template-columns: auto 120px 1fr;
    align-items: center;
    min-height: 237px;
}

.career-mission h2 {
    margin: 0;
    color: inherit;
    font-size: 48px;
}

.career-mission__mark {
    height: 200px;
    margin: 0 42px;
    border-right: 16px solid rgba(79, 151, 219, 0.5);
    transform: skew(-20deg);
}

.career-mission p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

.career-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.career-value {
    padding: 16px 8px 24px;
}

.career-value img {
    display: block;
    width: 100%;
    height: 280px;
    margin-bottom: 12px;
    object-fit: contain;
}

.career-value h3 {
    margin-bottom: 12px;
}

.career-value p {
    color: rgba(10, 10, 10, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.career-team {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 957px;
    color: #fff;
    background: var(--career-team) center 40% / cover no-repeat;
}

.career-team::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.66));
    content: "";
}

.career-team__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 88px;
    text-align: center;
}

.career-team h2 {
    margin-bottom: 28px;
    color: #fff;
    font-size: 72px;
    letter-spacing: -2.16px;
}

.career-team p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.career-history__layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    align-items: center;
}

.career-history__picker {
    display: grid;
    gap: 32px;
}

.career-history__years {
    position: relative;
    display: block;
    width: 100%;
    height: 405px;
    padding: 0;
    overflow: hidden;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: grab;
    touch-action: pan-x;
}

.career-history__years:active {
    cursor: grabbing;
}

.career-history__years::after {
    position: absolute;
    top: 158px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 88px;
    border: 1px solid var(--career-border);
    border-radius: 8px;
    pointer-events: none;
    content: "";
}

.career-history__year {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
    border: 0;
    color: #b3b3b3;
    background: transparent;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: top 280ms cubic-bezier(0.2, 0.8, 0.2, 1), color 220ms ease, font-size 220ms ease, opacity 220ms ease;
}

.career-history__year[data-offset="0"] {
    top: 158px;
    z-index: 2;
    color: var(--career-blue);
    font-size: 72px;
    letter-spacing: -2.16px;
}

.career-history__year[data-offset="-1"] {
    top: 70px;
    font-size: 48px;
    letter-spacing: -0.96px;
}

.career-history__year[data-offset="1"] {
    top: 246px;
    font-size: 48px;
    letter-spacing: -0.96px;
}

.career-history__year[data-offset="-2"] {
    top: 0;
    font-size: 32px;
    letter-spacing: -0.64px;
}

.career-history__year[data-offset="2"] {
    top: 334px;
    font-size: 32px;
    letter-spacing: -0.64px;
}

.career-history__picker > p {
    color: #757575;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.career-history__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.career-round-button {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--career-border);
    border-radius: 50%;
    color: var(--career-text);
    background: #f5f5f5;
    cursor: pointer;
    transition: opacity 180ms ease, background-color 180ms ease;
}

.career-round-button:hover {
    background: #e8e8e8;
}

.career-round-button:disabled {
    opacity: 0;
    pointer-events: none;
}

.career-round-button span {
    font-size: 25px;
    line-height: 1;
    transform: translateY(-1px);
}

.career-history__text {
    width: 100%;
    min-height: 176px;
    transition: opacity 160ms ease, transform 160ms ease;
}

.career-history__text.is-changing {
    opacity: 0;
    transform: translateY(12px);
}

.career-history__text h3 {
    margin-bottom: 24px;
}

.career-history__text div {
    display: grid;
    gap: 16px;
    font-size: 16px;
    line-height: 1.4;
}

.career-benefits {
    padding: 72px 0;
    background: #f4fae9 var(--career-benefits) center / cover no-repeat;
}

.career-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.career-benefits article {
    min-height: 240px;
    padding: 25px;
    border: 1px solid #009951;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 16px rgba(12, 12, 13, 0.1), 0 4px 2px rgba(12, 12, 13, 0.05);
    text-align: center;
}

.career-benefits article > span {
    display: grid;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #009951;
    font-size: 25px;
}

.career-benefits article h3 {
    margin-bottom: 12px;
}

.career-benefits article p {
    color: rgba(10, 10, 10, 0.7);
    font-size: 16px;
    line-height: 1.4;
}

.career-onboarding {
    min-height: 720px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        var(--career-onboarding) center / cover no-repeat;
}

.career-onboarding__inner {
    display: flex;
    min-height: 720px;
    padding-bottom: 80px;
    align-items: flex-end;
}

.career-onboarding__card {
    width: 100%;
    padding: 48px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
}

.career-onboarding__card h2 {
    margin-bottom: 24px;
}

.career-onboarding__card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.career-stories {
    padding: 88px 0;
    background: var(--career-sky);
}

.career-stories__viewport {
    overflow: hidden;
}

.career-stories__track {
    display: flex;
    gap: 24px;
    transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.career-story {
    display: grid;
    flex: 0 0 calc((100% - 48px) / 3);
    grid-template-rows: 360px 1fr;
    overflow: hidden;
    border: 1px solid var(--career-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px -4px rgba(12, 12, 13, 0.1), 0 4px 4px -4px rgba(12, 12, 13, 0.05);
}

.career-story > img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center top;
}

.career-story > div {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
}

.career-story small {
    display: block;
    margin-top: 8px;
    color: #717182;
    font-size: 14px;
    line-height: 1.4;
}

.career-story blockquote {
    margin: 16px 0;
    padding-left: 16px;
    border-left: 2px solid #bf6a02;
    color: rgba(10, 10, 10, 0.7);
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
}

.career-story p {
    margin-top: 16px;
    margin-bottom: 24px;
    color: rgba(10, 10, 10, 0.7);
    font-size: 16px;
    line-height: 1.4;
}

.career-story__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 18px;
    border: 1px solid var(--career-blue);
    border-radius: 8px;
    color: var(--career-blue-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.career-story__link:hover {
    color: #fff;
    background: var(--career-blue);
    text-decoration: none;
}

.career-story-detail {
    background: #fff;
}

.career-story-detail__hero {
    padding: 64px 0 48px;
    background: #f5f8fb;
}

.career-story-detail__back {
    display: inline-flex;
    margin-bottom: 32px;
    color: var(--career-blue-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.career-story-detail__back:hover {
    color: var(--career-blue);
    text-decoration: none;
}

.career-story-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    gap: 56px;
    align-items: center;
}

.career-story-detail__image {
    overflow: hidden;
    border-radius: 8px;
    background: #e8eef5;
}

.career-story-detail__image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center top;
}

.career-story-detail__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--career-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.career-story-detail h1 {
    margin: 0;
    color: var(--career-text);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.12;
}

.career-story-detail__lead {
    margin-top: 20px;
    color: var(--career-muted);
    font-size: 20px;
    line-height: 1.5;
}

.career-story-detail__body {
    padding: 64px 0 88px;
}

.career-story-detail__content {
    max-width: 840px;
}

.career-story-detail__content p {
    margin: 0 0 22px;
    color: rgba(10, 10, 10, 0.78);
    font-size: 19px;
    line-height: 1.65;
}

.career-story-detail__content p:last-child {
    margin-bottom: 0;
}

.career-stories__nav {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.career-stories__nav > button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #5a5a5a;
    background: rgba(255, 255, 255, 0.65);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.career-stories__nav > div {
    display: flex;
    gap: 12px;
}

.career-story-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #b3b3b3;
    cursor: pointer;
}

.career-story-dot.is-active {
    background: #303030;
}

.career-vacancies {
    padding: 72px 0 88px;
    background: linear-gradient(to bottom, #f5f5f5, #d9d9d9);
}

.career-vacancies__widget {
    min-height: 178px;
    padding: 24px;
    border: 1px solid var(--career-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 16px rgba(12, 12, 13, 0.08);
}

.career-vacancies #vacanciesWidgetContainer,
.career-vacancies #vacanciesWidgetContainer iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.career-subscribe {
    padding: 88px 0;
    text-align: center;
}

.career-subscribe h2 {
    margin-bottom: 24px;
}

.career-subscribe p {
    margin-bottom: 24px;
    color: var(--career-muted);
    font-size: 16px;
    line-height: 1.4;
}

.career-contact {
    padding: 72px 0 88px;
    color: #fff;
    background: var(--career-blue);
}

.career-contact h2 {
    margin-bottom: 24px;
    color: #f3f3f3;
}

.career-contact__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.career-contact__details {
    display: grid;
    gap: 32px;
    padding: 32px 0;
}

.career-contact__details h3 {
    margin-bottom: 16px;
}

.career-contact__details p + p {
    margin-top: 8px;
}

.career-contact a {
    color: inherit;
    text-decoration: underline;
}

.career-contact__form {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.career-contact__form h3 {
    margin-bottom: 16px;
}

.career-contact__form p {
    margin-bottom: 24px;
    line-height: 1.5;
}

.career-button--contact {
    width: 100%;
    border-color: var(--career-blue);
    color: var(--career-blue-dark);
    background: #d2e5f7;
}

.career-button--contact:hover {
    background: #ecf5fe;
}

@media (max-width: 1100px) {
    .career-shell {
        width: min(100% - 40px, 960px);
    }

    .career-section,
    .career-stories,
    .career-subscribe {
        padding: 64px 0;
    }

    .career-values__grid,
    .career-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .career-value img {
        height: 230px;
    }

    .career-story {
        flex-basis: calc((100% - 24px) / 2);
    }

    .career-story-detail__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .career-story-detail__image img {
        height: 460px;
    }
}

@media (max-width: 767px) {
    .career-shell {
        width: calc(100% - 32px);
    }

    .career-page h2 {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .career-page h3 {
        font-size: 21px;
    }

    .career-section,
    .career-benefits,
    .career-stories,
    .career-vacancies,
    .career-subscribe,
    .career-contact {
        padding: 48px 0;
    }

    .career-hero {
        min-height: auto;
        padding-top: 260px;
        background: var(--career-blue);
    }

    .career-hero::before,
    .career-hero::after {
        height: 260px;
    }

    .career-hero__inner {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    html.career-page-active body main.career-page section.career-hero #career-hero-title {
        margin-bottom: 24px;
        font-size: 44px !important;
        letter-spacing: -1.2px !important;
    }

    .career-hero__lead {
        flex-direction: column;
        align-items: stretch;
    }

    html.career-page-active body main.career-page section.career-hero #career-hero-lead {
        font-size: 22px !important;
    }

    .career-button--light {
        width: 100%;
        min-width: 0;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 17px;
    }

    .career-mission__inner {
        display: block;
        min-height: 0;
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .career-mission h2 {
        margin-bottom: 20px;
        font-size: 36px;
    }

    .career-mission__mark {
        display: none;
    }

    .career-mission p {
        font-size: 19px;
        line-height: 1.35;
    }

    .career-values__grid,
    .career-benefits__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .career-value {
        padding: 0 0 24px;
    }

    .career-value img {
        height: 220px;
    }

    .career-team {
        min-height: 520px;
        background-position: 54% center;
    }

    .career-team__inner {
        padding-bottom: 48px;
    }

    .career-team h2 {
        margin-bottom: 20px;
        font-size: 42px;
        letter-spacing: -1px;
    }

    .career-team p {
        font-size: 16px;
    }

    .career-history__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .career-history__years {
        height: 330px;
    }

    .career-history__years::after {
        top: 121px;
    }

    .career-history__year[data-offset="0"] {
        top: 121px;
        font-size: 60px;
    }

    .career-history__year[data-offset="-1"] {
        top: 43px;
        font-size: 42px;
    }

    .career-history__year[data-offset="1"] {
        top: 199px;
        font-size: 42px;
    }

    .career-history__year[data-offset="-2"] {
        top: -20px;
        font-size: 28px;
    }

    .career-history__year[data-offset="2"] {
        top: 267px;
        font-size: 28px;
    }

    .career-history__text {
        min-height: 280px;
    }

    .career-benefits article {
        min-height: 0;
    }

    .career-onboarding,
    .career-onboarding__inner {
        min-height: 560px;
    }

    .career-onboarding {
        background-position: 63% center;
    }

    .career-onboarding__inner {
        padding-bottom: 32px;
    }

    .career-onboarding__card {
        padding: 28px 24px;
    }

    .career-story {
        flex-basis: 100%;
        grid-template-rows: 300px 1fr;
    }

    .career-story > img {
        height: 300px;
    }

    .career-story-detail__hero {
        padding: 40px 0 32px;
    }

    .career-story-detail__back {
        margin-bottom: 24px;
    }

    .career-story-detail h1 {
        font-size: 34px;
    }

    .career-story-detail__lead {
        font-size: 18px;
    }

    .career-story-detail__image img {
        height: 360px;
    }

    .career-story-detail__body {
        padding: 40px 0 64px;
    }

    .career-story-detail__content p {
        font-size: 17px;
        line-height: 1.6;
    }

    .career-vacancies__widget {
        padding: 12px;
    }

    .career-vacancies #vacanciesWidgetContainer iframe,
    .career-vacancies .cc2_zCUwpl {
        width: 100% !important;
        min-width: 100% !important;
    }

    .career-contact__layout {
        grid-template-columns: 1fr;
    }

    .career-contact__form {
        padding: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .career-page *,
    .career-page *::before,
    .career-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
