.elementor-2270 {
    display: flex;
    flex-direction: column;
    flex: 1 !important;
}

.elementor-element-3a2f389,
.elementor-element-01513ef {
    flex: 1 !important;
}

.jobs-back {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .3s linear;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}

.jobs-back .jobs-back__icon {
    width: 14px;
    height: 12px;
    transition: stroke .3s linear;
    stroke: #fff;
}

.jobs-back:hover {
    color: #f00;
}

.jobs-back:hover svg {
    stroke: #f00;
}

.jobs-lang-switcher ul {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

.jobs-lang-switcher ul li {
    list-style: none;
}

.jobs-lang-switcher ul li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: color .3s linear;
}

.jobs-lang-switcher ul li a.active {
    color: #f00;
}

.jobs-lang-switcher ul li:hover a {
    color: #f00;
}

.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.jobs-item-image {
    height: 160px;
    background-size: cover;
    background-position: center
}

.jobs-item-title {
    margin-bottom: 10px !important;
    position: relative;
}

.jobs-item-title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #f00;
    transition: color .3s linear;
    max-width: 440px;
}

.jobs-item-title svg {
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s linear;
    width: 21px;
    height: 21px;
    stroke: #FF0000;
}

.jobs-item-teaser {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px !important;
    transition: color .3s linear;
}

.jobs-filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 138px;
    margin-bottom: 120px;
}

.jobs-item-meta {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px !important;
    transition: color .3s linear;
}

.jobs-item-meta li::marker {
    font-size: 15px !important;
}

.jobs-archive-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    color: #f00;
}

.jobs-filter-container {
    min-width: 531px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 20px);
    overflow: auto;
}

.jobs-filter-row {
    margin-bottom: 20px;
    position: relative;
}

.jobs-filter-row label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #f00;
}

.jobs-filter-row input {
    padding: 10px 10px 10px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
}

.jobs-filter-row select,
.jobs-filter-row input {
    color-scheme: dark;
}

.jobs-filter-row select option,
.jobs-filter-row select optgroup {
    background-color: #121212;
    color: #fff;
}

.jobs-filter-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.jobs-filter-row select option[disabled] {
    color: rgba(255, 255, 255, .6);
}

.jobs-filter-row select {
    padding: 10px 10px 10px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    color: #fff;
}

.jobs-filter-row select:focus-visible,
.jobs-filter-row input:focus-visible {
    outline: none;
}

.jobs-filter-reset {
    position: absolute;
    right: 10px;
    top: 50%;
    border: 0;
    background: transparent !important;
    padding: 0;
    font-size: 24px;
    color: #f00;
}

#jobs-filter-search {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 17px 40px;
    transition: all .3s linear;
    width: 100%;
}

#jobs-filter-search:hover {
    color: #161616;
    border: 1px solid #f00;
    background-color: #f00;
}

.jobs-loading {
    padding: 20px;
    text-align: center;
}

.jobs-item-actions {
    width: 100%;
    padding: 20px;
    border: 1px solid #fff;
    padding: 20px 40px;
    text-align: center;
    transition: all .3s linear;
}

.jobs-item-actions span {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: color .3s linear;
}

.jobs-item-actions:hover {
    background-color: #f00;
    border: 1px solid #f00;
}

.jobs-item-link-wrapper:hover .jobs-item-title h3 {
    color: #fff;
}

.jobs-item-link-wrapper:hover .jobs-item-title svg {
    stroke: #fff;
    rotate: 180deg;
}

#jobs-filter-output {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jobs-filter-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}


.jobs-filter-pagination .current,
.jobs-filter-pagination .a {
    padding: 5px 10px;
    border: 1px solid #f00 !important;
    transition: all .3s linear;
}

.jobs-filter-pagination .current {
    color: #f00;
}

.jobs-filter-pagination a {
    color: #fff;
    transition: color .3s linear;
}

.jobs-filter-pagination a:hover {
    color: #f00;
}

.jobs-item-actions:hover span {
    color: #161616;
}

