.show-mobile { display: none; }
@media (max-width: 768px){
    .show-mobile {
        display: block;
    }
    .culture-text .text .button {
        margin-top: 0 !important;
    }
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #265e6e !important;
}
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
    color: #333 !important;
}
.intl-tel-input {
    width: 100% !important;
    margin-bottom: 35px;
}

.contact-page form #emailOptOut {
    width: initial;
    height: initial;
    margin-left: 10px;
}

.home-video-text {
    padding: 70px 0;
    background-color: #2B2B2B;
    text-align: center;
}

.home-video-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.home-video-text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    max-width: 1240px;
    margin: 0 auto;
}

.home-unlock-human {
    padding: 70px 0;
    background-color: #333333;
}

.home-unlock-human .title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.home-unlock-human .item {
    display: block;
    padding: 24px;
    background: rgba(30, 30, 30, 0.4);
    margin-bottom: 24px;
    height: 100%;
}

.home-unlock-human .row .col-lg-4 {
    margin-bottom: 24px;
}

.home-unlock-human .item img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 16px;
}

.home-unlock-human .item .text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-unlock-human .item .text p {
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 400;
}

.home-our-hr {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.home-our-hr .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-our-hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 43, 0.96);
    pointer-events: none;
}

.home-our-hr::after {
    content: "";
    width: calc(100% + 40px);
    height: 100px;
    background: #2B2B2B;
    display: block;
    position: absolute;
    bottom: -70px;
    left: -20px;
    opacity: .96;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}

.home-our-hr.gray-light::after {
    background-color: #333;
}

.home-our-hr .title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}

.home-our-hr .title h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    max-width: 840px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.home-our-hr .title p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
    max-width: 700px;
    margin: 0 auto;
}

.home-our-hr .item {
    display: block;
    padding: 34px;
    position: relative;
    z-index: 1;
    background: rgba(31, 31, 31, 0.7);
    height: 100%;

}

.home-our-hr .item .text {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-our-hr .item .text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-our-hr .item .text h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-our-hr .item .text p {
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.home-our-hr .item .text p a {
    color: #B1B1B1;
    text-decoration: underline;
}

.home-our-hr .item .text .button {
    display: inline-block;
    background-color: #265e6e;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: auto;
    max-width: max-content;
}

.home-faq {
    padding: 70px 0;
    background-color: #fff;
}

.home-faq .title {
    text-align: center;
    margin-bottom: 34px;
}

.home-faq .title h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.home-faq .title p {
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.home-faq .accordion .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.home-faq .accordion .accordion-item button {
    background-color: transparent;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 500;
    box-shadow: none;
    border: none;
    padding: 16px 24px;
}

.home-faq .accordion .accordion-item button::after {
    filter: none!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    color: black !important;
    filter: none !important;
}

.home-faq .accordion .accordion-item .accordion-body {
    padding: 0 24px 16px 24px;
}

.home-faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1;
}

@media (max-width: 992px) {
    .home-video-text h1 {
        font-size: 30px;
    }

    .home-unlock-human .title {
        font-size: 28px;
    }

    .home-our-hr .item {
        margin-bottom: 16px;
    }

    .home-faq .title h2 {
        font-size: 28px;
    }

    .home-our-hr .item {
        height: inherit;
    }
}

header .container .menu li:hover .sub-menu {
    opacity: 1;
    top: 30px;
    visibility: visible;
}
@media (max-width: 992px) {
    header .container .menu li:hover .sub-menu {
        top: 0;
    }
}
header .container .menu li.current-menu-item::before {
    width: 100%;
}
header .container .menu li .sub-menu {
    background-color: rgba(43, 43, 43, 0.6);
    position: absolute;
    z-index: 2;
    top: 95px;
    left: 0px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 300ms;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px)!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
    header .container .menu li .sub-menu {
        position: relative;
        top: 0;
        min-width: auto;
        visibility: visible;
        opacity: 1;
        display: none;
        background: transparent;
        border-top: none;
        padding-right: 0;
        border: none;
        box-shadow: none;
        left: 0;
    }
}
header .container .menu li .sub-menu li {
    margin-left: 0;
    margin-right: 0;
}
header .container .menu li .sub-menu li:last-child {
    padding-bottom: 0;
}
header .container .menu li .sub-menu li::before {
    display: none;
}
@media (max-width: 992px) {
    header .container .menu li .sub-menu li {
        margin-bottom: 10px;
        margin-left: 0;
        padding-right: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }
}
header .container .menu li .sub-menu li:hover a {
    background-color: #000;
}
header .container .menu li .sub-menu li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
header .container .menu li .sub-menu li a {
    font-size: 16px;
    color: #fff;
    transition: all ease-in-out 300ms;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
    display: block;
    line-height: inherit;
}

@media (max-width: 992px) {
    header .container .menu li .sub-menu li a {
        display: block;
        text-align: right;
        color: #fff;
        font-weight: 500;
    }
}
header .container .menu li .sub-down {
    color: #fff;
}
@media (max-width: 992px) {
    header .container .menu li .sub-down {
        position: absolute;
        right: 4px;
        top: 4px;
    }
}

.global-banner .text h1 {
    color: #fff;
}

.culture-text.border-none::before {
    display: none;
}

.emotional-testing {
    padding: 80px 0;
}

.emotional-testing img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.emotional-testing .text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.emotional-testing .text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.emotional-testing .text p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.emotional-why-choose {
    padding: 80px 0;
    position: relative;
}

.emotional-why-choose::before {
    content:"";
    width: 100%;
    height: 100%;
    background: #000000AA;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    pointer-events: none;
    opacity: 0.5;
}

.emotional-why-choose .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.emotional-why-choose .title {
    text-align: center;
    margin-bottom: 64px;
    color: #fff;
    font-size: 34px;
    font-weight: 500;
    position: relative;
    z-index: 1;

}

.emotional-why-choose .item {
    display: block;
    margin-bottom: 84px;
    position: relative;
    z-index: 1;
}

.emotional-why-choose .item .top-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.emotional-why-choose .item .top-title .icon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 24px;
}

