.partner_testimonial {
    margin: 150px 0;
    background-color: var(--light);
    padding: 120px 0;
    border-radius: 25px;
}
.testimonial-full {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.partner_testimonial .wrapper {
    position: relative;
}
.partner_text {
    text-align: center;
    max-width: 840px;
    margin: auto;
}
.partner_text .eyebrow {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
}
.partner_text .h1 {
    margin: 15px 0 30px;
}
.partner_text .description {
    font-size: 20px;
}
.type-partner .element_tl {
    position: absolute;
    top: -170px;
    max-width: 200px;
}
.type-partner .element_tr {
    position: absolute;
    top: -220px;
    right: 40px;
    max-width: 100px;
}
.type-partner .element_bl {
    position: absolute;
    bottom: -176px;
    left: 180px;
    max-width: 210px;
}
.type-testimonial .element_tc {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 836px;
    width: 100%;
}
.type-testimonial .element_bl {
    position: absolute;
    bottom: -176px;
    left: 0;
    max-width: 210px;
}
.type-partner-testimonial .element_tl {
    position: absolute;
    top: -298px;
    max-width: 270px;
}
.type-partner-testimonial .element_tr {
    position: absolute;
    top: -190px;
    right: 80px;
    max-width: 215px;
}
.type-partner-testimonial .element_bl {
    position: absolute;
    bottom: -176px;
    left: -120px;
    max-width: 210px;
}

.partner_logos.swiper {
    width: 100%;
    margin: 90px auto 40px;
}
.partner_logos .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: center;
}
.partner_logos .swiper-slide {
    width: auto;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}
.partner_logos .swiper-slide img {
    height: auto;
    /*max-width: 100%;*/
    max-height: 80px;
    width: auto;
    margin: auto;
}

/* Testimonial */
.testimonial_content {
    background-color: var(--white);
    border-radius: 0 18px 18px 18px;
    padding: 20px 120px 30px 50px;
}
.type-internal .testimonial_content {
    padding: 100px 50px 50px 50px;
}
.testimonial-image {
    margin-left: auto;
    margin-right: -118px;
    margin-top: -208px;
    width: 236px;
    height: 236px;
    overflow: hidden;
    border-radius: 0 180px 180px 180px;
}
.testimonial-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.testimonial_signature {
    text-align: right;
    margin: 30px 140px 0 0;
}
.type-internal .testimonial_signature {
    text-align: right;
    margin: 30px 0 0 0;
}
.type-internal .testimonial_text {
    font-size: 25px;
    letter-spacing: -0.02em;
    font-weight: 100;
}
h3.testimonial_name {
    margin: 0;
    font-size: 35px;
}
.testimonial_role {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    font-family: var(--primary-font);
    color: var(--beige);
    font-weight: 400;
}
.element_quote {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 0;
}
.element_quote img {
    position: absolute;
    top: 0;
    right: -20px;
}
.testimonial_content h1, .testimonial_content h2, .testimonial_content h3, .testimonial_content h4, .testimonial_content h5, .testimonial_content h6 {
    margin-bottom: 15px;
}
.testimonial_text {
    font-size: 18px;
}
.testimonial_text li {
    font-size: 16px;
}
.partner_logos + .testimonial-full {
    padding-top: 60px;
}

.swiper-testimonial-pagination {
    bottom: 0px !important;
    max-width: 1265px;
}
.swiper-testimonial-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px !important;
    background: var(--gray);
    opacity: 1;
}
.swiper-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--beige);
    opacity: 1;
}
.testimonial.swiper {
    padding-bottom: 90px;
	padding-right: 20px;
}

@media screen and (min-width:768px) {
    .testimonial.swiper {
        left: 0;
        position: relative;
        box-sizing: border-box;
        width: calc((100vw + 100%) / 2);
		padding-right: 110px;
    }
}

@media screen and (max-width: 767px) {
    .partner_testimonial {
        margin: 100px 0;
        padding: 120px 0 90px;
    }
    .type-partner .element_tl {
        top: -155px;
        max-width: 140px;
    }
    .type-partner .element_tr {
        top: -190px;
        right: 40px;
        max-width: 70px;
    }
    .type-partner .element_bl {
        bottom: -130px;
        left: 100px;
        max-width: 140px;
    }
    .partner_logos.swiper {
        margin: 60px auto 20px;
    }
    .partner_text .eyebrow {
        font-size: 18px;
    }
    .partner_text .description {
        font-size: 18px;
    }


    .testimonial_content {
        background-color: var(--white);
        border-radius: 0 18px 18px 18px;
        padding: 20px 50px 30px 30px;
    }
    .type-internal .testimonial_content {
        padding: 30px;
    }
    .testimonial-image {
        margin-left: auto;
        margin-right: -60px;
        margin-top: -120px;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 0 180px 180px 180px;
    }
    .testimonial-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .testimonial_signature {
        text-align: right;
        margin: 30px 70px 0 0;
    }
    .type-internal .testimonial_signature {
        text-align: right;
        margin: 30px 0 0 0;
    }
    .type-internal .testimonial_text {
        font-size: 21px;
        letter-spacing: -0.02em;
        font-weight: 100;
    }
    h3.testimonial_name {
        margin: 0;
        font-size: 24px;
    }
    .testimonial_role {
        margin: 0;
        font-size: 14px;
        font-style: italic;
        font-family: var(--primary-font);
        color: var(--beige);
        font-weight: 400;
    }
    .element_quote {
        position: relative;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-left: auto;
        padding-top: 20px;
        padding-right: 0;
    }
    .element_quote img {
        position: absolute;
        top: 0;
        right: -20px;
        max-width: 60px;
    }
    .type-testimonial .element_tc {
        position: absolute;
        top: -144px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 400px;
        width: 100%;
    }
    .type-testimonial .element_bl {
        position: absolute;
        bottom: -124px;
        left: 0;
        max-width: 120px;
    }
    .type-partner-testimonial .element_tl {
        position: absolute;
        top: -208px;
        max-width: 120px;
    }
    .type-partner-testimonial .element_tr {
        position: absolute;
        top: -166px;
        right: 80px;
        max-width: 120px;
    }
    .type-partner-testimonial .element_bl {
        position: absolute;
        bottom: -132px;
        left: 0;
        max-width: 150px;
    }
}