.page-template-pagetemplate-faq-php #language-bottom-wrapper , .page-template-pagetemplate-faq-php #language-fixed {
	background-color: white !important;
}

/*
====================
FAQ
===================
 */
#faq {
    padding: 200px 0px 0px 0px;
}

#faq-container {
    border-top: 1px solid rgba(48, 42, 39, .2);
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    margin-top: 40px;
}

.faq-questions {
    padding: 0;
    padding-right: 45px;
    border-right: 1px solid rgba(48, 42, 39, .2);
}

.faq-questions .faq-link {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid rgba(48, 42, 39, .2);
    color: #302A27;
    padding: 20px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.faq-link.active,
.faq-link:hover,
.faq-link:focus {
    background-color: rgba(226, 227, 227, .4);
    text-decoration-line: none;
}

.faq-questions .faq-link:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    height: 12px;
    width: 12px;
    background-image: url('/wp-content/uploads/2021/06/faq-right-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.faq-link.active:after,
.faq-link:hover:after,
.faq-link:focus:after {
    transform: translateX(100%);
}

#faq-list li:last-of-type a {
    border-bottom: none;
}

#faq-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

#faq-list li {
    display: flex;
    flex-wrap: wrap;
    counter-increment: my-awesome-counter;
    position: relative;
    flex-basis: 100%;
    width: 100%;
    height: 72px;
    align-content: center;

}

#faq-list li::before {
    content: "0" counter(my-awesome-counter);
    font-family: 'Trim Mono Web';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #302A27;
    opacity: 1;
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 2;
}

.faq-answers .fqa-answer {
    /*transform: translateY(100%);*/
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 45px 45px 38px 45px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    width: 100%;
    flex-basis: 100%;
}

.faq-answers .fqa-answer.fadeOut {
    transform: translateY(-100%);
}

.answer-text {
    margin-top: auto;
    position: relative;
    height: 90px;
    overflow: hidden;
    width: 100%;
}

.answer-text p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
}

.answer a {
    color: #f56038;
}

.faq-answers {
    height: 360px;
    overflow: hidden;
}

.faq-answers .fqa-answer .image-wrapper {
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
}

.faq-answers .fqa-answer .image-wrapper img {
    transform: translateY(50px);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.faq-answers .fqa-answer .answer-text p {
    transform: translateY(130px);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}

.faq-answers .fqa-answer .image-wrapper img.fadeOut {
    transform: translateY(-50px);
}

.faq-answers .fqa-answer .answer-text p.fadeOut {
    transform: translateY(-130px);
}

.faq-answers .fqa-answer .image-wrapper img.out {
    transform: translateY(-50px);
}

.faq-answers .fqa-answer .answer-text p.out {
    transform: translateY(-150px);
}

.faq-answers .fqa-answer img.active {
    transform: translateY(0);
}

.faq-answers .fqa-answer .answer-text p.active {
    transform: translateY(0);
}

/*.faq-answers .fqa-answer.out {*/
/*    transform: translateY(-100%);*/
/*}*/

/*.faq-answers .fqa-answer.active {*/
/*    transform: translateY(0);*/
/*}*/

.faq-answers .fqa-answer img.down,
.faq-answers .fqa-answer .answer-text p.down {
    z-index: -99;
    opacity: 0;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -o-transition: 0s all;

}

.faq-answers {
    background-color: rgba(196, 196, 196, .2);
    padding: 45px 45px 38px 45px;

}

.mobile-wrapper {
    width: 100%;
}

@media (max-width: 1199.9px) {
    .faq-answers .fqa-answer .answer-text p {
        transform: translateY(260px);
    }

    .answer-text {
        height: 260px;
    }

    .faq-answers {
        height: 400px;
    }

    #faq-list li {
        height: 80px;
    }

    .faq-questions .faq-link {
        line-height: 40px;
    }

    #faq-list li::before {
        top: 35px;
    }

    .faq-questions .faq-link::after {
        top: 36px;
    }
	
}

