/* LAVORA CON NOI */


.open_positions_block {

}

.open_positions_block .wrap {
    padding: 0 24px;
}

.open_positions_block .positions {

}

.open_positions_block h3.title {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0;
}

.open_positions_block .positions .accordion-item {
    border: none;
    border-bottom: 1px solid #BAAAB2;
    padding: 32px 0;
    color: var(--grey-1D);
}

.open_positions_block .positions .accordion-item:last-of-type {
    border: none;
}

.open_positions_block .positions .accordion-item .accordion-button {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.open_positions_block .positions .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    padding: 0;
}


.open_positions_block .positions .accordion-item .accordion-button p {
    margin-bottom: 0;
    color: var(--grey-1D);
}

.open_positions_block .positions .accordion-item .accordion-button h4 {
    font-family: 'degular-text';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: var(--grey-1D);
    margin-bottom: 0;
}

.open_positions_block .positions .accordion-item .accordion-button::after {
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 24px;
    right: 0;
    background: none;
    content: '\F62A';
    font-size: 24px;
    transform: rotate(45deg);
}

.open_positions_block .positions .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    top: 23px;
    right: 6px;
}

.open_positions_block .positions .accordion-item .accordion-body {
    padding: 24px 0 0;
}

.open_positions_block .positions .accordion-item .accordion-body .col-12 {
    padding: 0;
}

.open_positions_block .positions .accordion-item .accordion-body .date {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}

.open_positions_block .positions .accordion-item .accordion-body .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
}

.open_positions_block .positions .accordion-item .accordion-body .button {
    width: 100%;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 103.529% */
    text-transform: uppercase;
    color: #fff;
    padding: 8px;
    border-radius: 360px;
    display: inline-block;
}

.academy {

}

.academy .image_top {
    aspect-ratio: 1 / 1.75;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.academy .image_top .overflow {
    padding: 24px;
    background: linear-gradient(0deg, #E3E5E3 1%, #DCDEDC 40%, transparent 100%);
    padding-bottom: 40px;
}

.academy .image_top .overflow .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 16px;
}

.academy .image_top .overflow p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.academy .text_block {
    background: linear-gradient(0deg, #DCDEDC 90%, #E3E5E3 100%);
    padding: 40px 24px 24px;
}

.academy .text_block .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 24px;
}

.academy .text_block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.academy .chess {
    padding: 0 24px;
    background-color: #DCDEDC;
    padding-bottom: 48px;
}

.academy .chess:last-child {
    padding: 0 24px;
    padding-bottom: 48px;
    background: linear-gradient(0deg, #F2F2F2 20%, #DCDEDC 100%);
}

.academy .chess.even {

}

.academy .chess .image {
    padding: 0;
    aspect-ratio: 1/1;
    background-size: cover;
}

.academy .chess .text {
    padding: 40px 24px;
    background-color: #fff;

}

.academy .chess .text .title {
    font-family: 'degular-text';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 12px;
    font-family: 'degular-text';
}

.academy .chess .text .duration {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
    font-family: 'degular-text';
}

.academy .chess .text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.bottom_text {
    background: linear-gradient(0deg, #E3E5E3 70%, #F2F2F2 100%);
    text-align: center;
    padding-bottom: 80px;
}

.bottom_text .icon {
    padding: 0 24px;
    max-width: 100px;
    aspect-ratio: 1/1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.bottom_text .icon img {
    max-width: 100%;
    height: auto;
}

.bottom_text .text {
    padding: 0 24px;
    font-family: 'ivypresto-display';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 24px;
}

.bottom_text .contacts {
    padding: 0 24px;
    font-size: 18px;

}

.bottom_text .contacts .inner {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    padding: 16px 40px;
    background-color: #E3F2F6;
}


@media all and (min-width: 992px) {
    .open_positions_block {

    }

    .open_positions_block > .container-fluid {
        padding: 0 80px;
    }

    .open_positions_block .wrap {
        padding: 0;
    }

    .open_positions_block h3.title {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        margin-bottom: 32px;
    }

    .open_positions_block .positions {
        padding: 0 48px;
        margin-bottom: 88px;
    }

    .open_positions_block .positions .accordion-item {

    }

    .open_positions_block .positions .accordion-item .accordion-body {
        padding: 48px 0 0;
    }

    .open_positions_block .positions .accordion-item .accordion-button {

    }

    .open_positions_block .positions .accordion-item .accordion-button p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .open_positions_block .positions .accordion-item .accordion-button .title {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .open_positions_block .positions .accordion-item .accordion-body .date {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-align: right;
        padding-right: 32px;
    }

    .open_positions_block .positions .accordion-item .accordion-body .text {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .open_positions_block .positions .accordion-item .accordion-body .col-12:last-child {

    }

    .open_positions_block .positions .accordion-item .accordion-body .button {
        padding: 11px 32px;
        width: auto;
    }

    .open_positions_block .positions .accordion-item:last-of-type {
        border-bottom: 1px solid #BAAAB2;
        border-radius: 0;
    }

    .academy {

    }

    .academy > .container-fluid {

        background: repeating-linear-gradient(0deg, #dedede, #FBFBFB, #dedede 800px);
    }

    .academy .image_top {
        aspect-ratio: 2.4/1;
        display: flex;
        align-items: center;
    }

    .academy .image_top .overflow {
        max-width: 60%;
        background: linear-gradient(90deg, rgba(229, 233, 234, 0.95) 45.66%, rgba(231, 235, 236, 0.40) 90%, rgba(231, 235, 236, 0.00) 100%);
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        padding-left: 80px;
        padding-right: 120px;
    }

    .academy .image_top .overflow .title {
        font-size: 74px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
    }

    .academy .image_top .overflow p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .academy .text_block {
        padding: 88px 80px 24px;
        background: transparent;
    }

    .academy .text_block .title {
        font-size: 64px;
        font-style: normal;
        font-weight: 300;
        line-height: 110%;
        text-align: center;
        margin-bottom: 24px;
    }

    .academy .text_block p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 16px;
        text-align: center;
    }

    .academy .chess {
        padding: 0 80px 48px;
        background: transparent;
    }

    .academy .chess:last-child {
        padding: 0 80px 48px;
        background: transparent;
    }

    .academy .chess .image {
        aspect-ratio: 1.25/1;
    }

    .academy .chess.even .image {
        order: 2;
    }

    .academy .chess .text {
        padding: 80px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .academy .chess .text .title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .academy .chess .text .duration {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%;
    }

    .academy .chess .text p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .bottom_text {
        background: transparent;
        padding: 0;
    }

    .bottom_text > .container-fluid {
        background: repeating-linear-gradient(180deg, #dedede, #FBFBFB, #dedede 800px);
        padding: 40px 80px 80px;
    }

    .bottom_text > .container-fluid > .row {
        flex-direction: column;
    }

    .bottom_text .icon {
        max-width: 124px;
    }

    .bottom_text .icon img {

    }

    .bottom_text .text {
        font-size: 34px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        max-width: 1040px;
        margin: 0 auto 64px;
        padding: 0 80px;

    }

    .bottom_text .contacts {

    }

    .bottom_text .contacts .inner {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding: 16px 40px;
    }

    .bottom_text .contacts .inner p {
        margin-bottom: 0;
    }
}

@media all and (min-width: 1400px) {
    .academy .image_top .overflow {
        padding-right: 240px;
    }
}
@media all and (min-width: 992px) and (max-width: 1200px){
    .academy .image_top {
        aspect-ratio: initial;
    }
}