@import "../sections/form-section.css";
@import "../sections/hero-section.css";
@import "../sections/info-section.css";
@import "../sections/testimonial-section.css";

.who-we-serve-page {
    padding-top: 104px;
}

.business-tab .hero-info {
    padding: 100px 0 70px;
}

.hero-info p {
    width: 55%;
}

.hero-info .additional-title {
    margin: 0;

    font-size: 35px;
    color: #df6c4f;
}

.employee-section .full-container {
    margin-bottom: 80px;
}

.employee-section .container {
    display: flex;
    justify-content: flex-end;
}

.employee-section .text {
    width: 60%;
    padding: 50px 0 50px 50px;
}

.employee-section .text h3 {
    margin: 0 0 50px;

    font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}

.employee-section .text p {
    margin: 0;

    font-size: 20px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 3.85px;
    line-height: 1.2;
    text-transform: uppercase;
}

.employee-section .primary-btn {
    display: inline-block;
    max-width: unset;
}

.practices-block {
    overflow: hidden;
}

.practices-block h2 {
    padding: 50px 0 100px;

    font-size: 48px;
    font-weight: normal;
    color: #344555;
    text-align: center;
}

.practices-block .block-with-data {
    display: flex;
    align-items: flex-start;
    margin-bottom: 160px;
}

.practices-block .block-with-data:last-child {
    margin-bottom: 0;
}

.practices-block .block-with-data .container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.practices-block .block-with-data .img-holder p {
    position: absolute;
    top: 50%;
    right: calc(0% + 50px);

    margin: 0;

    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #fff;

    transform: translateY(-50%);
}

.practices-block .block-with-data .img-holder {
    width: 794px;

    transform: translate(0, -80px);

    transition: .5s ease;
}

.practices-block .block-with-data .img-holder img:not(.for-mobile) {
    display: block;
}

.for-mobile {
    display: none;
}

.practices-block .block-with-data .text-holder-wrap {
    width: 60%;

    background: #f1f1f1;

    transition: .5s ease;
}

.practices-block .block-with-data .text-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 100px;
}

.practices-block .block-with-data .text-holder .primary-btn {
    max-width: 280px;
    /*margin: 0 auto;*/
}

.practices-block .block-with-data .text-holder .link {
    width: 100%;
    margin-top: 30px;
}

.practices-block .block-with-data .text-holder .image-holder {
    width: calc(50% - 40px);
    margin: 0 0 40px 0;
}

.practices-block .block-with-data .text-holder .image-holder:nth-child(odd) {
    margin-right: 20px;
}

.practices-block .block-with-data .text-holder .image-holder img {
    width: 100%;
    max-width: 250px;
}

.practices-block .block-with-data .text-holder h4 {
    margin: 0 0 30px;

    font-size: 32px;
    font-weight: normal;
    color: #344555;
}

.practices-block .block-with-data .text-holder p {
    margin: 0 0 20px;

    font-size: 16px;
    font-weight: normal;
    color: #344555;
}

.info-section {
    margin-bottom: 80px;
}

.info-section .info-block .img-holder {
    transition: .5s ease;
}

.info-section .image-holder {
    max-width: 40%;
}

.info-section .text-holder {
    max-width: 60%;
}

.info-section .text-holder .title {
    width: 65%;
}

.info-section .text-holder .description {
    width: 70%;
}

.info-section .image-holder p {
    right: calc(0% + 75px);

    text-align: left;
}

.info-section .info-block.inactive .image-holder,
.practices-block .block-with-data.inactive .img-holder {
    transform: translate(-100%, -80px);
}

.info-section .info-block.inactive .text-holder,
#our-network-tab .info-block.inactive .text-holder-wrap {
    transform: translate(100%, 70px);
}

.startup-section {
    display: flex;
    max-height: 410px;
}

.startup-section .image-block {
    width: 40%;

    overflow: hidden;
}

.startup-section .image-block .for-desktop {
    display: block;
    width: 100%;
}

.startup-section .text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    padding: 0 20px 0 120px;

    background: #344555;
}