.emotional-why-choose .item .top-title .icon img {
    height: 64px;
    object-fit: contain;
}

.emotional-why-choose .item .top-title h4 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.emotional-why-choose .item p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.beha-categories {
    padding: 80px 0;
    background-color: #2B2B2B;
    position: relative;
}

/* .beha-categories::before {
    content: "";
    width: calc(100% + 40px);
    height: 100px;
    background: #2B2B2B;
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    opacity: .96;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
} */

.beha-categories .title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 44px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.beha-categories .item {
    display: block;
    margin-bottom: 24px;
}

.beha-categories .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 15px solid #fff;
    margin-bottom: 24px;
}

.beha-categories .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.beha-categories .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.beha-categories .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.behavioural-home-banner .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.behavioural-home-banner ul li {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.behavioural-home-banner ul li h3 {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 700;
}

.beha-why {
    padding: 80px 0;
    background-color: #2B2B2B;
}

.beha-why .title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 44px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.beha-why .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 64px;
}

.beha-why .item .icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 16px;
}

.beha-why .item .icon img {
    height: 44px;
    object-fit: contain;
}

.beha-why .item .text {
    text-align: center;
}

.beha-why .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.beha-why .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.global-banner .text h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .global-banner .text h1 {
        font-size: 24px;
    }
}

.leadership-app {
    padding: 70px 0;
    background-color: #2B2B2B;
    position: relative;
}

/* .leadership-app::before {
    content: "";
    width: calc(100% + 40px);
    height: 100px;
    background: #2B2B2B;
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
    opacity: .96;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
} */

.leadership-app .title {
    text-align: center;
    margin-bottom: 34px;
}

.leadership-app .title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.leadership-app .title p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    max-width: 900px;
    margin: 0 auto;
}

.leadership-app .item {
    display: block;
    margin-bottom: 64px;
}

.leadership-app .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 16px;
}

.leadership-app .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership-app .item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership-app .item p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.leadership-why {
    padding: 100px 0;
    position: relative;
}

.leadership-why::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.7;
}

.leadership-why .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.leadership-why .row .col-lg-3 {
    margin-bottom: 24px;
}

.leadership-why .title {
    text-align: center;
    margin-bottom: 34px;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
}

.leadership-why .item {
    display: block;
    padding: 24px;
    background: #2b2b2b;
    margin-bottom: 24px;
    height: 100%;
    position: relative;
    z-index: 1;

}

