@import"https://fonts.googleapis.com/css2?family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";

.career-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 277px;
    padding-bottom: 150px;
    background: url("../img/career-bg.png") center center/cover no-repeat
}

@media(max-width: 991px) {
    .career-section {
        padding-top: 100px !important;
        padding-bottom: 50px !important
    }
}

.career-section .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7)
}

.career-section .content {
    position: relative;
    text-align: center;
    z-index: 2
}

.career-section .content .title {
    color: #fff;
    text-align: center;
    font-family: "Poltawski Nowy";
    font-size: 53px;
    font-style: normal;
    font-weight: 700;
    line-height: 66px
}

@media(max-width: 580px) {
    .career-section .content .title {
        font-size: 32px;
        line-height: 37px
    }
}

.career-section .content .title .hlt {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.career-section .content .desc {
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding-bottom: 65px;
    padding-top: 15px
}

@media(max-width: 580px) {
    .career-section .content .desc {
        font-size: 14px;
        line-height: 26px
    }
}

.career-section .content .opening-button {
    border-radius: 28.5px;
    border: 1px solid #f7dd7b;
    background: rgba(0, 0, 0, .22);
    box-shadow: 0 4px 1.3px 52px rgba(0, 0, 0, .25) inset;
    color: #f7dd7b;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding-left: 45px
}

.career-section .content .opening-button img {
    padding-left: 36px;
    padding-top: 2px;
    padding-bottom: 2px
}

.current-openings-section {
    padding-top: 80px;
    padding-bottom: 160px
}

@media(max-width: 991px) {
    .current-openings-section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.current-openings-section .openings-header {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.current-openings-section .openings-header .openings-head {
    padding-top: 40px
}

.current-openings-section .openings-header .openings-head .openings {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    position: relative;
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    padding-left: 17px
}

.current-openings-section .openings-header .openings-head .openings::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #e7c562;
    border-radius: 50%
}

.current-openings-section .openings-header .openings-head .title {
    color: #000;
    font-family: "Playfair";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px
}

.current-openings-section .openings-header .openings-head .desc {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px
}

.current-openings-section .search-bar {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
    margin: 0 0
}

.current-openings-section .search-bar .form-control {
    border-radius: 41.5px;
    padding: 17px 55px 20px 40px;
    box-shadow: none;
    border: none;
    background-color: #f0f0f0;
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.current-openings-section .search-bar .search-icon {
    position: absolute;
    right: 34px;
    top: 87px;
    transform: translateY(-50%)
}

.current-openings-section .search-bar .search-icon img {
    width: 18px;
    height: 18px
}

.current-openings-section .job-list .job-item {
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 27px;
    padding-right: 9px;
    border-top: 1px solid #dedede;
    flex-wrap: wrap
}

@media(max-width: 991px) {
    .current-openings-section .job-list .job-item .col-lg-5 {
        width: 100%
    }
}

.current-openings-section .job-list .job-item .job-title {
    color: #000;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 500
}

.current-openings-section .job-list .job-item .job-location {
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.current-openings-section .job-list .job-item .experience {
    color: #000;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0
}

.current-openings-section .job-list .job-item .apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 28.5px;
    background-color: #efefef;
    border: none;
    padding: 10px 11px 10px 27px;
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 500
}

.current-openings-section .job-list .job-item .apply-button img {
    padding-left: 70px
}

.current-openings-section .pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    border-top: 1px solid #dedede;
    padding-top: 50px
}

.current-openings-section .pagination .page-count {
    color: #000;
    font-family: "Inter Tight";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    padding-right: 20px
}

.current-openings-section .pagination .page-count .pagination-hlt {
    color: #9d9d9d
}

.current-openings-section .pagination .pagination-button {
    background-color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    width: 56px;
    height: 56px
}

.current-openings-section .pagination .pagination-button:hover {
    background-color: #000
}

.benefits-section {
    background: rgba(0, 0, 0, .99);
    padding-top: 150px;
    padding-bottom: 235px
}

@media(max-width: 991px) {
    .benefits-section {
        padding-top: 60px;
        padding-bottom: 100px
    }
}

.benefits-section .openings-head {
    padding-bottom: 95px
}

.benefits-section .openings-head .openings {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    position: relative;
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    padding-left: 17px
}

.benefits-section .openings-head .openings::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #e7c562;
    border-radius: 50%
}

.benefits-section .openings-head .title {
    color: #fff;
    font-family: "Playfair";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px
}

.benefits-section .benefit-card {
    position: relative;
    background-color: #121212;
    padding: 66px 30px 40px 50px;
    height: 100%
}

.benefits-section .benefit-card .sub-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    margin-top: 10px;
}

