.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 700px;
    max-height: 1200px;
    align-self: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #E6FBF3;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 42px !important;
}

.subheading {
    color: white;
    max-width: 210px;
    margin:20px 0px;
}

.subheading-aligner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.all-hands {
    width:100%;
    height:80vh;
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: 1240px !important
}

.bg{
    width:100%;
    height:100%;
}

.zilch-all-hands {
    width: 100%;
    height: 100%;
    background: url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20250722125140/Lady-in-coat.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

video::-webkit-media-controls-panel {
   background-image: none !important;
   filter: brightness(0);
   display:none;
}

.zilch-life{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1240px;;
    margin:0 auto;
    margin-bottom:40px;
}
.zilch-life:hover {
    cursor: pointer;
}

.zilch-life h2{
    padding: 30px 0px;
}

.zilch-life video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 1240px;
    margin:0 auto;
}
.subheading-aligner h2 {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    width: fit-content
}

.hero .container {
    z-index: 2;
    width: 100%;
    padding: 15px;
    max-width: 1200px;
}

.hero .container h1 {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 75px;
    /* margin-bottom: 30px; */
}

.hero .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.hero .background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero .background .overlay {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.overlay {
    background: url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20250730200912/retouched_v3--scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 300px 100px 300px rgba(34, 34, 34, 0.8);
}

.back .hero .arrow {
    position: absolute;
    z-index: 2;
    bottom: 50px;
}

.perk:nth-child(1) {
    background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20250509101238/S_04_11_Beauty_00001-1.png");
    background-size: 90%;
    background-color:var(--light-green);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    display:flex;
    justify-content: center;
    padding:30px;

}
.perk-wrapper{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    gap:20px;
}
.perk-2{
    background:url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20250724132048/Gradient-Exploration_3-1.png");
    background-size: 100%;
    background-color:var(--light-green);
    /* background-position: center bottom; */
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    display:flex;
    flex-direction: column;
    text-align: center;
    padding:30px;
    margin: 0 auto;
}

.perk-2 h2{
    margin: 0 auto !important;
}
.perk-wrapper:last-child{
}
.perk-item {
   background-color:var(--light-green);
    width: calc(100%);
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 30px;
    margin:20px 0px;
    text-align:center;
}

.pl{
    margin-top:0px !important
    /* background:  */
}
.perk-item h3 {
    font-size:24px;
}
.perk h2{
    text-align: center;
    font-size: 60px;
}

.container,
.quote {
    margin: 0 auto !important;
    padding: 20px !important;
    max-width: 1240px !important
}

.sub-container{
    max-width: 1240px;
    margin: 0 auto;
    
}

.quote {
    margin-bottom: 85px;
}

.quote .container h2 {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #00D287;
    max-width: 80%;
    margin-bottom: 18px;
}

.quote .container em {
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #222222;
}

.zilch-values{
    margin: 0 auto;
    padding: 20px;
    max-width: 1240px;
    height:400px;
    display: flex;
    flex-direction: row;
    user-select: none;;
}

.values-introduction{
    width: 50%;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
   
}

.values-introduction p{
    max-width: 240px;
}

.values-introduction h3{
    font-size: 30px;
    margin-bottom:20px;
}
.values-controls{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.values-controls .prev{
    margin-left:-16px;
}

.value-container{
    width:100%;
    overflow: hidden;
}
.value-wrapper{
    list-style: none;
    width: calc(200% + 60px);
    display:flex;
    flex-direction: row;
    height:100%;
    gap:20px;
}
.value-wrapper li {
    width: 50%;
    height:100%;
    background-color: var(--light-green);
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.value-wrapper li h2{
    font-size: 60px;
    letter-spacing: -2px;;
    line-height: 0.95em !important;
}

.value-wrapper li:nth-child(even) {
    background-color: var(--mid-green);
}
.prev:hover, .next:hover {
    cursor: pointer;
}
.prev:hover path, .next:hover path {
    fill:#00D287;
}

.featured h2 {
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #00D287;
    margin-bottom: 25px;
}

.featured .grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.featured .grid-3 .block img {
    width: 100%;
    margin-bottom: 23px;
}

.featured .grid-3 .block h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #00D287;
    margin-bottom: 15px;
}

.featured .grid-3 .block p {
    padding-right: 8px;
}

.graduate-scheme {
    position: relative;
    max-width: 1240px;
    margin: 30px auto;
    height: 180px;
    overflow: hidden;
    width:calc(100% - 50px) !important;
    color: #00D287;
}

.graduate-bg {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url("https://assets-na-ue1-prod.zilch.com/site/zilch-content/uploads/sites/3/20250721225027/Slide-16_9-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    filter: blur(0);
    z-index: -1;
}

.graduate-scheme h3 {
    color: #00D287;
    font-size: 30px;
}

.graduate-roles {
    width: 100%;
    height:100%;
    padding: 30px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.graduate-roles a{
    color: black;
    font-size: 17px;
    font-weight: bold;
    text-underline-offset: 6px;
    margin-top:0px;
}

.blurOff {
    animation: blurOff 1s forwards;
}

@keyframes blurOff {
    0% {
        filter: blur(0rem);
    }

    100% {
        filter: blur(.5rem);
    }
}

@keyframes blurOn {
    0% {
        filter: blur(.5rem);
    }

    100% {
        filter: blur(0rem);
    }
}

.graduatebtn {
    content: '';
    will-change: width;
    transition: width 1s;
    margin-top: 10px;
    background: transparent;
    padding: 0px;
    text-decoration: underline;
}

.graduatebtn:hover {
    color: #00D287
}

.perks {
    position: relative;
    margin: 0 auto;
    display:flex;
    width:100%;
    max-width: 1240px;    
    gap:20px
}

.perk-container:first-child {
    width:60%;
}

.perk-container:last-child {
    width:40%;
}

.perks .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 25px;
}

.perks h2 {
    margin-bottom: 33px;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #00D287;
    max-width: 80%;
}

/* .perks h3 {
    margin-bottom: 15px;
} */

.perks .grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 22px;
}

.perks .grid-4 .block ul {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}

.zilch-tabs {
    margin-bottom: 88px;
}

.zilch-tabs .section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 71px;
}

.zilch-tabs .section-header .zilch-tabs__nav,
.zilch-tabs .section-header h2 {
    margin: 0;
}

.zilch-tabs__content .no-jobs a {
    margin-top: 14px;
    padding: 10px 43px;
    height: auto;
    line-height: 1em;
    font-size: 16px;
}

.zilch-tabs__content .no-jobs {
    margin-bottom: 300px;
}

.zilch-tabs__content:has(.zilch-tabs__title) .no-jobs {
    display: none;
}

.imageBlock {
    position: relative;
    background: var(--dark-green);
    padding: 30px;
    margin-bottom: 50px;
}

.grid-2 {
    display:flex;
    
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;

}

.imageBlock h2 {
    margin-bottom: 23px;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #00D287;
    max-width: 80%;
}

.imageBlock p {
    margin-bottom: 15px;
    /* max-width: 80%; */
    color:white;
}

.imageBlock a {
    min-width: 180px;
}

.grid-2 .block{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.grid-2.block div:first-child{
    width: 70%;
}

.desk-lb-custom{
    display: block;
}

.mid-green {
    background-color: var(--mid-green) !important;
}

.custom-width{
    width: 390px;
}

.benefit-btn {
    margin: 20px auto;
    display: flex;
    width:fit-content
}

@media screen and (max-width: 1240px) {
    .values-introduction{
        width: 100%;
        height: 30%;
        flex-direction: row;
        align-items: center;
    }
    .zilch-values{
        flex-direction: column;
        height: 70vh;
    }
    .value-container{
        height:100%;
        margin-top:20px;

    }
    
}
@media screen and (max-width: 1115px) {
    .container,
.quote {
    padding: 30px !important;
}
    .custom-width{
        width:100%;
    }
    .zilch-life h2{
        margin-left:20px;
    }
   
    .perks{
        padding-top:0px !important;
          
    }
    .aplenty{
        padding-left:20px;
    }
    .perk{
        height:500px !important; 
    }

    .perk-item{
        margin:0px !important

    }
    .perk-2{
        background-position: center bottom;
        background-size: cover !important;
        width:100% !important;  
        height:1000px !important;
    }
    .perk-wrapper, .all-perks{
        display:flex;
        flex-direction: column !important;
    }
    .perk-container{
        flex-direction: column;
        width: calc(100% - 40px) !important;
        margin: 0px 20px !important;
    }
    .perks{
      flex-direction: column;
      width:100% !important;  
    }
    .perk:nth-child(1) {
        background-size:400px;
        margin-bottom: 20px;
    }
    .pl-elem{
        flex-direction: column-reverse !important;
    }
    .pl{
        margin-top: 20px !important;
    }

}
@media screen and (max-width: 1038px) {
 .sub-container h2{
        font-size: 35px !important;
        line-height: 1.2em !important;
    }
}

@media screen and (max-width:910px) {
    .imageBlock .block{
        flex-direction: column;
        align-items: flex-start;
    }
    
}

@media screen and (min-width:518px) {
        .perk-2{
        background-position: center 30%;
        background-size:cover;
        }
}
@media screen and (max-width:767px) {
    .perk-2 {
        height:700px !important;
    }
    .desk-lb-custom{
    display: none;
    }
    .subheading-aligner {
        justify-content: flex-start;
    }
    .subheading-aligner h2{
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 10px;
        padding-top:20px;
        max-width:300px
    }
    .value-wrapper li h2{
        font-size: 50px;
        line-height: 1.2em;
    }
    .imageBlock h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .grid-2 {
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 31px;
    }

    .zilch-tabs h2 {
        font-size: 28px;
        line-height: 35px;
    }

    #menu-main-menu a {
        color: #fff;
    }

    .quote {
        margin-bottom: 50px;
    }

    .quote .container h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .quote .container em {
        font-size: 15px;
        line-height: 20px;
    }

    .featured h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .featured .grid-3 .block h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .featured .grid-3 {
        grid-template-columns: 1fr;
    }

    .perks {
        padding-top: 41px;
    }

    .perks h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .perks h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .perks .grid-4 {
        grid-template-columns: 1fr;
        grid-gap: 26px;
    }
}

@media screen and (max-width: 635px) {
     .value-wrapper li {
        width:100% !important;
    }
      .value-wrapper li h2{
        font-size: 40px;
        line-height: 1.2em;
    }
}
@media screen and (max-width: 520px) {
    .value-wrapper li {
        width:100% !important;
    }
      .value-wrapper li h2{
        font-size: 30px;
        line-height: 1.2em;
    }

}
@media screen and (max-width: 500px) {
    .graduate-scheme h3 {
        width: 100%;
        padding: 10px;
    }

    .graduate-scheme a {
        width: 100%;
    }

    .graduate-roles {
        padding: 2px;
        width: 100%;
        text-align: center;
    }

    .graduate-bg {
        background-position: -530px;
    }
}

@media screen and (max-width: 400px) {
     .zilch-values{
        height:50vh;
      }
      .value-wrapper li h2{
        font-size: 26px;
        letter-spacing: -1px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 350px) {
   .perk:nth-child(1) {
        background-size:300px;
    }
}