.psrating {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.psrating-main {
    position: relative;
}

.psrating-before {
    display: flex;
    gap: 3px;
}

.psrating-starblock {
    background: #DCDCE6;
    padding: 8px 7px 8px 7px;
    font-size: 0;
    line-height: 1;
}

.psrating-starblock svg {
    vertical-align: middle;
}

.psrating-after .psrating-starblock {
    background: #00B67A;
}

.psrating-after {
    display: flex;
    gap: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.trustpilot {
    padding-top: 39px;
    padding-bottom: 39px;
}

.trustpilot-container {
}

.trustpilot-main {
}

.trustpilot-card {
    border-radius: 24px;
    border: 2px solid #9E826F;
    padding: 54px 5px 54px;
    text-align: center;
}

.trustpilot-row {
}

.trustpilot-col {
}

.trustpilot-col--left {
}

.trustpilot-col--right {
}

.trustpilot-logo {
    font-size: 0;
    text-align: center;
    line-height: 1;
    padding: 0 0 15px 0;
}

.trustpilot-logo img {
    max-width: 248px;
}

.trustpilot-value {
    color: #000;
    font-family: var(--font-family);
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 14px;
}

.trustpilot-label {
    color: #000;
    font-family: var(--font-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 11px;
}

.trustpilot-rating {
    padding-bottom: 40px;
}

.trustpilot-title {
    color: var(--clr-04);
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 1.12;
    padding-bottom: 16px;
}

.trustpilot-description {
    color: var(--clr-04);
    font-size: 24px;
    line-height: 1.2;
}

.trustpilot-reviews {
    margin-top: 40px;
    overflow: hidden;
}

.trustpilot-listwrap {
    /* overflow-x: auto; */
}

.trustpilot-listin {
}

.trustpilot-list {
    display: flex;
    margin: 0 -22px;
    overflow: auto;
}

.trustpilot-item {
    min-width: 100%;
    padding: 0 22px;
}

.trustpilot-navigation {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 0 0 28px 28px;
    overflow: hidden;
}

.trustpilot-navbutton {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 0;
    line-height: 1;
    background: #9E826F;
    border: 1px solid #9E826F;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 24px 0 24px 0;
}

.trustpilot-navbutton:hover, .trustpilot-navbutton:focus {
    color: inherit;
}

.trustpilot-navbutton--prev {
}

.trustpilot-navbutton--next {
}

.trustpilot-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.trustpilot-button {
    display: block;
    color: var(--clr-01);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 16px;
    background: #F5C952;
    border: 1px solid #F5C952;
    padding: 22px 10px 23px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    align-self: center;
    justify-self: center;
    transition: all 0.3s ease 0s;
    text-align: center;
    min-width: 250px;
}

.trustpilot-button svg {
    margin: 2px 0 0 9px;
}

.trustpilot-button:hover {
    border-color: #F5C952;
    background: transparent;
}

.trustreview {
    height: 100%;
}

.trustreview-main {
    padding: 62px 37px 45px 37px;
    border-radius: 28px 28px 0 0;
    background: #FFF;
    height: 100%;
}

.trustreview-header {
    color: #000;
    line-height: 110%;
    font-weight: 500;
}

.trustreview-row {
    display: flex;
    flex-wrap: wrap;
}

.trustreview-col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.trustreview-col--logo {
    flex: 0 0 auto;
    width: auto;
    padding-right: 8px;
}

.trustreview-col--info {
}

.trustreview-col--date {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
}

.trustreview-col--rating {
    flex: 0 0 auto;
    width: 100%;
}

.trustreview-logoinitials {
    border-radius: 999px;
    background: #DAFFE0;
    color: #000;
    text-align: center;
    font-size: 14px;
    /* 15.4px */
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
}

.trustreview-name {
}

.trustreview-info {
    padding-top: 8px;
}

.trustreview-date {
    opacity: 0.25;
}

.trustreview-rating {
    display: flex;
    padding-top: 15px;
}

.trustreview-rating .psrating-starblock {
    padding: 4px 3px 3px 3px;
}

.trustreview-rating .psrating-starblock svg {
    width: 16px;
    height: auto;
}

.trustreview-rating .psrating-before {
    gap: 2.5px;
}

.trustreview-rating .psrating-after {
    gap: 2.5px;
}

.trustreview-content {
    color: #000;
    font-size: 20px;
    padding-top: 16px;
}

.trustreview-title {
    font-weight: 500;
    padding-bottom: 9px;
}

.trustreview-description {
    line-height: 1.5;
}

@media (min-width: 75em) {
    .psrating {
    }

    .psrating-main {
    }

    .psrating-before {
    }

    .psrating-starblock {
    }

    .psrating-starblock svg {
    }

    .psrating-after .psrating-starblock {
    }

    .psrating-after {
    }

    .trustpilot {
        padding-bottom: 56px;
    }

    .trustpilot-container {
    }

    .trustpilot-main {
    }

    .trustpilot-card {
        border-radius: 28px;
        padding: 47px 87px 46px 47px;
    }

    .trustpilot-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .trustpilot-col {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding: 15px;
    }

    .trustpilot-col--left {
        flex: 0 0 auto;
        width: auto;
    }

    .trustpilot-col--right {
        text-align: left;
        max-width: 780px;
    }

    .trustpilot-logo {
    }

    .trustpilot-logo img {
    }

    .trustpilot-value {
    }

    .trustpilot-label {
    }

    .trustpilot-rating {
        padding: 0;
    }

    .trustpilot-title {
        font-size: 48px;
    }

    .trustpilot-description {
        font-size: 32px;
    }

    .trustpilot-reviews {
        margin-top: 34px;
    }

    .trustpilot-listwrap {
    }

    .trustpilot-listin {
    }

    .trustpilot-list {
        overflow: visible;
        flex-wrap: wrap;
    }

    .trustpilot-item {
        padding: 22px;
        width: 50%;
        min-width: auto;
    }

    .trustpilot-navigation {
        display: none;
    }

    .trustpilot-navbutton {
    }

    .trustpilot-navbutton:hover, .trustpilot-navbutton:focus {
    }

    .trustpilot-navbutton--prev {
    }

    .trustpilot-navbutton--next {
    }

    .trustpilot-control {
        padding-top: 34px;
    }

    .trustpilot-button {
        font-weight: 700;
        padding: 36px 0 35px 0;
        border-radius: 28px;
    }

    .trustpilot-button svg {
    }

    .trustpilot-button:hover {
    }

    .trustreview {
    }

    .trustreview-main {
        padding: 49px 100px 48px 101px;
        border-radius: 28px;
    }

    .trustreview-header {
        font-size: 14px;
    }

    .trustreview-row {
    }

    .trustreview-col {
    }

    .trustreview-col--logo {
        padding-right: 9px;
    }

    .trustreview-col--info {
        padding-top: 1px;
    }

    .trustreview-col--date {
    }

    .trustreview-col--rating {
    }

    .trustreview-logoinitials {
    }

    .trustreview-name {
    }

    .trustreview-info {
    }

    .trustreview-date {
        padding-top: 1px;
    }

    .trustreview-rating {
        padding-top: 15px;
    }

    .trustreview-rating .psrating-starblock {
    }

    .trustreview-rating .psrating-starblock svg {
    }

    .trustreview-rating .psrating-before {
    }

    .trustreview-rating .psrating-after {
    }

    .trustreview-content {
        font-size: 16px;
        padding-top: 10px;
    }

    .trustreview-title {
        padding-bottom: 8px;
    }

    .trustreview-description {
    }
}