.leadership-why .item img {
    height: 64px;
    width: 64px;
    object-fit: contain;
    margin-bottom: 16px;
    filter: brightness(0) invert(1);
}

.leadership-why .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership-why .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.leadership-why .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.pyschometric-testing {
    padding: 70px 0;
    background-color: #2B2B2B;
    position: relative;
}

.pyschometric-testing::before {
    content: "";
    width: calc(100% + 40px);
    height: 100px;
    background: #2B2B2B;
    display: block;
    position: absolute;
    top: -70px;
    left: -20px;
    opacity: .99;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}

.pyschometric-testing .title {
    text-align: center;
    margin-bottom: 44px;
}

.pyschometric-testing .title h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pyschometric-testing .title p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    max-width: 740px;
    margin: 0 auto
}



.pyschometric-testing .text {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    padding-right: 24px;
    height: 100%;
}

.pyschometric-testing .text::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    opacity: .3;
}

.pyschometric-testing [class*="col-lg-4"]:last-child .text::before {
  display: none;
}

@media (max-width: 992px) {
    .pyschometric-testing .text {
        height: inherit;
        margin-bottom: 24px;
    }
}

.pyschometric-testing .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pyschometric-testing .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    margin-bottom: 16px;
}

.pyschometric-testing .text .button {
    display: table;
    background-color: #255E6E;
    padding: 10px 26px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    border: none;
    margin-top: auto;
    max-width: max-content;
}



.pyschometric-testing .text p a {
    color: #b1b1b1;
    text-decoration: underline;
}






.pyschometric-how {
    padding: 70px 0;
}

.pyschometric-how .text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pyschometric-how .text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.pyschometric-how img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .pyschometric-how img {
        margin-top: 24px;
    }
}

.pyschometric-benefits {
    padding: 70px 0;
    background-color: #2B2B2B;
}

.pyschometric-benefits .title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 44px;
}

.pyschometric-benefits .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 34px;
}

.pyschometric-benefits .item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 16px;
}

.pyschometric-benefits .item .text {
    text-align: center;
}

.pyschometric-benefits .item .text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.pyschometric-benefits .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.pyschometric-benefits h6 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.culture-drive {
    padding: 70px 0;
    background-color: #2B2B2B;
}

.culture-drive .text {
    text-align: center;
}

.culture-drive .text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.culture-drive .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.culture-our {
    padding: 70px 0;
    position: relative;
}

.culture-our::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.7;
}

.culture-our .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.culture-our .title {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 44px;
    font-weight: 500;
}

.culture-our .text {
    position: relative;
    z-index: 1;
}

.culture-our .text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.culture-our .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-right: 20px;
}

.culture-who {
    padding: 70px 0;
    background-color: #2B2B2B;
}

.culture-who .title {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 64px;
}

.culture-who .text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.culture-who .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.culture-why {
    padding: 70px 0;
}

.culture-why .title {
    text-align: center;
    margin-bottom: 44px;
    color: #000;
    font-size: 34px;
    font-weight: 500;
}

.culture-why .row .col-lg-4 {
    margin-bottom: 34px;
}

.culture-why .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    background-color: #2B2B2B;
    border-radius: 8px;
    margin-bottom: 34px;
    height: 100%;
}



.culture-why .item .icon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 24px;
}

.culture-why .item .icon img {
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.culture-why .item .text {
    text-align: center;
}

.culture-why .item .text h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.culture-why .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.home-unlock-human {
    background-color: #2b2b2b;
}

.home-unlock-human .item {
    background-color: #333;
}

.home-unlock-human .title {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 3px;
}

.home-unlock-human .item .text h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-our-hr .title h2 {
    letter-spacing: 3px;
}

.home-our-hr .item .text p {
    display: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
}

.home-what-we-do .text h4 {
    text-transform: uppercase;
    font-size: 34px;
    letter-spacing: 3px;
}

.culture-section-01 .text h4 {
    text-transform: uppercase;
    font-size: 34px;
    color: #2b2b2b;
    letter-spacing: 3px;
}

.culture-section-01 .text h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 34px;
    color: #2b2b2b;
    letter-spacing: 3px;
}

.culture-text .title {
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 34px;
    font-size: 34px;
}

.benefits-slider {
    padding: 100px 0;
    position: relative;
    background-color: #333;
}

.benefits-slider::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.9;
    /* display: none; */
    z-index: -1;
}