.benefits-section .benefit-card .sub-desc {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px
}

.benefits-section .benefit-card .card-number {
    position: absolute;
    top:10px;
    right: 26px;
    background: linear-gradient(90deg, rgba(197, 150, 47, 0.47) 3.99%, rgba(231, 197, 98, 0.47) 59.69%, rgba(247, 221, 123, 0.47) 73.62%, rgba(239, 210, 113, 0.47) 101.47%, rgba(227, 192, 93, 0.47) 115.4%, rgba(222, 184, 83, 0.47) 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-family: "Poltawski Nowy";
    font-size: 91px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px
}

@media(max-width: 991px) {
    .benefits-section .benefit-card .card-number {
        top: 10px;
        font-size: 67px
    }
}

.life-section {
    padding-top: 160px;
    padding-bottom: 200px;
    text-align: center
}

@media(max-width: 991px) {
    /* .life-section {
               padding: 60px 15px;
        padding-bottom: 80px;
    } */
    
    .current-openings-section .search-bar .search-icon {
            top: 63px;
    }
    .current-openings-section .search-bar {
        padding-top: 30px;
        padding-bottom: 40px;
}
}

.life-section .life-header {
    margin-bottom: 50px
}

.life-section .life-header .title {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}

.life-section .life-header .desc {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto
}

.life-section .life-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 15px
}

.life-section .life-grid .grid-item {
    overflow: hidden
}

.life-section .life-grid .grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s ease
}

.life-section .life-grid .grid-item:hover img {
    transform: scale(1.05)
}

.life-section .life-grid .tall {
    grid-column: 2/span 1;
    grid-row: 1/span 2
}

.life-section .life-grid .wide {
    grid-column: 3/span 2;
    grid-row: 1/span 1
}

.life-section .life-grid .small:nth-of-type(5) {
    grid-column: 3/span 1;
    grid-row: 2/span 1
}

.life-section .life-grid .small:nth-of-type(6) {
    grid-column: 4/span 1;
    grid-row: 2/span 1
}

.life-section .life-grid .grid-item:nth-of-type(1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1
}

.life-section .life-grid .grid-item:nth-of-type(2) {
    grid-column: 1/span 1;
    grid-row: 2/span 1
}
.life-section .life-grid .grid-item.normal:hover span.hover-text-gallery {
    z-index: 1;
    position: relative;
    bottom: 50%;
        font-size: 22px;
    font-family: 'Playfair';
    color: #FFFFFF;
}
.life-section .life-grid .grid-item.tall:hover span.hover-text-gallery {
     z-index: 1;
    position: relative;
    bottom: 50%;
        font-size: 22px;
    font-family: 'Playfair';
    color: #FFFFFF;
    /* border:unset; */
}
/* span.hover-text-gallery {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    background: transparent;
    border: 1px solid #ffd15c;
    color: #F7DD7B;
    border-radius: 30px;
    padding: 5px 13px 5px 13px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
} */
.modal-body.request-quote-modal .wpcf7-response-output {
    color: #000000 !important;
    border-color: #ffffff !important;
}
@media(max-width: 991px) {
    .life-section .life-grid {
        grid-template-columns: repeat(2, 1fr)
    }
.current-openings-section .openings-header {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap-reverse;
}
.openings-header .logo img {
    max-width: 180px;
}
.current-openings-section .openings-header .openings-head {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    /* .life-section .life-grid .tall {
        grid-column: span 2;
        grid-row: auto
    } */

    .life-section .life-grid .wide {
        grid-column: span 2
    }

    .life-section .life-grid .small {
        grid-column: span 1
    }

    .life-section .title {
        font-size: 34px
    }

    .life-section .desc {
        font-size: 15px
    }
    .career-section .content .title span {
    display: block;
    line-height: 42px;
}
    .career-section .content .title {
            font-size: 32px;
            line-height: 36px;
    }
    .career-section .content .desc {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 25px;
    }
    .current-openings-section .openings-header .openings-head .title {
        font-size: 45px;
        line-height: 50px;
    }
    .current-openings-section .openings-header .openings-head .desc {
        line-height: 28px;
        text-align: center;
    }
    .current-openings-section .job-list .job-item .job-title {
            font-size: 25px;
    }
    .current-openings-section .pagination .pagination-button {
            width: 45px;
    height: 45px;
    }
.benefits-section .openings-head .title {
            font-size: 45px;
        line-height: 50px;
        }
        .benefits-section .openings-head {
    padding-bottom: 44px;
}
.life-section .life-header .title {
        font-size: 36px;
        line-height: 35px;
        }   
        .benefits-section .benefit-card {
            padding: 66px 30px 40px 30px;
        }
}

@media(max-width: 580px) {
    .life-section .life-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto
    }

    .life-section .life-grid .grid-item {
        height: auto
    }
    
    .life-section .life-grid .grid-item img {
        height: auto
    }

    .life-section .title {
        font-size: 26px
    }

    .life-section .desc {
        font-size: 14px;
        padding: 0 10px
    }
}

