.section-mt {
    margin-top: calc(80px + 32px);

    @media screen and (max-width: 1100px) {
        margin-top: 48px;
    }
}

.section-mb {
    margin-bottom: calc(80px + 32px);

    @media screen and (max-width: 1100px) {
        margin-bottom: 48px;
    }
}

.career-aligned-text {
    text-align: center;

    @media screen and (max-width: 768px) {
        text-align: left;
    }
}

.top-section-mt {
    margin-top: 124px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }
}

.career-content-container.first {
    margin-top: -100px;

    @media screen and (max-width: 1100px) {
        margin-top: 16px;
    }
}

.hero {
    margin-top: 80px;

    @media screen and (max-width: 1100px){
        margin-top: 69px;
    }
    @media screen and (max-width: 996px){
        margin-top: 60px;
    }
    @media screen and (max-width: 374px){
        margin-top: 32px;
    }
}

.hero-inner-p-x {
    padding-left: 180px;
    padding-right: 180px;

    @media screen and (max-width: 1600px){
        padding-left: 64px;
        padding-right: 64px;
    }
    @media screen and (max-width: 1000px){
        padding-left: 16px;
        padding-right: 16px;
    }
}

.hero-inner-p-y {
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1000px){
        padding-bottom: 32px;
    }
}

.hero-title-padding-top {
    padding-top: 194px;

    @media screen and (max-width: 1600px){
        padding-top: 144px;
    }

    @media screen and (max-width: 1100px){
        padding-top: 120px;
    }

    @media screen and (max-width: 991px){
        padding-top: 96px;
    }

    @media screen and (max-width: 374px){
        padding-top: 60px;
    }
}

.hero > .hero-inner {
    padding-top: 16px !important;
}

.hero-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-title h1 {
    margin: 0;
    font-weight: 700;
    color: white;

    @media screen and (max-width: 1700px){
        text-wrap: unset;
    }
    @media screen and (max-width: 1175px){
        text-wrap: balance;
    }
    @media screen and (max-width: 480px){
        text-wrap: unset;
    }

    font-size: 60px;
    @media screen and (max-width: 1300px) {
        font-size: 30px;
    }
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;

    @media screen and (max-width: 1000px){
        gap: 24px;
    }
}

.hero-icon {
    position: absolute;
    top: 75px;
    right: 0;
    height: 390px;
}

.hero-overlay-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 24px;
    top: 0;
    right: 0;
    margin: 24px;
}

.hero-image-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 32px;
    gap: 24px;
    background-color: white;
    backdrop-filter: blur(10px);
    max-height: max-content;
    max-width: 246px;
    opacity: 90%;
    min-width: 246px;


    @media screen and (max-width: 1300px) {
        padding: 1rem;
    }

    @media screen and (max-width: 999px) {
        display: none;
    }
}

.click-btn {
    display: inline-block;
    border-radius: 8px;
    padding: 12px 24px;
    width: max-content;
    font-weight: 600;
    font-size: 18px;

    @media screen and (max-width: 374px) {
        padding: 8px 12px !important;
    }
}

.default-button {
    background-color: #D4A773;
    color: #2F202D !important;
    text-decoration: none !important;
}

.default-button:hover {
    opacity: 0.8;
}

.hero-ups {
    display: flex;
    flex-direction: row;
    align-content: stretch;

    @media screen and (max-width: 1100px) {
        flex-direction: column;
        gap: 16px;
    }
}

.hero-ups .up {
    display: flex;

    @media screen and (max-width: 1100px) {
        padding: 0 !important;
    }
}

.hero-ups .up-inner {
    width: 100%;
    padding: 44px 25px;
    background-color: #D4A773;
    color: white;
    position: relative;

    @media screen and (max-width: 1100px) {
        padding: 24px;
    }
}

.hero-ups .up-inner .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 100px;
    width: 100%;

    @media screen and (max-width: 1024px) {
        max-width: 50px;
    }
}

.hero-ups .up-inner .fg-image {
    max-width: 100px;

    @media screen and (max-width: 1100px) {
        max-width: 50px;
    }
}

.hero-ups .up-text {
    position: relative;
    margin-top: 32px;
    z-index: 1;
}

.hero-ups .up-text .up-header {
    margin-bottom: 16px;
}

.career-content-container {
    max-width: 1560px;
    margin: 0 auto;
    color: #101828;

    @media screen and (max-width: 1600px) {
        padding: 0 16px;
    }
}

.career-section-header {

}

