.trustpilot-block {
  padding: 70px 0 10px;
  margin: 0px auto;
  background-color: #f3f6f8;
}
.trustpilot-container {
  max-width: 1472px;
  padding-left: 44px;
  padding-right: 44px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.trustpilot-text {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #112336;
}

.trustpilot-text-header {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0;
  color: #112336;
  padding-bottom: 23px;
}
.trustpilot-block-widget {
  max-width: 1459px;
  margin: 100px auto 0;
  border-radius: 0;
  background: #fff;
  padding: 32px;
  border-radius: 20px;
}

.trustpilot-green-circle {
  position: absolute;
  border-radius: 100%;
  width: 434px;
  height: 434px;
  right: -41px;
  top: 87px;
  background: #cdfb3e;
  background-repeat: no-repeat;
  z-index: -1;
}

.trustpilot-footer {
  padding-bottom: 100px;
}
.trustpilot-sign-block {
  display: flex;
  height: 110px;
  justify-content: flex-end;
  border-bottom: 1px solid #d9d9d9;
}
.stars-sign {
  width: 532px;
  height: 144px;
  margin: 75px 14%;
  border-bottom: 1px solid #4c75e6;
  border-top: 1px solid #4c75e6;
  border-left: 22px solid #4c75e6;
  border-right: 22px solid #4c75e6;
  border-radius: 20px;
}

.trustpilot-sign {
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #314b93;
  margin: 83px 8% 0px auto;
  height: 50px;
  width: 441px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f6f8;
  text-decoration: none;
}
.trustpilot-sign a {
  text-decoration: none;
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #4c75e6;
  background: linear-gradient(
    to right,
    midnightblue,
    midnightblue 50%,
    #4c75e6 50%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.trustpilot-sign a:hover {
  background-position: 0 100%;
}

.trustpilot__blue .trustpilot-sign a
{
	background: linear-gradient( to right, midnightblue, midnightblue 50%, #fff 50% );
	background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	background-size: 200% 100%;
 background-position: 100%;
}

.trustpilot-sign a:hover
{
	background-position: 0 100% !important;
}

.trustpilot__blue .trustpilot-text-header,
.trustpilot__blue .trustpilot-text
{
	color: #fff;
}
.trustpilot__blue .trustpilot-sign
{
	background : #4C75E6;
	color      : #FFF;
}
.trustpilot__blue .trustpilot-block
{
	background : #4C75E6;
	color      : #FFF;
	padding-bottom : 80px;
}

.trustpilot__blue .trustpilot-green-circle
{
	background: linear-gradient(0deg, #314B93, #314B93), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #4C75E6;
}


.trustpilot__blue .trustpilot-block-widget
{
	background    : #F9F9FA;
	box-shadow    : 0px 17px 24px -50px rgb(0 70 122 / 30%);
	border-radius : 20px;
}

@media (max-width: 1499px) {
  .trustpilot-text-header {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0;
    padding-bottom: 0px;
  }
  .trustpilot-text {
    font-size: 18px;
    line-height: 29px;
  }
  .trustpilot-block-widget {
    max-width: 989px;
    margin: 48px auto 0;
  }
  .trustpilot-green-circle {
    width: 306px;
    height: 306px;
    right: 157px;
    top: 55px;
  }
  .trustpilot-footer {
    padding-bottom: 15px;
  }
  .trustpilot-sign-block {
    height: 95px;
  }
  .trustpilot-sign {
    margin: 67px 8% 0px auto;
    width: 272px;
  }
  .trustpilot-sign a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  .trustpilot-text-header {
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 1.3px;
    padding-bottom: 17px;
  }
  .trustpilot-text {
    font-size: 24px;
    line-height: 29px;
  }
  .trustpilot-block-widget {
    max-width: 621px;
    margin: 54px auto 0;
  }
  .trustpilot-green-circle {
    width: 404px;
    height: 404px;
    right: 39px;
    top: 80px;
  }
  .trustpilot-footer {
    padding-bottom: 15px;
  }

  .trustpilot-sign-block {
    height: 74px;
  }
  .trustpilot-sign {
    margin: 48px 5.2% 0px auto;
    width: 298px;
  }
  .trustpilot-sign a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 799px) {
  .trustpilot-container {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .trustpilot-text-header {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 8px;
  }
  .trustpilot-text {
    font-size: 15px;
    line-height: 30px;
  }
  .trustpilot-block-widget {
    margin: 30px auto 0;
  }
  .trustpilot-green-circle {
    width: 404px;
    height: 404px;
    right: -30px;
    top: -3px;
  }
  .trustpilot-sign-block {
    height: 47px;
  }
  .trustpilot-sign {
    margin: 21px 6% 0px auto;
    width: 202px;
  }
  .trustpilot-sign a {
    font-size: 12px;
    line-height: 24px;
  }
}
