#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;
}

/*
===============
Collaboration section
==============
 */
#collaboration-section {
    padding-bottom: 0;
}

#top-container-wrapper {
    position: sticky;
    top: 0;
    z-index: 3;
}

#top-container {
    padding: 50px 15px 15px 16px;
    margin-top: -69px;
    display: block;
    position: relative;
    background-color: #302A27;
    z-index: 2;
    /*overflow: hidden;*/
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    height: 134px;
    border: 2px solid #302A27;
}

#top-container span.line-2 {
    transform: translateY(-180%);
    line-height: 15px;
    margin-top: 8px;
}

#top-container p em:nth-of-type(2) {
    margin-top: 0;
}

#top-container span.line-2.visible {
    transform: translateY(0);
}

#top-container.visible span {
    transform: translateY(0);
}

#top-container.white {
    background-color: #FFF;

}

#top-container.white::before {
    display: none;
}

#top-container.white::after {
    display: none;
}

#top-container.white p {
    color: #000 !important;

}

/*#top-container::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -1px;*/
/*    bottom: 0;*/
/*    height: 75px;*/
/*    width: 1px;*/
/*    background: #302A27;*/
/*    opacity: 0.2;*/
/*}*/

/*#top-container::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    bottom: 0;*/
/*    height: 75px;*/
/*    width: 1px;*/
/*    background: #302A27;*/
/*    opacity: 0.2;*/
/*}*/

#top-container p {
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.1px;
    margin: 0;
    font-family: 'Trim Poster Expanded';
}

#top-container-wrapper.fixed {
    position: sticky;
    top: 0;
    margin-top: 0;
    z-index: 99;
    width: 100%;
}

#top-container-wrapper.fixed #top-container {
    margin-top: 0;
}

#main-header-fixed.behinde {
    z-index: 2;
}

#main-header-fixed.behinde #main-menu-container {
    z-index: -1;
    opacity: 0;
}

#main-header-fixed.behinde.visible-again #main-menu-container {
    z-index: 1;
    opacity: 1;
}

/*
=============
Process
=============
 */
.process-row {
    height: 578px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
}

.process-text-wrapper {
    position: relative;
}

.text-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 335px;
}

.text-inner .column-counter {
    margin-top: 0;
    padding-top: 0;
}

.process-image-wrapper {
    position: relative;
    overflow: hidden;
}

.process-image-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #E2E3E3;
    transform: scale(.95);
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

#processes {
    position: relative;
    overflow: hidden;
}

#processes::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: rgba(48, 42, 39, .1);
    z-index: 1;
}

#processes-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    margin-top: -700px;
}

#processes-after.active {
    margin-top: 0;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -o-transition: 0s all;
    transition: .0s all;
}

#processes-after::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    /*height: 100%;*/
    background-color: rgba(48, 42, 39, 11);
    z-index: 1;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -o-transition: 2s all;
    transition: 2s all;
}

.skill-text h4 {
    overflow: hidden;
    font-family: 'Trim Poster Semi Condensed';
    font-weight: 400;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 15px;
}

.skill-text p {
    overflow: hidden;
}

.skill-text span {
    transform: translateY(100%);
}

.skill-text span {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
}

.skill-text h4 span {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.skill-text.visible span {
    transform: translateY(0);
}

.counter-number {
    transform: translate(-50%, -50%) !important;
}

/*.process-row.visible span {*/
/*    transform: translateY(0);*/
/*}*/

.process-row.visible .process-image-wrapper::before {
    transform: scale(1);
}

.process-row.visible .process-image-wrapper::before {

    transform: scale(1);

}

.process-row.visible .counter-wrapper {
    transform: translateY(0);
}

.process-row::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    height: 0;
    width: 2px;
    background-color: #302A27;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

/*.process-row.visible::after {*/
/*    height: 100%;*/
/*}*/

.process-row::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #302A27;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    z-index: 1;
}

.process-row.visible::before {
    height: 4px;
}

.image-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
    width: 203px;
}

.process-4 .image-holder {
    margin-top: 0;
}

.image-holder img {
    transform: translateY(80%);
    -webkit-transition: .75s all;
    -moz-transition: .75s all;
    -o-transition: .75s all;
    transition: .75s all;
    z-index: 1;
    display: block;
    position: relative;
    margin: 0 auto;
}

.process-row .image-holder.visible img {
    transform: translateY(0);
    z-index: 1;
}

.process-3 .image-holder {
    width: 310px;
}

.process-3 .image-holder {
    /*overflow: visible;*/
    left: 50%;
    transform: translateX(-50%);

}

.process-3 .image-holder::before {
    transform: translateX(-50%);
    left: 50%;
}

.process-3 .image-holder.shrink::before {
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 18px;
    bottom: 1px;
}

.process-4 .image-holder.shrink::before {
    transform: translateX(-50%);
    left: 50%;
    width: 140px;
    height: 18px;
    bottom: 1px;
}

