:root {
  --mainColor: #eeeeee;
  --text: #2c363f;
  --input-color: #000;
  --valid-input-color: #000;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
@media print {
  body {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
}
.trustpilot-banner {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
  margin: 0 -32px;
}
.left-section {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.trustpilot-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.star-icon {
  background: #00b67a;
  color: white;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
}
.logo-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.star-rating {
  display: flex;
  gap: 2px;
}
.star {
  background: #00b67a;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 2px;
}
.banner-text {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.separator {
  color: #666;
  font-weight: bold;
}
.right-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secure-badge {
  background: #28a745;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  line-height: 1.2;
}
.lock-icon {
  font-size: 12px;
}
@media (max-width: 768px) {
  .trustpilot-banner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 20px;
  }
  .left-section {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .banner-text {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .separator {
    display: none;
  }
}
@media (max-width: 480px) {
  .banner-text {
    font-size: 12px;
  }
  .left-section {
    gap: 8px;
  }
  .trustpilot-banner {
    padding: 15px;
  }
}
body {
  background-color: #08182a;
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sorser {
  padding-bottom: 0 !important;
  border-radius: 13px;
  margin: 1em 0;
  text-align: center;
  background: #0a0a0a;
  padding: 2em;
  max-width: 800px;
  margin: auto;
}
.sorser h5 {
  font-size: 16px;
}
.sorser h3 span {
  color: #e60505;
  font-weight: 900 !important;
}
.sorser h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  margin: 10px 0;
}
.sorser h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sorser h3,
.sorser h4 {
  color: #fff;
}
.sorser .flw {
  width: 100%;
}
@media (max-width: 768px) {
  .sorser h3 span {
    font-size: 29px;
  }
  .sorser h4 {
    font-size: 14px;
  }
}
.mobile-trustpilot-banner {
  display: none;
}
@media (max-width: 500px) {
  .mobile-trustpilot-banner {
    display: block;
    border-radius: 0;
  }
  #form > div {
    box-shadow: none;
  }
  .decktop-trustpilot-banner {
    display: none;
  }
}
* {
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
.ref-form-wrapp {
  width: 100%;
  padding-bottom: 20px;
}