.footer__info {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.footer__info span {
    color: #f00;
}

.rehunt-apply-form {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rehunt-apply-form .raf-row label,
.rehunt-contact-mini .raf-row label {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #f00;
}

.rehunt-apply-form .raf-row input,
.rehunt-apply-form .raf-row textarea,
.rehunt-contact-mini .raf-row input,
.rehunt-contact-mini .raf-row textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bbb;
    color: #fff;
    padding: 10px 0;
    outline: none !important;
    border-radius: 0 !important;
}

.rehunt-contact-mini .raf-row {
    margin-bottom: 20px;
}

.rehunt-apply-form .raf-row.invalid input,
.rehunt-apply-form .raf-row.invalid textarea,
.rehunt-contact-mini .raf-row.invalid input,
.rehunt-contact-mini .raf-row.invalid textarea {
    border-bottom-color: #e31b23;
}

.rehunt-apply-form .raf-error,
.rehunt-contact-mini .raf-error {
    font-weight: 500;
    font-size: 12px;
    color: #f00;
    margin-top: 5px;
}

.rehunt-apply-form .raf-row[data-name="certs"] .raf-file-input {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.rehunt-apply-form .raf-file-trigger {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    transition: color .3s linear;
}

.rehunt-apply-form .raf-file-trigger:hover {
    color: #f00;
}

.rehunt-apply-form .raf-files {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.rehunt-apply-form .raf-files li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
}

.rehunt-apply-form .raf-file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rehunt-apply-form .raf-file-size {
    opacity: .7;
    font-size: 0.9em;
}

.rehunt-apply-form .raf-remove {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 0;
    background: transparent;
    border: 0 !important;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s linear;
}

.rehunt-apply-form .raf-remove:hover {
    color: #f00;
}

.rehunt-apply-form .file-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rehunt-apply-form .raf-status {
    margin: 10px 0;
}

.rehunt-apply-form .raf-status.err {
    color: #e31b23;
}

.rehunt-apply-form .raf-status.ok {
    color: #79d279;
}

.rehunt-apply-hero {
    max-width: 490px;
}

.rehunt-apply-hero .rah-prefix,
.rehunt-thanks-block .rth-prefix {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #f00;
    line-height: 1;
    margin-bottom: 5px !important;
}

.rehunt-apply-hero .rah-job,
.rehunt-thanks-block .rth-job {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
}

.rehunt-apply-hero .rah-follow,
.rehunt-thanks-block .rth-follow {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.job-item-title {
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    color: #f00;
    margin-bottom: 40px !important;
}

.job-item-image {
    max-width: 491px;
}

.job-item-teaser {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px !important;
    text-align: justify;
}

.job-item-list {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px !important;
}

.job-item-btn a,
.raf-submit,
.rcm-again,
.btn-close {
    border: 1px solid #fff;
    padding: 20px 40px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .3s linear;
    border-radius: 0 !important;
}

.raf-submit {
    margin-top: 20px;
}

.job-item-btn:hover a,
.raf-submit:hover,
.rcm-again:hover,
.btn-close:hover {
    color: #161616;
    background-color: #f00 !important;
    border-color: #f00 !important;
}

.rcm-success .rcm-thanks {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px !important;
}

.rcm-success .rcm-thanks .rcm-thanks-red {
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
    color: #f00;
}

.rcm-success .rcm-sub {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px !important;
}

.rehunt-thanks-text {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.rth-message {
    margin-bottom: 40px !important;
}

.rth-follow {
    margin-bottom: 20px !important;
}

.page-title-main {
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;
    color: #f00;
}

@media screen and (max-width: 1279px) {
    .jobs-filter-container {
        min-width: 40%;
    }

    .jobs-filter {
        gap: 80px;
    }
}

@media screen and (max-width: 1023px) {
    .jobs-filter {
        gap: 60px;
    }
}

@media screen and (max-width: 959px) {

    .rehunt-apply-hero,
    .rehunt-apply-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .jobs-filter {
        flex-direction: column;
        gap: 30px;
    }

    .jobs-archive-title {
        font-size: 40px;
    }

    .jobs-filter-container {
        position: static;
        max-height: none;
        overflow: visible;
        min-width: 100%;
    }

    .rehunt-apply-hero .rah-prefix,
    .rehunt-thanks-block .rth-prefix,
    .rehunt-apply-hero .rah-job,
    .rehunt-thanks-block .rth-job {
        font-size: 28px;
        text-align: center;
    }

    .rth-message,
    .rth-follow,
    .rehunt-apply-hero .rah-follow,
    .rehunt-thanks-block .rth-follow,
    .raf-error,
    .rehunt-apply-form .raf-row,
    .rehunt-apply-form input,
    .rehunt-apply-form textarea,
    .rehunt-contact-mini .raf-row,
    .rehunt-contact-mini input,
    .rehunt-contact-mini textarea {
        text-align: center !important;
    }

    .rehunt-apply-form .file-upload {
        align-items: center;
    }

    .page-title-main {
        font-weight: 600;
        font-size: 40px;
        text-transform: uppercase;
        text-align: center;
        color: #f00;
    }

    .job-item-title {
        font-size: 40px;
        margin-bottom: 20px !important;
    }

}

@media screen and (max-width: 500px) {
    .jobs-item-title h3 {
        font-size: 24px;
    }


}

@media screen and (max-width: 435px) {
    .jobs-back__label {
        display: none;
    }

    .jobs-item-title h3 {
        font-size: 23px;
        margin-right: 30px;
    }

    .job-item-title {
        font-size: 30px;
    }
}