.glcr-testimonials-slider {
    padding: 0;
    overflow: hidden;
}

.glcr-testimonials-slider-subtitle {
    font-size: 17px;
    font-weight: 700;
    color: var(--swm-color-color-1);
    margin-bottom: 8px;
}

.glcr-testimonials-slider-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--swm-color-headings);
    line-height: 1.2;
    margin-bottom: 38px;
}

.glcr-testimonials-slider-content {
    display: flex;
    flex-direction: row;
}

.glcr-testimonials-slider-item {
    display: flex;
}

.glcr-testimonials-slider-item-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0;
}

.swiper-slide.swiper-slide-prev {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.glcr-testimonials-slider .swiper-navigation {
    margin-top: 50px;
    width: 80px;
    display: flex;
    justify-content: space-between;
}

.glcr-testimonials-slider .swiper-navigation span {
    display: inline-block;
    cursor: pointer;
}

.glcr-testimonials-slider .glcr-slider-prev:before, .glcr-testimonials-slider .glcr-slider-next:before {
    font-family: "swm-font-icon";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

.glcr-testimonials-slider .glcr-slider-prev:before {
    font-size: 21px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.glcr-testimonials-slider .glcr-slider-next:before {
    font-size: 36px;
    line-height: 50px;
    background: transparent;
}

.glcr-testimonials-slider .glcr-testimonials-slider-text {
    font-size: calc(var(--body-font-size) + 2px);
    margin-bottom: 26px;
    line-height: 33px;
}

.glcr-testimonials-slider .glcr-testimonials-slider-name {
    font-size: 24px;
    color: var(--swm-color-headings);
    line-height: 1.2;
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
    margin-bottom: 5px;
}

.glcr-testimonials-slider .glcr-testimonials-slider-position {
    line-height: 1;
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
    letter-spacing: 1px;
    margin: 0;
}

.glcr-testimonials-slider .glcr-testimonials-slider-name-image {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
}

.glcr-testimonials-slider .glcr-testimonials-slider-image {
    border-radius: 100%;
    display: block;
    margin: 0 20px 0 0;
}

.glcr-testimonials-slider .glcr-testimonials-slider-image img {
    border-radius: 100%;
    width: 58px;
    height: 58px;
}

.glcr-testimonials-slider .glcr-testimonials-slider-name-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Dots */
.glcr-testimonials-slider .swiper-pagination {
    position: relative;
    display: flex;
    text-align: left;
    position: relative;
    margin-top: 40px;
}

.glcr-testimonials-slider .swiper-pagination-bullets {
    display: block;
}

.glcr-testimonials-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
    margin: 0 4px;
    border: 2px solid;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
}

.glcr-testimonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--swm-color-dark-1);
}