:root {
    --clr-purple: #53356D;
    --clr-red: #A7353A;
    --clr-bright-red: #E64D4E;
    --clr-blue: #006087;
    --clr-mid-grey: #BABABA;
    --clr-dark-mid-grey: #9F9F9F;
    --clr-light-grey: #F4F4F4;
    --clr-very-light-grey: #FAFAFA;
    --clr-aqua: #0099D0;
    --clr-epfr: #3E8DF4;

    --clr-black: #212121;
    --clr-white: #ffffff;
    --clr-grey: #E2E2E2;

    --ff-primary: 'Space Grotesk', sans-serif;
    --transition: all 0.3s linear;
    --transition-2: all 0.6s linear;
    --spacing: 0.1rem;
    --radius: 0.25rem;
    --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    --max-width: 1170px;
    --fixed-width: 620px;
}

@media screen and (min-width:1220px) {}

@media screen and (min-width:1920px) {}

/*
=============== 
Working At ISI => Hero
===============
*/

.working-at-isi-hero-section {
    position: relative;
}

.working-isi-hero-container {
    padding-top: 10rem;
}

.working-isi-linkedIn-btn {
    margin-top: 3rem;
}

/* .working-isi-linkedIn-btn:hover {
    border-bottom: 1px solid transparent;
    width: 9.4rem;
} */

.working-ISI-hero-vertical-line {
    position: absolute;
    top: -7rem;
    left: 80%;
    height: 26rem;
    width: 0.6px;
    background: black;
    display: none;
}

.working-isi-hero-title {
    border-bottom: 1px solid black;
    padding-bottom: 3rem;
}

.work-at-isi-hero-btn-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(./images/Homepage/arrow-right.svg) no-repeat center/cover;
}

@media screen and (min-width:1220px) {
    .working-isi-hero-container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .working-isi-linkedIn-btn {
        margin-top: 0rem;
    }

    .working-isi-hero-title {
        border-bottom: 1px solid transparent;
        padding-bottom: 0rem;
    }

    .working-ISI-hero-vertical-line {
        display: block;
    }
}




/*
=============== 
Working At ISI => Be part of the team => Image with text
===============
*/

.be-part-of-team-image-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./images/Working-at-ISI/hero-image-min.jpg") center/cover no-repeat;
    /* background-attachment: fixed; */
    /* min-height: 1000px; */
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.be-part-of-team-image-title {
    left: 10%;
}

.be-part-of-team-three-colors-line {
    width: 60vw;
    position: absolute;
    bottom: -12px;
    left: 0;
}


@media screen and (min-width:1220px) {
    .be-part-of-team-three-colors-line {
        width: 30rem;
    }

    .be-part-of-team-image-container {
        background-attachment: fixed;
        height: 1000px;
    }

    .be-part-of-team-image-title {
        max-width: 50%;
    }
}

/*
=============== 
Working At ISI => Why join ISI // Our Values //Workplace of the future
===============
*/

.why-join-center {
    padding: 2rem 0;
}

.why-join-title-conainer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.why-join-title-conainer p {
    margin-left: 2rem;
    font-weight: 700;
}

.why-join-cards-container {
    margin-top: 4rem;
}

.why-join-single-card {
    position: relative;
    height: 25rem;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 1rem;
    padding: 2rem;
    cursor: inherit;
}

.why-join-single-card:hover {
    background: linear-gradient(to bottom, transparent 50%, var(--clr-white) 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    transition: all .5s ease-out;

}

.why-join-single-card-text {
    color: var(--clr-white);
    font-weight: 700;
    transition: var(--transition);
    margin-bottom: 1rem;
}

.why-join-single-card-text-small {
    color: transparent;
    font-weight: 400;
}

.why-join-single-card-01 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/Working-at-ISI/why-join-isi-01.jpg') center/cover no-repeat;

    /* background: linear-gradient(to right, var(--clr-white) 50%, var(--clr-light-grey) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out; */
}

.why-join-single-card-02 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/Working-at-ISI/why-join-isi-02.jpg') center/cover no-repeat;
}

.why-join-single-card-03 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/Working-at-ISI/why-join-isi-03.jpg') center/cover no-repeat;
}

.why-join-single-card:hover .why-join-single-card-text {
    color: black;
}

.why-join-single-card:hover .why-join-single-card-text-small {
    color: black;
}

.why-join-three-colors-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/* Work at Isi: Our values section */

.our-values-image {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./images/Working-at-ISI/values-min.jpg") top/cover no-repeat;
    /* background-attachment: fixed; */
    /* min-height: 1000px; */
    height: 600px;
    cursor: pointer;
}

.our-values-image-title {
    position: absolute;
    left: 10%;
    /* top: 10%; */
    color: var(--clr-white);
    opacity: 1;
}

.our-values-image-title-span-01 {
    transform: translateY(0px);
}

.our-values-image-title-span-02 {
    transform: translateY(80px);
}

.our-values-image-title-span-03 {
    transform: translateY(150px);
}

.our-values-image-title-span-04 {
    transform: translateY(220px);
}

/* Workplace of the future image */
.workplace-of-the-future-image {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/Working-at-ISI/workplace-of-the-future-min.jpg) center/cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

.workplace-of-the-future-image-title {
    left: 10%;
}

.workplace-text-center {
    padding-bottom: 2rem;
}

.workplace-text-section-big-resolution:hover .horizontal-line-animated::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.workplace-text-for-big-resolition {
    display: none;
}

/* You belong image */
.you-belong-image-container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./images/Working-at-ISI/you-belong.jpg) center/cover no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}

/* cards */
.our-values-single-card-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--clr-white);
    padding: 2rem;
    height: 28rem;
    margin-bottom: 1rem;
}

.our-values-single-card-icon {
    width: 2.4rem;
    margin-bottom: 1rem;
}

.working-at-isi-card-title {
    margin-top: 0rem;
}

@media screen and (min-width:360px) {
    .working-at-isi-card-title {
        margin-top: 1rem;
    }
}

@media screen and (min-width:400px) {
    .our-values-single-card-container {
        height: 24rem;
    }

    .working-at-isi-card-title {
        margin-top: 1.5rem;
    }
}

@media screen and (min-width:500px) {

    .our-values-single-card-container {
        height: 21rem;
    }
}

@media screen and (min-width:650px) {

    .our-values-single-card-container {
        height: 18rem;
    }
}