.benefits-slider .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.benefits-slider .title {
    display: flex;
    align-items: center;
    margin: 0 44px;
    justify-content: space-between;
    margin-bottom: 34px;
    position: relative;
    z-index: 1;
}

.benefits-slider .title h2 {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 740px;
}

.benefits-slider .title .buttons {
    display: flex;
    align-items: center;
}

.benefits-slider .title .buttons .button {
    width: 40px;
    height: 40px;
    background-color: #4C4C4C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    border: none;
}

.benefits-slider .title .buttons .button.prev {
    background-color: #2b2b2b;
}

.benefits-slider .title .buttons .button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.benefits-slider .benefits-loop {
    margin-left: 44px;
}

.benefits-slider .benefits-loop .item {
    display: block;
    background-color: #2B2B2B;
    margin-right: 16px;
    max-width: 400px;
    min-height: 440px;
}

.benefits-slider .benefits-loop .item .picture {
    position: relative;
}

.benefits-slider .benefits-loop .item .picture img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.benefits-slider .benefits-loop .item .picture span {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.benefits-slider .benefits-loop .item .text {
    padding: 16px;
}


.benefits-slider .benefits-loop .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.benefits-slider .benefits-loop .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.benefits-slider .alt-title {
    margin-top: 34px;
    position: relative;
    z-index: 1;
    color: #b1b1b1;
    margin-left: 44px;
    font-size: 16px;
    font-weight: 400;
    max-width: 840px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .benefits-slider .title {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 16px;
        margin-bottom: 24px;
    }

    .benefits-slider .title h2 {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 36px;
        max-width: 100%;
    }

    .benefits-slider .benefits-loop {
        margin: 0;
    }

    .benefits-slider .benefits-loop .item {
        max-width: 100%;
        margin: 0 8px;
    }

    .benefits-slider .alt-title {
        margin: 0 12px;
        margin-top: 24px;
    }

}

.home-what-we-do .text p {
    color: #b1b1b1;
    font-size: 16px;
}

.global-banner .text h4 {
    font-size: 40px;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.global-banner .text p {
    font-size: 16px;
    color: #b1b1b1;
}

.culture-text .text h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.culture-text .text p {
    font-size: 16px;
    color: #b1b1b1!important;
}

.culture-text .text p a {
    font-weight: 400;
}

.home-want-to-know .text h4 {
    font-size: 34px;
    letter-spacing: 3px;
}

.home-want-to-know .text p {
    font-size: 16px;
    color: #b1b1b1;
}

.culture-section-01 .text p {
    font-size: 16px;
    line-height: 26px;
}

.home-banner .item h2 {
    font-size: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact-page .title {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.contact-page .text h4 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.contact-page .text p {
    color: #b1b1b1;
}

.global-banner .text .button {
    display: table;
    background-color: #255E6E;
    padding: 14px 26px;
    color: #fff;
    border-radius: 8px;
    margin: 0 auto;
    font-weight: 500;
}

.rewards-why .picture {
    position: relative;
}

.rewards-why .picture::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.rewards-why .picture img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.rewards-why .picture img.height-f {
    height: 700px;
}



.rewards-why .text {
    padding: 80px 40px 40px 40px;
}

.rewards-why .text h4 {
    position: relative;
}

.rewards-why .text h4::before {
    content: "";
    width: 100px;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

.rewards-why .text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.rewards-why .text h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.rewards-why .text h2::before {
    content: "";
    width: 100px;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

.rewards-why .text p {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
}

.rewards-why .text ul {
    margin-bottom: 24px;
}

.rewards-why .text ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 14px;
    color: #7d7d7d;
}

.rewards-what-sets {
    padding: 120px 0 80px 0;
    background-color: #333;
}

.rewards-what-sets .title {
    text-align: center;
    margin-bottom: 40px;
}

.rewards-what-sets .title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.rewards-what-sets .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.rewards-what-sets .title p {
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}

.rewards-what-sets .row .col-lg-4 {
    margin-bottom: 24px;
}

.rewards-what-sets .item {
    display: block;
    padding: 24px;
    background: rgba(30, 30, 30, 0.4);
    margin-bottom: 24px;
    height: 100%;
}



.rewards-what-sets .item img {
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}

.rewards-what-sets .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.rewards-what-sets .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.rewards-what-sets .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.rewards-slider {
    padding: 80px 0;
}

.rewards-slider .top-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
}

.rewards-slider .top-actions .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.rewards-slider .top-actions .title p{
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    max-width: 600px;
}

.rewards-slider .top-actions .buttons {
    display: flex;
    align-items: center;
}

.rewards-slider .top-actions .buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
}

.rewards-slider .top-actions .buttons .button.next {
    margin-left: 16px;
    background-color: #333;
}

.rewards-slider .rewards-loop .item {
    display: block;
    max-width: 400px;
    background-color: #333;
    margin-right: 16px;
}

.rewards-slider .rewards-loop .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rewards-slider .rewards-loop .item .text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;

}

.rewards-slider .rewards-loop .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.rewards-slider .rewards-loop .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.rewards-slider .rewards-loop .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
    margin-bottom: 16px;
}

.rewards-slider .rewards-loop .item .text .button {
    display: inline-block;
    background-color: #265e6e;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: auto;
    max-width: max-content;
}

.rewards-sectors .col-lg-6 {
    margin: 0;
    padding: 0;
}

.rewards-sectors .row {
    margin: 0;
    padding: 0;
}

.rewards-sectors .content {
    background-color: #2B2B2B;
    padding: 60px;
    height: 100%;
}

.rewards-sectors .content .title {
    margin-bottom: 16px;
}

.rewards-sectors .content .title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.rewards-sectors .content .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.rewards-sectors .content .title p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.rewards-sectors .content .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.rewards-sectors .content .accordion .accordion-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 20px 0;
    transition: color 0.3s ease;
}