.image-before-right {
    position: absolute !important;
    top: 7px;
    left: 65px;
    max-width: 180px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 0 !important;
}

.image-after-right {
    position: absolute !important;
    top: 7px;
    left: 65px;
    max-width: 180px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    z-index: 0 !important;
}

.image-after-right.visible {
    transform: translateX(80px) !important;
}

.image-before-right.visible {
    transform: translateX(-80px) !important;
}

.process-4 img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 168px !important;
}

.process-4 .image-before-top {
    transform: translateY(-100%);
    margin-top: 0;
    max-width: 68px !important;
}

.image-holder::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 203px;
    height: 13px;
    background-image: url("/wp-content/uploads/2021/07/image-after.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    opacity: 1;
}

.image-holder.visible::before {
    opacity: 1;
}

.image-holder.shrink:before {
    width: 60%;
    height: 8px;
    left: 20%;
}

#jobs-container {
    padding: 161px 15px;
    position: relative;
    background-color: #302A27;
    z-index: 4;
    overflow: hidden;
}

#jobs-container::before {
    background: linear-gradient(360deg, #302A27 3.73%, rgba(48, 42, 39, 0) 46.38%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

#jobs-container h3 {

    font-family: 'Trim Poster Semi Condensed';
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 72px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.1px;
    /* White */
    color: #FFFFFF;
    margin-bottom: 0;
}

#jobs-container p {
    width: 100%;
    display: block;
    overflow: hidden;
    opacity: 1;
    text-align: center;
    color: #FFF;
    margin-bottom: 18px;
}

#jobs-container a {
    background-color: #F56038;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #FFF;
    padding: 9px 20px;
    border: 1px solid rgba(238, 228, 220, 0);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 154px;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}

/*#jobs-container a span {*/
/*    -webkit-transition: .3s all;*/
/*    -moz-transition: .3s all;*/
/*    -o-transition: .3s all;*/
/*    transition: .3s all;*/
/*}*/

#jobs-container .button-image-wrapper {
    background-color: #FFF;
}

#jobs-container a:hover .button-image-wrapper,
#jobs-container a:focus .button-image-wrapper {
    background: #F56038;
}

#jobs-container a span.button-image {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    mask: url('/wp-content/uploads/2021/07/boxes.svg') no-repeat center;
    -webkit-mask: url('/wp-content/uploads/2021/07/boxes.svg') no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: #F56038;
    margin-left: 0;
}

#jobs-container a:hover .button-image,
#jobs-container a:focus .button-image {
    background: #FFF;
}

#jobs-container a span img {
    margin-top: -3px;
}

#jobs-container a:hover,
#jobs-container a:focus {
    text-decoration-line: none;
    color: #F56038;
    background-color: #FFF;
}

#jobs-container p {
    font-family: 'Helvetica Now Display';
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 35px;
    letter-spacing: 0.3px;
    text-align: center;

}

.jobs-slider .slick-slide, .jobs-slider-2 .slick-slide {
    background-color: inherit;
}

.how-jobs-slider .job {
    margin: 0 10px;
}

.slider-wrapper {
    transform: rotate(-7deg);
    margin-right: -100px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% + 120px);
    height: 190px;
    z-index: -1;
}

.slider-wrapper-2 {
    bottom: -147px;
    left: -65px;
    margin-top: 0;
}

#top-container.move-line div#draw-line-height {
    top: calc(100% + 2px);
}

div#draw-line-height {
    /* feel free to change height */
    position: absolute;

    top: calc(100% + 4px);
    left: calc(50% - 1px);
    width: 2px;
    background-color: #000;
    max-height: 500px !important;
    /*-webkit-transition: .3s all;*/
    /*-moz-transition: 1s all;*/
    /*-o-transition: 1s all;*/
    /*transition: 1s all;*/
}

@media (max-width: 1280px) {
    .slider-wrapper-2 {
        bottom: -137px;
    }
}

