.component_testimonials {
    background-color: #18191a;
    overflow: hidden;
    padding: 112px 0 70px;
    position: relative
}

.component_testimonials:after {
    background-image: url(../../images/testimonials-bg-shape.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 69%;
    z-index: 0
}

.component_testimonials .section_inner {
    position: relative;
    z-index: 1
}

.component_testimonials .section_inner .section_heading {
    padding: 0 0 16px;
    text-align: center
}

.component_testimonials .section_inner .section_heading .tagline_section {
    color: var(--Color_White);
    font-family: var(--Font_Lato_Regular);
    font-size: 20px;
    margin: 0 0 24px;
    text-transform: uppercase
}

.component_testimonials .section_inner .section_heading .heading_section .heading_text {
    color: var(--Color_White)
}

.component_testimonials .section_inner .splide__track {
    padding-bottom: 80px
}

.component_testimonials .section_inner .testimonial_list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding: 0 0 28px
}

.component_testimonials .testimonial__item {
    background-color: var(--Color_White);
    height: 100%
}

.component_testimonials .testimonial__item_inner {
    display: flex;
    flex-direction: column;
    height: 100%
}

.component_testimonials .testimonial__item_inner .item_heading_part {
    align-items: center;
    display: flex;
    gap: 24px
}

.component_testimonials .testimonial__item_inner .item_heading_part .quote_icon_section .quote_icon {
    align-items: center;
    background-color: var(--Color_Hoffer_Text);
    display: flex;
    height: 77px;
    justify-content: center;
    width: 77px
}

.component_testimonials .testimonial__item_inner .item_heading_part .star_section .star_list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.component_testimonials .testimonial__item_inner .item_content_part {
    height: 100%;
    padding: 19px 24px
}

.component_testimonials .testimonial__item_inner .item_content_part .testimonial_text {
    align-items: center;
    display: flex;
    height: 100%;
    text-align: center
}

.component_testimonials .testimonial__item_inner .item_meta_part {
    padding: 0 24px 24px;
    text-align: center
}

.component_testimonials .testimonial__item_inner .item_meta_part .testimonial_author {
    font-family: var(--Font_Lato_Semibold);
    font-size: 20px;
    margin: 0 0 6px;
    padding: 0
}