@media screen and (min-width:820px) {
    .our-values-image-title {
        top: 10%;
    }

    .our-values-single-card-container {
        height: 25rem;
    }

    /*  description text small/big reslutions*/
    .workplace-text-section-big-resolution {
        display: none;
    }

    .workplace-text-for-big-resolition {
        display: block;
        margin-top: 2rem;
    }

    .why-join-title-conainer {
        margin-top: 2rem;
    }


}

@media screen and (min-width:920px) {

    .our-values-single-card-container {
        height: 22rem;
    }
}


@media screen and (min-width:1220px) {
    .why-join-cards-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 4rem auto;
        max-width: 55rem;
    }

    .why-join-single-card {
        margin: 0;
        height: 27rem;
        max-width: 280px;
    }

    .workplace-text-center {
        padding: 6rem 0;
        display: flex;
        justify-content: flex-end;
    }

    .workplace-text-center p {
        max-width: 50%;

    }

    .our-values-image-title {
        line-height: 4rem;
    }

    .our-values-image {
        background-attachment: fixed;
        height: 1200px;
    }

    .our-values-single-card-container {
        padding: 4rem;
        height: 26rem;
        margin-bottom: 1rem;
    }

    .our-values-single-card-icon {
        width: 3.5rem;
    }

    /* text animation for bigger resolution*/
    .our-values-image-title {
        top: 50%;
        opacity: 0;
        transform: translateY(500px);
        transition: all 1s ease;
        transition: transform 1.5s;
    }

    .our-values-image-title-span-01 {
        transition-duration: 2s;
    }

    .our-values-image-title-span-02 {
        transition-duration: 3s;
    }

    .our-values-image-title-span-03 {
        transition-duration: 4s;
    }

    .our-values-image-title-span-04 {
        transition-duration: 5s;
    }


    .our-values-image:hover .our-values-image-title-span-01 {
        animation: fadein 0.5s;
        opacity: 1;
        transform: translateY(0px);
    }

    .our-values-image:hover .our-values-image-title-span-02 {
        animation: fadein 1s;
        opacity: 1;
        transform: translateY(60px);
    }

    .our-values-image:hover .our-values-image-title-span-03 {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(120px);
    }

    .our-values-image:hover .our-values-image-title-span-04 {
        animation: fadein 2s;
        opacity: 1;
        transform: translateY(180px);
    }


    /* cards */
    .our-values-cards-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    /*  */
    .workplace-title-over-hero-image {
        max-width: 50%;
        top: 20%;
    }

    .why-join-title-conainer {
        margin-top: 1rem;
    }

}

@media screen and (min-width:1920px) {

    .why-join-single-card {
        height: 37rem;
        width: 100%;
        max-width: 100%;
    }

    .why-join-cards-container {
        max-width: 60vw;
        column-gap: 2rem;
    }

    .our-values-image-title {
        line-height: 5rem;

    }

    .you-belong-image-container {
        height: 1000px;
    }

    .workplace-of-the-future-image {
        height: 1000px;
    }

    /* cards */
    .our-values-cards-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .our-values-single-card-container {
        height: 28rem;
    }

}

@media screen and (min-width:2420px) {
    .why-join-single-card {
        height: 32rem;
    }

    .why-join-cards-container {
        max-width: 60vw;
        column-gap: 2rem;
    }

    /* cards */
    .our-values-cards-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        max-width: 2400px;
    }

    .our-values-single-card-container {
        height: 30rem;
    }

}

@media screen and (min-width:2820px) {
    .why-join-single-card-text-small {
        margin-top: 1rem;
    }

    .why-join-single-card {
        padding: 4rem;
    }
}

/*
=============== 
Working At ISI => Slider
===============
*/

.work-at-isi-slider-container {
    position: relative;
    margin: 0 auto;
    margin-top: 6rem;
}

.work-at-isi-slider-section {
    margin-top: -4rem;
}

.horizontal-line-animated-slider-div {
    height: 2rem;
}

.work-at-isi-inner-slider-container {
    position: relative;
    height: 1000px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: var(--clr-light-grey);
}

.work-at-isi-single-slide {
    position: absolute;
    top: 0;
    left: 15%;
    background: var(--clr-white);
    width: 70%;
    height: 100%;
    padding: 1rem;
    opacity: 0;
    transition: var(--transition);
}

/* additional css for sliding */


.work-at-isi-single-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.work-at-isi-single-slide.next {
    transform: translateX(100%);
    opacity: 0.2;
}

.work-at-isi-single-slide.last {
    transform: translateX(-100%);
    opacity: 0.2;
}

.work-at-isi-single-slide.other {
    transform: translateX(100%);
    opacity: 0;
}

/*  */

.work-for-isi-slider-btn-prev,
.work-for-isi-slider-btn-next {
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    border: transparent;
    background: url(./images/Homepage/arrow-right.svg) no-repeat center/cover;
    cursor: pointer;
}

.work-for-isi-slider-btn-prev {
    transform: rotate(180deg);
    top: 50%;
    left: 2%;
}

.work-for-isi-slider-btn-next {
    top: 50%;
    right: 2%;
}

.work-at-isi-slider-quotes {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
    background: url(./images/Working-at-ISI/quote-svg.svg) no-repeat center/cover;
}

