.cst-careers,
.cst-careers * {
    box-sizing: border-box;
}

.cst-careers {
    width: 100%;
    color: #3b3b3b;
    font-family: inherit;
}

.cst-careers a {
    color: inherit;
    text-decoration: none;
}

.cst-careers__container {
    width: min(calc(100% - 96px), 1400px);
    margin-right: auto;
    margin-left: auto;
}

.cst-careers__brand {
    display: inline-flex;
    align-items: center;
    width: auto;
    line-height: 1;
}

.cst-careers__brand-img {
    display: block;
    width: auto;
    height: 18px;
    object-fit: contain;
}

.cst-careers__brand-text {
    display: inline-block;
    color: #06466a;
    font-size: 17px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.06em;
}

.cst-careers-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 630px;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.cst-careers-hero::before {
    position: absolute;
    z-index: 0;
    content: "";
    inset: 0;
    background: rgba(15, 25, 28, .46);
}

.cst-careers-hero__inner {
    position: relative;
    z-index: 1;
    padding: 90px 0 82px;
}

.cst-careers-hero .cst-careers__brand {
    margin-bottom: 14px;
}

.cst-careers-hero .cst-careers__brand-img {
    height: 19px;
    filter: brightness(0) invert(1);
}

.cst-careers-hero .cst-careers__brand-text {
    color: currentColor;
}