@media (max-width: 991.8px) {
    #accordion {
        margin-top: 0;
    }

    #faq-container {
        border-bottom: none;
    }

    #accordion button::before {
        content: "0" counter(my-awesome-counter-two);
        font-family: 'Trim Mono Web';
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        color: #302A27;
        opacity: 1;
        display: block;
        position: absolute;
        top: 29px;
        left: 0;
        z-index: 2;
    }

    .card {
        border: none;
        counter-increment: my-awesome-counter-two;
    }

    .card-header {
        padding: 0;
        background-color: inherit;
        border: none;
        border-bottom: 1px solid rgba(48, 42, 39, .2);
    }

    .card-header button {
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.2px;
        border: none;
        color: #302A27;
        padding: 20px 30px;
        height: 100%;
        position: relative;
        overflow: hidden;
        text-align: left;

    }

    .card-header button::after {
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        height: 12px;
        width: 12px;
        background-image: url('/wp-content/uploads/2021/06/faq-right-arrow.svg');
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;

    }

    .card-header button.collapsed:after {
        transform: rotate(90deg);
    }

    .card-header button.collapsed:hover:after,
    .card-header button.collapsed:focus:after {
        transform: rotate(-90deg);
    }

    .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .card-body p.answer {
        width: calc(100% - 50px);
        padding-left: 20px;
    }


    .card-header button:hover,
    .card-header button:focus {
        text-decoration-line: none;
        box-shadow: none;
        color: #302A27;
    }


    .faq-questions {
        padding-right: 0;
    }

    .answer-wrapper {
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        border-bottom: 1px solid rgba(48, 42, 39, .2);
    }

    .answer-wrapper p {
        width: calc(100% - 50px);
        padding-left: 20px;
    }

    .faq-questions .faq-link {
        border-right: none;
    }

    .faq-questions .faq-link:after {
        transform: rotate(90deg);
    }

    #faq-container {
        border-right: none;
    }

    .faq-link.active, .faq-link:hover, .faq-link:focus {
        background-color: rgba(255, 255, 255, 0);

    }

    .faq-link.active::after, .faq-link:hover::after, .faq-link:focus::after {
        transform: translateX(0);
        transform: rotate(-90deg);
    }

    .answer-wrapper {
        display: none;
        -webkit-transition: .3s all;
        -moz-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }

    #faq-list li {
        height: auto;
    }

    .faq-questions {
        border-right: none;
    }

    .answer-wrapper.active {
        display: flex;
    }

    #faq-container {
        margin-bottom: 100px;
    }


}

@media (max-width: 575.8px) {

    #faq {
        padding: 100px 0;
    }

    #faq-container {
        margin-left: 25px;
        margin-right: 25px;
        max-width: calc(100% - 50px);
    }

    .faq-questions .faq-link {
        font-size: 16px;
        line-height: 24px;
    }

    #faq-list li::before {
        top: 26px;
    }

    .faq-questions .faq-link::after {
        top: 26px;
    }

}


/*Hero Section from How it works*/
#how-hero-section {
    position: relative;
    height: 840px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.job-hero-image-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-hero-image-section {
    transform: scale(1.2);
}

#how-hero-section.visible .job-hero-image-section {
    transform: none;
}


#how-hero-section::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 258px;
    background: linear-gradient(180deg, #38312F 48.11%, rgba(56, 49, 47, 0) 100%);
    opacity: 0.6;
    z-index: 1;
}

#how-hero-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 258px;
    background: linear-gradient(180deg, #38312F 48.11%, rgba(56, 49, 47, 0) 100%);
    opacity: 0.5;
    transform: matrix(1, 0, 0, -1, 0, 0);
    z-index: 1;
}

.how-hero-text {
    margin-top: 335px;
}

.how-hero-text h1 {
    /*font-family: Trim Poster;*/
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #FFF;
}

@media (max-width: 767.8px) {
    #how-hero-section {
        height: 550px;
    }

    .how-hero-text h1 {
        font-size: 58px;
        line-height: 48px;
    }

    .how-hero-text {
        margin-top: 312px;
    }
	
}


/* Copy&Paste Jobs-page css */
#jobs-wrapper {
    background-color: #E2E3E3;
    padding-top: 200px;
}

#jobs-wrapper h1 {
    font-family: 'Trim Poster Regular';
    /*font-size: 38px;*/
    font-size: 48px;
    line-height: 46px;
    margin-top: 40px;
}

