/*about us page */

/* prologue section - start */

.about-prologue {
    padding-top: 170px;
    padding-bottom: 34px;
}

.about-prologue h1.title {
    line-height: 1.1em;
    letter-spacing: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about-prologue .sub-title,
.about-prologue .content2 {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.4em !important;
    text-align: center !important;
    margin: 27px auto 0 !important;
}

.about-prologue .content {
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    margin: 27px auto 0;
    letter-spacing: 0;
    margin-top: 65px;
}

.about-prologue .content strong {
    color: var(--red);
}

.about-prologue .main-image {
    margin: 47px auto 0px;
    display: block;
}

.about-prologue .content2 {
    margin: 75px auto 0 !important;
}

.about-prologue .hp-logos {
    padding-top: 45px;
}

@media screen and (max-width: 1250px) {
    .about-prologue.section-wrap {
        padding-top: 95px;
        padding-bottom: 20px;
    }

    .about-prologue .main-image {
        max-width: 100%;
        height: auto;
    }
    
    .about-prologue h1.title,
    .about-prologue .sub-title,
    .about-prologue .content,
    .about-prologue .content2 {
        max-width: 100%;
        width: 100% !important;
    }

    .about-prologue .content {
        margin-top: 55px;
    }
}

@media screen and (max-width: 1024px) {
    .about-prologue h1.title {
        font-size: 36px;
    }
    
    .about-prologue .sub-title,
    .about-prologue .content2 {
        font-size: 16px !important;
    }
    
    .about-prologue .content {
        font-size: 22px;
        margin-top: 55px;
    }

    .about-prologue .main-image {
        width: 450px !important;
    }

    .about-prologue .hp-logos .images-gallery {
        width: 400px  !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-prologue.section-wrap {
        padding-top: 42px;
        padding-bottom: 33px;
    }

    .about-prologue h1.title {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.1em;
        letter-spacing: 0px;
    }
    
    .about-prologue .sub-title {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4em !important;
        letter-spacing: 0px;
        margin-top: 23px !important;
    }
    
    .about-prologue .content {
        font-size: 14px;
        font-weight: 800;
        line-height: 1.4em;
        letter-spacing: 0;
        margin-top: 24px !important;
    }

    .about-prologue .main-image {
        margin-top: 61px !important;
    }
    
    .about-prologue .content2 {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.4em !important;
        letter-spacing: 0px;
        margin-top: 58px !important;
    }
    
    .about-prologue .main-image {
        width: 100%;
        height: auto;
    }

    .about-prologue .hp-logos {
        padding-bottom: 0px !important;
    }

    .about-prologue .hp-logos .images-gallery {
        margin-top: 56px !important;
    }
}

@media screen and (max-width: 600px) {
    .about-prologue .hp-logos .images-gallery {
        width: calc(100% + 46px) !important;
        max-width: calc(100% + 46px) !important;
        margin-left: -23px !important;
        margin-right: -23px !important;
    }
}
/* prologue section - end */

/* logos carousel - start */
@media screen and (max-width: 768px) {
    #about-logos-carousel {
        padding-top: 74px;
        padding-bottom: 5px;
    }

    #about-logos-carousel .title {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.1em;
        letter-spacing: 0;
    }

    #about-logos-carousel .sub-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1em;
        letter-spacing: 0;
        margin-top: -12px;
    }

    #about-logos-carousel .logos-swiper {
        margin-top: 36px;
    }
}
    /* logos carousel - end */

/* team members archive  - start */

.header-text {
    margin-top: 15px;
    margin-bottom: 25px;
}

.posts-archive.section-wrap.team_member {
    margin-top: -2px;
    padding-top: 34px;
    padding-bottom: 0;
    z-index: 2;
}

.posts-archive.team_member .container {
}

.posts-archive.team_member .archive-title {
    text-align: center;
    width: 100%;
}

.posts-archive.team_member .posts-grid-container {
    width: 100%;
}

.posts-archive.team_member .posts-grid {
    margin-top: 60px;
}

.posts-archive.team_member .grid-item {
    border-radius: var(--radius);
    background-color: var(--warm-gray);
    padding-right: 56px;
    padding-left: 56px;
    height: 456px
}

