@import "../sections/hero-section.css";

.careers-page {
    margin-top: 104px;
}

.hero-info {
    padding: 84px 0 72px;
}

.careers-page .hero-info p {
    width: 50%;
}

.employee-section .container {
    display: flex;
    justify-content: flex-end;
}

.employee-section .stat-value-wrap {
    display: flex;
    align-items: center;

    font-size: 100px;
    font-weight: 300;
    color: #df6c4f;
}

.employee-section .stat-value-wrap span {
    line-height: 1;

    transform: translateY(-15%);
}

.employee-section .text {
    width: 50%;
    padding: 50px;
}

.employee-section .text h3 {
    margin: 0 0 15px;

    font-size: 100px;
    font-weight: 300;
    color: #df6c4f;
    line-height: 1;
}

.employee-section .text p {
    margin: 0;

    font-size: 20px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3.85px;
    line-height: 1.2;
    text-transform: uppercase;
}

.multitude-section {
    position: relative;
}

.multitude-section .text {
    position: absolute;
    left: 47%;
    top: 28%;
}

.multitude-section .text h3 {
    margin: 0 0 20px;

    font-size: 48px;
    font-weight: normal;
    color: #344555;
    line-height: 1.2;
}

.multitude-section .text p {
    width: 60%;
    margin: 0;

    font-size: 16px;
    font-weight: normal;
    color: #344555;
}

.multitude-section .text p:not(:last-child) {
    margin-bottom: 20px;
}

.positions-section .container {
    display: flex;
    justify-content: space-between;
}

.positions-section .position-table {
    width: calc(33% - 15px);
    padding: 60px 40px;

    transform: translateY(-90px);

    transition: .5s ease;
}

.positions-section .position-table.inactive {
    opacity: 0;

    transform: none;
}

.positions-section .position-table:first-child {
    background: #344555;
}

.positions-section .position-table:nth-child(2) {
    background: #4b799d;
}

.positions-section .position-table:last-child {
    background: #466b86;
}

.positions-section .position-table {
    display: flex;
    flex-direction: column;
}

.positions-section .position-table .positions {
    flex-grow: 1;
}

.positions-section .position-table .title {
    margin: 0;

    font-size: 28px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.positions-section .position-table hr {
    margin: 40px auto;

    width: 122px;
    height: 3px;
    background: #df6c4f;
}

.positions-section .position-table .primary-btn {
    max-width: unset;
    width: 100%;
}

.positions-section .position-item p {
    display: block;
    min-height: 66px;
    margin: 0 0 20px;

    font-size: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.resume-section .text {
    padding: 210px 0 210px 50px;
}

.resume-section h4 {
    margin: 0 0 30px;

    font-size: 48px;
    font-weight: normal;
    color: #344555;
    line-height: 1.2;
}

.resume-section p {
    width: 43%;
    margin: 0 0 45px;

    font-size: 16px;
    font-weight: normal;
    color: #344555;
}

.resume-section .primary-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: unset;
}

.resume-section .primary-btn::before {
    content: url('/wp-content/uploads/2020/06/email.svg');

    width: 24px;
    height: 22px;
    margin-right: 15px;
}

.for-mobile {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .careers-page .hero-info p {
        width: 100%;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
        width: 100%;
    }

    .multitude-section .for-mobile {
        transform: translateY(-3px);
    }

    .hero-info {
        padding: 0;
    }

    .employee-section .full-container {
        background: #344554 !important;
    }

    .employee-section .text h3 {
        font-size: 70px;
    }

    .employee-section .text p {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .employee-section .text p br {
        display: none;
    }

    .employee-section .text {
        width: 100%;
        padding: 25px 10px;
    }

    .multitude-section .text {
        display: none;
    }

    .positions-section .container {
        flex-wrap: wrap;
    }

    .positions-section .position-table {
        width: 100%;
        padding: 50px 30px;
    }

    .positions-section .position-table:not(:last-child) {
        margin-bottom: 20px;
    }

    .positions-section .position-table .title {
        font-size: 26px;
    }

    .positions-section .position-table hr {
        margin: 25px auto;
    }

    .positions-section .position-item {
        margin-bottom: 30px;
    }

    .positions-section .position-item p {
        min-height: unset;
    }

    .positions-section .position-item a {
        min-height: unset;
        margin-bottom: 10px;

        font-size: 18px;
    }

    .positions-section .position-table .primary-btn {
        width: auto;
        margin: 0 auto;
    }

    .resume-section {
        background: #f1f1f1 !important;
    }

    .resume-section .text {
        padding: 30px 20px;
    }

    .resume-section h4 {
        margin-bottom: 20px;

        font-size: 30px;
    }

    .resume-section p {
        width: 100%;
    }

}

@media only screen and (max-width: 1275px) {
    .multitude-section .text h3 {
        font-size: 35px;
    }

    .multitude-section .text p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .positions-section .position-item p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 380px) {
    .employee-section .text p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
    .multitude-section .img-holder .for-desktop {
        transform: translateX(-18%);
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1840px) {
    .multitude-section .img-holder .for-desktop {
        transform: translateX(-15%);
    }
}