.career-section-header .header-top {
    display: inline-flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    justify-content: center;

    @media screen and (max-width: 768px) {
        justify-content: start;
    }
}

.career-section-header .header-top-p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.career-section-header .header-header {
    margin-bottom: 24px;

    text-align: center;

    @media screen and (max-width: 768px) {
        text-align: left !important;
    }
}

.career-section-header {
    text-align: center;
}

.course {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    background-color: #F2F4F7;
    padding: 24px;
}

.course a {
    margin-top: auto;
}

.course a.disabled {
    opacity: 60% !important;

    pointer-events: none !important;
}

.course a.disabled:hover {
    cursor: not-allowed !important;
}

#courses-slider {
    margin-top: 60px;
    cursor: grab;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 1100px) {
        margin-top: 48px;
    }
}

#courses-slider::before,
#courses-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#courses-slider::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), transparent);
}

#courses-slider::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent);
}

#courses-slider .slick-list {
    padding-left: 12px;
}

#courses-slider .slick-track {
    display: flex !important;
    align-items: stretch;
    justify-items: stretch;
    /*gap: 16px;*/
}

#courses-slider .slick-slide {
    height: inherit !important;
    margin-right: 16px;
}

.small-cta {
    padding: 24px;
    background-color: #2F202D;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 60px 0;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 1100px) {
        margin: 24px 0;
        padding: 24px 16px;
    }
}

.small-cta p {
    padding-left: 16px;
    padding-right: 24px;
}

.small-cta .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}

.small-cta p {
    position: relative;
    z-index: 1;
}

.tiles {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: nowrap;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        gap: 16px;
    }
}

.tiles .tile {
    flex: 1 1 240px;
    padding: 24px;
    background-color: #FBF6F1;

    @media screen and (max-width: 1199px) {
        flex: 1;
    }
}

.tiles .tile img {
    max-width: 32px;
}

.path-section {
    background-color: #2F202D;
    padding: 80px 64px;
    position: relative;

    @media screen and (max-width: 1100px) {
        padding: 32px 16px;
    }
}

.path-section .path-line-container {
    margin: 40px 0;
    max-width: 666px;

    @media screen and (max-width: 1300px) {
        max-width: 650px;
    }

    @media screen and (max-width: 980px) {
        width: 100%;
        max-width: unset;
        padding: 0 128px;
    }

    @media screen and (max-width: 750px) {
        display: none;
    }
}

.path-section .path-line-container img {
    width: 100%;
}

.path-section .bg-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.0);
    transform-origin: right center;
    opacity: 40%;

    @media screen and (max-width: 1400px) {
        transform: translateY(-50%) scale(0.5);
    }

    @media screen and (max-width: 1200px) {
        display: none;
    }
}

.path-section .bg-image-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.0);
    transform-origin: left center;
    opacity: 40%;

    @media screen and (max-width: 1400px) {
        transform: translateY(-50%) scale(0.5);
    }

    @media screen and (max-width: 1200px) {
        display: none;
    }
}

.or-text {
    display: none;

    @media screen and (max-width: 750px) {
        display: block;
    }
}

.path-section .bottom-branches {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    @media screen and (max-width: 750px) {
        margin-top: 24px;
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }
}

.path-section .bottom-branches .left-branch,
.path-section .bottom-branches .right-branch {
    @media screen and (max-width: 750px) {
        border: 1px solid #746A72;
        padding: 16px 0;
    }
}

.under-path-section {
    background-color: #140D13;
    color: white;
    padding: 80px 64px;

    @media screen and (max-width: 1100px) {
        padding: 32px 16px;
    }
}

.under-path-section .tiles {
    margin-top: 80px;

    @media screen and (max-width: 1100px) {
        margin-top: 24px;
    }
}

.under-path-section .tiles .tile {
    background-color: #2F202D;
}

.path-section .career-section-header {
    color: white;
    /*padding-top: 80px;*/
}

.top-branch {
    margin-top: 80px;

    @media screen and (max-width: 1300px) {
        margin-top: 24px;
    }
}

.right-branch .branch-element {
}

.branch-element {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px 0;
    max-width: 270px;
    width: 270px;
    text-align: center;

    @media screen and (max-width: 750px) {
        max-width: unset;
        width: 100%;
    }
}

.branch-element .subtext {
    color: #9F989E;
}

.branches {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    margin: 0 auto;
    align-items: center;
}

.branch-arrow {
    text-align: center;
}

.open-positions-section { }

