button.swiper-button-disabled:disabled {
    border: 1.5px solid rgb(152, 152, 152);
    color: #939393;
}

section.open-positions-jobs__section {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;

    padding: 0 12px;
}

.open-positions-jobs__section .container {
    position: relative;
    z-index: 1;
}

.open-positions-jobs__section .container::before {
    content: '';
    background: rgb(6, 141, 157, 0.45);
    filter: blur(108.5px);
    width: 186px;
    height: 186px;
    position: absolute;
    top: 400px;
    left: 40%;
    z-index: -1;
}

.open-positions-jobs__section .container::after {
    content: '';
    background: rgba(13, 34, 52, 0.35);
    filter: blur(108.5px);
    width: 186px;
    height: 186px;
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: -1;
}


.list-inline li h6 {
    color: #068D9D;
}

.list-inline li.list-inline-item {
    margin-top: 2rem;
}

.list-inline-item:not(:last-child) {
    margin-right: 3rem !important;
}


.open-positions-jobs__banner {
    padding: 0 0 200px 0;
}

.open-positions-jobs__banner__wrapper {
    background-color: #1e1e1e;
    color: white;
    padding: 50px 30px;
}

.open-positions-jobs__banner__h4 {
    font-size: 50px;
    margin-bottom: 4rem;
}

.open-positions-jobs__banner__h4  span{
    color: #068D9D;
}

.open-positions-jobs__banner__wrapper p {
    font-size: 26px;
    width: 90%;
    font-weight: 200;
    color: white;
}

.careers__content__wrapper span.join-us__span{
    color: #068D9D;
}
.careers__content__wrapper p {
    width: 100%;
}

.open-position__button__wrapper {
    margin: 65px 0 0 0;
}

.open-position-btn_seemore {
    font-size: 20px;
}

.open-position-btn_seemore:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    background: currentColor;
}

.open-position-btn_seemore {
    position: relative;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    text-indent: inherit;
    text-decoration: none;
}

.open-positions-jobs__jobs__wrapper {
    padding: 0 12px;
}

.open-positions-jobs__jobs__wrapper__frontend { 
    margin-bottom: 5rem;
}

.open-positions-jobs__jobs__wrapper__fullstack,
.open-positions-jobs__jobs__wrapper__fullstack__intern { 
    margin: 5rem 0;
}

.open-positions-jobs__jobs__wrapper__digital__marketing { 
    margin-top: 5rem;
}

.jump_to_next {
    position: relative;
    display: flex;
    justify-content: center;

    margin-top: 1rem;
}

.open-position-btn_seemore span {
    display: inline-block;
    vertical-align: middle;
}

.open-positions-jobs__jobs__wrapper__open { 
    display: flex;
    flex-direction: row;
    align-items: center;
}

.open-positions-jobs__jobs__wrapper__open h3 { 

    margin-bottom: 0;

    font-size: 25px;
    font-weight: 600;
}

.open-positions-jobs__jobs__wrapper__open__icon img {
    width: 38px;
    margin-right: 10px;
}

.open-positions-jobs__jobs__wrapper__open__content__content {
    display: flex;
    flex-direction: column;

    margin-top: 1.5rem;
}


.open-positions-jobs__jobs__wrapper__open__content__content p {
    margin-bottom: 0;
}

.open-positions-jobs__jobs__wrapper__open__position__description {
    margin-top: 3rem;
}


ul.open-positions-jobs__jobs__wrapper__tech__stack_description__lists p span,
ul.open-positions-jobs__jobs__wrapper__tech__lists p span,
.open-positions-jobs__jobs__wrapper__open__content__content p span {
    font-weight: 500;
}

.open-position-btn_seemore:hover:before {
    -webkit-animation: cb-btn_seemore-line 1.2s cubic-bezier(.19,1,.22,1);
    -moz-animation: cb-btn_seemore-line 1.2s cubic-bezier(.19,1,.22,1);
    -o-animation: cb-btn_seemore-line 1.2s cubic-bezier(.19,1,.22,1);
    animation: cb-btn_seemore-line 1.2s cubic-bezier(.19,1,.22,1);
}

.open-position-btn_seemore:hover {
    opacity: .8;
    color: #1e1e1e;
}

.open-position-btn_seemore:hover {
    text-decoration: none;
}

.open-position__button__wrapper i {
    margin-left: 10px;
}

.apply-button-wrapper  {
   margin: 4rem 0 0rem 1rem;
}