.cst-careers-hero__kicker,
.cst-careers-positions__eyebrow,
.cst-careers-single__eyebrow {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.cst-careers-hero__kicker {
    margin-bottom: 18px;
}

.cst-careers-hero__title {
    max-width: 820px;
    margin: 0;
    font-size: clamp(42px, 4.6vw, 68px);
    font-weight: 650;
    line-height: .98;
    letter-spacing: -.055em;
}

.cst-careers-hero__text {
    max-width: 1080px;
    margin: 22px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
}

.cst-careers-intro {
    background: #fff;
}

.cst-careers-intro__inner {
    padding: 70px 0 76px;
}

.cst-careers-intro__text {
    max-width: 1260px;
    color: #3b3b3b;
    font-size: 17px;
    line-height: 1.42;
}

.cst-careers-intro__text p {
    margin: 0;
}

.cst-careers-intro__text p:not(:last-child) {
    margin-bottom: 16px;
}

.cst-careers-positions {
    background: #fff;
}

.cst-careers-positions__inner {
    padding: 48px 0 72px;
}

.cst-careers-positions__head {
    margin-bottom: 46px;
}

.cst-careers-positions .cst-careers__brand {
    margin-bottom: 13px;
}

.cst-careers-positions__eyebrow {
    margin-bottom: 24px;
    color: #06466a;
}

.cst-careers-positions__title {
    margin: 0;
    color: #3b3b3b;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.055em;
}

.cst-careers-positions__list {
    width: 100%;
}

.cst-careers-position {
    width: 100%;
    border-top: 1px solid #777;
}

.cst-careers .cst-careers-position > button.cst-careers-position__trigger,
.cst-careers .cst-careers-position > button.cst-careers-position__trigger:hover,
.cst-careers .cst-careers-position > button.cst-careers-position__trigger:focus,
.cst-careers .cst-careers-position > button.cst-careers-position__trigger:active {
    position: relative !important;
    display: flex !important;
    float: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 24px 12px 24px 0;
    overflow: visible !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.cst-careers .cst-careers-position > button.cst-careers-position__trigger:focus {
    outline: none !important;
}

.cst-careers .cst-careers-position > button.cst-careers-position__trigger:focus-visible {
    outline: 2px solid #06466a !important;
    outline-offset: 4px !important;
}

.cst-careers-position__content {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
}

.cst-careers-position__title {
    display: block;
    color: #06466a;
    font-size: 30px;
    font-weight: 650;
    line-height: 1.05;
}

.cst-careers-position__location,
.cst-careers-job__location {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 1.25;
}

.cst-careers-position__location {
    margin-top: 10px;
}

.cst-careers-job__pin {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border: 1.5px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.cst-careers-job__pin::after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 3px;
    height: 3px;
    content: "";
    background: currentColor;
    border-radius: 50%;
}

.cst-careers-position__arrow {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    transition: transform .28s ease;
}

.cst-careers-position__trigger:hover .cst-careers-position__arrow {
    transform: translateX(4px);
}

.cst-careers-position.is-open .cst-careers-position__arrow {
    transform: rotate(90deg);
}

.cst-careers-position.is-open .cst-careers-position__trigger:hover .cst-careers-position__arrow {
    transform: rotate(90deg);
}

.cst-careers-position__panel {
    height: 0;
    overflow: hidden;
    transition: height .38s cubic-bezier(.4, 0, .2, 1);
}

.cst-careers-position__panel[hidden] {
    display: none;
}

.cst-careers-position__panel-inner {
    padding: 42px 40px 58px 0;
}

.cst-careers-positions__empty,
.cst-careers-job__empty {
    padding-top: 24px;
    color: #656565;
    font-size: 15px;
}

.cst-careers-job-template {
    background: #fff;
}

.cst-careers-job-template__inner {
    padding: 30px 0 120px;
}

.cst-careers-job-template__context {
    margin-bottom: 42px;
}

.cst-careers-job-template__context .cst-careers__brand {
    margin-bottom: 13px;
}

.cst-careers-job-template__eyebrow {
    color: #06466a;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.cst-careers-job {
    width: 100%;
    max-width: 1280px;
    color: #3b3b3b;
}

.cst-careers-job__header {
    margin-bottom: 42px;
}

.cst-careers-job__title {
    margin: 0;
    color: #06466a;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 650;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.cst-careers-job__location {
    margin-top: 10px;
}

.cst-careers-job__block {
    width: 100%;
}

.cst-careers-job__block + .cst-careers-job__block {
    margin-top: 48px;
}

.cst-careers-job__block-title {
    margin: 0 0 18px;
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.cst-careers-job__richtext,
.cst-careers-job__list,
.cst-careers-job__note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.cst-careers-job__richtext p {
    margin: 0;
}

.cst-careers-job__richtext p:not(:last-child) {
    margin-bottom: 18px;
}

.cst-careers-job__list {
    margin: 0;
    padding-left: 20px;
}

.cst-careers-job__list li + li {
    margin-top: 9px;
}

.cst-careers-job__note {
    max-width: 900px;
    margin-top: 24px;
}

.cst-careers-job__note p {
    margin: 0;
}

.cst-careers-job__apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    padding: 12px 24px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    background: #06466a;
}

.cst-careers-single {
    padding: 70px 0 120px;
    background: #fff;
}

.cst-careers-single__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 48px;
}

.cst-careers-single__eyebrow {
    color: #06466a;
}

@media (max-width: 1024px) {
    .cst-careers__container {
        width: min(calc(100% - 56px), 1400px);
    }

    .cst-careers-hero {
        min-height: 520px;
    }
}

@media (max-width: 767px) {
    .cst-careers__container {
        width: min(calc(100% - 36px), 1400px);
    }

    .cst-careers-hero {
        min-height: 480px;
        align-items: flex-end;
    }

    .cst-careers-hero__inner {
        padding: 64px 0 54px;
    }

    .cst-careers-hero__title {
        font-size: 38px;
    }

    .cst-careers-hero__text {
        font-size: 15px;
    }

    .cst-careers-intro__inner {
        padding: 46px 0 50px;
    }

    .cst-careers-intro__text {
        font-size: 15px;
    }

    .cst-careers-positions__inner {
        padding: 38px 0 52px;
    }

    .cst-careers-positions__head {
        margin-bottom: 32px;
    }

    .cst-careers-positions__eyebrow {
        margin-bottom: 18px;
    }

    .cst-careers-positions__title {
        font-size: 34px;
    }

    .cst-careers-position {
        padding: 0;
    }

    .cst-careers-position__trigger {
        padding: 20px 4px 20px 0;
    }

    .cst-careers-position__panel-inner {
        padding: 28px 4px 42px 0;
    }

    .cst-careers-position__title {
        font-size: 24px;
    }

    .cst-careers-job-template__inner {
        padding: 24px 0 72px;
    }

    .cst-careers-job__header {
        margin-bottom: 30px;
    }

    .cst-careers-job__title {
        font-size: 32px;
    }

    .cst-careers-job__block + .cst-careers-job__block {
        margin-top: 34px;
    }

    .cst-careers-job__block-title {
        font-size: 22px;
    }

    .cst-careers-job__richtext,
    .cst-careers-job__list,
    .cst-careers-job__note {
        font-size: 15px;
    }

    .cst-careers-single {
        padding: 46px 0 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cst-careers-position__arrow,
    .cst-careers-position__panel {
        transition: none;
    }
}