.component_testimonials .testimonial__item_inner .item_meta_part .author_designation {
    color: var(--Color_Hoffer_Red);
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.component_testimonials .testimonial_nav_control {
    bottom: 30px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%
}

.component_testimonials .testimonial_nav_control_inner {
    display: inline-flex;
    padding: 0 44px;
    position: relative
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--prev {
    background-color: transparent;
    height: 13px;
    left: 0;
    margin-top: 1px;
    width: 18px
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--prev:after {
    background-image: url(../../images/prev-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 0;
    transition: all .25s ease;
    width: 18px
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--prev svg {
    display: none
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--prev:hover:after {
    background-image: url(../../images/prev-icon-hover.svg)
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--next {
    background-color: transparent;
    height: 13px;
    margin-top: 1px;
    right: 0;
    width: 18px
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--next:after {
    background-image: url(../../images/next-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    top: 0;
    transition: all .25s ease;
    width: 18px
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--next svg {
    display: none
}

.component_testimonials .testimonial_nav_control .splide__arrows .splide__arrow--next:hover:after {
    background-image: url(../../images/next-icon-hover.svg)
}

.component_testimonials .splide__pagination {
    bottom: auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    position: relative
}

.component_testimonials .splide__pagination li {
    margin: 0 6px;
    padding: 0
}

.component_testimonials .splide__pagination li:before {
    display: none
}

.component_testimonials .splide__pagination li .splide__pagination__page {
    background-color: var(--Color_White_Smoke);
    border: none;
    height: 12px;
    margin: 0;
    opacity: .4;
    outline: none;
    padding: 0;
    transform: inherit;
    transition: all .25s ease;
    width: 12px
}

.component_testimonials .splide__pagination li .splide__pagination__page.is-active {
    background-color: var(--Color_Hoffer_Orange);
    border: none;
    opacity: 1;
    outline: none
}

.component_testimonials .splide__pagination li .splide__pagination__page:hover {
    background-color: var(--Color_Hoffer_Orange)
}

.component_testimonials .splide__arrow {
    opacity: 1
}

.testimonial_logo_section {
    position: relative;
    z-index: 1
}

.testimonial_logo_section .item_list .splide__track .splide__list .splide__slide .item .item_inner a {
    display: block
}

@media (max-width:991px) {
    .component_testimonials {
        padding: 60px 0
    }

    .component_testimonials .section_inner .testimonial_list {
        padding: 0
    }
}

@media (max-width:767px) {
    .component_testimonials {
        padding: 40px 0
    }

    .component_testimonials:after {
        width: 130%
    }

    .component_testimonials .section_inner .section_heading .tagline_section {
        margin: 0 0 18px
    }

    .component_testimonials .section_inner .section_heading {
        padding: 0 0 9px
    }

    .component_testimonials .testimonial_logo_section .item_list .splide__slide img {
        width: 126px
    }
}

.related_articles {
    background-color: var(--Color_White_Smoke);
    padding: 112px 0
}

.related_articles_wrapper_top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px
}

.related_articles_wrapper_inner {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.related_articles_wrapper_inner .global_cta_item {
    display: none
}

.related_articles_wrapper_list {
    border: 1px solid var(--Color_Cotton_Seed)
}

.related_articles_wrapper_list_link {
    display: block;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none
}

.related_articles_wrapper_list_link:hover .related_articles_wrapper_list_data_image:after {
    opacity: 1
}

.related_articles_wrapper_list_link:hover .related_articles_wrapper_list_title .arrow {
    background-color: var(--Color_Hoffer_Orange)
}

.related_articles_wrapper_list_link:hover .related_articles_wrapper_list_title .arrow svg path {
    stroke: var(--Color_White)
}

.related_articles_wrapper_list_data,
.related_articles_wrapper_list_data_image {
    position: relative
}

.related_articles_wrapper_list_data_image:before {
    content: "";
    display: block;
    padding-top: 61.2%;
    width: 100%
}

.related_articles_wrapper_list_data_image:after {
    background-color: var(--Color_Black_Op_perc_35);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.related_articles_wrapper_list_data_image img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.related_articles_wrapper_list_data_date {
    background-color: var(--Color_Hoffer_Red);
    bottom: 0;
    color: var(--Color_White);
    left: 0;
    padding: 8px 24px;
    position: absolute;
    text-transform: uppercase
}

.related_articles_wrapper_list_title {
    align-items: flex-end;
    background-color: var(--Color_White);
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 16px 71px 16px 24px;
    position: relative
}

.related_articles_wrapper_list_title_main {
    flex: 1;
    margin-bottom: 0;
    margin-top: auto
}

.related_articles_wrapper_list_title .arrow {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 67px;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: all .25s ease;
    width: 71px
}

.related_articles_wrapper_list_title .arrow svg {
    height: 17px;
    max-width: inherit;
    width: 23px
}

@media (max-width:991px) {
    .related_articles {
        padding: 60px 0
    }

    .related_articles_wrapper_inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .related_articles {
        padding: 40px 0
    }

    .related_articles_wrapper_inner {
        grid-template-columns: repeat(1, 1fr)
    }

    .related_articles_wrapper_inner .global_cta_item {
        display: block
    }

    .related_articles_wrapper_top {
        margin: 0
    }

    .related_articles_wrapper_top .global_cta_item {
        display: none
    }

    .related_articles_wrapper_list_title {
        padding: 16px 24px
    }

    .related_articles_wrapper_list_title .arrow {
        display: none
    }
}