 div.eapps-widget {
                        position: relative
                    }
                    div.eapps-widget.eapps-widget-show-toolbar:before {
                        position: absolute;
                        content: "";
                        display: block;
                        bottom: 0;
                        top: 0;
                        left: 0;
                        right: 0;
                        pointer-events: none;
                        border: 1px solid transparent;
                        transition: border .3s ease;
                        z-index: 1
                    }

                    .eapps-widget-toolbar {
                        position: absolute;
                        top: -32px;
                        left: 0;
                        right: 0;
                        display: block;
                        z-index: 99999;
                        padding-bottom: 4px;
                        transition: all .3s ease;
                        pointer-events: none;
                        opacity: 0
                    }

                    .eapps-widget:hover .eapps-widget-toolbar {
                        opacity: 1;
                        pointer-events: auto
                    }

                    .eapps-widget-toolbar a {
                        text-decoration: none;
                        box-shadow: none !important
                    }

                    .eapps-widget-toolbar-panel {
                        border-radius: 6px;
                        background-color: #222;
                        color: #fff;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -ms-flex-align: center;
                        align-items: center;
                        top: 0;
                        position: relative;
                        transition: all .3s ease;
                        opacity: 0;
                        overflow: hidden;
                        -webkit-backface-visibility: hidden;
                        backface-visibility: hidden;
                        box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .2);
                        height: 28px
                    }

                    .eapps-widget:hover .eapps-widget-toolbar-panel {
                        opacity: 1
                    }

                    .eapps-widget-toolbar-panel-wrapper {
                        width: 100%;
                        position: relative
                    }

                    .eapps-widget-toolbar-panel-only-you {
                        position: absolute;
                        top: -24px;
                        font-size: 11px;
                        line-height: 14px;
                        color: #9c9c9c;
                        padding: 5px 4px
                    }

                    .eapps-widget-toolbar-panel-logo {
                        width: 28px;
                        height: 28px;
                        border-right: 1px solid hsla(0, 0%, 100%, .2);
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-align: center;
                        align-items: center;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                    .eapps-widget-toolbar-panel-logo svg {
                        display: block;
                        width: 15px;
                        height: 15px;
                        fill: #f93262
                    }

                    .eapps-widget-toolbar-panel-edit {
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 14px;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 9px;
                        border-right: 1px solid hsla(0, 0%, 100%, .2);
                        color: #fff;
                        text-decoration: none
                    }

                    .eapps-widget-toolbar-panel-edit-icon {
                        width: 14px;
                        height: 14px;
                        margin-right: 8px
                    }

                    .eapps-widget-toolbar-panel-edit-icon svg {
                        display: block;
                        width: 100%;
                        height: 100%;
                        fill: #fff
                    }

                    .eapps-widget-toolbar-panel-views {
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .eapps-widget-toolbar-panel-views-label {
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 14px;
                        margin-left: 8px
                    }

                    .eapps-widget-toolbar-panel-views-bar {
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        width: 70px;
                        height: 3px;
                        border-radius: 2px;
                        margin-left: 8px;
                        background-color: hsla(0, 0%, 100%, .3)
                    }

                    .eapps-widget-toolbar-panel-views-bar-inner {
                        border-radius: 2px;
                        background-color: #4ad504
                    }

                    .eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
                        background-color: #4ad504
                    }

                    .eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
                        background-color: #ff4734
                    }

                    .eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
                        background-color: #ffb400
                    }

                    .eapps-widget-toolbar-panel-views-percent {
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        margin-left: 8px;
                        margin-right: 8px;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 14px
                    }

                    .eapps-widget-toolbar-panel-views-get-more {
                        padding: 9px 16px;
                        background-color: #f93262;
                        color: #fff;
                        font-size: 12px;
                        font-weight: 400;
                        border-radius: 0 6px 6px 0
                    }

                    .eapps-widget-toolbar-panel-share {
                        position: absolute;
                        top: 0;
                        display: inline-block;
                        margin-left: 8px;
                        width: 83px;
                        height: 28px;
                        padding-bottom: 4px;
                        box-sizing: content-box !important
                    }

                    .eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
                        opacity: 1;
                        pointer-events: all
                    }

                    .eapps-widget-toolbar-panel-share-button {
                        padding: 0 18px;
                        height: 28px;
                        background-color: #1c91ff;
                        color: #fff;
                        font-size: 12px;
                        font-weight: 400;
                        border-radius: 6px;
                        position: absolute;
                        top: 0;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        cursor: default;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .eapps-widget-toolbar-panel-share-button svg {
                        display: inline-block;
                        margin-right: 6px;
                        fill: #fff;
                        position: relative;
                        top: -1px
                    }

                    .eapps-widget-toolbar-panel-share-block {
                        position: absolute;
                        background: #fff;
                        border: 1px solid hsla(0, 0%, 7%, .1);
                        border-radius: 10px;
                        width: 209px;
                        top: 32px;
                        transform: translateX(-63px);
                        opacity: 0;
                        pointer-events: none;
                        transition: all .3s ease;
                        box-shadow: 0 4px 6px rgba(0, 0, 0, .05)
                    }

                    .eapps-widget-toolbar-panel-share-block:hover {
                        opacity: 1;
                        pointer-events: all
                    }

                    .eapps-widget-toolbar-panel-share-block-text {
                        color: #111;
                        font-size: 15px;
                        font-weight: 400;
                        padding: 12px 0;
                        text-align: center
                    }

                    .eapps-widget-toolbar-panel-share-block-text-icon {
                        padding-bottom: 4px
                    }

                    .eapps-widget-toolbar-panel-share-block-actions {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        border-top: 1px solid hsla(0, 0%, 7%, .1)
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item {
                        width: 33.333333%;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: 39px;
                        transition: all .3s ease;
                        background-color: transparent
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item:hover {
                        background-color: #fafafa
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item a {
                        width: 100%;
                        height: 100%;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -ms-flex-align: center;
                        align-items: center
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item-icon {
                        width: 16px;
                        height: 16px;
                        display: block
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item-facebook .eapps-widget-toolbar-panel-share-block-actions-item-icon {
                        fill: #3c5a9b
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item-twitter .eapps-widget-toolbar-panel-share-block-actions-item-icon {
                        fill: #1ab2e8
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item-google .eapps-widget-toolbar-panel-share-block-actions-item-icon {
                        fill: #dd4b39
                    }

                    .eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
                        border-right: 1px solid hsla(0, 0%, 7%, .1)
                    }

                    /*! CSS Used from: Embedded */

                    .eapp-trustpilot-reviews-root-layout-component {
                        position: relative;
                        width: 100%;
                        -webkit-font-smoothing: antialiased;
                    }

                    .eapp-trustpilot-reviews-root-layout-component {
                        box-sizing: border-box !important;
                        outline: none !important;
                    }

                    /*! CSS Used from: Embedded */

                    .eyarYd {
                        position: relative;
                        width: 100%;
                        -webkit-font-smoothing: antialiased;
                    }

                    .eyarYd,
                    .eyarYd * {
                        box-sizing: border-box !important;
                        outline: none !important;
                    }

                    .eyarYd a {
                        text-decoration: none;
                    }

                    .eyarYd a:hover,
                    .eyarYd a:focus {
                        text-decoration: underline;
                    }

                    .dosZLJ {
                        flex: 0 1 0%;
                    }

                    .dosZLJ>div {
                        width: inherit;
                        height: inherit;
                    }

                    .dosZLJ>div>svg {
                        display: block;
                        width: inherit;
                        height: inherit;
                    }

                    .unxfp {
                        position: relative;
                        display: block;
                        padding: 0px;
                        border: none;
                        outline: none;
                        border-radius: 50%;
                        cursor: pointer;
                        -webkit-tap-highlight-color: transparent;
                    }

                    .chDYTi {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    .fqACpL {
                        position: relative;
                        display: flex;
                        flex-direction: column;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                    .ybObh {
                        display: flex;
                        position: relative;
                        -webkit-box-align: center;
                        align-items: center;
                        width: 100%;
                    }

                    .dvayzM {
                        position: relative;
                        z-index: 1;
                        overflow: hidden;
                        flex: 1 1 0%;
                    }

                    .dvayzM .swiper-container {
                        margin-left: auto;
                        margin-right: auto;
                        position: relative;
                        overflow: hidden;
                        list-style: none;
                        padding: 0px;
                        z-index: 1;
                    }

                    .dvayzM .swiper-wrapper {
                        position: relative;
                        width: 100%;
                        height: 100%;
                        z-index: 1;
                        display: flex;
                        transition-property: transform;
                        box-sizing: content-box;
                    }

                    .dvayzM .swiper-wrapper {
                        transform: translate3d(0px, 0px, 0px);
                    }

                    .dvayzM .swiper-container-pointer-events {
                        touch-action: pan-y;
                    }

                    .dvayzM .swiper-slide {
                        flex-shrink: 0;
                        width: 100%;
                        height: 100%;
                        position: relative;
                        transition-property: transform;
                    }

                    .dvayzM .swiper-container-autoheight,
                    .dvayzM .swiper-container-autoheight .swiper-slide {
                        height: auto;
                    }

                    .dvayzM .swiper-container-autoheight .swiper-wrapper {
                        align-items: flex-start;
                        transition-property: transform, height;
                    }

                    .cwjLGe {
                        /*z-index:2;*/
                        flex: 0 1 0%;
                        position: absolute;
                        top: 50%;
                        transform: translate(0px, -50%);
                    }

                    .kfcIfb {
                        z-index: 2;
                        flex: 0 1 0%;
                        position: absolute;
                        top: 50%;
                        transform: translate(0px, -50%);
                        right: 0px;
                    }

                    .jXxqdb {
                        width: 100%;
                    }

                    .brDOAo {
                        position: relative;
                        min-width: fit-content;
                        max-width: 100%;
                        padding: 0px;
                        line-height: 1.32;
                        cursor: pointer;
                        font-weight: bold;
                        font-size: 18px;
                        box-sizing: border-box;
                        background: none;
                        outline: none;
                        -webkit-tap-highlight-color: transparent;
                        border-style: solid;
                        border-width: 2px;
                    }

                    .fMszQs {
                        display: inline-flex;
                        -webkit-box-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        justify-content: center;
                        border-radius: inherit;
                        box-sizing: border-box;
                        min-width: 100%;
                    }

                    .kzddPn {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                    .ecFtME {
                        display: inline-flex;
                        flex-wrap: nowrap;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                    .hPPIXB {
                        display: flex;
                        -webkit-box-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        align-items: center;
                        position: relative;
                        width: 18px;
                        height: 18px;
                        background: linear-gradient(to right, rgb(0, 182, 122) 100%, rgba(17, 17, 17, 0.2) 0px);
                    }

                    .hPPIXB:not(:last-of-type) {
                        margin-right: 2px;
                    }

                    .gWvASO {
                        width: 14px;
                    }

                    .gWvASO path {
                        fill: rgb(255, 255, 255);
                    }

                    .fFcWqO {
                        display: flex;
                        flex-wrap: wrap;
                        -webkit-box-pack: justify;
                        justify-content: space-between;
                        -webkit-box-align: center;
                        align-items: center;
                        padding: 18px 24px 24px;
                        background-color: rgba(17, 17, 17, 0.05);
                    }

                    .kqGYQX {
                        display: flex;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                    .dmlKJx {
                        color: rgb(17, 17, 17);
                        font-size: 22px;
                        display: flex;
                        -webkit-box-align: center;
                        align-items: center;
                        white-space: nowrap;
                        width: 100%;
                    }

                    .cMwniS {
                        margin-right: 8px;
                    }

                    .cOdTFM {
                        line-height: 2em;
                    }

                    .bOCgQx {
                        display: inline-flex;
                        position: relative;
                    }

                    .csXiQg {
                        position: absolute;
                        top: 100%;
                        right: 0px;
                        width: 280px;
                        border-radius: 10px;
                        box-shadow: rgba(17, 17, 17, 0.2) 0px 8px 16px 0px;
                        background-color: rgb(255, 255, 255);
                        margin-top: -4px;
                        transition: all 0.1s ease 0s;
                        opacity: 0;
                        visibility: hidden;
                        pointer-events: none;
                        z-index: 100;
                    }

                    .iNHxMu {
                        padding: 16px 20px 6px;
                    }

                    .ifLRlC {
                        margin-right: 24px;
                    }

                    .iXyBKR {
                        margin-top: 8px;
                    }

                    .bSdvoz {
                        width: 44px;
                        height: 44px;
                        border-radius: 50%;
                        overflow: hidden;
                    }

                    .idKZpv {
                        width: 100%;
                        height: 100%;
                        transition: opacity 1s ease-out 0s;
                        background-color: rgb(210, 210, 210);
                        border-radius: 50%;
                        overflow: hidden;
                        opacity: 1;
                    }

                    .TOyBs {
                        visibility: visible !important;
                        display: inline-block !important;
                        position: static !important;
                        margin: 0px !important;
                        padding: 0px !important;
                        height: 44px !important;
                        width: 44px !important;
                        max-width: none !important;
                    }

                    .gAnxVi {
                        display: inline-block !important;
                        position: static !important;
                        margin: 0px !important;
                        padding: 0px !important;
                        max-width: none !important;
                        height: 44px !important;
                        width: 44px !important;
                    }

                    .kDzCXQ {
                        font-size: 14px;
                        font-weight: 700;
                        overflow: hidden;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        text-align: left;
                        color: rgb(17, 17, 17);
                    }

                    .gGMLaK {
                        position: relative;
                        overflow: hidden;
                        max-height: 45px;
                    }

                    .jdvyvf {
                        width: 100%;
                        line-height: 1.4;
                        color: rgb(17, 17, 17);
                        font-size: 16px;
                        text-align: left;
                    }

                    .jbtcLo {
                        font-size: inherit;
                        color: inherit;
                        text-align: inherit;
                        font-weight: 700;
                    }

                    .bpkLiG {
                        display: inline-block;
                        cursor: pointer;
                        font-size: 14px;
                        color: rgba(17, 17, 17, 0.5);
                    }

                    .bpkLiG:hover,
                    .bpkLiG:focus {
                        text-decoration: underline;
                    }

                    .fTQTBN {
                        overflow: hidden;
                        min-width: 0px;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 1.17;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        color: rgba(17, 17, 17, 0.5);
                    }

                    .fJDBsE {
                        display: block !important;
                        position: static !important;
                        color: inherit !important;
                        max-width: 100% !important;
                        text-decoration: none !important;
                        border: none !important;
                    }

                    .fJDBsE:hover {
                        text-decoration: none !important;
                    }

                    .gvkmod {
                        display: flex;
                        flex-wrap: nowrap;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                    .dMCOjB {
                        margin-left: 8px;
                    }

                    .gDqfjh {
                        overflow: hidden;
                        min-width: 0px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 1.17;
                        color: rgba(17, 17, 17, 0.5);
                    }

                    .jHcvgh {
                        overflow: hidden;
                        min-width: 0px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-size: 14px;
                        line-height: 1.38;
                        color: rgb(14, 193, 47);
                    }

                    .ReviewPostedOn__StyledReviewLinkContainer-sc-1s508wm-0:hover .ReviewPostedOn__Name-sc-1s508wm-6 {
                        text-decoration: underline;
                    }

                    .huVKUn {
                        display: flex;
                        flex-direction: column;
                    }

                    .bTduCZ {
                        position: relative;
                        padding: 24px;
                        transition: background-color 0.1s ease 0s;
                        border-radius: 8px;
                        box-sizing: border-box;
                        -webkit-box-flex: 1;
                        flex-grow: 1;
                        background-color: rgba(17, 17, 17, 0.05);
                    }

                    .gjlShb {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                    }

                    .gEIHLl {
                        display: flex !important;
                        flex-wrap: nowrap !important;
                    }

                    .eYjiLJ {
                        flex: 0 0 auto;
                    }

                    .dAGnWK {
                        display: flex;
                        flex-direction: column;
                        min-width: 0px;
                    }

                    .Card1__StyledReviewAvatar-sc-1kzxb9z-1+.Card1__Info-sc-1kzxb9z-2 {
                        margin-left: 16px;
                    }

                    .Card1__StyledReviewLinkContainer-sc-1kzxb9z-0:hover .Card1__StyledReviewAuthorName-sc-1kzxb9z-3 {
                        text-decoration: underline;
                    }

                    .klSUZO {
                        display: flex;
                        flex-wrap: wrap;
                        -webkit-box-align: center;
                        align-items: center;
                    }

                    .LTzGR {
                        margin-top: 5px;
                    }

                    .docPXP {
                        margin-top: 5px;
                    }

                    .docPXP:not(:only-child)> :last-child {
                        margin-right: 8px;
                    }

                    .hUTeCI:not(:first-child) {
                        margin-top: 8px;
                    }

                    .cvTGPV:not(:first-child) {
                        margin-top: 12px;
                    }

                    .lfmUON {
                        display: grid;
                        grid-template-columns: minmax(0px, 1fr);
                    }

                    .ezwNNj {
                        border-radius: 0px;
                    }

                    .bWjvzU {
                        min-width: 0px;
                    }

                    .bWjvzU:not(:first-child) {
                        margin-top: 20px;
                    }

                    .kYuryH {
                        max-width: 100%;
                        /*height:100%;*/
                        margin: 0px auto;
                    }

                    .eapp-trustpilot-reviews-root-layout-component {
                        position: relative;
                        width: 100%;
                        -webkit-font-smoothing: antialiased
                    }

                    .eapp-trustpilot-reviews-root-layout-component,
                    .eapp-trustpilot-reviews-root-layout-component * {
                        box-sizing: border-box !important;
                        outline: none !important
                    }

                    .eapp-trustpilot-reviews-root-layout-component a {
                        text-decoration: none
                    }

                    .eapp-trustpilot-reviews-root-layout-component a:hover,
                    .eapp-trustpilot-reviews-root-layout-component a:focus {
                        text-decoration: underline
                    }

                    .owl-buttons .owl-prev.disabled,
                    .owl-buttons .owl-next.disabled {
                        display: none !important;
                    }

                    .tp-widget-empty-vertical__title,
                    .tp-widget-empty-horizontal__title {
                        font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
                        font-weight: 500
                    }

                    @media all and (-ms-high-contrast: none),
                    (-ms-high-contrast: active) {
                        .bold-underline,
                        .tp-widget-empty-vertical__title,
                        .tp-widget-empty-horizontal__title {
                            font-weight: 600
                        }
                    }

                    *,
                    ::after,
                    ::before {
                        box-sizing: border-box
                    }

                    .hidden {
                        display: none
                    }

                    .tp-widget-loader,
                    .tp-widget-fallback {
                        left: 50%;
                        position: absolute;
                        top: 50%;
                        transform: translate(-50%, -50%)
                    }

                    #fallback-logo {
                        display: none
                    }

                    .no-svg #fallback-logo {
                        display: inline-block
                    }

                    .tp-widget-wrapper {
                        height: 100%;
                        margin: 0 auto;
                        max-width: 750px;
                        position: relative
                    }

                    .tp-stars .tp-star__canvas,
                    .tp-stars .tp-star__canvas--half {
                        fill: #dcdce6
                    }

                    .tp-stars .tp-star__shape {
                        fill: #fff
                    }

                    .tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas,
                    .tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas--half {
                        fill: #ff3722
                    }

                    .tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas,
                    .tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
                        fill: #ff8622
                    }

                    .tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas,
                    .tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
                        fill: #ffce00
                    }

                    .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas,
                    .tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
                        fill: #73cf11
                    }

                    .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
                    .tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
                        fill: #00b67a
                    }

                    .tp-stars--1--half .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
                        fill: #ff3722
                    }

                    .tp-stars--2--half .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
                        fill: #ff8622
                    }

                    .tp-stars--3--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
                        fill: #ffce00
                    }

                    .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas,
                    .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
                        fill: #00b67a
                    }

                    .tp-stars--4--half .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
                        fill: #00b67a
                    }

                    .tp-widget-loader,
                    .tp-widget-fallback {
                        max-width: 50%;
                        text-align: center;
                        width: 400vh
                    }

                    .tp-widget-loader svg,
                    .tp-widget-fallback svg {
                        width: 100%
                    }

                    @media screen and (min-width: 400px) {
                        .tp-widget-loader,
                        .tp-widget-fallback {
                            max-width: 200px
                        }
                    }

                    .tp-widget-loader--loaded {
                        opacity: 0
                    }

                    .bold-underline {
                        border-bottom: 1px solid rgba(25, 25, 25, 0.6)
                    }

                    .bold-underline:hover {
                        border-color: #191919
                    }

                    .dark {
                        color: #fff
                    }

                    .dark a {
                        color: #fff
                    }

                    .dark .bold-underline:not(.bold-underline--single-theme) {
                        border-color: rgba(255, 255, 255, 0.6)
                    }

                    .dark .bold-underline:not(.bold-underline--single-theme):hover {
                        border-color: #fff
                    }

                    .dark .tp-logo__text {
                        fill: #fff
                    }

                    .dark .tp-widget-loader .tp-logo__text {
                        fill: #191919
                    }

                    .tp-widget-empty-vertical {
                        -ms-flex-align: center;
                        align-items: center;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                    .tp-widget-empty-vertical__title {
                        font-size: 18px;
                        margin: 0 0 12px;
                        text-align: center
                    }

                    .tp-widget-empty-vertical__stars {
                        margin: 0 0 8px;
                        width: 150px
                    }

                    .tp-widget-empty-vertical__subtitle-wrapper {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: row;
                        flex-direction: row
                    }

                    .tp-widget-empty-vertical__subtitle {
                        -ms-flex-align: center;
                        align-items: center;
                        display: -ms-flexbox;
                        display: flex;
                        font-size: 14px;
                        text-align: center
                    }

                    .tp-widget-empty-vertical__logo {
                        margin: 0 0 5px 5px;
                        width: 90px
                    }

                    .tp-widget-empty-horizontal {
                        -ms-flex-align: center;
                        align-items: center;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        height: 100%;
                        -ms-flex-pack: center;
                        justify-content: center
                    }

                    .tp-widget-empty-horizontal__title {
                        font-size: 14px;
                        text-align: center
                    }

                    .tp-widget-empty-horizontal__logo {
                        margin: 0 0 5px 5px;
                        width: 90px
                    }

                    @media screen and (max-width: 300px) {
                        .tp-widget-empty-vertical__subtitle-wrapper {
                            -ms-flex-align: center;
                            align-items: center;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-direction: column;
                            flex-direction: column
                        }
                        .tp-widget-empty-vertical__logo {
                            margin: 5px 0 0
                        }
                        .tp-widget-empty-horizontal {
                            -ms-flex-direction: column;
                            flex-direction: column
                        }
                        .tp-widget-empty-horizontal__logo {
                            margin: 0
                        }
                    }

                    .tp-widget-wrapper {
                        font-size: 0;
                        text-align: center
                    }

                    .tp-widget-rating,
                    .tp-widget-logo {
                        display: inline-block;
                        font-size: 13px;
                        line-height: 15px;
                        margin: 0 4px 3px;
                        vertical-align: bottom
                    }

                    .tp-widget-logo {
                        width: 65px
                    }

                    @media screen and (min-width: 145px) {
                        .tp-widget-rating {
                            font-size: 14px
                        }
                        .tp-widget-logo {
                            width: 80px
                        }
                    }