.posts-archive.team_member .image-container {
    height: 324px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.posts-archive.team_member .image-container img {
    border-radius: 50%;
    width: 227px;
}

.posts-archive.team_member .image-container img {
    width: 227px;
}

.posts-archive.team_member .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.posts-archive.team_member .text-content {

}

.posts-archive.team_member .title {
    margin-top: 0px;
}

.posts-archive.team_member .info {
    margin-top: 1px;
}

.posts-archive.team_member .linkedin {
    width: 38px;
    height: 38px;
    margin-bottom: -8px;
}

@media screen and (max-width: 1350px) {
    .posts-archive.team_member .grid-item {
        height: 400px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .posts-archive.team_member .content {
        margin-top: -4px;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --posts-archive-gap: 40px;
    }

    .posts-archive.team_member .posts-grid {
        margin-top: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .posts-archive.team_member .grid-item {
        height: 369px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .posts-archive.team_member .image-container img {
        width: 193px;
    }

    .posts-archive.team_member .image-container {
        height: 295px;
    }
}

@media screen and (max-width: 768px) {
    .posts-archive.section-wrap.team_member {
        padding-top: 26px;
    }

    .section-wrap.posts-archive.team_member h1.archive-title {
        font-size: 20px !important;
        font-weight: 800 !important;
        line-height: 1.1em !important;
        letter-spacing: 0 !important;
    }

    .posts-archive.team_member .image-container {
        flex: 0 0 auto;
    }

    .posts-archive.team_member .image-container img {
        width: 173px;
    }

    .posts-archive.team_member .linkedin {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 691px) {
    .posts-archive.team_member {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .posts-archive.team_member .archive-title {

    }

    .posts-archive.team_member .posts-grid {
        margin-top: 36px;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .posts-archive.team_member .grid-item {
        height: 140px;
        padding-right: 31px;
        padding-left: 31px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .posts-archive.team_member .image-container img {
        width: 93px;
    }

    .posts-archive.team_member .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .posts-archive.team_member .content-text {
        font-size: 12px;
        margin-top: 16px;
        margin-left: 25px;
    }

    .posts-archive.team_member .title {
        margin-top: 0px;
        font-size: unset;
    }

    .posts-archive.team_member .info {
        margin-top: 1px;
        font-size: unset;
    }

}

/* team members archive  - end */

/* team members archive - cta - start */
#about-cta.basic-info.section-wrap {
    padding-top: 580px;
    margin-top: -360px;
    padding-bottom: 105px;
}

#about-cta .bg-image-picture {
    opacity: 100%;
}

#about-cta .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0;
}

#about-cta .sub-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: center;
    margin: 21px auto 0;
}

#about-cta .sub-title strong {
    color: var(--red);
}

#about-cta .btn-solid {
    margin-top: 65px;
}

@media screen and (max-width: 1250px) {
    #about-cta.basic-info.section-wrap {
        padding-top: 440px;
        margin-top: -260px;
        padding-bottom: 75px;
    }

    #about-cta .title {
        font-size: 27px;
    }

    #about-cta .sub-title {
        margin-top: 15px;
        font-size: 22px;
    }
}

@media ascreen and (max-width: 1024px) {
    #about-cta.basic-info.section-wrap {
        padding-top: 580px;
        margin-top: -360px;
        padding-bottom: 105px;
    }

    #about-cta .sub-title {
        font-size: 20px;
        margin-top: 30px
    }

    #about-cta .sub-title strong {
        color: var(--red);
    }

    #about-cta .btn-solid {
        margin-top: 45px;
    }
}

@media screen and (max-width: 768px) {
    #about-cta.basic-info.section-wrap {
        padding-top: 232px;
        margin-top: -151px;
        padding-bottom: 80px;
    }

    #about-cta .title {
        font-size: 30px;
    }

    #about-cta .sub-title {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: -11px;
    }

    #about-cta .btn-solid {
        margin-top: 30px;
    }
}

/* team members archive - cta - end */


/* powers section - start */
.about-us-powers {
    overflow: hidden;
    margin-top: -80px;
}

.bg-half-circle {
    border-radius: 50% 50% 0px 0px;
    width: 120%;
    margin: 0 -10%;
    height: 1902px;
    margin-bottom: -944px;
    background-color: #ec285b;
}

.about-us-powers .container {
    padding-top: 325px;
}