@media (max-width: 991.8px) {
    .image-before-right,
    .image-after-right {
        max-width: 140px;
        top: 69px;
        left: 85px;

    }

    .image-before-right.visible,
    .image-after-right.visible {
        top: 40px;
    }

    .slider-wrapper {
        bottom: -10px;
    }

    .slider-wrapper.slider-wrapper-2 {
        bottom: -124px;
    }

    .text-inner {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .skill-text h4 {
        font-size: 40px;
        line-height: 32px;
    }
}

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

    #top-container {
        padding-top: 25px;
        padding-bottom: 10px;
        height: 89px;
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
        width: calc(100% - 25px);
    }

    #top-container p {
        font-size: 18px;
        line-height: 18px;
    }

    #top-container p em:nth-of-type(2) {
        margin-top: 0;
    }

    #top-container img {
        max-width: 15px;
    }

    #processes::before {
        display: none;
    }

    div#draw-line-height {
        display: none;
    }

    #processes {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .process-row {
        height: auto;
        margin: 0 -1px;
        max-width: 100%;
    }


    .process-row:before {
        display: none;

    }

    .process-row::before {
        top: 0;
        right: 0;
        height: 100%;
        width: 2px;
        left: auto;
    }

    .process-1 .process-text-wrapper::before {
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";
    }

    .process-1::after {
        position: absolute;
        top: 2px;
        right: -1px;
        left: auto;
        height: 0;
        background-color: rgba(48, 42, 39, 1);
        width: 2px;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 2;
    }

    .process-1.visible::after {
        height: 100%;
    }

    .process-1 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 0;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-1 .process-image-wrapper.visible::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 3px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 100%;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-image-wrapper {
        background-color: #E2E3E3;
    }

    .process-1 .process-image-wrapper::before {
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";
        transform: scale(1);
        left: auto;
    }


    .process-text-wrapper {
        position: relative;
    }

    .process-image-wrapper {
        overflow: visible;
    }


    .text-inner {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
    }

    .process-text-wrapper {
        order: 1;
        padding-bottom: 25px;
    }

    .process-image-wrapper {
        order: 2;
        padding: 40px;
    }

    .process-text-wrapper .column-counter {
        margin-bottom: 44px;
        margin-top: 80px;
    }

    .image-holder {
        position: relative;
        top: auto;
        left: auto;
        transform: none !important;
    }

    .text-inner {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0;
    }


    .image-holder {
        display: block;
        margin: 0 auto;
        position: relative;
        transform: none;
    }

    .image-holder img {
        max-width: 160px;
        margin: 0 auto;
    }

    .skill-text h4 {
        font-size: 32px;
        line-height: 27px;
    }

    .process-2 .process-text-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";
    }

    .process-2 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 0;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-2::after {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        height: 0;
        background-color: rgba(48, 42, 39, 1);
        width: 1px;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
    }

    .process-2.visible::after {
        height: 100%;
    }

    .process-2 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 0;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-2 .process-image-wrapper.visible::after {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 100%;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-3 .image-holder {
        max-width: 240px;
        left: auto;
    }


    .process-3::after {
        position: absolute;
        top: 0;
        right: -1px;
        left: auto;
        height: 0;
        background-color: rgba(48, 42, 39, 1);
        width: 2px;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
    }

    .process-3.visible::after {
        height: 100%;
    }

    .process-3 .process-text-wrapper::before {
        position: absolute;
        top: 0;
        right: -1px;
        left: auto;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";
    }

    .process-3 .process-image-wrapper::before {
        position: absolute;
        top: 0;
        right: -1px;
        left: auto;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";

        z-index: 1;
        display: block;
    }

    .process-3 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 0;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-3 .process-image-wrapper.visible::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 3px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 100%;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .image-before-right {
        left: 52px !important;
        max-width: 135px !important;
        top: 23px;
    }

    .image-after-right {
        left: 52px !important;
        max-width: 135px !important;
        top: 23px;
    }

    .image-after-right.visible {
        transform: translateX(62px) !important;
        top: 0;
    }

    .image-before-right.visible {
        transform: translateX(-60px) !important;
        top: 0;
    }

    .process-4::after {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        height: 0;
        background-color: rgba(48, 42, 39, 1);
        width: 1px;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
    }

    .process-4.visible::after {
        height: 100%;
    }

    .process-4 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        right: -1px;
        left: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 0;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-4 .process-image-wrapper.visible::after {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        height: 2px !important;
        background-color: rgba(48, 42, 39, 1);
        width: 100%;
        content: "";
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all;
        z-index: 1;
        display: block;
    }

    .process-4 .process-text-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 1px;
        content: "";
    }

    .process-4 .process-image-wrapper::after {
        position: absolute;
        top: 100%;
        left: -1px;
        right: auto;
        height: 100%;
        background-color: rgba(48, 42, 39, .2);
        width: 2px;
        content: "";
        z-index: 1;
        display: block;
    }

    .process-4 img {
        margin: 20px auto;
    }

    #jobs-container {
        padding: 140px 20px;
        margin: 0 auto;
        width: calc(100% - 25px);
    }

    #jobs-container h3 {
        font-size: 30px;
        line-height: 36px;
    }

    #jobs-container p {
        font-size: 14px;
        line-height: 18px;
    }

    .slider-wrapper {
        bottom: 300px;
    }

    .slider-wrapper.slider-wrapper-2 {
        bottom: -100px;
    }

    #jobs-container::after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient(360deg, #302A27 3.73%, rgba(48, 42, 39, 0) 46.38%);
        transform: rotate(-180deg);
        z-index: -1;
    }

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

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


}

@media (max-width: 575.8px) {
    #processes {
        padding-left: 25px;
        padding-right: 25px;
    }

    #top-container,
    #jobs-container {
        width: calc(100% - 48px);
    }

    #top-container {
        padding-top: 15px;
    }
	
	.page-template-pagetemplate-for-agencies #vacancies .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 480px) {
    .slider-wrapper {
        margin-left: -50px;
    }

    .slider-wrapper.slider-wrapper-2 {
        margin-left: 0;
        bottom: -80px;
    }
}