html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	font-family: "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-size: 12px
}

b,
strong {
	font-weight: 700
}

.bold-underline {
	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 {
		font-weight: 600
	}
}

@keyframes fade-in {
	to {
		opacity: 1
	}
}

@keyframes fade-out {
	to {
		opacity: 0
	}
}

.anim-fade-in,
.tp-widget-loader,
.tp-widget-fallback {
	animation: fade-in .5s ease .3s forwards
}

.anim-fade-out,
.tp-widget-loader--loaded {
	animation: fade-out .5s ease .3s forwards
}

*,
::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;
	opacity: 0;
	position: relative;
	transition: opacity 1s ease
}

.tp-widget-wrapper.visible {
	opacity: 1
}

.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+1) .tp-star__canvas,
.tp-stars--1--half  .tp-star:nth-of-type(-n+1) .tp-star__canvas--half {
	fill: #ff3722
}

.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+2) .tp-star__canvas,
.tp-stars--2--half  .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
	fill: #ff8622
}

.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+3) .tp-star__canvas,
.tp-stars--3--half  .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
	fill: #ffce00
}

.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%;
	opacity: 0;
	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: 1
}

.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
}

html {
	height: 100%;
	overflow: hidden
}

body {
	color: #191919;
	height: 100%;
	line-height: 1;
	min-width: 100%;
	overflow: hidden;
	width: 1px
}

img {
	border: 0
}

svg {
	display: block;
	width: 100%
}

a {
	color: #191919;
	text-decoration: none
}

.tp-widget-wrapper {
	max-width: 255px
}

.tp-widget-logo {
	margin: 0 0 8px;
	width: 55%
}

.tp-widget-stars {
	margin: 0 0 8px;
	width: 94%
}

.tp-widget-businessinfo {
	font-size: 11px;
	line-height: 1.2
}

.tp-widget-businessinfo__trustscore,
.tp-widget-businessinfo__total {
	text-transform: none
}

@media screen and (min-width: 200px) {
	.tp-widget-logo {
		max-width: 140.25px
	}
	.tp-widget-businessinfo {
		font-size: 14px;
		max-width: 255px
	}
}

@media screen and (min-width: 235px) {
	.tp-widget-businessinfo__trustscore,
	.tp-widget-businessinfo__total {
		display: inline-block;
		vertical-align: middle
	}
	.tp-widget-businessinfo__trustscore::after {
		content: '|';
		margin: 0 2px
	}
}