.jobs-container-fluid {
    background-color: #1e1e1e;
    color: white;

    padding: 100px 0;
}

.jobs-title__wrapper span {
    color: #068D9D;
}

.jobs-title__wrapper h2 {
    margin-top: 12px;
}

.jobs-title__wrapper p {
    color: white;
    width: 100%;
}

.path-to-us__container-fluid {
    background-color: #1e1e1e;
    color: white;

    padding: 100px 12px !important;
}

.path-to-us-wrapper__title {
    text-align: center;
}

.path-to-us-wrapper__title h2.thinker-h2 {
    margin-top: 0.5rem;
}

.path-to-us-wrapper__title span {
    color: #068D9D;
}

.path-to-us__slider__items {
    margin-top: 40px;
    margin-bottom: 0
}

.path-to-us__slider__items:first-child {
    margin-top: 0
}

.path-to-us__slider__items:last-child {
    margin-bottom: 0
}

.path-to-us__slider__item__item {
    display: flex;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
    will-change: filter
}

.path-to-us__slider__item___item__active {
    -webkit-filter: none;
    filter: none
}

.path-to-us__item__icon {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto
}

.path-to-us__slider__item__title {
    margin-bottom: 0;
    padding-top: 20px;
    position: relative
}

.path-to-us__slider__item__title:before {
    content: "";
    height: 2px;
    background: #068D9D;
    position: absolute;
    top: 0;
    right: -15px;
    left: -15px;
    opacity: .9;
    transition: opacity .3s ease-in-out
}

.path-to-us__slider__item__title:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #068D9D;
    border-radius: 0%;
    margin-top: -10px;
    margin-left: -6px;
    position: absolute;
    top: 0;
    left: 50%
}

.path-to-us__slider__item___item__active .path-to-us__slider__item__title:before {
    opacity: 1
}

.path-to-us__slider__item__number {
    margin-top: auto;
    opacity: .2
}

.path-to-us__slider__content {
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative
}

.path-to-us__slider__content:first-child {
    margin-top: 0
}

.path-to-us__slider__content:last-child {
    margin-bottom: 0
}

.path-to-us__contents__slider {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto
}

.path-to-us-styles_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.path-to-us__slider__content__title {
    margin-bottom: 10px
}

.path-to-us__slider__root__navigation__button__text {
    max-width: 64px;
    fill: #068D9D;
    margin-right: 20px;
    margin-left: 20px;
    transition: fill .3s ease-in-out
}

.path-to-us__slider__root__navigation__button__text:first-child {
    margin-left: 0
}

.path-to-us__slider__root__navigation__button__text:last-child {
    margin-right: 0
}

.path-to-us__slider__root__navigation__button:disabled .path-to-us__slider__root__navigation__button__text {
    fill: #2c2c2c;
}

.path-to-us__slider__root__navigation__button__text {
    width: 120px;
    color: #068D9D;
    border: 1px solid #068D9D;
    border-radius: 30px;
    padding: 15px 20px;
    transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out
}

.path-to-us__slider__root__navigation__button:hover .path-to-us__slider__root__navigation__button__text {
    background-color: #068D9D;
    color: #fff;
    box-shadow: 0 4px 12px rgba(44, 44, 44, .2)
}

.path-to-us__slider__root__navigation__button:disabled .path-to-us__slider__root__navigation__button__text {
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
    box-shadow: none
}