.rewards-sectors .content .accordion .accordion-item button img {
    transition: transform 0.3s ease;
}

.rewards-sectors .content .accordion .accordion-item button[aria-expanded="true"] {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.rewards-sectors .content .accordion .accordion-item button[aria-expanded="true"] img {
    transform: rotate(90deg);
    filter: brightness(0) invert(1);
}

.rewards-sectors .content .accordion .accordion-item button[aria-expanded="false"] img {
    transform: rotate(0deg);
    filter: inherit;
}

.rewards-sectors .content .accordion .accordion-item button::after {
    display: none;
}

.rewards-sectors .content .accordion .accordion-item .accordion-body {
    padding:0 0 10px 0;
}

.rewards-sectors .content .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.rewards-sectors .picture {
    position: relative;
    height: 100%;
}

.rewards-sectors .picture::before {
    content:"";
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.rewards-sectors .picture img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: cover;
}

.contact-banner-white {
    padding: 80px 0;
}

.contact-banner-white .text {
    text-align: center;
}

.contact-banner-white .text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-white .text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2b2b2b;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-white .text p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-white .text a.button {
    display: table;
    background-color: #255E6E;
    color: #fff;
    padding: 14px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 8px;
    font-weight: 700;
    margin: 0 auto;
}

.global-banner .text .button {
    margin-top: 24px;
}

.about-our-story {
    padding: 80px 0;
}

.about-our-story .text.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 44px;
}

.about-our-story .text h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-our-story .text h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-our-story .text p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.about-our-story .text p a {
    text-decoration: underline;
    color: #255E6E;
}

.about-our-story img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.about-why-choose {
    padding: 80px 0;
}

.about-why-choose.assessment-new-bg {
    background-color: #333;
}

.about-why-choose.assessment-new-bg .title h2 {
    color: #fff;
    max-width: 850px;
    margin-bottom: 24px;
}

.about-why-choose.assessment-new-bg .title p {
    max-width: 650px;
    color: #fff;
}

.about-why-choose.assessment-new-bg .title .buttons .button img {
    filter: brightness(0) invert(1);
}

.about-why-choose.assessment-new-bg .about-why-loop .item {
    background: rgba(30, 30, 30, 0.4);
}

.about-why-choose.assessment-new-bg .about-why-loop .item img {
    filter: brightness(0) invert(1);
}

.about-why-choose.assessment-new-bg .about-why-loop .item p {
    color: #fff;
}

.about-why-choose .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.about-why-choose .title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-why-choose .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-why-choose .title .buttons {
    display: flex;
    align-items: center;
}

.about-why-choose .title .buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
}

.about-why-choose .title .buttons .button.next {
    margin-left: 16px;
    background-color: #333;
}

