/* Intro Section */
.intro-sec .container {
    max-width: 1063px;
    margin: 0 auto;
}
.intro-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.intro-icon svg {
    display: block;
}
.intro-sec .intro-headline {
    color: #FF6800;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.intro-sec .careers-intro {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin-bottom: 45px;
}
.intro-sec .careers-intro p:last-child {
    margin-bottom: 0;
}
.careers-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.careers-btns a {
    background: #F97513;
    padding: 20px 30px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: capitalize;
}
@media only screen and (max-width: 660px) {
    .intro-sec {
        padding-left: 30px;
        padding-right: 30px;
    }
    .intro-sec .container {
        width: 100%;
    }
    .intro-sec .intro-headline {
        font-size: 50px;
    }
    .careers-btns {
        flex-direction: column;
    }
}
/* end Intro Section */

/* Why Choose People */
.why-choose-people {
    position: relative;
    padding-top: 233px;
    padding-bottom: 133px;
    overflow: hidden;
}
.why-choose-people .container {
    display: flex;
}
.why-choose-people__inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
}
.why-choose-people__info-col {
    width: 564px;
}
.why-choose-people__info-col-inner {
    padding-right: 55px;
}
.why-choose-people__slider-col {
    flex: 1;
    position: relative;
}
.why-choose-people__small-txt {
    color: #D1E000;
    font-family: "Space Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: inline-block;
}
.why-choose-people__headline {
    color: #D1E000;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.why-choose-people__intro {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}
.why-choose-people__slider {
    position: absolute;
    max-width: 88vw;
}
.why-choose-people__slide {
    background: #CD153E;
    padding: 116px 65px 64px 66px;
    display: flex;
    flex-direction: row;
    gap: 23px;
}
.why-choose-people__slide-txt {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 20.512px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.639px;
}
.why-choose-people__slide-txt-wrap span {
    color: #FFF;
    text-align: right;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.639px;
    display: block;
}
.why-choose-people .slider__nav {
    position: relative;
    display: flex;
    gap: 25px;
    margin-top: 38px;
}
.why-choose-people .swiper-button-prev:after,
.why-choose-people .swiper-button-next:after {
    content: none;
}
.why-choose-people .swiper-button-prev,
.why-choose-people .swiper-button-next {
    position: relative;
    width: 63px;
    height: 63px;
    left: auto !important;
    right: auto !important;
    top: unset;
    margin-top: 0;
}
.why-choose-people .swiper-wrapper {
  align-items: stretch;
}
.why-choose-people .swiper-slide {
  width: 780px;
  display: flex;
}
@media only screen and (max-width: 1440px) {
    .why-choose-people .swiper-slide {
        width: 500px;
    }
    .why-choose-people__slide {
        padding: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .why-choose-people {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .why-choose-people__inner {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .why-choose-people__info-col {
        width: 90%;
    }
    .why-choose-people__info-col-inner {
        padding: 0;
        margin-bottom: 40px;
    }
    .why-choose-people__slider-col {
        width: 100%;
    }
    .why-choose-people__slider {
        max-width: 100vw;
    }
    .why-choose-people__slide {
        flex-direction: column;
    }
    
}
@media only screen and (max-width: 660px ) {
    .why-choose-people__headline {
        font-size: 50px;
    }
    .why-choose-people__slide {
        padding: 30px;
    }
}
@media only screen and (max-width: 480px ) {
    .why-choose-people__slider {
        max-width: calc(100vw - 60px);
    }
}
/* end Why Choose People */

/* Gallery Section */
.gallery-section {
    padding-top: 56px;
    padding-bottom: 105px;
}
.gallery-section .swiper-slide {
    width: 405px;
    height: 350px;
}
.gallery-section .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-section .slide__nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 44px;
}
.gallery-section .swiper-button-next:after, 
.gallery-section .swiper-button-prev:after {
    content: none;
}
.gallery-section .swiper-button-next, 
.gallery-section .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    top: unset;
    margin-top: 0;
    width: 63px;
    height: 63px;
}
@media only screen and (max-width: 660px ) {
    .gallery-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* end Gallery Section */

/* Why Values Meet People */
.wvmp .wvmp_container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
}
.wvmp__left-col {
    background: #CD163F;
    width: calc(50% - 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 108px;
    padding-left: 50px;
}
.wvmp__left-col-inner {
    width: 462px;
}
.wvmp__right-col {
    width: calc(50% + 108px);
    position: relative;
    padding-top: 142px;
    padding-bottom: 166px;
    padding-left: 127px;
    padding-right: 50px;
}
.wvmp__right-col-inner {
    position: relative;
    z-index: 3;
}
.wvmp__headline {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wvmp__content {
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 454px;
}
.wvmp__values {
    display: flex;
    flex-wrap: wrap;
    gap: 85px 106px;
}
.wvmp__values--item {
    width: calc((100% / 2) - 106px + (106px / 2));
    display: flex;
    flex-direction: column;
}
.wvmp__values--title {
    color: #D1E000;
    font-family: "Space Grotesk";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 22px;
    padding-right: 83px;
}
.wvmp__values--content-wrap {
    display: flex;
    gap: 41px;
}
.wvmp__values--content {
    color: #fff;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.wvmp .bg-background {
    object-position: center right;
}
@media only screen and (max-width: 1440px) {
    .wvmp__left-col {
        width: calc(50% - 50px);
        padding-left: 50px;
        padding-right: 50px;
    }
    .wvmp__right-col {
        width: calc(50% + 50px);
        padding-left: 50px;
        padding-right: 50px;
    }
    .wvmp__values--title {
        padding: 0;
    }
    .wvmp__values {
        gap: 50px;
    }
    .wvmp__values--item {
        width: calc((100% / 2) - 50px + (50px / 2));
    }
    .wvmp__values--content-wrap {
        gap: 20px;    
    }
}
@media only screen and (max-width: 1200px) {
    .wvmp__right-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wvmp__values {
        flex-direction: column;
    }
    .wvmp__values--item {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .wvmp .wvmp_container {
        flex-wrap: wrap;
    }
    .wvmp__left-col {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wvmp__right-col {
        width: 100%;
    }
    .wvmp__left-col-inner {
        width: 100%;
    }
    .wvmp__content {
        max-width: 100%;
    }
}
@media only screen and (max-width: 660px ) {
    .wvmp__headline {
        font-size: 50px;
        line-height: 1;
    }
    .wvmp__left-col,
    .wvmp__right-col {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* end Why Values Meet People */

/* Benefits */
.benefits {
    padding-top: 189px;
    padding-bottom: 217px;
    background: #D1E000;
}
.benefits .container {
    max-width: 1690px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits__left-col {
    width: 32.96%;
}
.benefits__left-col-inner {
    padding-right: 154px;
}
.benefits__right-col {
    width: 67.04%;
}
.benefits__small-txt {
    color: #0047C7;
    font-family: "Space Grotesk";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom:30px;
    display: block;
    max-width: 264px;
}
.benefits__headline {
    color: #0047C7;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px; 
    text-transform: uppercase;
    margin-bottom:30px;
}
.benefits__content {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom:30px;
}
.benefits .benefits__content p:last-child {
    margin-bottom: 0;
}
.benefits .benefits__btn {
    display: inline-block;
    background: #F97513;
    padding: 20px 30px;
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
    text-transform: capitalize;
    text-decoration: none;
}
.benefits .faqs .response {
      display: none;
   }
.benefits .faqs .faq-item {
    border-bottom: 1px solid #0047C7;
    margin-bottom: 30px;
}
.benefits .faqs .faq-item .header_wrap {
    display: flex;
    padding: 0 2.8em 30px 0;
    margin: 0;
    cursor: pointer;
}
.benefits .faqs .faq-title {
    color: #0047C7;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0;
    max-width: 100%;
}
.benefits .faqs .faq-item .toggle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0047C7;
}
.benefits .faqs .faq-item .toggle .icon {
    margin-top: 4px;
    transform-origin: 7px 11px;
    transition: all .4s;
}
.benefits .faqs .faq-item .toggle .icon svg {
    width: 14px;
    height: 14px;
}
.benefits .faqs .faq-item .response {
    margin: 0;
    overflow: hidden;
    padding-bottom: 1.2em;
}
.benefits .faqs .faq-item .response * {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.benefits .faqs .faq-item .response p:last-of-type {
    margin-bottom: 0;
}
.benefits .faqs .faq-item.active .toggle .icon {
    transform: rotate(180deg);
}
.benefits .faqs-section .button_block {
    display: flex;
    justify-content: center;
    margin: 70px auto 0;
}
@media only screen and (max-width: 1440px) {
    .benefits__left-col-inner {
        padding-right: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .benefits .container {
        flex-direction: column;
    }
    .benefits__left-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .benefits__left-col-inner {
        padding-right: 0;
    }
    .benefits__right-col {
        width: 100%;
    }
    .benefits__small-txt {
        max-width: 100%;
    }
}
@media (min-width: 990px) {
    .benefits .faqs-section {
        padding: 150px 0;
    }
    .benefits .faqs-section .heading {
        font-size: 50px;
        line-height: 1;
    }
}
@media (min-width: 990px) {
    .benefits .faqs-section .heading {
        font-size: 70px;
    }
}
@media only screen and (max-width: 660px ) {
    .benefits {
        padding-left: 30px;
        padding-right: 30px;
    }
    .benefits .container {
        width: 100%;
    }
    .benefits__headline {
        font-size: 50px;
        line-height: 1;
    }
    .benefits .faqs .faq-title {
        font-size: 25px;
        line-height: 1;
    }
}
/* end Benefits */

/* Opportunities */
.opportunities {
    padding-top: 166px;
    padding-bottom: 124px;
    padding-left: 60px;
    padding-right: 60px;
}
.opportunities__txt-box {
    width: 100%;
    max-width: 1063px;
    margin: 0 auto 106px;
}
.opportunities__headline {
    color: #FF6800;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.opportunities__content {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 900px;
    margin: 0 auto;
}
.opportunities__list {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}
.oppportunities__location-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 43px;
}
.oppportunities__location-title h3 {
    margin: 0;
    color: #000;
    font-family: "Space Grotesk";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.opportunities__location-header {
    display: flex;
    padding-bottom: 53px;
    border-bottom: 1px solid;
    margin-bottom: 43px;
}
.opportunities__head {
    color: #4D4E55;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}
.opportunities__item {
    display: flex;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(77, 78, 85, 0.20);
    margin-bottom: 52px;
}
.opportunities__item:last-child {
    border-bottom: 0 none;
}
.opportunities__head-position,
.opportunities__item-position {
    width: 32.44%;
}
.opportunities__head-location,
.opportunities__item-location {
    width: 33.69%;
}
.opportunities__head-skills,
.opportunities__item-skills {
    flex: 1;
}
.opportunities__item-position-inner {
    max-width: 424px;
}
.oppportunities__item-title {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.opportunities__item-department {
    display: block;
    color: #000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.opportunities__item-desc {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.opportunities__item-location span {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}
.opportunities__item-skills h1,
.opportunities__item-skills h2,
.opportunities__item-skills h3,
.opportunities__item-skills h4,
.opportunities__item-skills h5,
.opportunities__item-skills h6 {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.opportunities__item-skills {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.opportunities__item-skills ul {
    color: #000;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
a.opportunities__item-link {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
}
.opportunities__head-mobile {
    display: none;
}
.opportunities__btn {
    display: table;
    margin: 0 auto;
    background:  #F97513;
    padding: 20px 30px;
    color: #FFF !important;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
    text-transform: capitalize;
    text-decoration: none !important;

}
.opportunities__readmore--desktop {
    display: inline-block;
    font-size: 18px;
}
.opportunities__readmore--mobile {
    display: none;
    font-size: 18px;
}

@media only screen and (max-width: 1680px) {
    .opportunities__head-location, .opportunities__item-location {
        width: 23%;
    }
}
@media only screen and (max-width: 1306px) {
    .opportunities__head-location, .opportunities__item-location {
        width: 33%;
    }
    .opportunities__item-skills {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1024px) {
    .opportunities__location:last-child .opportunities__items .opportunities__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .opportunities__item {
        flex-direction: column;
        gap: 35px;
    }
    .opportunities__item-position,
    .opportunities__item-location,
    .opportunities__item-skills {
        width: 100%;
    }
    .opportunities__location-header {
        display: none;
    }
    .opportunities__item-position-inner {
        max-width: 100%;
    }
    .opportunities__item-skills {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .opportunities__head-mobile {
        display: flex;
        width: 100%;
        text-transform: uppercase;
        border-bottom: 1px solid #4D4E55;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 660px) {
    .opportunities {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .opportunities__txt-box {
        max-width: 100%;
        width: 100%;
    }
    .opportunities__content {
        max-width: 100%;
    }
    .opportunities__headline {
        font-size: 46px;
    }
    .opportunities__item-skills {
        flex-direction: column;
    }
    .opportunities__item-skills-infowrap {
        width: 100%;
        margin-bottom: 0;
    }
    .opportunities__readmore--desktop {
        display: none;
    }
    .opportunities__readmore--mobile {
        display: inline-block;
    }
    .opportunities__item {
        gap: 20px;
    }
    body.page-id-6434 a.opportunities__item-link {
        padding-bottom: 0 !important;
    }

}
/* end Opportunities */

/* CTA Section */
.cta-section {
    padding-top: 214px;
    padding-bottom: 242px;
    position: relative;
}
.cta-box {
    position: relative;
    max-width: 1063px;
    margin: 0 auto;
    z-index: 3;
}
.cta-headline {
    color: #D1E000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cta-content {
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cta-buttons .cta-button:nth-child(odd) {
    padding: 20px 30px;
    background: #D1E000;
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
}
.cta-buttons .cta-button:nth-child(even) {
    padding: 20px 30px;
    background: transparent;
    border: 1px solid #D1E000;
    text-decoration: none;
    color: #D1E000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; 
}

@media only screen and (max-width: 1024px ) {
    .cta-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 660px ) {
    .cta-headline {
        font-size: 50px;
    }
    .cta-buttons {
        flex-direction: column;
    }
    .cta-section .bg-background {
        object-position: 30% center;
    }
}
/* end CTA Section */

/* FAQ */
.faqs-section2 .button_block {
    display: flex;
    margin-top: 30px !important;
    justify-content: center;
}
.page-id-6434 .faqs-section .heading {
    font-size: 70px;
    text-transform: uppercase;
}
.faq-button {
    background: #D1E000;
    padding: 20px 30px;
    color: #000 !important;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none !important;
}
.cta-block {
    margin-top: 65px;
}
.cta-block h3 {
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cta-block p {
    margin: 0;
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
@media only screen and (max-width: 660px ) {
    .page-id-6434 .faqs-section .heading {
        font-size: 50px;
    }
}
/* end FAQ */