.work-at-isi-slider-quotes-container {
    width: 1.4rem;
    height: 1.4rem;
    padding: 1.2rem;
    border: 1px solid black;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.work-at-isi-slider-right-info-part p {
    font-weight: 700;
}

.work-at-isi-slider-three-color-line {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.work-at-isi-slider-name {
    font-weight: 700;
    margin-top: 2rem;
}

.work-at-isi-slider-img {
    display: inline-block;
    width: 10rem;
}

.work-at-isi-slider-right-info-part {
    margin-top: 3rem;
}

@media screen and (min-width:400px) {
    .work-at-isi-inner-slider-container {
        height: 900px;
    }
}

@media screen and (min-width:520px) {
    .work-at-isi-inner-slider-container {
        height: 800px;
    }
}

@media screen and (min-width:720px) {
    .work-at-isi-inner-slider-container {
        height: 700px;
    }
}

@media screen and (min-width:920px) {
    .work-at-isi-inner-slider-container {
        height: 650px;
    }
}


@media screen and (min-width:1220px) {

    .work-at-isi-inner-slider-container {
        height: 580px;
        width: 80%;
    }

    .work-for-isi-slider-btn-prev,
    .work-for-isi-slider-btn-next {
        width: 3rem;
        height: 3rem;
    }

    .work-at-isi-single-slide {
        display: grid;
        grid-template-columns: 0.4fr 1.6fr;
        column-gap: 4rem;
        padding: 2rem;
    }

    .work-for-isi-slider-btn-prev {
        transform: rotate(180deg);
        left: 0%;
    }

    .work-for-isi-slider-btn-next {
        right: 0%;
    }

    .work-at-isi-slider-vertical-line {
        position: absolute;
        top: 0rem;
        left: 14rem;
        height: 100%;
        width: 1px;
        background: grey;
    }

    .horizontal-line-animated-slider-div {
        height: 4rem;
    }
}

@media screen and (min-width:1420px) {
    .work-at-isi-single-slide {
        display: grid;
        grid-template-columns: 0.4fr 1.6fr;
        column-gap: 6rem;
    }

    .work-at-isi-inner-slider-container {
        height: 500px;
    }
}

@media screen and (min-width:1620px) {

    .work-at-isi-slider-vertical-line {
        /* left: 30%; */
    }

    .work-at-isi-inner-slider-container {
        height: 450px;
    }
}

@media screen and (min-width:1920px) {
    .work-at-isi-inner-slider-container {
        height: 550px;
    }

    .work-at-isi-slider-container {
        max-width: 70vw;
    }
}

@media screen and (min-width:2420px) {
    .work-at-isi-slider-container {
        max-width: 60vw;
    }
}


/*
=============== 
Working At ISI => Find out more
===============
*/
.working-at-isi-find-out-more-center {
    margin: 4rem auto;
    display: grid;
    place-items: center;
}

.working-at-isi-find-out-more-center-text {
    margin: 3rem 0;
    text-align: center;
}

.working-at-isi-find-out-more-link {
    color: var(--clr-black);
    text-decoration: underline;
}

.working-at-isi-find-out-more-link:hover {
    color: var(--clr-mid-grey);
    text-decoration: none;
}

.working-at-isi-find-out-more-link-text {}

@media screen and (min-width:1220px) {
    .working-at-isi-find-out-more-center {
        width: 70%;
        max-width: 40rem;
    }
}




/*/////////////////////////////////////////////////////
=============== 
ESG Page
===============
/////////////////////////////////////////////////////*/


/* New ESG Pages */

.esg-approach-single-item-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.esg-approach-single-item-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 13rem;
    margin: 2.5rem auto;
    margin-bottom: 0;
    align-content: center;
}

.esg-approach-single-item-icon-even,
.esg-approach-single-item-icon-odd {
    width: 6rem;
}

.esg-approach-single-item-icons-second-row {
    margin-top: 1rem;
}

.esg-approach-single-item {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
}

/* .esg-hero-image-small-title-big-resolution {
    position: absolute;
    color: var(--clr-white);
    max-width: 50%;
    top: 50%;
    left: 10%;
    transform: translateY(100px);
    opacity: 0;
    transition: transform 1s;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
}

.esg-hero-image-small-title-big-resolution-clients {
    top: 57%;
} */

.esg-client-hero-image-container {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./images/ESG/ESG-Subpage-2-min.jpg") center/cover no-repeat;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.esg-clients-link-btn {
    margin-top: 3rem;
}

.esg-text-small-resolution {
    padding: 2rem 0;
}

.esg-clients-logo {
    width: 114px;
}

.esg-solutions-link-btn {
    width: 12rem;
}

@media screen and (min-width:1220px) {
    .esg-approach-single-item-icons {
        margin: 2.5rem 0;
        margin-bottom: 0;
        width: 21rem;
    }

    .esg-approach-single-item-icons-second-row {
        margin-top: 1rem;
    }

    .esg-approach-single-item-article {
        width: 60%;
        align-self: end;
    }

    .esg-client-hero-image-container {
        background-attachment: fixed;
        height: 800px;
    }

    .esg-clients-link-btn {
        margin-top: 0rem;
    }

    /* icons animation */
    .esg-approach-single-item-icon-even {
        width: 10rem;
        transform: translateY(-30px);
        opacity: 0;
        transition: transform 1.5s;
    }

    .esg-approach-single-item-icon-odd {
        width: 10rem;
        transform: translateY(0);
        opacity: 0;
        transition: transform 1.5s;
    }

    .esg-approach-single-item-icon-odd.active {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px);
    }

    /* .esg-approach-single-item:hover .esg-approach-single-item-icon-odd {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px);
    } */
    .esg-approach-single-item-icon-even.active {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px);
    }

    /* .esg-approach-single-item:hover .esg-approach-single-item-icon-even {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px);
    } */
}

@media screen and (min-width:1920px) {
    .esg-approach-single-item-article {
        max-width: 50rem;
    }

    /* .esg-hero-image-container:hover .esg-hero-image-small-title-big-resolution,
    .esg-client-hero-image-container:hover .esg-hero-image-small-title-big-resolution {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px)
    } */

    .esg-text-small-resolution {
        display: none;
    }

    .esg-approach-single-item-first {
        padding-top: 6rem;
    }

    .esg-clients-link-btn {
        width: 15rem;
    }

    .esg-solutions-link-btn {
        width: 18rem;
    }
}


/* Old ESG Page */
/* ESG => Hero */

