.why-fusion__title {
    margin-top: 120px;
}
@media screen and (max-width: 720px) {
    .why-fusion__title {
        margin-top: 60px;
    }
}
.why-fusion__subtitle {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
.testimonials__others {
    margin: 80px 0;
}
@media screen and (max-width: 720px) {
    .testimonials__others {
        margin: 48px 0;
    }
}
.testimonials__others__award {
    max-height: 64px;
}
.testimonials__others__award_second {
    margin: 40px 0;
    max-height: 64px;
}
@media screen and (max-width: 720px) {
    .testimonials__others__award_second {
        max-height: 40px;
    }
}
.testimonials__others__award_list {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
    column-gap: 16px;
    justify-content: center;
    align-self: center;
}
.testimonials__others__award_list_inline {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 5px;
    display: grid;
    justify-items: center;
}
.testimonials__others__award_title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #18191f;
    padding-bottom: 16px;
}
.testimonials__others__block {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(174, 200, 255, 0.1) -0.87%, rgba(174, 200, 255, 0.1) 99.08%);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
    margin: 40px 0;
}
@media screen and (max-width: 720px) {
    .testimonials__others__block {
        padding: 40px 0;
    }
}
.testimonials__others__block_landing {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
@media screen and (max-width: 720px) {
    .testimonials__others__block_landing {
        padding-top: 24px;
    }
}
.testimonials__others__header {
    margin: 40px 0;
}
@media screen and (max-width: 720px) {
    .testimonials__others__header {
        margin: 24px 0;
    }
}
.testimonials__others__header_line-image {
    max-width: 314px;
}
@media screen and (max-width: 720px) {
    .testimonials__others__header_line-image {
        max-width: 194px;
    }
}
.testimonials__others__description {
    font-size: 18px;
    line-height: 32px;
    color: #0d3350;
    max-width: 960px;
    margin-bottom: 32px;
}
.testimonials__others__description,
.testimonials__others__link {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.testimonials__others__link {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0f72ac;
}
.testimonials__summary__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0d3350;
}
.testimonials__summary__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
.testimonials__summary__text_reviews {
    font-family: Lato;
    font-weight: 600;
}
.testimonials__summary__stars {
    display: flex;
    gap: 5px;
}
.testimonials__summary__first-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
}
.testimonials__summary__second-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 6px;
}
@media screen and (max-width: 720px) {
    .testimonials__summary_mobile {
        justify-content: center;
        margin: 48px 0 40px;
    }
}
.testimonials__summary_mobile-wrapper {
    display: none;
}
@media screen and (max-width: 720px) {
    .testimonials__summary_mobile-wrapper {
        display: block;
    }
}
.testimonials__summary {
    display: flex;
    flex-direction: column;
    margin: 80px 0 65px;
    justify-content: center;
    align-items: center;
    gap: 23px;
}
@media screen and (max-width: 720px) {
    .testimonials__summary {
        display: none;
    }
}
.testimonials__summary-lp__title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
}
.testimonials__summary-lp__text {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
}
.testimonials__summary-lp__text_reviews {
    font-family: Lato;
    font-weight: 600;
}
.testimonials__summary-lp__stars {
    display: flex;
    gap: 5px;
}
.testimonials__summary-lp__first-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 29px;
}
@media screen and (max-width: 720px) {
    .testimonials__summary-lp__first-line {
        padding-bottom: 19px;
    }
}
.testimonials__summary-lp__second-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 6px;
    justify-content: center;
}
@media screen and (max-width: 720px) {
    .testimonials__summary-lp_mobile {
        justify-content: center;
        margin: 48px 0 40px;
    }
}
.testimonials__summary-lp_mobile-wrapper {
    display: none;
}
@media screen and (max-width: 720px) {
    .testimonials__summary-lp_mobile-wrapper {
        display: block;
        padding-top: 40px;
    }
}
.testimonials__reviews {
    display: grid;
    gap: 40px;
    margin-bottom: 120px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews {
        gap: 16px;
        margin-bottom: 64px;
    }
}
.testimonials__reviews__text {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #18191f;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__text {
        font-size: 16px;
        line-height: 24px;
    }
}
.testimonials__reviews__text_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
    text-decoration: none;
}
.testimonials__reviews__text_date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #89898b;
    margin-left: auto;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__text_date {
        position: absolute;
        top: 0;
        right: 0;
        padding: 26px 16px;
        font-size: 14px;
    }
}
.testimonials__reviews__text_title {
    font-weight: 600;
}
.testimonials__reviews__card {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='98' viewBox='0 0 46 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.256 44.132c-1.296-2.04-2.172-4.152-2.628-6.336-.456-2.208-.492-4.368-.108-6.48.408-2.136 1.212-4.176 2.412-6.12 1.224-1.944 2.868-3.708 4.932-5.292l3.528 2.088c.312.192.528.408.648.648.12.24.168.492.144.756 0 .24-.06.48-.18.72a1.899 1.899 0 0 1-.396.576c-.408.432-.852 1.104-1.332 2.016-.456.888-.792 1.932-1.008 3.132-.216 1.2-.228 2.52-.036 3.96.216 1.416.804 2.88 1.764 4.392.528.84.66 1.56.396 2.16-.24.6-.72 1.032-1.44 1.296l-6.696 2.484zm12.888 0c-1.296-2.04-2.172-4.152-2.628-6.336-.456-2.208-.492-4.368-.108-6.48.408-2.136 1.212-4.176 2.412-6.12 1.224-1.944 2.868-3.708 4.932-5.292l3.528 2.088c.312.192.528.408.648.648.12.24.168.492.144.756 0 .24-.06.48-.18.72a1.899 1.899 0 0 1-.396.576c-.408.432-.852 1.104-1.332 2.016-.456.888-.792 1.932-1.008 3.132-.216 1.2-.228 2.52-.036 3.96.216 1.416.804 2.88 1.764 4.392.528.84.66 1.56.396 2.16-.24.6-.72 1.032-1.44 1.296l-6.696 2.484z' fill='%23CCCDDE'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 25% 40px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__card {
        position: relative;
        padding: 24px 16px;
        grid-template-columns: auto;
        background-size: 24px;
        background-position: 12px 92px;
    }
}
.testimonials__reviews__content {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 40px 0;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__content {
        padding: 60px 0 0;
    }
}
.testimonials__reviews__author {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 132px 0 92px 40px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__author {
        gap: 8px;
        padding: 0;
    }
}
.testimonials__reviews__comment {
    display: grid;
    gap: 24px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews__star {
        width: 16px;
    }
}
.testimonials__reviews-slider {
    display: flex;
    gap: 40px;
    padding-top: 80px;
    width: 100%;
    overflow: hidden;
    justify-content: flex-start;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider {
        gap: 16px;
        padding-top: 32px;
    }
}
.testimonials__reviews-slider__text {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    font-feature-settings: "salt" on, "liga" off;
    color: #18191f;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__text {
        font-size: 16px;
        line-height: 24px;
    }
}
.testimonials__reviews-slider__text_link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0d3350;
    text-decoration: none;
}
.testimonials__reviews-slider__text_date {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #89898b;
    margin-left: auto;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__text_date {
        position: absolute;
        top: 0;
        right: 0;
        padding: 26px 16px;
        font-size: 14px;
    }
}
.testimonials__reviews-slider__text_author {
    font-size: 18px;
    line-height: 32px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__text_author {
        font-size: 16px;
        line-height: 24px;
    }
}
.testimonials__reviews-slider__text_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__text_title {
        font-size: 20px;
    }
}
.testimonials__reviews-slider__card {
    display: grid;
    grid-template-columns: 580px;
    grid-template-rows: 300px 83px;
    box-shadow: 0 0 50px rgba(13, 34, 80, 0.05);
    border-radius: 10px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='46' height='98' viewBox='0 0 46 98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.256 44.132c-1.296-2.04-2.172-4.152-2.628-6.336-.456-2.208-.492-4.368-.108-6.48.408-2.136 1.212-4.176 2.412-6.12 1.224-1.944 2.868-3.708 4.932-5.292l3.528 2.088c.312.192.528.408.648.648.12.24.168.492.144.756 0 .24-.06.48-.18.72a1.899 1.899 0 0 1-.396.576c-.408.432-.852 1.104-1.332 2.016-.456.888-.792 1.932-1.008 3.132-.216 1.2-.228 2.52-.036 3.96.216 1.416.804 2.88 1.764 4.392.528.84.66 1.56.396 2.16-.24.6-.72 1.032-1.44 1.296l-6.696 2.484zm12.888 0c-1.296-2.04-2.172-4.152-2.628-6.336-.456-2.208-.492-4.368-.108-6.48.408-2.136 1.212-4.176 2.412-6.12 1.224-1.944 2.868-3.708 4.932-5.292l3.528 2.088c.312.192.528.408.648.648.12.24.168.492.144.756 0 .24-.06.48-.18.72a1.899 1.899 0 0 1-.396.576c-.408.432-.852 1.104-1.332 2.016-.456.888-.792 1.932-1.008 3.132-.216 1.2-.228 2.52-.036 3.96.216 1.416.804 2.88 1.764 4.392.528.84.66 1.56.396 2.16-.24.6-.72 1.032-1.44 1.296l-6.696 2.484z' fill='%23CCCDDE'/%3E%3C/svg%3E"),
        #fff;
    background-repeat: no-repeat;
    background-position: 5% 25px;
    transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__card {
        position: relative;
        padding: 24px 16px;
        background-position: 10px 0;
    }
}
.testimonials__reviews-slider__content {
    display: flex;
    flex-direction: column;
}
.testimonials__reviews-slider__author {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 78px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    font-feature-settings: "salt" on, "liga" off;
    color: #18191f;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__author {
        gap: 8px;
        padding-left: 46px;
        font-weight: 400;
    }
}
.testimonials__reviews-slider__author_name {
    font-weight: 700;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__author_name {
        font-weight: 700;
    }
}
.testimonials__reviews-slider__comment {
    display: grid;
    gap: 10px;
    padding: 43px 32px 32px 78px;
}
@media screen and (max-width: 720px) {
    .testimonials__reviews-slider__comment {
        padding: 0 32px 32px 46px;
    }
}
.testimonials__reviews-slider__star {
    width: 24px;
}
.trustpilot {
    flex-direction: column;
    max-width: 210px;
}
.trustpilot,
.trustpilot-v2 {
    display: flex;
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-weight: 400;
}
.trustpilot-v2 {
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 14px;
    max-width: 430px;
}
.trustpilot__horizontal-divider {
    width: 1px;
    height: 69px;
    background-color: #e7e7e7;
}
@media screen and (max-width: 720px) {
    .trustpilot {
        justify-content: center;
        margin: 0 auto;
    }
    .trustpilot__horizontal-divider {
        height: 44px;
    }
    .trustpilot-v2 {
        gap: 14px;
        font-size: 12px;
    }
}
.tp-widget-businessinfo {
    font-size: 14px;
    line-height: 1.2;
}
.tp-widget-businessinfo strong {
    font-weight: 700;
}
.tp-widget-logo {
    margin: 0 0 8px;
    width: 55%;
    max-width: 114.95px;
}
.tp-widget-stars {
    margin: 0 0 8px;
    height: 36px;
    display: flex;
}
.tp-widget-stars-24px {
    margin: 8px 0;
    height: 24px;
}
.tp-widget-stars > svg {
    height: 100%;
}
.tp-widget-star {
    background-color: #dcdce6;
    width: 36.29px;
    height: 36.26px;
    position: relative;
}
.tp-widget-star-24px {
    width: 24px;
    height: 24px;
}
.tp-widget-star:not(:last-child) {
    margin-right: 3.8px;
}
.tp-widget-star img {
    position: relative;
    z-index: 1;
}
.tp-widget-star__half-fill {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}
