@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7gYHE41ni1AdIRggOxSuXd.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@media only screen and (max-width: 480px) {
    .revvy-widget {
        padding: 1rem 0;
    }
}
.rw-main * {
    box-sizing: border-box;
}
@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.rw-main {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
    flex-flow: column;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 0px 0px;
    display: flex;
    opacity: 0;
    animation: ani 0.5s forwards;
}
@media only screen and (max-width: 480px) {
    .rw-main {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
.rw-main img {
    padding: initial;
    margin: 0;
    width: inherit;
    max-width: inherit;
}
.rw-main svg {
    overflow: hidden;
    vertical-align: middle;
}
.rw-main .rw-reviews-btn-form {
    text-decoration: none;
}
.rw-main a {
    color: #212121 !important;
    box-shadow: none;
}
.rw-main .rw-review-list {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 180px;
    flex-direction: column;
    padding: 7px 5px 5px 5px;
}
.rw-main .rw-review-list-wrapper {
    display: grid !important;
    justify-content: stretch;
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 10px;
    overflow: initial !important;
    width: 100%;
    height: 100%;
    height: initial;
    display: flex;
    transition-property: all;
    box-sizing: content-box;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 680px) {
    .rw-main .rw-review-list-wrapper {
        grid-template-columns: none !important;
    }
}
.rw-main .rw-review-list-wrapper * {
    box-sizing: border-box !important;
    outline: 0 !important;
}
.rw-main .rw-review-item {
    background-color: #fff;
    padding: 10px;
    border-width: 0px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    -webkit-box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.rw-main .rw-shadow-type1 {
    -webkit-box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow:
        0 2px 2px 0rgb 0 0 0/14%,
        0 3px 1px -2pxrgb 0 0 0/12%,
        0 1px 5px 0rgb 0 0 0/20% !important;
}
.rw-main .rw-review-item-photo-view-0 .rw-widget-avatar {
    border-radius: 50%;
}
.rw-main .rw-review-item-date {
    color: inherit;
}
.rw-main .rw-review-truncate-text {
    font-size: 85%;
    width: 100%;
}
.rw-main .rw-review-item-bottom {
    display: flex;
    margin-top: 10px;
}
.rw-main .rw-review-source-link {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: inherit;
}
.rw-main .rw-review-bottom {
    clip-path: none !important;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: inherit !important;
    width: inherit !important;
}
.rw-main .rw-reviews-more {
    margin-top: 15px;
}
.rw-review-container {
    height: 100%;
    max-width: 100%;
    width: 1200px;
    min-width: 260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 480px) {
    .rw-review-container {
        flex-direction: column;
        padding: 0 15px;
        margin: 0;
    }
}
.rw-review-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
    margin-bottom: 3px;
    background-color: #fafafa;
    border-radius: 4px;
    position: relative;
    margin: 3px 6px;
}
@media only screen and (max-width: 480px) {
    .rw-review-header {
        margin-bottom: 20px;
        margin-right: 0;
        width: auto;
        flex-direction: column;
        align-items: center;
    }
}
.rw-review-header .rw-reviews-source img {
    height: 18px;
}
.rw-review-header .rw-reviews-rating {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
}
.rw-review-header .rw-reviews-count {
    font-size: 12px;
    color: #757575;
}
.rw-review-header-left {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.rw-review-header-left-top {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media only screen and (max-width: 480px) {
    .rw-review-header-left-top {
        flex-direction: column !important;
    }
}
.rw-review-header-left-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
    .rw-review-header-left-bottom {
        justify-content: center;
    }
}
.rw-review-header-left-bottom > div {
    display: flex;
    margin-right: 15px;
}
.rw-review-header-right {
    display: flex;
}
@media only screen and (max-width: 480px) {
    .rw-review-header-right {
        bottom: 0;
        position: relative;
        margin-top: 20px;
    }
}
.rw-review-header-left-top > div {
    display: flex;
    margin: 0 0 10px 0;
}
.rw-review-header-left-top a {
    color: #212121;
    box-shadow: none;
}
.rw-review-item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rw-review-item-stars .star {
    width: 22px;
    height: 22px;
    min-width: auto;
    min-height: auto;
    position: unset;
    float: left;
    padding: 0;
    border: 0;
    margin: 0 2px 0 0;
}
.rw-review-item-stars .star use {
    fill: #d8d8d8;
}
.rw-star_block {
    width: 22px;
    height: 22px;
    position: relative;
    margin: 0 2px 0 0;
}
.rw-star_block > .clip {
    clip-path: inset(0 0 0 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rw-star_block > .clip .star use {
    fill: #fc0;
}
.rw-reviews-btn {
    -webkit-box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    border-radius: 4px;
    color: #212121;
    background-color: #fff;
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e0e0e0;
}
.rw-review-item {
    height: 100% !important;
    transition: transform 200ms ease-out;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
}
.rw-review-item .rw-review-item-message {
    flex: 1;
}
.rw-review-item .rw-review-item-body {
    color: inherit;
}
.rw-item-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    height: intrinsic;
    position: relative;
    transition-property: transform;
}
.rw-review-item-header {
    position: relative;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    height: 65px;
}
.rw-review-item-header .rw-review-item-header-left-wrapper {
    display: inline-block;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    display: flex;
}
.rw-review-item-header .rw-review-item-author-img {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
}
.rw-review-item-header .rw-review-item-author-img img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.rw-review-item-header .rw-review-item-header-right-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.rw-review-item-header .rw-review-item-user {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 700;
}
.rw-review-item-date {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #757575;
}
.rw-review-item-info .rw-review-item-stars {
    height: 16px;
    margin: 5px 0 3px;
}
.rw-review-item-body {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    color: #212121;
    -webkit-box-align: center;
    align-items: start;
    overflow: hidden;
    display: flex;
    max-height: 3lh;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rw-review-item-body-readmore {
    font-size: 13px;
    color: #757575;
    cursor: pointer;
}
.rw-review-item-body-full {
    display: block;
    max-height: none !important;
    height: auto !important;
}
.rw-reviews-btn {
    -webkit-box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow:
        0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 20px;
    border-radius: 4px;
    color: #212121;
    background-color: #fff;
    line-height: 1.5;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e0e0e0;
}
.rw-powered-by-label {
    text-align: center;
    padding-top: 8px;
}
.rw-powered-by-label a {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    color: #a0acb5 !important;
    font-family: "Manrope", sans-serif;
}
.rw-powered-by-label span {
    color: #007bfc !important;
    font-weight: 900;
}
.rw-review-item-header-user {
    white-space: nowrap;
}