.about-why-choose .about-why-loop .item {
    display: block;
    max-width: 400px;
    /* min-height: 240px; */
    background-color: #333;
    margin-right: 16px;
    padding: 24px;
}

.about-why-choose .about-why-loop .item img {
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}

.about-why-choose .about-why-loop .item .text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-why-choose .about-why-loop .item .text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.about-why-choose .about-why-loop .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.contact-banner-bg {
    position: relative;
    padding: 120px 0;
    z-index: 1;
}

.contact-banner-bg.gray-bg-none::after {
    display: none;
}

.contact-banner-bg.gray-light::after {
    background-color: #333;
}


.contact-banner-bg::before {
    content:"";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.94), rgba(43, 43, 43, 0.94));
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    pointer-events: none;
}

.contact-banner-bg::after {
    content: "";
    width: calc(100% + 40px);
    height: 100px;
    background: #2B2B2B;
    display: block;
    position: absolute;
    top: -70px;
    left: -20px;
    opacity: .86;
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}

.contact-banner-bg .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-banner-bg .text {
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-banner-bg .text h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-bg .text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-bg ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px auto;
    max-width: 840px;
}

.contact-banner-bg ul li {
    position: relative;
    flex: 1;
}

.contact-banner-bg ul li img {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -80px;
    width: 60%;
    height: 60px;
    object-fit: contain;
    pointer-events: none;
}

.contact-banner-bg ul li img.second {
    top: 20%;
}

.contact-banner-bg ul li .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.contact-banner-bg ul li .content .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.contact-banner-bg ul li .content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.contact-banner-bg .text p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-banner-bg .text .button {
    display: table;
    background-color: #255E6E;
    color: #fff;
    padding: 14px 24px;
    text-transform: uppercase;
    border-radius: 8px;
    font-weight: 700;
    margin: 0 auto;
}

.organizational-why {
    padding: 80px 0;
    background-color: #333;
}

.organizational-why .main-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.organizational-why .content {
    padding: 24px 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.organizational-why .content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.organizational-why .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.organizational-why .content ul li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.organizational-why .content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.organizational-why .content ul li .title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.organizational-why .content ul li .title img {
    height: 24px;
    margin-right: 16px;
    object-fit: contain;
}

.organizational-why .content ul li .title h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.organizational-why .content ul li .title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.organizational-why .content ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #9f9f9f;
    padding-left: 44px;
    max-width: 400px;
}

.organizational-key {
    padding: 80px 0 50px 0;
}

.organizational-key .title {
    max-width: 700px;
    margin-bottom: 24px;
}

.organizational-key .title h4 {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.organizational-key .title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.organizational-key .title p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.organizational-key .nav {
    display: block;
}

.organizational-key .nav li button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #7d7d7d!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
    padding: 16px 0;
    border-radius: 0!important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.organizational-key .nav li h3 {
    font-size: 16px;
}

.organizational-key .nav li button.active {
    background-color: transparent!important;
    color: #333!important;
    border-color: #333!important;
    font-weight: 700;
}

.organizational-key .nav li button.active h3 {
    font-weight: 700;
}

.organizational-key .tab-content {
    margin-left: 44px;
}

.organizational-key .tab-content p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    margin-bottom: 24px;
}

.organizational-key .tab-content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
    margin-bottom: 8px;
    list-style-type: disc;
    margin-left: 16px;
}

.organizational-key .tab-content .key-text-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.organizational-approach {
    padding: 80px 0;
    background-color: #333;
}

.organizational-approach .top-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.organizational-approach .top-actions .title {
    max-width: 740px;
}

.organizational-approach .top-actions .title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.organizational-approach .top-actions .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.organizational-approach .top-actions .title p {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
}

.organizational-approach .top-actions .buttons {
    display: flex;
    align-items: center;
}

.organizational-approach .top-actions .buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #4c4c4c;
    border-radius: 50%;
    border: none;
}

.organizational-approach .top-actions .buttons .button.next {
    margin-left: 16px;
}

.organizational-approach .top-actions .buttons .button.prev {
    background-color: #2B2B2B;
}

.organizational-approach .approach-loop .item {
    display: block;
    background-color: #2B2B2B;
    margin-right: 16px;
    max-width: 400px;
    min-height: 404px;
}

