*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section.why-join-us {
    padding-top: 100px;
    padding-bottom: 100px;
}
.recruitment-page .heading-block h2.title {
    font-family: var(--font-heading-italic);
    font-size: 70px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 87px;
    margin-top: 15px;
}
.recruitment-page .heading-block h2 .sub-title{
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.02em;
}
.why-join-us .why-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 65px;
}
.why-join-us .why-item {
    width: calc((100% / 3) - (130px / 3));
    counter-increment: item;
}
.why-join-us .why-item .title {
    color: #222529;
    border-top: 1px solid #4A505666;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 19px;
}
.why-join-us .why-item .des {
    color: #4A505666;
}
.why-join-us .why-item:before {
    content: counter(item, decimal-leading-zero);
    color: #4A5056CC;
}
/*==========================================*/
.recruitment-middle-banner .banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #F1F3F5;
}
.recruitment-middle-banner .banner-wrapper {
    position: relative;
}
.recruitment-middle-banner .content-inner {
    max-width: 393px;
    float: right;
    margin-bottom: 15px;
}
.recruitment-middle-banner .banner-image img {
    vertical-align: top;
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.recruitment-middle-banner .container{
    width: 100%;
}
.recruitment-middle-banner .banner-title{
    color: #F1F3F5;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.recruitment-middle-banner .banner-title .italic{
    font-style: italic;
    display: block;
    margin-top: 12px;
    margin-left: -5px;
}
.recruitment-middle-banner .description {
    margin-bottom: 57px;
}
.recruitment-middle-banner .heading-icon img {
    width: 62px;
    vertical-align: top;
}
.recruitment-middle-banner .btn-apply {
    color: #FFFFFF;
    padding: 12px 20px;
}
.recruitment-middle-banner .btn-apply:hover{
    color: #F1F3F5;
}
.recruitment-middle-banner .btn-apply:before, .recruitment-middle-banner .btn-apply:after{    
    background-image: url(../svg/arr-white.svg);
}
/*==================================*/
section.current-openings {
    padding: 100px 0 80px;
}
.current-openings .job-item {
    background: #F1F3F5;
    padding: 30px 40px;
    margin-bottom: 20px;
    display: flex;
    counter-increment: item;
}
.current-openings .job-item:before {
    content: counter(item, decimal-leading-zero);
    color: #222529;
    width: 16.7%;
}
.current-openings .job-item .title {
    width: 20.1%;
}
.current-openings .content {
    width: 56%;
    color: #4A505666;
}
.current-openings .job-item .title h4 {
    margin: 0;
    font-family: var(--font-body);
    font-size: 32px;
    font-weight: 500;
    line-height: 42.24px;
    letter-spacing: -0.004em;
}
.current-openings .block-filter {
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
}
.current-openings .block-filter .count-results {
    color: #00000066;
}
.current-openings .block-filter .sort {
    display: flex;
    align-items: center;
    color: #000000;
}
.block-filter .sort .vscomp-toggle-button,
.current-openings .block-filter .sort select {
    border: 0;
    padding: 0;
    padding-left: 3px;
    padding-right: 42px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    background-image: url(../index.html);
    background-size: 24px;
    background-position: right center;
    border-radius: 0;
}
.block-filter .sort .vscomp-option, 
.block-filter .sort .vscomp-value {
    font-size: inherit;
    font: inherit;
}
.current-openings .content .contact-info a {
    color: #4A505666;
    display: flex;
    align-items: center;
}
.current-openings .content .contact-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
    flex-wrap: wrap;
}
.current-openings .content .desc {
    margin-top: 20px;
}
.current-openings .requirements ul {
    margin-left: 22px;
}
.current-openings .requirements li {
    list-style: disc;
}
.current-openings .requirements .right-content {
    max-width: 522px;
}
.current-openings .contact-info a svg {
    margin-right: 10px;
}
.current-openings .requirements h6{
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 500;
    line-height: 26.4px;
    margin: 0 0 4px;
}
.current-openings .requirements {
    display: flex;
    gap: 70px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.current-openings .apply-now a.btn-apply {
    background: #222529;
    padding: 12px 19px;
    border-radius: 100px;
    color: #F1F3F5;
    min-width: 143px;
    display: inline-block;
    text-decoration: none;
}
.current-openings .apply-now a.btn-apply:hover {
    background: rgba(34, 37, 41, 0.8);
}
.current-openings .apply-now a.btn-apply svg {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.current-openings .job-item .more-content{
    display: none;
}
.current-openings .job-item .item-toggle{
    order: 3;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 11px 0;
}
.current-openings .job-item .item-toggle .minus{
    display: none;
}
.current-openings .job-item.active .item-toggle .plus{
    display: none;
}
.current-openings .job-item.active .item-toggle .minus{
    display: block;
}
.current-openings .job-item .item-toggle svg {
    vertical-align: top;
    cursor: pointer;
}
.current-openings .popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    padding: 30px 0;
    display: none;
}
.current-openings .popup .close-popup {
    position: absolute;
    right: 28px;
    top: 24px;
    cursor: pointer;
}
.current-openings .popup .close-popup svg{
    vertical-align: top;
}
.current-openings .popup .popup-content {
    background: #FFFFFF;
    padding: 80px;
    position: relative;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.popup .popup-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.popup .popup-content::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.popup .popup-content::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border: 2px solid #555;
}
.current-openings .popup .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.current-openings .popup-content .content-left {
    width: 32%;
    padding-right: 50px;
    padding-top: 91px;
    display: inline-block;
    float: left;
}
.current-openings .popup-content .content-right {
    width: 68%;
    display: inline-block;
}
.popup-content .content-left .description {
    max-width: 334px;
    margin-bottom: 70px;
}
.popup-content .content-left .requirements{
    max-width: 334px;
    display: block;
    margin-bottom: 70px;
    margin-top: 0;
}
.popup-content .content-left .why-work{
    max-width: 334px;
}
.current-openings .popup-content .form-wrapper {
    border: 1px solid #A69987;
    padding: 80px;
}
.popup-content .form-wrapper .title {
    margin-top: 10px;
    margin-bottom: 48px;
}
.current-openings .popup-content .title-field-group strong {
    font-family: Inria Serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.78px;
    letter-spacing: -0.004em;
    text-align: left;
}
.current-openings .popup-content h2{
    font-family: var(--font-heading-italic);
    margin: 0 0 30px;
    font-style: italic;
    font-weight: 500;
/*    letter-spacing: 0.02em;*/
    text-transform: uppercase;
}
.current-openings .popup .contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
}
.current-openings .popup .contact-info a {
    color: #4A505666;
    display: flex;
    align-items: center;
}
.current-openings .popup .contact-info a svg {
    margin-right: 10px;
}
.current-openings .popup-content h5{
    font-family: Inria Serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28.78px;
    letter-spacing: -0.004em;
    text-align: left;
    margin: 0 0 23px;
}
.form-content input[type="text"], 
.form-content input[type="email"], 
.form-content input[type="number"], 
.form-content input[type="tel"] {
    border: 0;
    border-bottom: 1px solid #A69987;
    border-radius: 0;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-body);
}
.form-content textarea {
    width: 100%;
    height: 200px;
    resize: none;
    border: 1px solid #A69987;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 17px 20px;
    vertical-align: top;
}
.form-content .field-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}
.form-content .title-field-group {
    display: block;
    width: 100%;
    margin-bottom: 38px;
}
.form-content .field {
    width: 100%;
    margin-bottom: 23px;
}
.form-content .field.first-name {
    width: calc(50% - 10px);
}
.form-content .field.last-name {
    width: calc(50% - 10px);
}
.form-content .field.number {
    display: flex;
    position: relative;
    margin-top: 6px;
}
.form-content #selected-flag img {
    width: 32px;
    height: auto;
}
.form-content span#selected-flag {
    position: absolute;
    top: -2px;
    display: flex;
    align-items: center;
}
.form-content span#selected-flag svg {
    height: 32px;
    margin-left: 10px;
}
.form-content ul#country-select {
    position: absolute;
    display: none;
    top: -2px;
    background: #fff;
    z-index: 2;
}
.form-content ul#country-select li img {
    width: 32px;
    height: auto;
}
.form-content input[type="tel"] {
    padding-left: 82px;
}
.form-content .btn-submit {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 10px;
}
.form-content .btn-submit input[type="submit"] {
    width: auto;
    display: block;
    font-family: BodoniFLF;
    font-size: 32px;
    font-weight: 500;
    line-height: 36.9px;
    letter-spacing: 0.1em;
    text-align: left;
    border: 0;
    background: transparent;
    text-transform: uppercase;
    padding: 9px 30px;
    cursor: pointer;
    transition: all 0.35s;
}
.form-content .btn-submit input[type="submit"]:hover {
    color: var(--color-brown-3);
}
.form-content input[type="file"]{
    padding: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
    position: absolute;
    font-weight: 500;
    visibility: hidden;
}   
.form-content .choose-file {
    width: 178px;
    height: 56px;
    border: 1px dashed #4A5056CC;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.form-content .choose-file input[type="file"]::-webkit-file-upload-button {
    font-size: 0;
    width: 0;
    margin: 0;
    border: 0;
    padding: 0;
}
.form-content .choose-file input+label {
    font-family: Switzer;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.84px;
    letter-spacing: -0.004em;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    cursor: pointer;
}
.form-content .title-field-group p{
    font-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #A69987;
}
.field-group.file-upload .title-field-group{
    width: calc(100% - 200px);
    margin-bottom: 0;
}
.field-group.file-upload .field.file{
    width: auto;
    margin-bottom: 0;
}
.current-openings .vscomp-options-container{
    border-radius: 18px;
    overflow: hidden;
}
.current-openings .pop-comp-wrapper{
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
}
@media (min-width: 768px){
    .recruitment-page .top-banner-type-5 .banner-content h1{
        margin-top: 4px;
        margin-bottom: 20px;
    }
    .recruitment-page .top-banner-type-5 .description {
        max-width: 472px;
    }
}
@media (max-width: 1440px){
    .why-join-us .why-listing{
        padding-right: 9px;
    }
    .why-join-us .why-item .title{
        margin-top: 19px;
        margin-bottom: 20px;
    }
    .why-join-us .why-item{
        width: calc(50% - (65px / 2));
    }
    .current-openings .job-item .title {
        width: 24.5%;
    }
    .current-openings .job-item:before{
        width: 19.4%;
    }
    .current-openings .content {
        width: 51%;
    }
    .current-openings .content .contact-info{
        margin-top: 32px;
    }
    .current-openings .content .desc {
        margin-top: 32px;
    }
    .current-openings .requirements{
        display: block;
        margin-top: 32px;
    }
    .current-openings .requirements ul {
        margin-left: 22px;
    }
    .current-openings .requirements .left-content {
        margin-bottom: 32px;
    }
    .current-openings .popup .popup-content{
        padding: 60px;
    }
    .current-openings .popup-content .content-left{
        padding-top: 50px;
    }
    .current-openings .popup-content .form-wrapper{
        padding: 50px;
    }
    .current-openings .popup .close-popup{
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 1199px){
    .why-join-us .why-listing{
        padding-right: 0;
        gap: 36px;
    }
    .why-join-us .why-item {
        width: calc(50% - 18px);
    }
    .current-openings .job-item:before{
        width: 15%;
    }
    .current-openings .popup .popup-content{
        padding: 40px;
    }
    .current-openings .popup-content .form-wrapper{
        padding: 40px;
    }
    .current-openings .popup-content .content-left{
        padding-right: 40px;
        padding-top: 40px;
    }
    .current-openings .popup .contact-info{
        margin-bottom: 40px;
    }
    .popup-content .content-left .description{
        margin-bottom: 40px;
    }
    .popup-content .content-left .requirements{
        margin-bottom: 40px;
    }
    .current-openings .popup-content .content-right{
        max-width: calc(100% - 260px);
    }
    .current-openings .popup-content .content-left{
        min-width: 260px;
        padding-right: 20px;
    }
}
@media (max-width: 991px){
    .form-content .field.last-name {
        width: 100%;
    }
    .form-content .field.first-name {
        width: 100%;
    }
    .field-group.file-upload .title-field-group{
        width: 100%;
    }
    .current-openings .popup-content h2{
        font-size: 45px;
    }
    .current-openings .popup .contact-info{
        gap: 20px;
    }
    .current-openings .popup .close-popup svg{
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 767px){
    section.why-join-us{
        padding-bottom: 80px;
    }
    .recruitment-page .heading-block h2.title{
        font-size: 42px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: 0.02em;
        margin-bottom: 80px;
        margin-top: 13px;
    }
    .recruitment-page .heading-block h2 .sub-title{
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
    }
    .recruitment-page .heading-block .icon img{
        width: 39px;
        height: 39px;
    }
    .why-join-us .why-item {
        width: 100%;
    }
    .why-join-us .why-listing{
        gap: 65px;
    }
    .recruitment-middle-banner .banner-image img{
        height: 466px;
    }
    .recruitment-middle-banner .heading-icon img {
        width: 44px;
    }
    .recruitment-middle-banner .content-inner{
        float: none;
    }
    .recruitment-middle-banner .banner-title{
        font-size: 42px;
        line-height: 60px;
        margin-top: 9px;
    }
    .recruitment-middle-banner .banner-title .italic{
        font-style: normal;
        margin-top: 0;
        margin-left: 0;
    }
    .recruitment-middle-banner .banner-content{
        display: block;
    }
    .recruitment-middle-banner .container{
        height: 100%;
    }
    .recruitment-middle-banner .content-inner{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .recruitment-middle-banner .btn-apply{
        padding: 12px 22px;
    }
    .recruitment-middle-banner .description {
        margin-bottom: 29px;
    }
    .current-openings .job-item{
        display: block;
        position: relative;
        margin-bottom: 39px;
    }
    .current-openings .job-item .item-toggle{
        position: absolute;
        right: 40px;
        top: 30px;
        padding: 0;
    }
    .current-openings .job-item .title h4{
        margin-top: 5px;
    }
    .current-openings .content {
        width: 100%;
        padding-top: 32px;
    }
    .current-openings .job-item .title {
        width: 100%;
    }
    .current-openings .block-filter{
        margin-bottom: 40px;
    }
    .current-openings .popup-content .content-left{
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        min-width: 0;
    }
    .current-openings .popup-content .content-right{
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .popup-content .content-left .requirements {
        max-width: 100%;
    }
    .popup-content .content-left .why-work{
        max-width: 100%;
    }
    .popup-content .content-left .description{
        max-width: 100%;
    }
    .current-openings .popup-content h2 {
        font-size: 42px;
        line-height: 60px;
    }
    .form-content .btn-submit input[type="submit"]{
        padding: 12px 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.45px;
        letter-spacing: 0.1em;
    }
    .form-content .btn-submit{
        justify-content: center;
    }
    .form-content .btn-submit svg {
        width: 8px;
        height: 16px;
    }
}
@media (max-width: 575px){
    .current-openings .popup .popup-content {
        padding: 30px;
    }
    .current-openings .popup-content .form-wrapper {
        padding: 30px;
    }
    .field-group.file-upload .field.file {
        width: 100%;
    }
    .form-content .choose-file{
        width: 100%;
    }
}
@media (max-width: 399px){
    .current-openings .popup .popup-content {
        padding: 20px;
    }
    .current-openings .popup .container{
        padding: 0 20px;
    }
    .current-openings .popup-content .form-wrapper {
        padding: 20px;
    }
    .current-openings .popup-content h2 {
        font-size: 35px;
        line-height: normal;
    }
    .current-openings .popup-content .content-left{
        padding-top: 30px;
    }
    .current-openings .content .contact-info{
        gap: 20px;
    }
}