@charset "UTF-8";

.policy-item:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.policy-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f2f2f2;
    height: 100%;
    padding-right: calc((100vw - 8px - var(--adt-container-width)) / 2 + var(--adt-grid-gap));
    padding-left: var(--adt-gap);
}

.policy-item:nth-child(2n) .policy-item-info {
    padding-right: var(--adt-gap);
    padding-left: calc((100vw - 8px - var(--adt-container-width)) / 2 + var(--adt-grid-gap));
}

.policy-item-title .title {
    font-size: 32px;
    text-transform: uppercase;
    color: var(--adt-primary-color);
}

.recruitment-apply {
    background: #f2f2f2;
}

.apply-guide {
    font-size: 18px;
    padding-right: 30px;
}

.apply-guide h2 {
    font-size: 32px;
    color: var(--adt-primary-color);
    text-transform: uppercase;
}

.wpcf7-select.adt-form-input {
    width: 100%;
}

.adt-contact-form .es-dropdown ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
}

.adt-contact-form .es-dropdown ul li {
    margin: 0;
}

.adt-contact-form .easy-select {
    --es-height: 44.4px;
    width: 100%;
}

label.adt-form-cv {
    margin: 0;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    background: #fff;
    color: var(--adt-primary-color);
    font-weight: 600;
    font-size: 18px;
    border-radius: var(--adt-border-radius);
    border: 1px solid var(--adt-border-color);
}

label.adt-form-cv .wpcf7-form-control-wrap {
    display: none;
}

@media only screen and (min-width: 1441px) and (max-width: 1536px) {
    .policy-item-title .title{
        font-size: 24px;
    }
    .apply-guide h2{
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .policy-item-title .title{
        font-size: 24px;
    }
    .apply-guide h2{
        font-size: 28px;
    }
}

@media only screen and (max-width: 1280px) {
    .apply-guide{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .policy-item-title .title, .apply-guide h2{
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .policy-item-info{
        padding: var(--adt-gap) var(--adt-grid-gap) !important;
    }
    .policy-item-title .title, .apply-guide h2{
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .policy-item-info{
        padding: 20px var(--adt-grid-gap) !important;
    }
    .policy-item-title .title, .apply-guide h2{
        font-size: 20px;
    }
}