.about-us-powers .content {
    color: white; 
    margin-left: 329px;
    width: 579px;
    max-width: 100%;
}

.about-us-powers h2 {
    line-height: 1.57em;
    color: white;
    text-align: left;
    font-weight: 700;
    font-size: 35px;
}

.about-us-powers .content p {
    margin-top: 66px;
    line-height: 1.8em;
    font-size: 21px;
}

.about-us-powers .contact-us-button {
    border-radius: 35px;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: white;
    color: #ec285b;
    position: relative;
    font-weight: 700;
    padding: 0px 43px 0px 43px;
    margin-top: 76px;
}

.about-us-powers .contact-us-button:after {
    display: none;
    position: absolute;
    top: 20px;
    right: 40px;
}

@media screen and (max-width: 1200px) {
    /* logos */
    .about-us-logos .logos-content {
        width: 881px;
    }
    
    .about-us-logos li {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .about-us-logos li:nth-of-type(6) {
		margin-left: 8px;
	}

	.about-us-logos li:last-child {
		margin-right: 8px;
	}
    
    .about-us-logos li img {}
    
    .about-us-powers {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .team-members-grid .team-member .content {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .team-members-grid .team-member .content {
        margin-left: 10%;
    }
    
    /* powers */
    .bg-half-circle {
        width: 130%;
        margin: 0 -15%;
        height: 969px;
    }
    
    .about-us-powers .container {
        padding-top: 276px;
        max-width: calc(100vw - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    
    .about-us-powers .content {
        width: 579px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    /* header */
    .about-header {
        height: 451px;
    }
    
    .about-header h1 {
        margin-top: 11px;
        font-size: 45px;
        margin-left: auto;
        margin-right: auto;
        width: 537px;
    }
    
    /* mission */
    .mission-section .text-container {
        width: 730px;
        max-width: 100%;
        margin: 0 auto;
    }
    .mission-text {
        margin-left: 30%;
        padding: 84px 0px 0px;
        color: #ec285b;
        font-size: 30px;
        line-height: 1.7em;
        width: 406px;
    }
    
    .mission-section .bg-decor-left {
        top: -46px;
        left: -99px;
        width: 319px;
    }
    
    .mission-section .bg-decor-right {
        top: -165px;
        right: -56px;
        width: 305px;
    }
    
    /* features */
    .features-section .bg-circle {
        width: 150%;
        margin-left: -25%;
    }
    
    .features-section .features {
        padding: 145px 0px 135px;
    }
    
    .features-section .feature:nth-of-type(2) {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    
    .features-section .feature:nth-of-type(2) .image-container img {
        width: 247px;
    } 
    
    /* logos */
    .about-us-logos .logos-content {
        width: 634px;
        margin-top: 63px;
        margin-bottom: 148px;
    }

    .about-us-logos li {
        width: 203px;
    }
    
    .about-us-logos li img {}

    .about-us-logos li:nth-of-type(1) img {
        transform: translate(0px, -32px) scale(0.6);
    }

    .about-us-logos li:nth-of-type(2) img {
        transform: translate(0px, 0px) scale(1);
    }

    .about-us-logos li:nth-of-type(3) img {
        transform: translate(0px, -7px) scale(0.55);
    }
    .about-us-logos li:nth-of-type(4) img {
        transform: translate(0px, 0px) scale(1);
    }

    .about-us-logos li:nth-of-type(5) img {
        transform: translate(0px, 19px) scale(0.85);
    }

    .about-us-logos li:nth-of-type(6) img {
        transform: translate(0px, 16px) scale(1);
    }

    .about-us-logos li:nth-of-type(7) img {
        transform: translate(0px, 85px) scale(1.15);
    }

    .about-us-logos li:nth-of-type(8) img {
        transform: translate(-3px, 45px) scale(0.95);
    }

    .about-us-logos li:nth-of-type(9) img {
        transform: translate(0px, 51px) scale(1);
    }

    .about-us-logos li:nth-of-type(10) img {
        transform: translate(206px, 104px) scale(1.1);
    }
    
    /* team members */
    .team-members-grid {
        margin-top: 93px;
    }
    
    .team-members-grid .team-member {
        margin-bottom: 95px;
    }
    
    .team-members-grid .team-member .image-container {
        width: 100%;
    }
    
    .team-members-grid .team-member .image-container img {
        width: 194px;
    }
    
    .team-members-grid .team-member .content {
        padding: 75px 13px 2px 13px;
        margin-top: -63px;
        border-left-width: 2.5px;
        margin-left: 23%;
        height: 192px;
    }
    
    .team-members-grid .team-member .content .name {
        font-size: 20px;
        margin-top: 20px;
    }
    
    .team-members-grid .team-member .content .position {
        font-size: 14px;
        top: 180px;
    }
    
    /* powers */
    .bg-half-circle {
        width: 150%;
        margin: 0 -25%;
        height: 831px;
    }
    
    .about-us-powers .container {
        padding-top: 183px;
    }
}
    
@media screen and (max-width: 900px) {
    .team-members-grid .team-member .content {
        margin-left: 21%;
    }
}

@media screen and (max-width: 768px) {
    
    /*header*/
    .about-header h1 {
        font-size: 40px;
        width: 475px;
        max-width: 100%;
    }
    
    .about-header {
        height: 478px;
    }
    
    /* mission */
    .mission-section {
        padding-top: 104px;
    }
    
    .mission-section .bg-decor-right {
        top: -111px;
        right: -56px;
        width: 222px;
    }
    
    .mission-section .bg-decor-left {
        top: 271px;
        left: -31px;
        width: 354px;
    }
    
    .mission-section .mission-text {
        margin-left: auto;
        margin-right: auto;
        padding: 109px 0px 313px;
        max-width: 100%;
    }
    
    /* features */
    .features-section .bg-circle {
        width: 250%;
        margin-left: -75%;
    }
    
    .features-section .features {
        padding: 96px 0px 135px;
    }
    
    .features-section .feature:nth-of-type(2n + 1),
    .features-section .feature:nth-of-type(2n) {
        flex-direction: column;
    }
    
    .features-section .feature:nth-of-type(1) .image-container img {
        width: 160px;
    }
    
    .features-section .feature:nth-of-type(2) .image-container img {
        width: 206px;
        margin-right: 5px;
    }
    
    .features-section .feature .text-container {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    /* logos */
    .about-us-logos .logos-content {
        width: 398px;
        margin-bottom: 102px;
    }

    .about-us-logos  li {
        width: 196px;
        margin-bottom: 5px;
    }
    
    .about-us-logos  li:last-of-type {
		margin-top: 2px;
		margin-right: 0px;
	}

    .about-us-logos li:nth-of-type(1) img {
        transform: translate(0px, 0px) scale(0.6);
    }

    .about-us-logos li:nth-of-type(2) img {
        transform: translate(-3px, 32px) scale(1);
    }

    .about-us-logos li:nth-of-type(3) img {
        transform: translate(0px, -7px) scale(0.55);
    }
    .about-us-logos li:nth-of-type(4) img {
        transform: translate(0px, 0px) scale(1);
    }

    .about-us-logos li:nth-of-type(5) img {
        transform: translate(0px, 36px) scale(0.85);
    }

    .about-us-logos li:nth-of-type(6) img {
        transform: translate(192px, 13px) scale(1);
    }

    .about-us-logos li:nth-of-type(7) img {
        transform: translate(0px, 85px) scale(1.15);
    }

    .about-us-logos li:nth-of-type(8) img {
        transform: translate(-3px, 45px) scale(0.95);
    }

    .about-us-logos li:nth-of-type(9) img {
        transform: translate(0px, 63px) scale(1);
    }

    .about-us-logos li:nth-of-type(10) img {
        transform: translate(-3px, 73px) scale(1.1);
    }
    
    .about-us-logos  li img  {}
    
    /* team-members */
    .team-members-grid {
        margin-top: 79px;
    }
    
    .team-members-grid .team-member {
        flex: 1 1 50%;
        max-width: calc(50% - 15px);
        margin-bottom: 79px;
    }
    
    .team-members-grid .team-member .content {
        padding: 60px 0px 2px 8px;
        margin-top: -49px;
        border-left-width: 2px;
        margin-left: 24%;
        height: 152px;
    }
    
    .team-members-grid .team-member .content .name {
        font-size: 16px;
    }
    
    .team-members-grid .team-member .content .position {
        top: 140px;
    }
    
    /* powers */
    .about-us-powers h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 600px) {
    /* Make all text in content-prologue left-aligned */
    .about-prologue h1.title {
        text-align: left !important;
        margin-left: 0;
        margin-right: 0;
    }
    
    .about-prologue .sub-title,
    .about-prologue .content2 {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .about-prologue .content {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }
    
    .team-members-grid .team-member .content {
        margin-left: 24%;
    }
    
    /* power */
    .bg-half-circle {
        width: 150%;
        margin: 0 -25%;
        height: 948px;
    }
}

@media screen and (max-width: 450px) {
    
    /* header */
    .about-header h1 {
        font-size: 33px;
        width: 365px;
    }
    
    .mission-text {
        font-size: 26px;
        width: 267px;
    }
    
    /* features */
    .features-section .bg-circle {
        width: 300%;
        margin-left: -100%;
    }
    
    .features-section .feature:nth-of-type(1) .image-container img {
        width: 123px;
    }
    
    .features-section .feature:nth-of-type(2) .image-container img {
        width: 138px;
        margin-right: 10px;
    }
    
    .features-section .feature:nth-of-type(3) .image-container img {
        width: 148px;
        margin-right: 7px;
    }
    
    .features-section .feature .text-container {
        margin-top: 28px;
        margin-bottom: 30px;
    }
    
    /*logos */
    .about-us-logos {
        padding-top: 55px;
    }
    
    .about-us-logos h2 {
        font-size: 30px;
    }
    
    .about-us-logos h3 {
        font-size: 30px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    
    .about-us-logos .logos-content {
        width: 325px;
        margin: 8px auto 112px;
    }

	.about-us-logos li {
		order: 3;
        width: 160px;
	}
	
	.about-us-logos li:nth-of-type(1) {
		order: 2;
	}

	.about-us-logos li:nth-of-type(2) {
		order: 1;
	}
    
    .about-us-logos li:nth-of-type(9) {
		margin-top: 6px;
	}

	.about-us-logos li:last-of-type {
    	margin-top: 6px;
	}
    
    .about-us-logos li img {}

    .about-us-logos li:nth-of-type(6) img {
        transform: translate(159px, 12px) scale(1);
    }

    .about-us-logos li:nth-of-type(2) img {
        transform: translate(6px, 32px) scale(1);
    }
    
    /* team members */
    .about-us-team-members h2 {
        font-size: 30px;
        margin-top: -18px;
    }
    
    .team-members-grid {
        margin-top: 70px;
    }
    
    .team-members-grid .team-member .content {
        margin-left: 8%;
        margin-top: -50px;
        height: 150px;
    }
    
    .team-members-grid .team-member .content .name {
        font-size: 14px;
    }
    
    /* powers */
    .bg-half-circle {
        width: 200%;
        margin: 0 -50%;
        height: 1070px;
    }
}

@media screen and (max-width: 360px) {
    .team-members-grid .team-member .content {
        margin-left: -3%;
    }
    
    /* powers */
    .bg-half-circle {
        height: 1075px;
    }

    .about-us-logos li {
        width: 129px;
    }

    .about-us-logos li:nth-of-type(1) img {
        transform: translate(0px, 6px) scale(0.6);
    }

    .about-us-logos li:nth-of-type(2) img {
        transform: translate(6px, 39px) scale(1);
    }

    .about-us-logos li:nth-of-type(5) img {
        transform: translate(0px, 24px) scale(0.85);
    }

    .about-us-logos li:nth-of-type(6) img {
        transform: translate(0px, 29px) scale(1);
    }
}


@media screen and (max-width: 330px) {
    .team-members-grid .team-member {
        max-width: calc(50% - 11px);
        margin-bottom: 70px;
    }
    
    .team-members-grid {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .team-members-grid .team-member .image-container img {
        width: 141px;
    }
    
    .team-members-grid .team-member .content {
        padding: 55px 0px 2px 8px;
        margin-top: -44px;
        border-left-width: 2px;
        height: 142px;
    }
    
    .team-members-grid .team-member .content .name {
        font-size: 15px;
    }
    
    .team-members-grid .team-member .content .position {
        top: 131px;
    }
}


@media screen and (max-width: 310px) {
	.about-us-logos .logos-content {
    	width: 273px;
	}

	.about-us-logos li img {
    	height: 50px;
	}
}

/* about us page - end */