#hero {
    padding: 100px 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}


#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #hero {
        background-position: center right 30%;
    }
}

@media (max-width: 767px) {
    #hero {
        background-position: center right 24%;
    }
}

#join {
    padding: 100px 0;
    background: #FFF;
}

#join .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 28px;
}

#join .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 120.455% */
    margin-bottom: 28px;
}

#join .content h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px;
}

#join .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 162.5% */
    margin-bottom: 28px;
}

#join .content p:last-child {
    margin-bottom: 0;
}

#join .content .click {
    margin-top: 40px;
}

#join .wrap {
    max-width: 532px;
    margin-left: auto;
}

#join .wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

#join .top img {
    aspect-ratio: 532/278;
}

#join .bottom {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

#join .bottom img {
    width: calc(50% - 7px);
    aspect-ratio: 260/193;
}

@media (max-width: 1200px) {
    #join .wrap {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    #join .bottom {
        flex-direction: column;
    }

    #join .bottom img {
        width: 100%;
    }
}

#people {
    padding: 50px 0;
    background: #FFF;
}

#people .image {
    max-width: 497px;
}

#people .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 497/503;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

#people .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 24px;
}

#people .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px; /* 120.455% */
    margin-bottom: 24px;
}

#people .content h2 strong {
color: #F7710D;
font-family: "Proxima-Nova";
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 53px;
}

#people .content p {
color: rgba(26, 26, 26, 0.65);
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
    margin-bottom: 24px;
}

#people .content p:last-child {
    margin-bottom: 0;
}

#people .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #people .image {
        margin: 0 auto;
    }
}

#team {
    padding: 50px 0 100px;
    background: #FFF;
}

#team .slider {
    margin: 0 auto;
}

#team .slick-list {
    margin: 0 -28px;
}

#team .item {
    padding: 0 28px;
}

#team .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/205;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

#team .content {
    margin-top: 16px;
}

#team .content h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
}

#team .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 151.667% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #team .slick-list {
        margin: 0 -18px;
    }

    #team .item {
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    #team .slick-list {
        margin: 0 -10px;
    }

    #team .item {
        padding: 0 10px;
    }
}

#culture {
    padding: 50px 0 100px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 161, 85, 0.15) 100%);
}

#culture .content {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

#culture .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 18px;
}

#culture .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 20px;
}

#culture .content h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#culture .content p {
color: #4A5565;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#culture .wrap {
    margin: 90px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#culture .item {
    position: relative;
    width: calc(25% - 15px);
    min-height: 406px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

#culture .item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.00) 70%), url(<path-to-image>) lightgray 0px -63.376px / 100% 114.161% no-repeat;
    z-index: 1;
}

#culture .item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 2;
}

#culture .item .text {
    position: relative;
    z-index: 1;
    padding: 0 24px 34px;
    z-index: 3;
}

#culture .item .text h3 {
color: #FFF;
font-family: "Proxima-Nova";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 145.455% */
    margin-bottom: 18px;
}

#culture .item .text p {
color: #FFF;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
    margin-bottom: 0;
}

#culture .click {
    text-align: center;
    margin-top: 58px;
}

#culture .btn{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #culture .item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {

    #culture .wrap {
        margin-top: 50px;
    }

    #culture .item {
        width: 100%;
        min-height: 340px;
    }
}

#benefits {
    padding: 100px 0;
    background: #FFF;
}

#benefits .content {
    margin: 0 auto;
    text-align: center;
}

#benefits .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 22px;
}

#benefits .content h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 0;
}

#benefits .content h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#benefits .wrap {
    margin-top: 96px;
}

#benefits .item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#benefits .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #FFF1E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#benefits .wrap > div:nth-child(even) .icon {
    background: #E5F5EE;
}

#benefits .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

#benefits .text h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
    margin-bottom: 12px;
}

#benefits .text p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 162.5% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #benefits .wrap {
        margin-top: 64px;
    }
}

@media (max-width: 767px) {

    #benefits .wrap {
        margin-top: 50px;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

#meet {
    padding: 50px 0 100px;
    background: #FFF;
}

#meet .header {
    margin: 0 auto 80px;
    text-align: center;
}

#meet .header .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 22px;
}

#meet .header h2 {
color: #101828;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
    margin-bottom: 0;
}

#meet .header h2 strong {
    color: #F7710D;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px;
}

#meet .slider {
    margin: 0 auto;
}

#meet .slick-list {
    margin: 0 -28px;
}

#meet .item {
    padding: 0 28px;
}

#meet .image img {
    width: 100%;
    height: auto;
    aspect-ratio: 154/205;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

#meet .content {
    margin-top: 16px;
}

#meet .content h3 {
color: #101828;
font-family: "Proxima-Nova";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
text-transform: capitalize;
}

#meet .content p {
color: #4A5565;
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.75px; /* 151.667% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #meet .slick-list {
        margin: 0 -18px;
    }

    #meet .item {
        padding: 0 18px;
    }
}

@media (max-width: 767px) {
    #meet .slick-list {
        margin: 0 -10px;
    }

    #meet .item {
        padding: 0 10px;
    }
}