.startup-section .text-block h4 {
    margin: 0 0 35px;

    font-size: 40px;
    font-weight: normal;
    color: #fff;
}

.startup-section .text-block p {
    margin: 0 0 40px;

    font-size: 16px;
    font-weight: normal;
    color: #344555;
}

#our-network-tab .testimonial-block img {
    right: unset;

    transform: translateX(-180px);
}

#our-network-tab .testimonial-block blockquote {
    padding-left: 38%;
}

#our-network-tab .testimonial-block blockquote p {
    width: 100%;
}

#start-up-process-tab .timeline {
    position: relative;
    padding: 80px 0;

    overflow: hidden;
}

#start-up-process-tab .hero-info {
    padding: 120px 0 70px;
}

#start-up-process-tab p {
    width: 44%;
}

#start-up-process-tab .title-wrap {
    display: flex;
    justify-content: center;
}

#start-up-process-tab h3 {
    display: inline-block;
    padding: 23px 32px;
    margin: 0;

    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;

    border: 3px solid #df6c4f;
}

#start-up-process-tab .block-with-data {
    display: flex;
}

#start-up-process-tab .block-with-data .img-holder {
    position: absolute;
    width: calc(50% - 85px);

    transition: .5s ease;
}

#start-up-process-tab .block-with-data .img-holder:first-child {
    margin-top: 125px;
}

#start-up-process-tab .block-with-data .img-holder:first-child img {
    display: block;
}

#start-up-process-tab .block-with-data .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 125px 85px 70px;
}

#start-up-process-tab .block-with-data .text-holder > *,
#start-up-process-tab .block-with-data .img-holder img {
    transition: .5s ease;
}

#start-up-process-tab .block-with-data.inactive:nth-child(even) .img-holder,
#start-up-process-tab .block-with-data.inactive:nth-child(odd) .text-holder > * {
    transform: translateX(-100%);
}

#start-up-process-tab .block-with-data.inactive:nth-child(odd) .img-holder,
#start-up-process-tab .block-with-data.inactive:nth-child(even) .text-holder > * {
    transform: translateX(100%);
}

#start-up-process-tab .block-with-data.inactive > :first-child > *,
#start-up-process-tab .block-with-data.inactive > :last-child .text-holder > * {
    opacity: 0;
}

#start-up-process-tab .block-with-data:nth-child(even) .text-holder {
    padding: 125px 0 70px 85px;

    border-left: 3px solid #df6c4f;
}

#start-up-process-tab .block-with-data:nth-child(odd) .text-holder {
    width: calc(50% + 3px);
    padding: 125px 85px 70px 0;

    border-right: 3px solid #df6c4f;
}

#start-up-process-tab .block-with-data:last-child .text-holder {
    position: relative;

    border: none;
}

#start-up-process-tab .block-with-data:last-child .text-holder::after {
    content: '';
    position: absolute;
    left: calc(100% - 3px);
    top: 0;
    z-index: -1;

    display: block;
    height: 200px;

    border-left: 3px solid #df6c4f;
}

#start-up-process-tab .block-with-data:nth-child(even) .container {
    display: flex;
    justify-content: flex-end;

    transition: .5s ease;
}

#start-up-process-tab .block-with-data:nth-child(odd) .img-holder {
    right: 0;

    display: flex;
    justify-content: flex-end;

    transition: .5s ease;
}

#start-up-process-tab .text-holder p {
    width: 100%;
    margin: 0 0 20px;
}

#start-up-process-tab .text-holder p:first-child {
    position: relative;

    margin: 0 0 25px;

    font-size: 20px;
    font-weight: bold;
    color: #df6c4f;
    text-transform: uppercase;
}

#start-up-process-tab .text-holder:first-child p:first-child {
    margin: 70px 0 25px;
}

#start-up-process-tab .text-holder:first-child p:first-child::before {
    content: url(/wp-content/uploads/2020/05/plus.svg);
    position: absolute;
    top: -50%;
    left: -119px;

    display: block;
    padding: 15px;
    width: 63px;
    height: 63px;

    background: #fff;
}