.esg-hero-image-container {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("./images/ESG/ESG-Subpage-1-min.jpg") center/cover no-repeat;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.esg-accordeon-section-center {
    background: var(--clr-grey);
}

.esg-hero-section {
    position: relative;
}

.esg-hero-vertical-line {
    height: 35rem;
}

.esg-hero-container {
    padding-top: 6rem;
}

.esg-hero-image-title {
    position: absolute;
    color: var(--clr-white);
    left: 5%;
    top: 10%;
}


@media screen and (min-width:820px) {}

@media screen and (min-width:1220px) {

    .esg-hero-image-container,
    .esg-client-hero-image-container {
        background-attachment: fixed;
        height: 800px;
    }

    .esg-hero-image-title {
        max-width: 50%;
        top: 50%;
        left: 10%;
        transform: translateY(100px);
        opacity: 0;
        transition: transform 1s;
    }

    .esg-hero-image-container:hover .esg-hero-image-title,
    .esg-client-hero-image-container:hover .esg-hero-image-title {
        animation: fadein 1.5s;
        opacity: 1;
        transform: translateY(0px)
    }
}

@media screen and (min-width:1920px) {

    .esg-hero-image-container:hover .esg-hero-image-title,
    .esg-client-hero-image-container:hover .esg-hero-image-title {
        transform: translateY(-300px)
    }
}


/* Text section */
.esg-text-section-line:hover hr.horizontal-line-animated {
    display: block;
}

/* ESG Accordeon Section */

.esg-accordeon-title-container {
    padding-bottom: 4rem;
}


/*/////////////////////////////////////////////////////
=============== 
About Page
===============
/////////////////////////////////////////////////////*/


/* About Hero */
.about-hero-section {
    position: relative;
    border-bottom: 1px solid var(--clr-black);
}

.about-hero-container {
    padding-top: 5rem;
}

.about-hero-vertical-line {
    top: 0;
    left: 65%;
    height: 100%;
}

.about-hero-text {
    margin-top: 4rem;
}


@media screen and (min-width:1220px) {
    .about-hero-text {
        width: 50%;
        padding-left: 3rem;
    }

    .about-hero-title {
        width: 60%;
    }
}

@media screen and (min-width:1920px) {
    .about-hero-vertical-line {
        left: 62%;
    }
}


/* Interactive Map Section */

.about-map-image {
    background: url("./images/About/map-larger.svg") no-repeat center/cover;
    margin: 0 auto;
    background-size: contain;
    width: 100%;
    height: 20rem;
}

.about-map-offices-btn-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 0.6rem;
    background: url(./images/About/office.svg) no-repeat center/cover;
}

.about-map-offices-btn {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}

