.breadcrumbs {
    margin-bottom: 40px;
}

.h1 {
    font-family: "Livret_Subhead_Light", sans-serif;
}

.career_hero {
    margin: 40px 0 120px 0;
    padding: 80px 0 140px;
    background: linear-gradient(270deg, #EEF0F8 4.2%, #FFFFFF 100%);
}

.content_title {
    font-family: "Livret_Subhead_Light", sans-serif;
    max-width: 913px;
    margin-bottom: 200px;
}

.career_subtitle {
    max-width: 563px;
    margin-left: 350px;
}

.content_title span {
    font-family: "Livret_Subhead_Light_Italic", sans-serif;
}

.career_content {
    padding: 0 0 180px 0;
    font-size: 20px;
    line-height: 120%;
}

.career_content p {
    max-width: 797px;
    margin-left: 350px;
}


.contact-us {
    padding-top: 0;
}

.contact-us__container {
    align-items: flex-start;
}

.contact-us__title {
    text-align: left;
}

.contact-us__form-wrapper {
    justify-content: flex-start;
}

.contact-us__form {
    width: 914px;
    margin-left: 350px;
}

.contact-us__bottom {
    justify-content: space-between;
    align-items: flex-start;
}

.contact-us__policy {
    max-width: 330px;
    margin-top: 17px;
}

.form_btns {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.doc_info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.doc_info p {
    color: #1B1B1B80;
}

.file_name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.file_name p {
    font-family: "Livret_Subhead_Light_Italic", sans-serif;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
    color: #1B1B1B;
}


.contact-us__select {
    position: relative;
}

.contact-us__input {
    cursor: pointer;
}

.contact-us__select::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid currentColor;
    transition: .2s;
    pointer-events: none;
}

.contact-us__select.open::after {
    transform: translateY(-50%) rotate(-90deg);
}

.contact-us__dropdown {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    background: #fff;
    list-style: none;
    margin: 0;
    box-shadow: 0px 0px 8px 0px #00000026;

}

.contact-us__select.open .contact-us__dropdown {
    display: block;
}

.contact-us__dropdown li {
    padding: 12px 16px;
    cursor: pointer;
}

.contact-us__dropdown li:hover {
    background: #f5f5f5;
}


@media (max-width: 1303px) {
    .career_content p {
        margin-left: 0;
        max-width: 100%;
    }

    .contact-us__form {
        width: 100%;
        margin-left: 0;
    }

    .contact-us__bottom {
        justify-content: flex-start;
    }

    .contact-us {
        padding-bottom: 140px;
    }

}

.vector_bg_mob {
    display: none;
}

.submit_btn p {
    display: none;
}

@media(max-width: 995px) {


    .vector_bg {
        display: none;
    }

    .vector_bg_mob {
        display: block;
        position: absolute;
        top: 220px;
        left: 0;
        width: 100%;
        height: 100%;
        /* max-height: 392px; */
    }

    .career_content {
        padding: 0 0 140px 0;
    }

    .career_hero {
        margin: 60px 0 100px 0;
        padding: 80px 0 322px 0;
        overflow: hidden;
    }

    .content_title {
        margin-bottom: 60px;
    }

    .contact-us__policy {
        display: none;
    }

    .submit_btn p {
        display: block;
        max-width: 393px;
    }

    .form_btns {
        gap: 69px;
    }

    .doc_info {
        gap: 16px;
    }
}

@media(max-width: 930px) {
    .vector_bg_mob {
        top: 200px;
    }

    .career_hero {
        padding: 80px 0 322px 0;

    }

    .career_subtitle {
        margin-left: 246px;
    }
}

@media(max-width: 800px) {
    .vector_bg_mob {
        top: 200px;
    }

    .career_hero {
        padding: 80px 0 272px 0;

    }

    .career_subtitle {
        margin-left: 246px;
    }
}

@media(max-width: 767px) {
    .vector_bg_mob {
        top: 0;
        position: relative;
    }

    .career_hero {
        padding: 60px 0 0 0;

    }

    .career_subtitle {
        margin-left: 0;
        max-width: 100%;
        margin-bottom: 48px;
    }

    .container .h1 {
        margin-top: 104px;
        margin-bottom: 48px;
    }

    .contact-us .h1 {
        margin-top: 0;
    }

    .content_title {
        margin-bottom: 48px;

    }
}

@media(max-width: 611px) {
    .form_btns {
        flex-direction: column;
        gap: 48px;
        width: 100%;
    }

    .submit_btn {
        width: 100%;
    }

    .submit_btn p {
        max-width: 100%;
    }
}