#jobs-container {
    margin-top: 69px;
    padding-bottom: 10px;
    border-top: 1px solid #C4C4C4;
}


.job-inner img {
    width: 227px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.job-wrapper {
    padding: 0;
    overflow: hidden;

}

.job-wrapper a {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    width: 100%;
}

.job-inner {
    padding-top: 40px;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex-basis: 100%;
    max-height: 330px;
    overflow: hidden;
}


.job-inner .left::before {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background-color: #F56038;
    content: "";
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 0;
    transform: translateX(-100%);
}

.job-inner .left {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-inner:hover .left.visible::before,
.job-inner:focus .left.visible::before {
    transform: translateX(0);
}

.job-inner .right::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F56038;
    content: "";
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 0;
    transform: translateX(100%);
}

.job-inner .right {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 100%;
    height: 100%;
}

.job-inner:hover .right.visible::before,
.job-inner:focus .right.visible::before {
    transform: translateX(0);
}

.job-inner .top::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F56038;
    content: "";
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 0;
    transform: translateY(-100%);
}

.job-inner .top {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
}

.job-inner:hover .top.visible::before,
.job-inner:focus .top.visible::before {
    transform: translateY(0);
}


.job-inner .bottom::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F56038;
    content: "";
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 0;
    transform: translateY(100%);
}

.job-inner .bottom {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;

}

.job-inner:hover .bottom.visible::before,
.job-inner:focus .bottom.visible::before {
    transform: translateY(0);
}


.job-inner:hover,
.job-inner:focus {
    /*background-color: #F56038 !important;*/
    /*border-color: #F56038;*/
}

.job-title-wrapper {
    /*transform: translateY(100%);*/
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin-top: 30px;
    margin-bottom: 38px;
    overflow: hidden;
    position: relative;
    height: 31px;
}

.job-inner .job-title,
.job-inner .job-title-hover {
    height: 31px;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #302A27;
    font-family: 'Trim Poster Regular';
    min-width: 126px;
    opacity: 1;
    max-width: 200px;
    overflow: hidden;

}

.job-inner .job-title span,
.job-inner .job-title-hover span {
    padding: 6px 10px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: block;
}

.job-inner .job-title {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    transform: translateY(100%);
    display: block;
    position: relative;
}

.image-wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;

}

.image-wrapper img {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    transform: translateY(100%);
}

.job-inner:hover .image-wrapper,
.job-inner:focus .image-wrapper {
    transform: scale(.9);
}

.job-wrapper .job-title {
    -webkit-transition: .5s all !important;
    -moz-transition: .5s all !important;
    -o-transition: .5s all !important;
    transition: .5s all !important;
    position: relative;
}

.job-wrapper .job-title-hover {
    -webkit-transition: .5s all !important;
    -moz-transition: .5s all !important;
    -o-transition: .5s all !important;
    transition: .5s all !important;
    position: relative;
}


.job-wrapper-2 .image-wrapper img {
    webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}


.job-wrapper-3 .image-wrapper img {
    webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
}


.image-wrapper.visible img {
    transform: translateY(0);
}

.job-inner:hover a,
.job-inner:focus a {
    text-decoration-line: none;
}

.job-wrapper a:hover,
.job-wrapper a:focus {
    text-decoration-line: none;
}

.job-wrapper a:hover .job-title,
.job-wrapper a:focus .job-title {
    transform: translateY(-100%);
}

.job-wrapper a:hover .job-title-hover,
.job-wrapper a:focus .job-title-hover {
    transform: translateY(-100%);
}

.job-inner:hover .job-title span,
.job-inner:focus .job-title span {
    background-color: #FFF;
    position: relative;
    overflow: hidden;
}

.job-wrapper:nth-of-type(3) .job-inner,
.job-wrapper:nth-of-type(6) .job-inner,
.job-wrapper:nth-of-type(9) .job-inner,
.job-wrapper:nth-of-type(12) .job-inner,
.job-wrapper:nth-of-type(15) .job-inner,
.job-wrapper:nth-of-type(18) .job-inner,
.job-wrapper:nth-of-type(21) .job-inner {
    border-right: none;
}

.job-inner {
    background-color: rgba(255, 255, 255, .2);
}

