#positions {
    padding-top: 53px;
    padding-bottom: 84px;
}

#positions .container {
    --content-width: 1310px;
}

#positions .title {
    font-size: 2.875em;
    line-height: 1;
    margin: 0 auto 17px 0;
}

#positions .desc {
    font-size: 1.125em;
    line-height: 1.444;
    margin-bottom: 41px;
}

#positions p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
}

#positions .simple {
    list-style: none;
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    max-width: 809px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    gap: 8px 0;
    padding-left: 61px;
}


.accordionjs .acc_section,
.accordionjs .acc_section .acc_head {
    border: none !important;
}

.accordionjs .acc_section {
    border-top: 1px solid #c7c7c7 !important;
    border-bottom: 1px solid #c7c7c7 !important;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: transparent !important;
}
#positions .accordionjs {
    margin-top: 80px;
}

#positions .acc_head {
    font-size: 2.25em;
    line-height: 1;
    padding-top: 12px;
    position: relative;
    padding-left: 0;
}

#positions .acc_head .sub {
    font-size: 0.5em;
    line-height: 1.4444;
    margin-top: 14px;
}

#positions .acc_head span {
    font-size: 18px;
}

#positions .acc_head::after {
    content: '';
    position: absolute;
    background-image: url('../../../images/icons/icon-plus.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 16px;
    width: 25px;
    height: 14px;
}

#positions .acc_active .acc_head::after {
    background-image: url('../../../images/icons/icon-minus.png');
}

#positions .acc_section {
    padding: 24px 0;
}

#positions .acc_content {
    padding: 0px 28px 17px 0;
    font-size: 16px;
    line-height: 2;
    max-width: 900px;
}

#positions .acc_content p {
    margin: 21px 0 0;
}

#positions .acc_content ul {
    list-style: none;
    padding: 0;
    margin-left: 0 !important;
}

#positions .acc_content ul li {
    position: relative;
    padding-left: 34px;
    line-height: 1.5;
    font-size: 1.25em;
    /*list-style:none;*/
}
#positions .acc_content ul li:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 2.5px;
    background-image: url('../../../images/2026/careers/checkmark.png');
    background-image: image-set(url('../../../images/2026/careers/checkmark.png') 1x, url('../../../images/2026/careers/checkmark@2x.png') 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#positions .acc_content ul li + li {
    margin-top: 10px;
}

#positions .acc_content a {
    margin-top: 33px;
    width: 168px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.25em;
}
#position-filter {
    padding: 32px 40px 24px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#position-filter form {
     column-gap: 20px;
     width: 100%;
}
#position-filter .form-field {
    min-width: 300px;
    max-width: 479px;
} 
#position-filter select {
    border-color: #243D70;
    height: 59px;
    border-radius: 30px;
}
#position-filter .form-action {
    padding-top: 0;
    margin-left: auto;
    margin-right: 0;
}
#position-filter button {
    width: 168px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    #positions .sub-wrap {
        max-width: 100%;
        margin: 36px 20px 0;
    }

    #positions .sub {
        margin: 0 auto;
        column-gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    #positions .title {
        max-width: 450px;
        margin: 0 auto 4px auto;
    }

    #positions .simple {
        grid-template-columns: 1fr;
        margin-top: 20px;
        padding-left: 70px;
        padding-right: 70px;
    }

    #positions .simple li:nth-of-type(3) {
        grid-row: 2;
    }

    #positions .simple li:nth-of-type(4) {
        grid-row: 5;
    }

    #positions .simple li:nth-of-type(5) {
        grid-row: 3;
    }
    #position-filter {
        padding: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 567px) {
    #positions {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    #positions .title {
        font-size: 29.5px;
        line-height: 1;
        max-width: 340px;
        margin-bottom: 10px;
    }

    #positions .title span {
        font-size: 43px;
        display: block;
    }

    #positions .container>p {
        margin: 0 auto 30px;
        font-size: 18px;
        line-height: 23px;
    }

    #positions p {
        font-size: 16.5px;
        line-height: 18.5px;
    }

    #positions .acc_content a {
        margin-top: 20px;
    }

    #positions .sub-wrap {
        margin-right: 0;
    }

    #positions .sub {
        column-count: 1;
    }

    #positions .simple {
        padding-left: 39px;
        padding-right: 0;
        font-size: 14px;
        line-height: 19px;
    }

    #positions .simple li::before {
        width: 12.5px;
        height: 9px;
        top: 4px;
    }

    #positions .accordionjs {
        margin-top: 34px;
    }

    #positions .acc_head {
        font-size: 22.5px;
        line-height: 20px;
        padding: 0 10px 0 5px;
    }

    #positions .acc_head .sub {
        font-size: 18.5px;
        line-height: 27px;
    }

    #positions .acc_section {
        padding: 29px 0 29px 0px;
    }

    #positions .acc_head::after {
        right: 0px;
        top: 13px;
    }

    #positions .acc_content {
        font-size: 14px;
        line-height: 19px;
        padding: 11px 19px 0 1px;
    }

    #positions .acc_content ul li {
        margin-bottom: 10px;
    }
    #position-filter form {
        flex-direction: column;
        align-items: stretch;
        row-gap: 12px;
    }
    #position-filter .form-action {
        padding-top: 12px;
        margin-left: 0;
        margin-right: auto;
    }
    #position-filter button {
        width: 160px;
        height: 35px;
        border-radius: 18px;
    }
}