.organizational-approach .approach-loop .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.organizational-approach .approach-loop .item .text {
    padding: 24px 16px;
}

.organizational-approach .approach-loop .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.organizational-approach .approach-loop .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.organizational-approach .approach-loop .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.human-resources-why {
    padding: 80px 0;
    position: relative;
}

.human-resources-why::before {
    content: "";
    width: 30%;
    height: 100%;
    background-color: #E9EFF0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.human-resources-why .text h4 {
    position: relative;
}

.human-resources-why .text h4::before {
    content: "";
    width: 100px;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

.human-resources-why .text h4 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
}


.human-resources-why .text h2::before {
    content: "";
    width: 100px;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
}

.human-resources-why .text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 24px;
    position: relative;
}

.human-resources-why .text p {
    font-size: 16px;
    line-height: 24px;
    color: #7d7d7d;
}

.human-resources-why img {
    width: 80%;
    height: 600px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .rewards-why .picture img {
        height: 300px;
    }

    .rewards-why .text {
        padding: 64px 24px;
    }

    .rewards-why .text h4 {
        font-size: 24px;
    }

    .rewards-slider .top-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .rewards-slider .top-actions .title p {
        margin-bottom: 16px;
    }

    .rewards-slider .rewards-loop .item {
        max-width: 100%;
        margin: 0 4px;
    }

    .rewards-sectors .content {
        padding: 34px;
    }

    .contact-banner-white .text h4 {
        font-size: 28px;
    }

    .about-our-story .text h4 {
        font-size: 28px;
    }

    .about-our-story .text h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .about-our-story img {
        height: 240px;
        margin-bottom: 24px;
    }

    .about-why-choose .title {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-why-choose .title h4 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .about-why-choose .title h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .about-why-choose .about-why-loop .item {
        max-width: 100%;
        margin: 0 4px;
    }

    .organizational-why .content ul li p {
        padding-left: 0;
    }

    .organizational-why .content ul li:last-child {
        margin-bottom: 24px;
    }

    .organizational-key .title h4 {
        font-size: 24px;
    }

    .organizational-key .tab-content {
        margin-left: 0;
        margin-top: 24px;
    }

    .organizational-approach .top-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .organizational-approach .top-actions .title h4 {
        font-size: 24px;
    }

    .organizational-approach .top-actions .title p {
        margin-bottom: 24px;
    }

    .organizational-approach .approach-loop .item {
        max-width: 100%;
        margin: 0 4px;
    }

    .contact-banner-bg ul {
        flex-direction: column;
    }

    .contact-banner-bg ul li {
        flex: inherit;
        margin-bottom: 16px;
    }

    .contact-banner-bg ul li img {
        display: none;
    }

    .global-banner .text h4 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .global-banner img {
        height: 600px;
    }

    .human-resources-why img {
        width: 100%;
        height: 300px;
        margin-top: 24px;
    }
}

.about-our-story .text p,
.culture-section-01 .text p,
.rewards-why p {
    margin-bottom: 16px;
}

.global-banner a:not(.button),
.contact-banner-bg a:not(.button),
.culture-text .text p a,
.organizational-approach .title a {
    color: #fff;
    text-decoration: underline;
}

.behavioural-home-banner li b {
    color: #fff;
}

.behavioural-home-banner ul {
    list-style: circle;
    padding-left: 20px;
}

.home-what-we-do .text h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
}

.leadership-why.banner-white {
    background-color: #fff;
}

.leadership-why.banner-white .bg {
    display: none;
}

.leadership-why.banner-white::before {
    display: none;
}

.leadership-why.banner-white .title {
    color: #333;
}

.rewards-sectors.banner-white {
    background-color: #fff;
}

.rewards-sectors.banner-white .content {
    background-color: #fff;
}

.rewards-sectors.banner-white .content .title h4 {
    color: #333;
}

.rewards-sectors.banner-white .content .title h2 {
    color: #333;
}

.rewards-sectors.banner-white .content .accordion .accordion-item button {
    color: #333;
}

.rewards-sectors.banner-white .picture::before {
    background-color: #fff;
    opacity: .7;
}

.rewards-sectors.banner-white .content .accordion .accordion-item {
    border-color: #ddd;
}

.behavioural-home-banner .item p {
    margin-left: 20px;
}

