button:disabled {
    border: 1.5px solid rgb(202, 202, 202);
}

section.careers__section {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
}

.careers__section .container {
    position: relative;
    z-index: 1;
}

.careers__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;
    /* -webkit-animation: hero_before_rotate 15s infinite linear;
    -moz-animation: hero_before_rotate 15s infinite linear;
    animation: hero_before_rotate 15s infinite linear; */
}

.careers__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;
    /* -webkit-animation: hero_after_rotate 15s infinite linear;
    -moz-animation: hero_after_rotate 15s infinite linear;
    animation: hero_after_rotate 15s infinite linear; */
}

.careers__content__wrapper span.join-us__span {
    color: #068D9D;
}

.careers__content__wrapper p {
    width: 100%;
}

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

    margin-top: 4rem;
}


.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-position-btn_seemore span {
    display: inline-block;
    vertical-align: middle;
}

.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 {
    margin-top: 4rem;
}

.open-position__button__wrapper a {
    color: #1e1e1e;
} */

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

.thinker-benefits {
    padding: 50px 0px 100px 0;
}


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

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

.benefits-paragraph__wrapper {
    width: 100%;
}

.benefits-icon__icon__wraper {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;

    justify-content: space-between;
}

.benefits-icons__wrapper {
    margin-top: 4rem;
}

.benefits-work-for-home,
.benefits-work-with-specialist,
.benefits-team-building,
.benefits-training-budget {
    text-align: center;
}

.benefits-work-for-home img,
.benefits-work-with-specialist img,
.benefits-team-building img,
.benefits-training-budget img {
    height: 130px;
    width: 130px;
}

.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%;
}


.collapsible__header {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    cursor: pointer;
}

.collapsible__header h4 {
    margin-bottom: 0;
    padding: 10px 0;

    font-size: 1rem;
}

.collapsible__header::after {
    content: '+';
    position: relative;
    right: 10px;

    font-size: 1.5rem;
}

.collapsible__content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1s, opacity 1s;

    padding: 0px 10px;
}

.collapsible--open .collapsible__header::after {
    content: '-';
    font-size: 1.5rem;
}

.collapsible--open .collapsible__content {
    max-height: max-content;
    opacity: 1;

    padding: 0 10px;
}

.collapsible__content p {
    color: white;

    margin-top: 1rem;
    font-weight: 200;
}

.accordion__collapsible {
    border-bottom: 1px solid white;
}

.collapsible__location__and__type__wrapper {
    display: flex;
    flex-direction: row;

    gap: 3rem;
}

.collapsible__technologies__wrapper {
    display: flex;
    flex-direction: row;
    flex-direction: 1 1 auto;

    gap: 1rem;

    color: rgb(115, 115, 115);

    margin-bottom: 1rem;
}

.collapsible-button__wrapper {
    margin: 1.5rem 0;
    width: max-content;
}

.collapsible-button__wrapper a {
    display: flex;
    flex-direction: row;

    align-items: center;

    color: white;
    text-decoration: none;

    font-size: 1.25rem;
}

.collapsible-button__wrapper a:hover {
    color: #068D9D;
}


.collapsible-button__wrapper a i {
    margin-left: 10px;
    font-size: 15px;
}


.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: .2;
    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 {
    display: flex;
    align-items: center;
    max-width: 240px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.path-to-us__slider__root__navigation__button__prev {
    left: 0
}

.path-to-us__slider__root__navigation__button__next {
    right: 0
} */

.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: 300;
}

.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: 500;
}

.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;

    color: #1e1e1e;

    border: 1.5px solid #1e1e1e;


}


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


.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: #1e1e1e;
}

.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 h2 {
    margin: 1rem 0;
}

.path-to-us-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) {
    .jump_to_next {
        position: relative;
        display: flex;
        justify-content: end;

        margin-top: 0rem;
    }

    .benefits-paragraph__wrapper {
        width: 50%;
    }

    .careers__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;
    }

    .careers__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;
    }

    .styles_content {
        flex-direction: row;
        margin-top: 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: 200px 0 0 0;
    }

    .jobs-container-fluid {
        padding: 150px 0;
    }

    .thinker-benefits {
        padding: 50px 0px 200px 0;
    }
}


@media only screen and (min-width: 769px) {
    .benefits-paragraph__wrapper {
        width: 80%;
    }
}


@media only screen and (min-width: 1200px) {
    .benefits-paragraph__wrapper {
        width: 50%;
    }

    .collapsible__header h4 {
        font-size: 1.5rem;
    }
}