.path-to-us__slider__root {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.path-to-us__slider__root__active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.path-to-us__slider__container {
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.path-to-us__slider__root__description {
    margin-top: 20px;
    margin-bottom: 20px;

    text-align: center;
}

.path-to-us__slider__root__description :first-child {
    margin-top: 0
}

.path-to-us__slider__root__description :last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__description h1,
.path-to-us__slider__root__description h2,
.path-to-us__slider__root__description h3,
.path-to-us__slider__root__description h4,
.path-to-us__slider__root__description h5,
.path-to-us__slider__root__description h6 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px
}

.path-to-us__slider__root__description h1:first-child,
.path-to-us__slider__root__description h2:first-child,
.path-to-us__slider__root__description h3:first-child,
.path-to-us__slider__root__description h4:first-child,
.path-to-us__slider__root__description h5:first-child,
.path-to-us__slider__root__description h6:first-child {
    margin-top: 0
}

.path-to-us__slider__root__description h1:last-child,
.path-to-us__slider__root__description h2:last-child,
.path-to-us__slider__root__description h3:last-child,
.path-to-us__slider__root__description h4:last-child,
.path-to-us__slider__root__description h5:last-child,
.path-to-us__slider__root__description h6:last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__description h1,
.path-to-us__slider__root__description h2,
.path-to-us__slider__root__description h3 {
    font-size: 34px;
    line-height: 1.33334em
}


.path-to-us__slider__root__description h4 {
    font-size: 28px;
    line-height: 1.33334em
}


.path-to-us__slider__root__description h5 {
    font-size: 24px;
    line-height: 1.33334em
}

.path-to-us__slider__root__description h6 {
    font-size: 21px;
    line-height: 1.33334em
}

.path-to-us__slider__root__description ul {
    margin-top: 40px;
    margin-bottom: 40px
}

.path-to-us__slider__root__description ul:first-child {
    margin-top: 0
}

.path-to-us__slider__root__description ul:last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__description ul li {
    margin-top: .5em;
    padding-left: 1.5em;
    position: relative
}

.path-to-us__slider__root__description ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #068D9D;
    border-radius: 50%;
    outline: 4px solid rgba(17, 56, 215, .1);
    margin-top: -4px;
    top: .75em;
    left: 4px
}


.path-to-us__slider__root__description p {
    margin-top: 20px;
    margin-bottom: 20px
}

.path-to-us__slider__root__description p:first-child {
    margin-top: 0
}

.path-to-us__slider__root__description p:last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__description a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #068D9D;
    transition: color .3s ease-in-out
}

.path-to-us__slider__root__description a[href^="mailto:"],
.path-to-us__slider__root__description a[href^="tel:"] {
    white-space: nowrap
}

.path-to-us__slider__root__description a:hover {
    color: #f7ac00
}

.path-to-us__slider__root__description em {
    font-style: normal;
    color: #068D9D;
}

.path-to-us__slider__root__description img {
    width: auto;
    vertical-align: baseline;
}

.path-to-us__slider__root__description code,
.path-to-us__slider__root__description kbd {
    background: #dadada;
    border-radius: 10px;
    padding-right: .25em;
    padding-left: .25em;
}

.path-to-us__slider__root__description_size_sm {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;

    width: 100%;
    margin: auto;

}

.path-to-us__slider__root__description__weight_normal {
    font-weight: 200;
}

.path-to-us__slider__root__size__lg {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 70px
}

.path-to-us__slider__root__size__lg>span {
    color: #068D9D
}

.path-to-us__slider__root__size__lg:first-child {
    margin-top: 0
}

.path-to-us__slider__root__size__lg:last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__size__sm {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.33334em;
    margin-top: 20px;
    margin-bottom: 5px;

    text-align: center;
    color: #068D9D;

    font-weight: 300;
}

.path-to-us__slider__root__size__sm>span {
    color: #068D9D;
}

.path-to-us__slider__root__size__sm:first-child {
    margin-top: 0
}

.path-to-us__slider__root__size__sm:last-child {
    margin-bottom: 0
}

.path-to-us__slider__root__weight_bold {
    font-weight: 300;
}

.path-to-us__slider__root__weight_thin {
    font-weight: 300;
}


.path-to-us-wrapper__slider {
    padding-top: 200px;
}

.path-to-us__slider__root_color_primary {
    color: #068D9D;
}

.path-to-us-wrapper__slider+.path-to-us-wrapper__slider {
    padding-top: 100px
}


.path-to-us__slider__root__navigation__button__prev,
.path-to-us__slider__root__navigation__button__next {

    background-color: transparent;
    padding: 10px 10px;
    display: inline-flex;

    border: 1px solid white;
    color: white;
}


.path-to-us__slider__root__navigation__button__prev:hover,
.path-to-us__slider__root__navigation__button__next:hover {
    background-color: white;
    color: #1e1e1e;
}

.swiper-button-disabled:hover {
    color: transparent;
    background-color: transparent;
}

.path-to-us-section {
    padding: 100px 0 0 0;
}

svg {
    display: none;
}

.styles_content {
    display: flex;
    flex-direction: column; 
    margin-top: 3rem;
}

.styles_content h4 {
    color: white;
}

.styles_content h6 {
    margin-bottom: 0.5rem;
}

.path-to-us__slider__root__navigation {
    display: flex;
    justify-content: space-evenly;
}
.path-to-us__slider__item__number {
    display: inline;
}