.about-map-region {
    color: var(--clr-mid-grey);
    transition: var(--transition);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.about-map-region:hover {
    color: var(--clr-black);
}

.about-map-regions-text {
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

@media screen and (min-width:420px) {
    .about-map-image {
        margin-top: 3rem;
    }
}


@media screen and (min-width:1220px) {
    .about-map-section {
        display: grid;
        grid-template-columns: 0.6fr 1.4fr;
        column-gap: 4rem;
    }

    .about-map-image {
        margin: 0;
        height: 100%;
    }
}

@media screen and (min-width:1920px) {}


/*
=============== 
About => Map
===============
*/

.about-map-popup {
    position: fixed;
    height: 100vh;
    width: 320px;
    background: var(--clr-black);
    color: var(--clr-white);
    top: 0;
    right: 0;
    transition: var(--transition-2);
    transform: translateX(100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 21%, 4% 18%, 0 15%);
    padding: 1.5rem;
    z-index: 10;
}

.show-about-map-popup {
    transform: translateX(0%);
}

.about-map-popup-image {
    width: 10rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.about-map-popup-title {
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.about-map-popup-text {
    margin-top: 2rem;
}

@media screen and (min-width:2220px) {
    .about-map-popup {
        position: fixed;
        width: 1100px;
        padding: 5rem;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 21%, 2% 18%, 0 15%);
    }

    .about-map-popup-image {
        width: 20rem;
        margin-bottom: 6rem;
        margin-top: 2rem;
    }
}


/*
=============== 
About => Team Members
===============
*/

.about-team-section-hero {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.about-team-single-person {
    width: 100%;
    max-width: 330px;
}

.about-team-single-person-img-container {
    position: relative;
    background-color: var(--clr-light-grey);
    margin-top: 2rem;
    max-width: 330px;
    cursor: pointer;
    background: linear-gradient(to right, var(--clr-purple) 50%, var(--clr-light-grey) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.about-team-single-person-img-container:hover {
    background-position: left bottom;
}

.about-team-single-person-img {
    width: 100%;
    object-fit: cover;
}

.about-team-single-person-name {
    font-weight: 700;
    color: var(--clr-black);
}

.about-team-single-person-three-color-line {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 6px;
    transition: var(--transition);
}

.about-team-single-person-img-container:hover .about-team-single-person-three-color-line {
    height: 10px;
}

.about-team-single-person-title {
    min-height: 6rem;
}

.about-team-members-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width:820px) {
    .about-team-members-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
        align-items: center;
        margin: 0 auto;
        width: 70%;
    }
}

@media screen and (min-width:1220px) {
    .about-team-members-container {
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 3rem;
    }

    .about-team-single-person-name {
        margin-top: 1rem;
    }

    .about-team-single-person {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width:1920px) {
    .about-team-section {
        display: grid;
        grid-template-columns: 0.5fr 1.5fr;
        column-gap: 4rem;
    }

    .about-team-section-text {
        margin-top: 2rem;
        max-width: 35rem;
    }
}


/*
=============== 
About => Story Slider
===============
*/


/*  */
.about-story-slider-container {
    position: relative;
    margin: 0 auto;
    margin-top: 6rem;
}

.about-story-slider-inner-container {
    position: relative;
    height: 450px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: var(--clr-mid-grey);
}

.about-story-single-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
}

.about-story-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
}

.about-story-info {
    position: absolute;
    left: 0;
    bottom: 0;
    color: var(--clr-white);
    margin-left: 2rem;
    margin-bottom: 2rem;

}

.about-story-slider-btn-prev,
.about-story-slider-btn-next {
    background: url(./images/Homepage/arrow-right-white.svg) no-repeat center/cover;
}


/* additional css for sliding */
.about-story-single-slide.active {
    width: 80%;
    left: 10%;
    cursor: pointer;
    transform: translate(0);
    opacity: 0.9;
}

.about-story-single-slide.next {
    width: 90%;
    right: 0;
    opacity: 0.2;
    transform: translate(100%);
}

.about-story-single-slide.last {
    width: 80%;
    left: 10%;
    opacity: 0.2;
    transform: translateX(-100%);
}

/*  */

.about-story-slider-years-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 4rem;
}

.about-story-single-year {
    cursor: pointer;
    transition: var(--transition);
    color: var(--clr-dark-mid-grey);
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 50px;
}

.about-our-story-slider-desc {
    font-size: 1.4rem;
}

.about-story-single-year.active {
    color: var(--clr-black);
}

.about-story-single-year:hover {
    color: var(--clr-black);
}

@media screen and (min-width:1220px) {
    .about-story-slider-inner-container {
        position: relative;
        height: 550px;
    }

    .about-story-slider-years-container {
        max-width: 70%;
    }

    .about-story-slider-btn-prev {
        left: 5%;
        top: 42%;
    }

    .about-story-slider-btn-next {
        right: 5%;
        top: 42%;
    }

    .about-story-info {
        margin-left: 4rem;
        margin-bottom: 6rem;
        padding: 0.6rem;
    }

    .about-our-story-slider-desc {
        font-size: 1.8rem;
        line-height: 35px;
        margin-top: 0.6rem;
    }

    .about-story-single-year {
        line-height: 50px;
    }

}

@media screen and (min-width:1920px) {
    .about-story-info {
        margin-left: 6rem;
        margin-bottom: 8rem;
    }

    .about-story-info-year {
        margin-bottom: 1rem;
    }

    .about-story-info-title {
        margin-bottom: 0.6rem;
    }

    .about-our-story-slider-desc {
        font-size: 2.4rem;
        line-height: 45px;
    }

    .about-story-single-year {
        line-height: 80px;
    }
}


/*/////////////////////////////////////////////////////
=============== 
Team Member Page
===============
/////////////////////////////////////////////////////*/

.team-member-info-container {
    margin-bottom: 4rem;
}

.team-member-section-outher {
    position: relative;
    padding-top: 4rem;
}

.team-member-vertical-line {
    display: none;
}

.team-member-info-location {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.team-member-info-name {
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.team-member-info-title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 700;
}

.team-member-desc {
    margin-bottom: 0.6rem;
}

.team-member-info-img-container {
    max-width: 280px;
}

.team-member-linkedin-icon {
    margin-right: 1rem;
}

@media screen and (min-width:1220px) {
    .team-member-vertical-line {
        display: block;
        left: 75%;
    }

    .team-member-section {
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .team-member-info-container {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 4rem;
        align-items: start;
        padding-top: 4rem;
    }

    .team-member-links {
        padding-top: 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;

    }

    .team-member-info {
        width: 70%;
    }

    .about-team-single-person-img-container {
        margin-top: 0;
    }

}

@media screen and (min-width:1920px) {
    .team-member-info-img-container {
        max-width: 330px;
    }

    .team-member-back-to-team-btn {
        width: 10rem;
    }

    .team-member-back-to-team-btnHover {
        width: 10.5rem;
    }
}



/*/////////////////////////////////////////////////////
=============== 
Group News Page
===============
/////////////////////////////////////////////////////*/

.group-news-section {
    position: relative;
    width: 100%;
    background: url(./images/Group-news/background-image-3.jpg) center/cover no-repeat;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-attachment: fixed;
    background-repeat: no-repeat, no-repeat;
    background-position: top;
}

.group-news-section-img {
    width: 100%;
    height: 3000px;
    padding-top: 5rem;
}

.group-news-container {
    width: 90%;
    background: var(--clr-white);
    padding: 2rem;
    padding-bottom: 4rem;
    margin-left: 10%;
    clip-path: polygon(13% 18px, 17% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 9% 0);
}

.group-news-title-container {
    border-bottom: 1px solid grey;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.group-news-inner-container {
    margin: 5rem 0;
}

.group-news-single-news-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
    cursor: pointer;
    transition: var(--transition);
}

.group-news-single-news-container:hover .group-news-single-news-date-number {
    color: var(--clr-black);
}

.group-news-single-news-container:hover .group-news-single-news-title {
    color: var(--clr-red);
}

.group-news-single-news-container:hover .group-news-three-colors-line {
    visibility: visible;
    opacity: 1;
}

/* .group-news-single-additional-link {
    display: none;
    opacity: 0;
} */

.group-news-single-additional-link.show {
    display: block;
    opacity: 1;
    animation: fadein 1s;
}

.group-news-single-news-date-container {
    width: 6rem;
}

.group-news-single-news-date-number {
    color: var(--clr-dark-mid-grey);
    margin-top: 1rem;
    transition: var(--transition);
}

.group-news-single-news-date-month {
    color: var(--clr-black);
}

.group-news-single-news-title-container p {
    color: var(--clr-dark-mid-grey);
    margin-bottom: 1rem;
}

.group-news-single-news-title {
    font-size: 1.4rem;
    line-height: 25px;
    color: var(--clr-black);
    margin-bottom: 3rem;
    transition: var(--transition);
}

.group-news-three-colors-line {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.group-news-show-more-btn {
    margin: 0 auto;
}

/* .group-news-show-more-btn.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: rgb(243, 240, 240);
    padding: 1rem;
    color: #c0c0c0;
} */

@media screen and (min-width:1220px) {
    .group-news-container {
        clip-path: polygon(13% 1.3%, 15% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 11% 0);
        top: 10%;
    }

    .group-news-title-container {
        padding: 2rem 0;
        margin-bottom: 6rem;
        margin-top: 2rem;
    }

    .group-news-single-news-container {
        gap: 8rem;
        margin-bottom: 0rem;
    }

    .group-news-single-news-title {
        margin-bottom: 6rem;
    }

    .group-news-section-img {
        height: 1900px;
    }

}

@media screen and (min-width:1920px) {
    .group-news-container {
        clip-path: polygon(12% 1.6%, 14% 0, 100% 0, 100% 70%, 100% 100%, 0 100%, 0 0, 10% 0);
        padding: 6rem;
        padding-bottom: 10rem;
    }

    .group-news-single-news-date-container {
        min-width: 10rem;
    }

    .group-news-section-img {
        height: 2300px;
    }

    .group-news-single-news-container {
        gap: 16rem;
    }

    .group-news-single-news-title {
        font-size: 3.125rem;
        line-height: 50px;
    }
}


/*/////////////////////////////////////////////////////
=============== 
Single group article page
===============
/////////////////////////////////////////////////////*/

.group-article-text-container {
    margin-bottom: 4rem;
}


.group-article-title {
    font-size: 2rem;
    line-height: 35px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.group-article-quote-text-content {
    font-size: 1.2rem;
    line-height: 25px;
}

.group-article-quotes-single-quote {
    margin-bottom: 5rem;
}

.group-article-quote-author {
    font-weight: 700;
    margin-top: 1rem;
    text-align: right;
}

.group-article-desc {
    margin-bottom: 1rem;
}

.group-article-quote-text {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.group-article-quote-horizontal-line1 {
    margin-bottom: 2rem;
}

.group-article-quote-horizontal-line2 {
    margin-top: 2rem;
}

.group-article-date-text {
    margin-bottom: 3rem;
}

.group-article-social-links {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.group-article-social-links-container {
    position: sticky;
    top: 9rem;
}

.group-article-back-to-news-btn {
    margin-top: 3rem;
    width: 10rem;
}

@media screen and (min-width:1220px) {
    .group-article-container {
        display: grid;
        grid-template-columns: 1.65fr 0.35fr;
    }

    .group-article-text-container {
        width: 70%;
        margin-bottom: 0rem;
    }

    .group-article-date-text {
        margin-bottom: 50vh;
    }

    .group-article-social-links {
        margin-bottom: 0rem;
    }

    .group-article-back-to-news-btn {
        margin-left: 85%;
    }
}


@media screen and (min-width:1920px) {
    .group-article-text-container {
        width: 60%;
    }

    .group-article-title {
        font-size: 4.375rem;
        line-height: 70px;
        margin-bottom: 8rem;
    }

    .group-article-quote-text-content {
        /* font-size: 3.125rem;
        line-height: 50px; */
    }
}

/*/////////////////////////////////////////////////////
=============== 
Our Businesses Page
===============
/////////////////////////////////////////////////////*/
.our-businesses-hero-container {
    padding-top: 10rem;
}

.our-businesses-redd-section {
    padding-bottom: 0rem;
}

.our-businesses-info {
    width: 90%;
    margin: 4rem auto;
    margin-top: 0;
}

.our-businesses-single-business-title {
    padding: 2rem 0;
}

.our-businesses-logo-icon {
    display: block;
    width: 6rem;
    margin: 2rem auto;
}

.our-businesses-video {
    width: 90%;
    max-width: 670px;
    margin: 3rem auto;
}

.our-businesses-collage-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-businesses-footer {
    background: var(--clr-purple);
    color: var(--clr-white);
    padding: 2rem 0;
}

.our-businesses-footer-text {
    margin-bottom: 1rem;
}

.our-businesses-footer-emis {
    background: var(--clr-aqua);
}

.our-businesses-footer-epfr {
    background: var(--clr-epfr);
}

.our-businesses-footer-redd {
    background: var(--clr-red);
}

@media screen and (min-width:1920px) {
    .our-businesses-section {
        padding: 4rem 0;
    }

    .our-businesses-content-container {
        padding: 4rem 0;
    }
}

/* top page slider */
.our-businesses-slider-section {
    position: relative;
}

.our-businesses-slider-inner-container {
    position: relative;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, rgb(77, 76, 76), white 100%) no-repeat;
    /* background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8)); */
}

/* .our-businesses-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background: black;
    opacity: 0.4;
} */

.our-businesses-single-slide {
    /* to make the sliders with scroll */

    /* overflow: auto;
    background-attachment: fixed; */

    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
}

.our-businesses-single-slide.active {
    width: 80%;
    left: 10%;
    cursor: pointer;
    transform: translate(0);
    opacity: 1;
}

.our-businesses-single-slide.last {
    width: 80%;
    left: 10%;
    opacity: 0.2;
    transform: translate(-100%);
}

.our-businesses-single-slide.next {
    width: 90%;
    right: 0;
    opacity: 0.2;
    transform: translate(100%);
}

.our-businesses-slide-title {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.our-businesses-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* .our-businesses-slider-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
} */

.our-businesses-slider-info {
    position: sticky;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    color: var(--clr-white);
    padding: 2rem;
}

.our-businesses-slider-info-0 {
    background: var(--clr-purple);
    background: var(--clr-red);
    height: 100%;
}

.our-businesses-slider-info-1 {
    background: var(--clr-aqua);
    background: var(--clr-purple);
    height: 100%;
}

.our-businesses-slider-info-2 {
    background: var(--clr-red);
    background: var(--clr-aqua);
    height: 100%;
}


/* single bussines slider */
.single-bussines-slider-container {
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 670px;
    height: 250px;
    margin: 3rem auto;
}

.single-bussines-slider-inner-container>* {
    flex-shrink: 0;
}

.single-bussines-slider-inner-container {
    display: flex;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.single-bussines-slider-image {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-bussines-slider-image-image {
    height: 60%;
    width: 60%;
    object-fit: cover;
}

.single-bussines-slider-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 50%;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: rgba(19, 19, 19, 0.39);
    color: #fff;
    transform: translateY(-50%);
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: grid;
    place-items: center;
}

.single-bussines-slider-btn:hover {
    background-color: rgba(19, 19, 19, 0.829);
}

.single-bussines-slider-btn-next {
    right: 10px;
}

.single-bussines-slider-btn-prev {
    left: 10px;
}

.single-bussines-slider-navigator {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 0 20px;
}

.navigatorChild {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: rgba(19, 19, 19, 0.39);
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.navigatorChild:hover {
    box-shadow: 0 0 5px #fff;
}

.navigatorChildActive {
    background: rgba(19, 19, 19, 0.829);
}


/* bottom menu */
.our-businesses-bottom-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--clr-white);
    padding: 1rem;
    z-index: 100;
}

.our-businesses-bottom-menu-logo-icon {
    width: 3rem;
}

.our-businesses-bottom-menu-logo-link {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

@media screen and (min-width:350px) {
    .our-businesses-slider-inner-container {
        height: 400px;
    }
}

@media screen and (min-width:350px) {
    .single-bussines-slider-container {
        height: 350px;
    }
}

@media screen and (min-width:450px) {
    .single-bussines-slider-container {
        height: 300px;
    }
}

@media screen and (min-width:570px) {
    .our-businesses-slider-info-0 {
        height: 80%;
    }

    .our-businesses-slider-info-1 {
        height: 80%;
    }

    .our-businesses-slider-info-2 {
        height: 80%;
    }
}

@media screen and (min-width:820px) {
    .our-businesses-bottom-menu {
        width: 70%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .our-businesses-bottom-menu-logo-icon {
        width: 5rem;
    }

    .our-businesses-bottom-menu-logo-link {
        margin-left: 0.8rem;
        margin-right: 0.6rem;
    }

    .single-bussines-slider-container {
        height: 400px;
    }

    .our-businesses-slider-info-0 {
        height: 60%;
    }

    .our-businesses-slider-info-1 {
        height: 60%;
    }

    .our-businesses-slider-info-2 {
        height: 60%;
    }

}

@media screen and (min-width:1220px) {
    .our-businesses-logo-icon {
        width: 8rem;
        margin: 0;
        margin-bottom: 2.2rem;
    }

    .our-businesses-footer {
        position: relative;
    }

    .our-businesses-footer-inner-container {
        display: grid;
        grid-template-columns: 1.7fr 0.3fr;
        column-gap: 6rem;
        align-items: center;
        padding: 1rem 0rem;
    }

    .our-businesses-content-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 6rem;
        position: relative;
        padding: 6rem;
    }

    .our-businesses-video {
        width: 80%;
        margin: 0;
        justify-self: center;
        align-self: center;
    }

    .our-businesses-info {
        width: 60%;
        margin: 0;
        justify-self: center;
    }

    .our-businesses-vertical-line {
        position: absolute;
        top: 0rem;
        left: 50%;
        height: 100%;
        width: 1px;
        background: grey;
    }

    .our-businesses-footer-text {
        margin-bottom: 0;
    }

    .our-businesses-footer-vertical-line {
        position: absolute;
        top: 0rem;
        left: 75%;
        height: 100%;
        width: 1px;
        background: var(--clr-white);
    }

    .our-businesses-bottom-menu {
        width: 45%;
    }

    /* top page slider */

    .our-businesses-slider-inner-container {
        height: 530px;
    }

    .our-businesses-slider-info {
        height: 100%;
    }

    .our-businesses-slider-info-0 {
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
        background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
    }

    .our-businesses-slider-info-1 {
        /* background: transparent; */
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
        background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));

    }

    .our-businesses-slider-info-2 {
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); */
        background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
    }

    .our-businesses-slider-info-inner {
        padding-top: 20rem;
    }

    /* single bussines slider */
    .single-bussines-slider-container {
        height: 340px;
    }

}

@media screen and (min-width:1720px) {

    /* single bussines slider */
    .single-bussines-slider-container {
        height: 500px;
    }

    .single-bussines-slider-image-image {
        width: 80%;
    }

    .our-businesses-footer-inner-container {
        column-gap: 8rem;
    }
}

@media screen and (min-width:1920px) {
    .our-businesses-info {
        width: 50%;
    }

    .our-businesses-bottom-menu {
        width: 40%;
    }

    /* slider */
    .our-businesses-slider-inner-container {
        height: 600px;
    }
}


/*/////////////////////////////////////////////////////
=============== 
Insights Page
===============
/////////////////////////////////////////////////////*/

.single-insight {
    display: inline-block;
    margin-bottom: 1rem;
}

.single-insight-container {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url(./images/Insights/insight-1.jpg) center/cover no-repeat; */
    /* min-width: 60vw; */
    position: relative;
    width: 80vw;
    height: 14rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.single-insight-img {
    width: 100%;
}

.single-insight-date-container {
    color: var(--clr-white);
}

.single-insight-container h1 {
    margin-top: 0.8rem;
    font-size: 5rem;
}

.single-insight-title {
    font-weight: 700;
    color: var(--clr-black);
    font-size: 1.3rem;
    line-height: 1.4rem;
}

.insight-title-container,
.first-insight-title-container {
    min-height: 7rem;
}

/* .single-additional-insight {
    display: none;
    opacity: 0;
} */

.single-additional-insight.show {
    display: block;
    opacity: 1;
    animation: fadein 1s;
}

.three-colors-line-single-insight {
    height: 6px;
    transition: var(--transition);
}

.single-insight-container:hover .three-colors-line-single-insight {
    height: 12px;
}

@media screen and (min-width:820px) {
    .single-insight-container {
        height: 24rem;
    }
}

@media screen and (min-width:1220px) {
    .insights-container {
        clip-path: polygon(13% 0.7%, 15% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 11% 0);
        top: 10%;
    }


    .insights-page-initial-insights,
    .insights-page-additional-insights {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }

    .single-insight-container {
        padding: 2.6rem;
        width: 100%;
    }

    .first-single-insight {
        display: block;
        position: relative;
        margin-bottom: 2rem;
    }

    .first-insight-title-container {
        position: absolute;
        left: 4%;
        bottom: 8%;
        color: var(--clr-white);
    }

    .first-single-insight-title {
        color: var(--clr-white);
    }

}

@media screen and (min-width:1520px) {

    .insights-page-initial-insights,
    .insights-page-additional-insights {
        max-width: 90%;
    }

    .single-insight-container {
        height: 20rem;
    }

    .single-insight-container-first-insight {
        max-width: 95%;
        height: 30rem;
        margin-bottom: 3rem;
    }


}

@media screen and (min-width:1920px) {
    .insights-container {
        clip-path: polygon(13% 0.8%, 15% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0, 11% 0);
        top: 10%;
    }

    .insights-page-initial-insights,
    .insights-page-additional-insights {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 85%;
    }

    .single-insight-container {
        height: 22rem;
    }

    .single-insight-container-first-insight {
        max-width: 92%;
        height: 35rem;
    }

    .single-insight-container h1 {
        font-size: 6rem;
        margin-top: -0.6rem;
    }

    .first-single-insight-title {
        font-size: 1.875rem;
        line-height: 30px;
    }
}




/*/////////////////////////////////////////////////////
=============== 
Contact page
===============
/////////////////////////////////////////////////////*/



.contact-content-section {
    position: relative;
}

.contact-form-inner-container {
    margin-bottom: 6rem;
}

.contact-form-inner-container h4 {
    margin-bottom: 3rem;
}

.contact-offices-container {
    padding-bottom: 3rem;
}

.contact-offices-link-toabout-map {
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--clr-black);
    transition: var(--transition);
}

.contact-offices-link-toabout-map:hover {
    color: var(--clr-dark-mid-grey);
    text-decoration: none;
}

.contact-form-container {
    padding-top: 4rem;
}

.contact-form-title {
    text-transform: none;
}

.input-form-field {
    border: none;
    border-bottom: 1px solid var(--clr-black);
    padding: 0.5rem;
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
    font-weight: 700;
    color: gray;
    letter-spacing: 2.2px;
    font-family: var(--ff-primary);
}

.contact-message-container {
    margin-top: 2rem;
}

textarea:focus,
input:focus {
    outline: none;
}

/* Hubspot contact form */

.form-columns-0 {
    display: none;
}

input::placeholder {
    letter-spacing: 1px;
    font-family: var(--ff-primary);
}

.hs-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--clr-black);
    padding: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1.6rem;
    color: gray;
    letter-spacing: 2.2px;
    font-family: var(--ff-primary);
}

.hs-error-msg {
    color: var(--clr-bright-red);
}

.contact-submit-btn {
    margin-top: 4rem;
    background: transparent;
    border: none;
    color: var(--clr-black);
    border-bottom: 1px solid var(--clr-black);
    cursor: pointer;
    font-size: 1.2rem;
    letter-spacing: 5px;
    padding: 0.8rem 0;
    transition: var(--transition);
}

.contact-submit-btn:hover {
    border-bottom: 1px solid transparent;
    color: var(--clr-dark-mid-grey);
}

.hs_recaptcha {
    display: none;
}


/*  */
.hbspt-form fieldset.form-columns-0,
.hbspt-form fieldset.form-columns-1,
.hbspt-form fieldset.form-columns-2 {
    width: 100%;
    max-width: 100%;
}

.hbspt-form fieldset.form-columns-1 .hs-form-field .hs-input {
    width: 100%;
    padding-left: 0.4rem;
}

.hbspt-form fieldset.form-columns-1 .hs-fieldtype-select .hs-input {
    padding-left: 0.2rem;
}

.hbspt-form fieldset.form-columns-1 .hs-form-field .hs-form-booleancheckbox .hs-input {
    width: auto;
    margin-bottom: 0;
    margin-top: 1.4rem;
    margin-right: 1rem;
}

.hbspt-form .hs-form select.hs-input {
    height: 38px;
}

/* for 2 columns does not work */
@media (max-width:1220px) {

    .hbspt-form fieldset.form-columns-2 .hs-form-field .hs-input,
    .hbspt-form fieldset.form-columns-3 .hs-form-field .hs-input {
        width: 100% !important;
        padding-left: 0.4rem;
    }
}

@media (min-width:1220px) {
    .hbspt-form fieldset.form-columns-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        grid-gap: 3rem;
    }

    .hbspt-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }
}


/* Modal onSubmit */

.contact-form-modal-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-form-alert-modal {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    bottom: 20rem;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.contact-form-overlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.contact-form-alert-modal.is-visible,
.contact-form-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.contact-form-alert-modal-text {
    margin: 2rem 0;
}

.contact-form-modal-close-btn {
    right: 0.8rem;
    top: 0.8rem;
}

@media screen and (min-width:1220px) {
    .contact-content-section-center {
        display: grid;
        grid-template-columns: 0.6fr 1.4fr;
        column-gap: 5rem;
        grid-template-areas: "a b";
    }

    .contact-offices-container {
        grid-area: a;
    }

    .contact-form-container {
        grid-area: b;
    }

    .contact-oficces-horizontal-line {
        display: none;
    }

    .contact-form-container {
        padding-top: 0rem;
    }

    .contact-form-vertical-line {
        left: 32%;
    }

    .contact-form-inner-container h4 {
        margin-bottom: 5rem;
    }
}

@media screen and (min-width:1920px) {
    .contact-form-container {
        display: grid;
        grid-template-columns: 1.7fr 0.3fr;
        column-gap: 5rem;
    }

    .contact-form-social-links {
        justify-self: end;
    }

    .contact-form-vertical-line {
        left: 30%;
    }

    .contact-form-alert-modal {
        max-width: 800px;
    }

    .contact-form-inner-container {
        width: 80%;
    }

}



/*/////////////////////////////////////////////////////
=============== 
Single solution page
===============
/////////////////////////////////////////////////////*/

.single-solution-page-hero {
    padding: 4rem 0 2rem;
}

.single-solution-image-container-small-resolutions {
    height: 750px;
    padding: 2rem;
}

.single-solution-image-container-big-resolutions {
    height: 1000px;
    display: none;
}

.single-solution-image-title {
    font-size: 2rem;
    line-height: 50px;
    text-transform: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    left: 0;
}

.home-single-solution-container {
    display: flex;
    flex-direction: column;
    max-width: var(--max-width);
}

.home-single-solution-single-business-title {
    margin: 1rem 0;
    margin-top: 2rem;
    font-weight: 700;
}

.home-single-solution-single-business-text {
    margin-bottom: 1rem;
}

.single-solutions-three-colors-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    transition: var(--transition);
}

.more-solutions-single-solution-container:hover .single-solutions-three-colors-line {
    height: 10px;
}

.single-solution-single-business-logo {
    width: 114px;
}

/* .home-single-solution-container {
    padding: 2rem 0;
} */

.home-single-solution-single-business {
    padding: 2rem 0;
}

@media screen and (min-width:1220px) {
    .home-single-solution-single-business {
        width: 60%;
        align-self: end;
    }

    .single-solution-image-container-small-resolutions {
        display: none;
    }

    .single-solution-image-container-big-resolutions {
        display: block;
    }

    .single-solution-image-title {
        left: 10%;
        max-width: 70%;
    }

    .single-solution-page-hero {
        padding: 1rem 0;
    }
}

@media screen and (min-width:1920px) {

    .single-solution-image-title {
        font-size: 3.75rem;
        line-height: 70px;
    }

    .home-single-solution-single-business {
        max-width: 50rem;
        /* margin: 2rem 0; */
    }

}



/*/////////////////////////////////////////////////////
=============== 
Thank you page
===============
/////////////////////////////////////////////////////*/

.thank-you-center {
    padding-top: 6rem;
}

.thank-you-links-container {
    margin: 3rem 0;
}

.thank-you-link-btn {
    width: 16rem;
    margin-bottom: 3rem;
}

@media screen and (min-width:1220px) {

    .thank-you-center {
        max-width: 60rem;
        margin: 0 auto;
    }

    .thank-you-link-btn {
        width: 24rem;
    }

}

/*/////////////////////////////////////////////////////
=============== 
Cookies page
===============
/////////////////////////////////////////////////////*/

.cookies-title-01 {
    margin-bottom: 2rem;
    text-align: center;
}

.cookies-table {
    padding: 1rem;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid var(--clr-dark-mid-grey);
    padding: 1rem;
}

.cookies-ling-links {
    word-break: break-word;
    color: var(--clr-purple);
}

.cookies-contact-link {
    text-decoration: underline;
    display: inline-block;
    padding: 0.4rem;
}