#start-up-process-tab .block-with-data:nth-child(odd) p:first-child::before {
    left: calc(100% + 54px);
}

#start-up-process-tab .block-with-data:last-child .text-holder p:first-child::before {
    left: calc(100% + 52px);
}

#start-up-process-tab .text-holder p:last-child {
    margin: 0;

    font-size: 16px;
    font-weight: normal;
    color: #344555
}

#start-up-process-tab .text-holder h5 {
    margin: 0 0 25px;

    font-size: 47px;
    font-weight: normal;
    line-height: 1.2;
    color: #344555;
}

#start-up-process-tab .testimonial-block img {
    right: 10%;
}

#start-up-process-tab .testimonial-block blockquote p {
    width: 52%;
}

#start-up-process-tab .testimonial-block blockquote {
    padding: 90px 0 160px;
}

@media only screen and (max-width: 1023px) {
    .hero-info p {
        width: 100%;
    }

    .business-tab .hero-info {
        padding: 60px 0 70px;
    }

    #start-up-process-tab .hero-info {
        padding: 60px 0 40px;
    }

    .employee-section .full-container {
        background: #344555 !important;
    }

    .employee-section .text {
        width: 100%;
        padding: 30px 0;
    }

    .employee-section .text h3 br {
        display: none;
    }

    .info-section {
        margin-bottom: 0;
        width: 100%;
    }

    .info-section .image-holder,
    .info-section .text-holder {
        max-width: 100%;
    }

    .info-section .text-holder .description {
        width: 100%;
    }

    .info-section .text-holder .title {
        width: 100%;

        font-size: 24px;
    }

    .info-section .image-holder p {
        right: 20px;
    }

    .info-section .image-holder p br {
        display: none;
    }

    .practices-block h2 {
        padding: 40px 0 30px;
        margin: 0;

        font-size: 30px;
    }

    .practices-block .block-with-data {
        flex-wrap: wrap;
        margin-bottom: 0;

        background: none;
    }

    .practices-block .block-with-data .img-holder {
        position: relative;
        width: 100%;

        transform: none;
    }

    .for-desktop,
    .startup-section .image-block .for-desktop {
        display: none !important;
    }

    .for-mobile {
        display: block;
        width: 100%;
    }

    .practices-block .block-with-data .container {
        padding: 0;
    }

    .practices-block .block-with-data .img-holder p {
        right: calc(0% + 30px);
    }

    .practices-block .block-with-data .text-holder-wrap {
        width: 100%;

        background: none;
    }

    .practices-block .block-with-data .text-holder {
        width: calc(100% - 45px);
        padding: 30px;
        margin-left: 30px;

        background: #ecf2f6;

        transform: translate(0, -50px);
    }

    .practices-block .block-with-data .text-holder .image-holder {
        width: calc(50% - 15px);
    }

    .practices-block .block-with-data .text-holder .image-holder:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .practices-block .block-with-data .text-holder .image-holder:not(:nth-child(2n)) {
        margin-right: 30px;
    }

    .practices-block .block-with-data .text-holder .link {
        margin-top: 0;
    }

    .practices-block .block-with-data .text-holder .primary-btn {
        max-width: unset;
    }

    .startup-section {
        flex-wrap: wrap;
        max-height: unset;

        background: #cfd1d3 !important;
    }

    .startup-section .text-block {
        width: 100%;
        padding: 30px 30px 60px;
    }

    .startup-section .image-block {
        width: 100%;
    }

    .startup-section .text-block h4 {
        margin: 0 0 20px;

        font-size: 30px;
        line-height: 1.2;
    }

    .startup-section .text-block p {
        margin-bottom: 30px;
    }

    #our-network-tab .testimonial-block blockquote {
        padding-left: 0;
    }

    .testimonial-block .for-mobile {
        max-height: 450px;
    }

    #start-up-process-tab .testimonial-block img {
        right: 0;

        max-height: 412px;

        transform: translateX(100px);
    }

    #start-up-process-tab .testimonial-block blockquote p {
        width: 100%;

        font-size: 28px;
        font-weight: 300;
        line-height: 1.2;
    }

    #our-network-tab .testimonial-block img {
        right: -100px;

        max-height: 420px;

        transform: none;
    }

    #start-up-process-tab p {
        width: 100%;

        font-size: 24px;
        font-weight: 200;
        line-height: 1.2;
    }

    #start-up-process-tab .hero-info p:last-child {
        font-size: 16px;
    }

    #start-up-process-tab .hero-block .for-mobile {
        padding: 0 30px;
    }

    #start-up-process-tab .timeline {
        padding: 40px 30px;
    }

    #start-up-process-tab h3 {
        padding: 3px 10px;

        font-size: 30px;
    }

    #start-up-process-tab .title-wrap {
        justify-content: flex-start;
    }

    #start-up-process-tab .block-with-data {
        flex-wrap: wrap;
    }

    #start-up-process-tab .block-with-data:not(:first-child) .img-holder,
    #start-up-process-tab .block-with-data .img-holder {
        position: relative;

        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        padding-top: 40px;
        margin-top: 0;

        border-left: 3px solid #df6c4f;

        background: none;

        transform: none;
    }

    #start-up-process-tab .block-with-data:nth-child(even) .container,
    #start-up-process-tab .block-with-data:nth-child(odd) .container {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

    #start-up-process-tab .block-with-data .text-holder {
        width: 100%;
        padding: 0;
    }

    #start-up-process-tab .text-holder:first-child p:first-child {
        padding: 20px 0 5px;
        margin: 0;

        font-size: 15px;
        font-weight: bold;
    }

    #start-up-process-tab .text-holder h5 {
        font-size: 30px;
    }

    #start-up-process-tab .text-holder h5 br {
        display: none;
    }

    #start-up-process-tab .block-with-data:nth-child(even) .text-holder,
    #start-up-process-tab .block-with-data:nth-child(odd) .text-holder {
        width: 100%;
        padding: 20px 0 30px 30px;

        border-left: 3px solid #df6c4f;
    }

    #start-up-process-tab .block-with-data:nth-child(odd) .text-holder {
        border-right: none;
    }

    #start-up-process-tab .block-with-data .img-holder:first-child img {
        max-width: calc(100% - 30px);
    }

    #start-up-process-tab .text-holder:first-child p:first-child::before,
    #start-up-process-tab .block-with-data:last-child .text-holder p:first-child::before {
        top: -3px;
        left: -64px;
    }


    #start-up-process-tab .text-holder p:not(.time-title) {
        font-size: 16px;
        font-weight: 200;
        line-height: 1.2;
    }

    #start-up-process-tab .block-with-data:last-child .text-holder::after {
        display: none;
    }

    #start-up-process-tab .block-with-data.inactive:nth-child(even) .img-holder,
    #start-up-process-tab .block-with-data.inactive:nth-child(odd) .img-holder {
        transform: none;
    }
    #start-up-process-tab .block-with-data.inactive:nth-child(even) .img-holder img,
    #start-up-process-tab .block-with-data.inactive:nth-child(odd) .text-holder > *,
    #start-up-process-tab .block-with-data.inactive:nth-child(odd) .img-holder img,
    #start-up-process-tab .block-with-data.inactive:nth-child(even) .text-holder > * {
        transform: translateX(100%);
    }

    #start-up-process-tab .testimonial-block blockquote {
        padding: 0 10px 50px;
    }
}

@media only screen and (max-width: 767px) {
    #our-network-tab .testimonial-block img,
    #start-up-process-tab .testimonial-block img {
        left: 50%;

        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 600px) {
    .practices-block .block-with-data .img-holder p {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #start-up-process-tab .testimonial-block blockquote p,
    #our-network-tab .testimonial-block blockquote p {
        width: 65%;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    #start-up-process-tab .testimonial-block img {
        right: 0;
    }

    .practices-block .block-with-data .text-holder {
        width: 100%;
        padding: 50px;
    }
}