.path-to-us-title__wrapper {
    margin-bottom: 5rem;
}

.path-to-us-title__wrapper span {
    color: #068D9D;
}


section.open-position-jobs__last__paragraph__section {
    padding: 80px 12px 80px 12px;
}

.open-position-jobs__how__to__apply p a{
    color: #068D9D;
    text-decoration: none;
}

.open-position-jobs__how__to__apply p a:hover {
    text-decoration: underline;
}

.open-position-jobs__how__to__apply__title__wrapper {
    margin-bottom: 2rem;
}

.open-position-jobs__how__to__apply__title__wrapper span {
    color: #068D9D;
}

@-webkit-keyframes cb-btn_seemore-line {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    40% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }

    40.0001% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-moz-keyframes cb-btn_seemore-line {
    0% {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: right center;
        transform-origin: right center
    }

    40% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: right center;
        transform-origin: right center
    }

    40.0001% {
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -moz-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -moz-transform-origin: left center;
        transform-origin: left center
    }
}

@-o-keyframes cb-btn_seemore-line {
    0% {
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -o-transform-origin: right center;
        transform-origin: right center
    }

    40% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -o-transform-origin: right center;
        transform-origin: right center
    }

    40.0001% {
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -o-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes cb-btn_seemore-line {
    0% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }

    40% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }

    40.0001% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}



@media only screen and (min-width: 768px) { 
    section.open-positions-jobs__section {
        min-height: calc(100vh - 88px);
        display: flex;
        align-items: center;
    
        padding: 0;
    }
    .open-positions-jobs__section .container::before {
        content: '';
        background: rgb(6, 141, 157, 0.45);
        filter: blur(108.5px);
        width: 186px;
        height: 186px;
        position: absolute;
        top: -208px;
        left: 7%;
        z-index: -1;
        -webkit-animation: hero_before_rotate 15s infinite linear;
        -moz-animation: hero_before_rotate 15s infinite linear;
        animation: hero_before_rotate 15s infinite linear;
    }
    
    .open-positions-jobs__section .container::after {
        content: '';
        background: rgba(13, 34, 52, 0.35);
        filter: blur(108.5px);
        width: 186px;
        height: 186px;
        position: absolute;
        top: 70px;
        right: -50px;
        z-index: -1;
        -webkit-animation: hero_after_rotate 15s infinite linear;
        -moz-animation: hero_after_rotate 15s infinite linear;
        animation: hero_after_rotate 15s infinite linear;
    }

    .open-positions-jobs__jobs__wrapper__open h3 { 
        font-size: 30px;
    }

    .styles_content {
        flex-direction: row;
        margin-top: 0;
    }

    .path-to-us__container-fluid {
        padding: 150px 0;
    }

    .path-to-us__slider__root__description_size_sm {
        width: 40%;
    }

    .path-to-us__slider__root__description {
        text-align: start;
    }

    .path-to-us__slider__item__number {
        display: flex;
    }

    .path-to-us__slider__root__navigation {
        display: initial;
    }
    .jobs-title__wrapper p {
        width: 70%;
    }
    .collapsible__header h4 {
        font-size: 1.3rem;
    }
    .path-to-us-section {
        padding: 150px 0 0px 0;
    }
    .jobs-container-fluid {
        padding: 150px 0;
    }
    .thinker-benefits {
        padding: 50px 0px 200px 0;    
    }
    .open-positions-jobs__jobs__wrapper {
        padding: 0px;
    }
}


@media only screen and (min-width: 769px) { 
    .jump_to_next {
        display: flex;
        justify-content: end;

        margin-top: 0rem;
    }
    section.open-position-jobs__last__paragraph__section {
        padding: 100px 0 100px 0;
    }
    .list-inline li.list-inline-item {
        margin-top: 0rem;
    }
    .path-to-us__container-fluid {
        padding: 100px 0px !important;
    }  
}


@media only screen and (min-width: 1200px) { 
    .collapsible__header h4 {
        font-size: 1.5rem;
    }
    .careers__content__wrapper p {
        width: 90%;
    }
    .open-positions-jobs__jobs__wrapper__open h3 { 
        font-size: 35px;
    }

}

@media only screen and (min-width: 1500px) { 
    .list-inline-item:not(:last-child) {
        margin-right: 5rem !important;
    }
    .open-positions-jobs__jobs__wrapper__open h3 { 
        font-size: 40px;
    }

}