.category.active {
    cursor: default !important;
    color: white !important;
    background-color: #2F202D !important;
}

#category-slider {
    overflow-x: auto;
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

#category-slider .category {
    flex: 0 0 auto;
    display: inline-block;
    list-style: none;
    padding: 12px 16px;
    background-color: #E4E7EC;
    color: #475467;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
}

#category-slider ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    flex-direction: row;
    gap: 8px;
}

.offers {
    display: grid;
    gap: 16px;
    margin-top: 60px;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    @media screen and (max-width: 1199px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
    }

    @media screen and (max-width: 800px) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.offer {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: #F2F4F7;
}

.offer .text-container {
    margin-top: 24px;
    margin-bottom: 24px;
}

.offer .text-container p {
    margin: 0;
    color: #475467;
}

.hero-click-btn {
    color: #2F202D !important;
    text-decoration: none !important;
}

.hero-click-btn:hover {
    opacity: 0.8;
}

.no-offers {
    display: none;
    text-align: center;
}

#images-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-top: 60px;
    cursor: grab;

    @media screen and (max-width: 1100px) {
        margin-top: 48px;
    }
}

#images-slider a {
    display: contents;
}

#images-slider a img {
    max-width: 100%;
}

#images-slider .slick-track {
    display: flex !important;
    gap: 24px;
    margin-left: -25px;
}

.values-section {
    background-color: #D4A773;
    padding: 64px;
    color: white;
    position: relative;

    @media screen and (max-width: 1100px) {
        padding: 32px 16px;
    }
}

.values-section p {
    color: white;
}

.values-section .bg-image-right,
.values-section .bg-image-left {
    opacity: 40%;

    @media screen and (max-width: 1100px) {
        display: none;
    }
}

.values-section .row {
}

.values-section .bg-image-left {
    position: absolute;
    left: 0;
    top: 0;
}

.values-section .bg-image-right {
    position: absolute;
    right: 0;
    top: 0;
}

.my-big {
    margin-top: 124px;
    margin-bottom: 124px;
}

.values-container {
    display: flex;
    flex-direction: row;
    margin-top: 64px;

    @media screen and (max-width: 1100px) {
        flex-direction: column;
        margin-top: 0;
    }
}

.values-container > div {
    @media screen and (max-width: 1100px) {
        max-width: 100% !important;
    }
}

.values-container > div:first-child {
    padding-right: 48px !important;

    @media screen and (max-width: 1100px) {
        padding-right: 0 !important;
    }
}

.value {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-bottom: 1px solid #977752;
    padding: 32px 0;
}

.value img {
    width: 26px;
    height: 26px;
    margin-top: 4px;
}

.people-section {
    @media screen and (max-width: 1100px) {

    }
}

.people {
    margin: 60px auto;
    display: grid;
    gap: 24px;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 372px));
    max-width: calc(372px * 4 + 24px * 3);

    @media screen and (max-width: 1100px) {
        margin: 48px auto;
        margin-top: 24px;
        gap: 12px;
    }

    @media screen and (max-width: 800px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }
}

.people > * {
    width: 100%;
    max-width: 372px;
    box-sizing: border-box;
}

.person {
    display: flex;
    flex-direction: column;
}

.person img {
    max-width: 372px;
}

.person .text {
    margin-top: 24px;
    gap: 4px;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1100px) {
        margin-top: 8px;
        gap: 0;
    }
}

.person .text p {
    margin: 0;
}

.about-section {
    @media screen and (max-width: 1100px) {

    }
}

.about-section .slick-slide {

}

.contact-section {
    background-color: #2F202D;
    padding: 16px;
    position: relative;
}

.contact-section .bg-image {
    position: absolute;
    left: 0;
    bottom: 0;

    @media screen and (max-width: 1100px) {
        display: none;
    }
}

.contact-section .row > .col-6:first-child {
    padding: 40px 56px;

    @media screen and (max-width: 1100px) {
        padding: 0 !important;
    }
}

.contact-section .row > .col-6:nth-child(2) {
    background-color: white;
    padding: 24px;
}

.contact-section .row > div {
    @media screen and (max-width: 1100px) {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.styled-cv::file-selector-button {
    background-color: #D4A773;
}

#formularz_kariera .generated-form__consent-container a,
#formularz_kariera .generated-form__consent-container {
    color: #667085;
}

#formularz_kariera .generated-form__consent-container label {
    color: #667085;
}

#position {
    border: 1px solid #D0D5DD !important;
}