.job-1 .job-inner,
.job-2 .job-inner,
.job-3 .job-inner,
.job-7 .job-inner,
.job-8 .job-inner,
.job-9 .job-inner,
.job-13 .job-inner,
.job-14 .job-inner,
.job-15 .job-inner,
.job-19 .job-inner,
.job-20 .job-inner,
.job-21 .job-inner,
.job-25 .job-inner {
    background-color: rgba(255, 255, 255, .8);
}

.page-template-pagetemplate-jobs #application {
    background-image: none !important;
    background-color: #E2E3E3;
}

.page-template-pagetemplate-jobs #application h6 {
    color: #F56038;
}

.page-template-pagetemplate-jobs #application h3,
.page-template-pagetemplate-jobs #application p {
    color: #302A27;
}

#application.grey:before {
    display: none;
}

#language-fixed {
    background-color: #E2E3E3;
}

#language-bottom-wrapper {
    padding-bottom: 200px;
    background-color: #E2E3E3;
}


#language-fixed.fixed #language-container-bottom {
    border-top: none;
}

.page-template-pagetemplate-jobs .form-inner {
    filter: none;
}

#language-container-bottom {
    border-top: 1px solid rgba(48, 42, 39, .2);
}

#application {
    padding-bottom: 150px;
    padding-top: 200px;
}

#language-container {
    border-top: 1px solid rgba(48, 42, 39, .15);
}

@media (max-width: 1119.9px) {
    .job-inner {
        padding-top: 20px;
    }

    #language-bottom-wrapper {
        padding-bottom: 130px;
    }
}

@media (max-width: 991.8px) {
    .job-wrapper-3 .image-wrapper img,
    .job-wrapper-2 .image-wrapper img,
    .job-wrapper-1 .image-wrapper img {
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
    }


    .job-2 .job-inner,
    .job-3 .job-inner,
    .job-7 .job-inner,
    .job-13 .job-inner,
    .job-14 .job-inner,
    .job-15 .job-inner,
    .job-19 .job-inner,
    .job-20 .job-inner,
    .job-21 .job-inner,
    .job-25 .job-inner {
        background-color: rgba(255, 255, 255, .2);
        border-right: none;

    }

    .job-wrapper:nth-child(odd) .job-inner {
        border-left: none;
        border-right: 1px solid #C4C4C4;
    }

    .job-wrapper:nth-child(even) .job-inner {
        border-right: none;
    }

    .job-4 .job-inner,
    .job-5 .job-inner,
    .job-8 .job-inner,
    .job-9 .job-inner,
    .job-12 .job-inner,
    .job-13 .job-inner,
    .job-16 .job-inner,
    .job-17 .job-inner,
    .job-20 .job-inner,
    .job-21 .job-inner,
    .job-24 .job-inner,
    .job-25 .job-inner {
        background-color: rgba(255, 255, 255, .8);
        border-left: none;
    }

    #jobs-wrapper {
        padding-top: 160px;
    }

    #application {
        padding-top: 150px;
    }

    .job-inner .left,
    .job-inner .right,
    .job-inner .bottom,
    .job-inner .top {
        display: none !important;
    }

    .job-wrapper a:hover .job-inner,
    .job-wrapper a:focus .job-inner {
        background-color: #F56038;
    }
}

@media (max-width: 767.8px) {
    #jobs-wrapper h1 {
        font-size: 38px;
    }

    #application {
        padding-top: 100px;
    }

    #jobs-wrapper {
        padding-top: 60px;
    }

    #jobs-container {
        margin-top: 40px;
    }
}

@media (max-width: 575.8px) {
    .job-wrapper .job-inner {
        /*width: 100%;*/
        /*max-width: 320px;*/
        margin: 0 auto;
        border-left: none !important;
        border-right: none !important;
    }

    .job-wrapper:nth-child(even) .job-inner {
        background-color: rgba(255, 255, 255, .2);
    }

    .job-wrapper:nth-child(odd) .job-inner {
        background-color: rgba(255, 255, 255, .8);
    }

    .job-wrapper {
        margin: 0 15px;
    }

    #jobs-container {
        border-top: none;
    }

    #jobs-wrapper {
        padding-top: 120px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }
}