.hero-content {
    bottom: unset;
    margin-top: 102px!important;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    line-height: normal;
}

.hero--career {
    min-height: auto;
    padding-bottom: 72px;
    padding-top: 0;
    background: #ffffff;
}

.hero-bg--team {
    display: none;
}

.hero--contact .hero-overlay {
    display: none;
}

.hero-content--career {
    padding: 0;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
}

.nav-links--contact a {
    color: var(--contact-dark);
}

.nav-links--contact a:hover {
    color: var(--contact-teal);
}

.hero--contact .nav-burger-line {
    background: var(--contact-dark);
}

.nav--hero .contact-bar-burger .nav-burger-line {
    background-color: #2C3E50;
}

#contact-language-switcher .contact-bar-language, #contact-language-switcher .contact-bar-language__short {
    color: #2C3E50;
}

.career-page-title {
    font-size: 120px;
    font-weight: 400;
    color: #2C3E50;
    margin: 0;
    line-height: normal;
    max-width: 909px;
}

.career-page-tagline {
    font-size: 32px;
    font-weight: 300;
    color: #576B7E;
    margin: 0;
    max-width: 910px;
    line-height: normal;
}

.career-page-tagline-bold {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    color: #576B7E;
    max-width: 910px;
}

.hero-content--career-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-primary {
    padding: 12px 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
    transition: background 0.2s, transform 0.1s;
    font-size: 24px;
    height: 61px;
    width: 199px;
}

.btn-outline, .btn-outline:focus {
    border: 3px solid #007A58;
    background-color: #FFFFFF;
    color: #2C3E50;
    padding: 8px 45px;
    text-transform: uppercase;
}

.btn-outline:hover {
    border: 3px solid #007A58;
    background-color: #FFFFFF;
    color: #2C3E50;

}

.organizations {
    background-color: #F4F6F8;
    padding: 72px 0;
    line-height: normal;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.organizations-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.organizations__title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.organizations__stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.organizations__stats-item {
    width: 307px;
}

.organizations__stats-item__description {
    font-size: 28px;
    font-weight: 400;
    color: #2C3E50;
}

.organizations__stats-item__title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.organizations__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    perspective: 1200px;
    overflow: visible;
}

.organizations__grid-item {
    height: 215px;
    padding: 0;
    background: transparent;
    overflow: visible;
}

.organizations__grid-item__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 12px;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s ease-out;
    will-change: transform;
}

.organizations__grid-item--tilt.is-tilt-active .organizations__grid-item__inner {
    transition: box-shadow 0.2s ease-out;
    box-shadow: 0 20px 44px rgba(44, 62, 80, 0.16);
}

.organizations__grid--reveal .organizations__grid-item.is-revealed {
    opacity: 1;
    animation: none;
    transform: none;
}

.organizations__grid--reveal .organizations__grid-item {
    opacity: 0;
    transform: translate3d(-24px, 0, 0);
}

.organizations__grid--reveal .organizations__grid-item.is-visible,
.why__items--reveal .why__item.is-visible {
    animation: career-row-reveal 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: var(--reveal-delay, 0s);
}