.contact-banner-bg::before {
    background: rgba(0,0,0,.5) !important;
}

.home-video-text h1 {
    font-size: 37px
}

@media (max-width: 992px) {
    .home-video-text h1 {
        font-size: 30px;
    }
}

.professional-job-build {
    padding: 100px 0;
    position: relative;
}

.professional-job-build::before {
    content: "";
    width: 30%;
    height: 100%;
    background-color: #E9EFF0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.professional-job-build .text h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.professional-job-build .text h2::before {
    content: "";
    width: 25%;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
}

.professional-job-build .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7d7d7d;
}

@media (max-width: 992px) {
    .professional-job-build .text p {
        margin-bottom: 24px;
    }
}

.professional-job-build .item {
    display: block;
    padding: 24px;
    background-color: #333;
    margin-bottom: 16px;
    max-width: 540px;
}

.professional-job-build .item img {
    height: 50px;
    object-fit: contain;
    margin-bottom: 16px;
}

.professional-job-build .item .info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.professional-job-build .item .info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.professional-job-build .item .info p {
    font-size: 16px;
    line-height: 24px;
    color: #b1b1b1;
    font-weight: 400;
}

.employee-why {
    padding: 100px 0;
    position: relative;
}

.employee-why::before {
    content: "";
    width: 30%;
    height: 100%;
    background-color: #E9EFF0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.employee-why .text {
    padding-right: 44px;
}

@media (max-width: 992px) {
    .employee-why .text {
        padding-right: 0;
    }
}

.employee-why .text h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.employee-why .text h2::before {
    content: "";
    width: 25%;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
}

.employee-why .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7d7d7d;
}

.employee-why img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
}


.employee-how {
    padding: 100px 0;
    position: relative;
}

.employee-how::before {
    content: "";
    width: 75%;
    height: 100%;
    background-color: #E9EFF0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}

.employee-how .text {
    padding-left: 44px;
}

@media (max-width: 992px) {
    .employee-how .text {
        padding-left: 0;
    }
}

.employee-how .text h2 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.employee-how .text h2::before {
    content: "";
    width: 25%;
    height: 6px;
    background-color: #255E6E;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
}

.employee-how .text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7d7d7d;
}

.employee-how img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
}

.employee-benefits {
    padding: 80px 0;
}

.employee-benefits.benefits-assessments ul li {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.employee-benefits.benefits-assessments ul li h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.employee-benefits.benefits-assessments ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    max-width: 450px;
    margin-bottom: 16px;
}

.employee-benefits.benefits-assessments ol li {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    display: block;
    text-align: left;
    position: relative;
}

.employee-benefits.benefits-assessments ol li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -20px;
}

.employee-benefits .title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.employee-benefits ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    padding: 0 34px;
    margin-bottom: 64px;
}

.employee-benefits ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.employee-benefits ul::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #EFEFEF;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.employee-benefits ul::after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #efefef;
    display: block;
    position: absolute;
    top: calc(50% - 32px);
    left: 50%;
    transform: translateX(-50%);
}

.employee-benefits ul li img {
    height: 80px;
    object-fit: contain;
    margin-bottom: 16px;
}

.employee-benefits ul li h6 {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.employee-slider {
    padding: 80px 0;
    background-color: #333;
}

.employee-slider .title {
    margin-bottom: 34px;
    text-align: center;
}

.employee-slider .title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.employee-slider .title p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
    max-width: 850px;
    margin: 0 auto;
}

.employee-slider .item {
    display: block;
    background-color: #2B2B2B;
    margin: 0 12px;
}

.employee-slider .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 8px;
}

.employee-slider .item .text {
    padding: 16px;
}

.employee-slider .item .text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.employee-slider .item .text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.employee-slider .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
}

.employee-slider .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.employee-slider .buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: #4c4c4c;
    border-radius: 50%;
    border: none;
}

.employee-slider .buttons .button.prev {
    background-color: #2b2b2b;
}

.employee-slider .buttons .button.next {
    margin-left: 16px;
} 

@media (max-width: 992px) {
    .employee-why img {
        height: 300px;
        margin-top: 24px;
    }

    .employee-how img {
        height: 300px;
        margin-bottom: 44px;
    }
}


.home-what-we-do img {
    height: inherit;
}

.home-what-we-do::before {
    display: none;
}