.kanzo-sub-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 95px;
    background: url("../img/sub-footer-bg.png") center center/cover no-repeat
}

@media(max-width: 580px) {
    .kanzo-sub-footer {
        padding-left: 15px;
        padding-right: 15px
    }
}

.kanzo-sub-footer .sub-footer-left .sub-title {
    color: #fff;
    font-family: "Poppins";
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    padding-top: 22px
}

@media(max-width: 580px) {
    .kanzo-sub-footer .sub-footer-left .sub-title {
        font-size: 42px
    }
}

@media(max-width: 768px) {
    .kanzo-sub-footer .sub-footer-logo {
        justify-content: center;
        align-items: center;
        display: flex
    }

    .kanzo-sub-footer .sub-footer-logo img {
        width: 200px;
        height: 200px
    }
}

@media(max-width: 1199px) {
    .kanzo-sub-footer .sub-footer-right {
        padding-top: 10px
    }
}

.kanzo-sub-footer .sub-footer-right .subtitle {
    color: #7b7b7b;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 5px
}
@media(max-width: 474px) {
.current-openings-section .job-list .job-item .apply-button {
        margin-top: 15px;
}
}
@media(max-width: 580px) {
    .kanzo-sub-footer .sub-footer-right .subtitle {
        font-size: 16px
    }
}

.kanzo-sub-footer .sub-footer-right .location {
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px
}

@media(max-width: 580px) {
    .kanzo-sub-footer .sub-footer-right .location {
        font-size: 20px
    }
}

.kanzo-sub-footer .sub-footer-right .gmail {
    margin-bottom: 0
}

.kanzo-sub-footer .sub-footer-right .phone {
    background: linear-gradient(117deg, #C5962F 0.18%, #DEB954 33.32%, #E7C562 38.06%, #F2D674 46.58%, #F7DD7B 52.27%, #EFD271 61.74%, #E3C05D 79.73%, #DEB853 93.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-family: "Poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500
}

@media(max-width: 580px) {
    .kanzo-sub-footer .sub-footer-right .phone {
        font-size: 22px
    }
    .current-openings-section .job-list .job-item .experience {
        margin-bottom: 5px;
    }
        .benefits-section .openings-head .title {
        font-size: 32px;
        line-height: 36px;
    }
     .life-section .life-header .desc {
        padding: 0 0;
     }
         .life-section {
        padding: 60px 0px;
         }
             .life-section .life-grid {
                padding: 0 50px;
             }
             .life-section .life-header {
    margin-bottom: 30px;
}
}

@media(max-width: 380px) {
.current-openings-section .openings-header .openings-head .title {
        font-size: 35px;
        line-height: 37px;
    }
        .current-openings-section .openings-header .openings-head .desc {
        line-height: 24px;
        text-align: center;
        font-size: 15px;
    }
        .life-section {
        padding: 60px 0px;
    }
}
/*# sourceMappingURL=careers.css.map */