@keyframes career-row-reveal {
    from {
        opacity: 0;
        transform: translate3d(-24px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .organizations__grid--reveal .organizations__grid-item,
    .why__items--reveal .why__item {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .organizations__grid--reveal .organizations__grid-item.is-visible,
    .why__items--reveal .why__item.is-visible {
        animation: none;
    }

    .why__item--tilt,
    .organizations__grid-item--tilt {
        transition: none;
    }

    .why__item--tilt.is-tilt-active .why__item__inner,
    .organizations__grid-item--tilt.is-tilt-active .organizations__grid-item__inner {
        box-shadow: none;
    }
}

.organizations__grid-item__logo {
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organizations__grid-item__title {
    font-size: 20px;
    font-weight: 400;
    color: #2C3E50;
}

.why {
    padding: 72px 0;
    line-height: normal;
}

.why-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.why__title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.why__items {
    display: flex;
    align-items: center;
    gap: 48px;
    perspective: 1200px;
    overflow: visible;
}

.why__item {
    max-width: 289px;
    height: 261px;
    padding: 0;
    background: transparent;
    overflow: visible;
}

.why__item__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: #F4F6F8;
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s ease-out;
    will-change: transform;
}

.why__item--tilt.is-tilt-active .why__item__inner {
    transition: box-shadow 0.2s ease-out;
    box-shadow: 0 20px 44px rgba(44, 62, 80, 0.16);
}

.why__items--reveal .why__item.is-revealed {
    opacity: 1;
    animation: none;
    transform: none;
}

.why__items--reveal .why__item {
    opacity: 0;
    transform: translate3d(-24px, 0, 0);
}

.why__item.white-bg .why__item__inner {
    background-color: #FFFFFF;
}

.why__item-icon {
    height: 72px;
    width: 72px;
}

.why__item-title {
    font-size: 24px;
    font-weight: 400;
    color: #2C3E50;
}

.why__item-description {
    font-size: 20px;
    font-weight: 400;
    color: #576B7E;
    text-align: center;
}

.candidates {
    padding: 72px 0;
}

.candidates-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 48px;
}

.candidates-content__header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.candidates-title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.candidates-subtitle {
    font-size: 32px;
    font-weight: 300;
    color: #576B7E;
}

.candidates-content__items {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.candidates-selection__heading {
    font-size: 24px;
    font-weight: 400;
    color: #2C3E50;
    margin-bottom: 0;
}

.candidates-selection__footer {
    font-size: 24px;
    font-weight: 300;
    color: #576B7E;
}

.candidates-selection__list-item {
    font-size: 24px;
    font-weight: 300;
    color: #576B7E;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 12px;
}

.dot {
    height: 4px;
    width: 4px;
    background-color: #576B7E;
    border-radius: 50%;
}

.hosting {
    padding: 72px 0;
    background-color: #F4F6F8;
}

.hosting-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.hosting-title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.intern {
    padding: 72px 0;
    background-color: #3DAB701A;
}

.intern-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.intern-content__meta {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.intern-title {
    font-size: 48px;
    font-weight: 400;
    color: #2C3E50;
}

.intern-description {
    font-size: 24px;
    font-weight: 300;
    color: #576B7E;
}

.intern-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-outline {
    height: 61px;
}

.section-newsletter-wrapper {
    background: #FFFFFF!important;
    padding: 72px 0;
    padding-bottom: 72px!important;
}

.btn-primary:hover {
    color: #FFFFFF;
    opacity: 0.95;
    filter: brightness(0.8);
    background: linear-gradient(90deg, #40B56C 0%, #223F99 100%);
}

@media (max-width: 1919px) {
    .career-page-title, .career-page-tagline, .career-page-tagline-bold, .hero-content--career-buttons {
        padding-left: 22px;
    }

    .container {
        max-width: calc(100vw - 228px);
        margin: 0;
    }

    .organizations, .why, .candidates, .hosting, .intern {
        padding-left: 72px;
    }

    .section-newsletter .container {
        max-width: 1000px;
    }
}

@media (max-width: 1399px) {
    .career-page-title, .career-page-tagline, .career-page-tagline-bold, .hero-content--career-buttons {
        padding-left: 39px;
        max-width: 1180px;
    }

    .container {
        max-width: calc(100vw - 144px);
        margin: 0 auto;
    }

    .organizations, .why, .candidates, .hosting, .intern {
        padding-left: 0;
    }
}

@media (max-width: 1365px) {
    .container, video {
        max-width: calc(100vw - 144px);
    }

    .career-page-title, .career-page-tagline, .career-page-tagline-bold, .hero-content--career-buttons {
        max-width: 930px;
        padding-left: 72px;
    }

    .organizations__stats-item {
        width: 202px;
    }

    .organizations__grid-item {
        height: 140px;
    }

    .organizations__grid-item__logo {
        height: 92px;
    }

    .why__items {
        flex-wrap: wrap;
    }

    .why__item {
        padding: 32px;
        width: 416px;
        max-width: 416px;
    }

    .candidates-selection__footer {
        margin-bottom: 0;
    }

    .intern-content {
        flex-direction: column;
        gap: 48px;
    }

    .intern-actions {
        width: 100%;
    }

    .intern-actions a {
        width: 50%;
    }

    .section-newsletter .container {
        max-width: calc(100vw - 195px);
    }

    .newsletter-desc {
        max-width: 784px!important;
    }
}

@media (max-width: 1023px) {
    .career-page-title {
        font-size: 72px;
    }

    .career-page-title, .career-page-tagline, .career-page-tagline-bold, .hero-content--career-buttons {
        max-width: 700px;
    }

    .organizations__title {
        text-align: center;
    }

    .organizations__stats {
        flex-wrap: wrap;
        gap: 24px;
    }

    .organizations__stats-item {
        width: 300px;
    }

    .organizations__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .organizations__grid-item {
        height: 172px;
    }

    .why__item {
        width: 288px;
    }

    .newsletter-desc {
        max-width: 554px !important;
    }
}

@media (max-width: 767px) {
    .career-page-title {
        font-size: 36px;
    }

    .career-page-tagline, .career-page-tagline-bold {
        font-size: 24px;
        margin-bottom: 0;
    }

    .career-page-title, .career-page-tagline, .career-page-tagline-bold{
        max-width: calc(100vw - 50px);
        padding-left: 24px;
    }

    .hero-content--career-buttons {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-content--career-buttons a {
        width: 100%;
    }

    .hero {
        height: 655px;
    }

    .organizations__stats-item {
        width: 151px;
    }

    .organizations__stats-item__title {
        font-size: 32px;
    }

    .organizations__stats-item__description {
        font-size: 20px;
    }

    .organizations__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .organizations__grid-item {
        height: 135px;
    }

    .why__title, .hosting-title {
        text-align: center;
    }

    .why__item {
        width: 327px;
    }

    .why__items {
        gap: 24px;
    }

    video {
        max-width: calc(100vw - 48px);
    }

    .intern-actions {
        flex-direction: column;
    }

    .intern-actions a {
        width: 100%;
    }

    .section-newsletter .container {
        max-width: 280px;
    }
}