@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body header {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}
body header .header-container {
  position: relative;
  width: auto;
  max-width: 1000px;
  padding: 30px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .header-container .logo img {
  width: 200px;
}
body header .header-container .site-security img {
  width: 130px;
}
body .progress-bar {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #eee;
}
body .progress-bar .progress-bar-container {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: auto;
  max-width: 1200px;
  display: flex;
  gap: 0;
}
body .progress-bar .progress-bar-container .step {
  display: flex;
  align-items: center;
  padding: 4px;
  line-height: 100%;
  background: #4a9dd9;
  width: 14%;
  opacity: 1;
}
body .progress-bar .progress-bar-container .step .stepnum {
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 2px;
  background: #8fd0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
}
body .progress-bar .progress-bar-container .step .steptitle {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  font-weight: 600;
}
body .progress-bar .progress-bar-container .complete {
  background: #1E669A;
}
body .progress-bar .progress-bar-container .complete .stepnum {
  background: #94CD15;
}
body .progress-bar .progress-bar-container .hidden {
  opacity: 0;
}
body .loading {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
body .loading .loading-container {
  position: relative;
  width: auto;
  margin: 0 auto;
  max-width: 1000px;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
body .loading .loading-container .loading-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .loading .loading-container .loading-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: #272727;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .loading .loading-container .loading-header h1 {
  font-size: 24px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .loading .loading-container .loading-bar {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #eee;
  height: 24px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
body .loading .loading-container .loading-bar .loading-progress {
  height: 100%;
  background: #1E669A;
  width: 0%;
  transition: width 0.3s ease;
}
body .loading .loading-container .loading-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .loading .loading-container .loading-footer .loading-details {
  font-size: 20px;
  color: #888;
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-weight: 500;
}
body .loading .loading-container .loading-footer .loading-green {
  color: #4E9B33;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .loading .loading-container .loading-footer .loading-green img {
  width: 20px;
  margin: 0;
  margin-right: 5px;
}
body .loading .loading-container .loading-footer .loading-done {
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
}
body .headline {
  position: relative;
  text-align: center;
  padding: 50px 20px;
  padding-top: 50px;
  z-index: 500;
}
body .headline h1 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .headline h2 {
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #333;
  font-size: 20px;
  line-height: 100%;
  justify-content: center;
  align-items: center;
}
body .headline svg.down-arrow {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .survey {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #54A6F0;
  width: 100%;
}
body .survey .survey-container {
  position: relative;
  padding: 50px 20px;
  padding-top: 60px;
  margin: 0 auto;
  width: auto;
  max-width: 1000px;
  transition: opacity 0.3s ease;
}
body .survey .survey-container form {
  position: relative;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
body .survey .survey-container form .question h2 {
  font-size: 24px;
  color: white;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 120%;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}
body .survey .survey-container form .error-box {
  display: none;
  position: relative;
  padding: 20px;
  color: white;
  background: #DE5353;
  border: none;
  border-radius: 10px;
  font-size: 14px;
}
body .survey .survey-container form .answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
body .survey .survey-container form .answer .options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
}
body .survey .survey-container form .answer .options .input-wrapper {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: white;
  border-radius: 10px;
  border: none;
  gap: 0;
  width: 400px;
  box-sizing: border-box;
}
body .survey .survey-container form .answer .options .input-wrapper svg {
  font-size: 20px;
  color: #aaa;
  padding: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
body .survey .survey-container form .answer .options .input-wrapper input {
  border: none;
  outline: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 15px 20px;
  padding-right: 5px;
  padding-left: 0;
  font-weight: 600;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}
body .survey .survey-container form .answer .options .input-wrapper input::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
}
body .survey .survey-container form .answer .options .input-wrapper input::placeholder {
  color: #aaa;
  font-weight: 400;
}
body .survey .survey-container form .answer .options button {
  padding: 20px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #FED885 0.33%, #FFC445 85.33%, #C89933 100.33%);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  display: flex;
  line-height: 120%;
  justify-content: center;
  max-width: 400px;
  position: relative;
  flex: 1;
}
body .survey .survey-container form .answer .options button:hover {
  cursor: pointer;
}
body .survey .survey-container form .answer .options button.active-answer {
  background: linear-gradient(to bottom, white, #ddd);
}
body .survey .survey-container form .answer .options .input-set {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
body .survey .survey-container form .answer .options .input-set input {
  padding: 20px;
  background: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  color: #333;
  font-weight: 600;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}
body .survey .survey-container form .answer .options .input-set input::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
}
body .survey .survey-container form .answer .options .input-set input::placeholder {
  color: #aaa;
  font-weight: 400;
}
body .survey .survey-container form .answer .options .input-set .phone-input {
  width: 60%;
}
body .survey .survey-container form .answer .options-horizontal {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
body .survey .survey-container form .answer .options-vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .survey .survey-container form .answer .options-vertical button {
  width: 100%;
  box-sizing: border-box;
}
body .survey .survey-container form .answer .get-paid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  justify-content: center;
  align-items: center;
  background: white;
  border: none;
  border-radius: 10px;
}
body .survey .survey-container form .answer .get-paid h2 {
  padding: 0;
  margin: 0;
  line-height: 120%;
  color: #4E9B33;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
body .survey .survey-container form .answer .get-paid h3 {
  padding: 0;
  margin: 0;
  line-height: 120%;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
body .survey .survey-container form .answer .next-steps {
  margin: 0;
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
body .survey .survey-container form .answer .next-steps h1 {
  font-size: 24px;
  color: white;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 120%;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
}
body .survey .survey-container form .answer .next-steps .step-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body .survey .survey-container form .answer .next-steps .step-cards .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px 20px 20px 20px;
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  align-self: auto;
}
body .survey .survey-container form .answer .next-steps .step-cards .step-card img {
  position: absolute;
  width: 80px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
body .survey .survey-container form .answer .next-steps .step-cards .step-card h1 {
  padding: 0;
  margin: 0;
  line-height: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-shadow: none;
  text-align: center;
}
body .survey .survey-container form .answer .next-steps .step-cards .step-card p {
  padding: 0;
  margin: 0;
  line-height: 150%;
  color: #888;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
body .survey .survey-container form .question-nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 30px;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
body .survey .survey-container form .question-nav button {
  color: #333;
  padding: 20px 40px;
  border: none;
  border-radius: 100px;
  background: linear-gradient(180deg, #FED885 0.33%, #FFC445 85.33%, #C89933 100.33%), #1E669A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: center;
  margin: 0 auto;
}
body .survey .survey-container form .question-nav button:hover {
  cursor: pointer;
}
body .survey .survey-container form .question-nav button.back-btn {
  background: #5297D4;
  color: white;
}
body .survey .survey-container form .question-nav button.back-btn:hover {
  background: #4b8bc4;
}
body .survey .survey-container form .question-nav span.nothomeowner {
  color: #195988;
  font-weight: 600;
  text-decoration: underline;
}
body .survey .survey-container form .question-nav span.nothomeowner:hover {
  cursor: pointer;
}
body .survey .survey-container form .question-nav button.back-btn-cut {
  padding-right: 20px;
  margin: 0;
  border-radius: 100px 0px 0px 100px;
}
body .survey .survey-container form .question-nav button.next-btn-cut {
  padding-left: 20px;
  margin: 0;
  border-radius: 0px 100px 100px 0px;
}
body .survey .survey-container form .question-nav .tcpa p {
  line-height: 150%;
  text-align: center;
  font-size: 11px;
  color: white;
}
body .survey .survey-container form .nav-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0px;
}
body .survey .survey-container form .other-info {
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  width: auto;
  max-width: 800px;
  display: flex;
  gap: 10px;
}
body .survey .survey-container form .other-info .mini-map {
  padding: 20px;
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #888;
  line-height: 120%;
  text-align: center;
  box-sizing: border-box;
  width: 265px;
}
body .survey .survey-container form .other-info .power-bill {
  flex: 1;
  padding: 20px;
  background: white;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #888;
  line-height: 120%;
  text-align: center;
}
body .survey .survey-container form .other-info .power-bill h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 100%;
}
body .survey .survey-container form .other-info .power-bill .meters {
  display: flex;
  gap: 10px;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box span {
  position: relative;
  margin-top: -30px;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 10px;
  z-index: 500;
  display: flex;
  align-self: center;
  font-size: 14px;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box .red-meter {
  background: #AF2114;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box .green-meter {
  background: #4E9B33;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box img {
  width: 200px;
}
body .survey .survey-container form .other-info .power-bill .meters .meter-box p {
  padding: 0;
  margin: 0;
  line-height: 100%;
}
body .thankyou {
  display: none;
  position: relative;
  display: flex;
  gap: 50px;
  width: 100%;
  box-sizing: border-box;
}
body .thankyou .thankyou-container {
  position: relative;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
body .thankyou .thankyou-container .slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
body .thankyou .thankyou-container .slider h1 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .thankyou .thankyou-container .slider .slider-numbers {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-red, body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-orange, body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-green {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  width: 45%;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-red {
  color: #AF2114;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-orange {
  position: relative;
  color: #F46509;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-green {
  color: #4E9B33;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-orange::after {
  content: "";
  position: absolute;
  border: none;
  border-bottom: #333 solid 2px;
  width: 30%;
  bottom: 0;
  right: 0;
}
body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-details {
  color: #555;
}
body .thankyou .thankyou-container .slider .slider-container {
  position: relative;
  width: 60%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin: 0;
  margin-top: 20px;
}
body .thankyou .thankyou-container .slider .slider-container h2 {
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
body .thankyou .thankyou-container .slider .slider-container input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 10px;
  background: #eee;
  border: none;
  border-radius: 100px;
  outline: none;
}
body .thankyou .thankyou-container .slider .slider-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1E669A;
  border: none;
  cursor: pointer;
}
body .thankyou .thankyou-container .slider .slider-container p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #888;
  line-height: 100%;
  font-weight: 500;
}
body .thankyou .thankyou-container .whats-next {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .thankyou .thankyou-container .whats-next h1 {
  font-size: 24px;
  font-weight: 600;
  color: #1E669A;
  padding: 0;
  margin: 0;
  line-height: 100%;
}
body .thankyou .thankyou-container .whats-next .next-info {
  display: flex;
  align-items: start;
  gap: 20px;
  box-sizing: border-box;
}
body .thankyou .thankyou-container .whats-next .next-info .next-img {
  width: 40%;
  height: 100%;
  background: url("img/solar-panel-roof.webp");
  background-size: cover;
}
body .thankyou .thankyou-container .whats-next .next-info .next-img img {
  width: 100%;
}
body .thankyou .thankyou-container .whats-next .next-info .next-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
body .thankyou .thankyou-container .whats-next .next-info .next-details h2 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 0;
  margin: 0;
  line-height: 120%;
}
body .thankyou .thankyou-container .whats-next .next-info .next-details p {
  padding: 0;
  margin: 0;
  line-height: 150%;
  font-size: 16px;
  color: #555;
}
body .other-links {
  display: none;
  position: relative;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  box-sizing: border-box;
  background: #eee;
}
body .other-links .other-links-container {
  position: relative;
  width: auto;
  max-width: 800px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  padding: 0 20px;
}
body .other-links .other-links-container .other-link-block {
  padding: 40px;
  box-sizing: border-box;
  border: #ddd solid 1px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
body .other-links .other-links-container .other-link-block .upper-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .other-links .other-links-container .other-link-block .upper-block h1 {
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
body .other-links .other-links-container .other-link-block .upper-block img {
  margin-top: 10px;
}
body .other-links .other-links-container .other-link-block .upper-block img.img-left {
  width: 220px;
}
body .other-links .other-links-container .other-link-block .upper-block img.img-right {
  width: 120px;
}
body .other-links .other-links-container .other-link-block .upper-block h2 {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  line-height: 120%;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
body .other-links .other-links-container .other-link-block .upper-block ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
body .other-links .other-links-container .other-link-block .upper-block ul li {
  font-size: 14px;
  color: #555;
  line-height: 120%;
}
body .other-links .other-links-container .other-link-block button.continue-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #941466;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 4px;
}
body .other-links .other-links-container .other-link-block button.continue-btn:hover {
  cursor: pointer;
}
body .info-cards {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body .info-cards .info-cards-container {
  position: relative;
  width: auto;
  max-width: 1000px;
  display: flex;
  align-items: start;
  padding: 50px 20px;
  margin: 0 auto;
  gap: 20px;
  box-sizing: border-box;
}
body .info-cards .info-cards-container .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: white;
  border: #ddd solid 1px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  align-self: normal;
}
body .info-cards .info-cards-container .card h3 {
  padding: 0;
  margin: 0;
  line-height: 120%;
  font-size: 16px;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
}
body .info-cards .info-cards-container .card h3 i {
  color: #54a6f0;
}
body .info-cards .info-cards-container .card p {
  padding: 0;
  margin: 0;
  line-height: 150%;
  font-size: 14px;
  color: #555;
}
body .info-cards .info-cards-container .card p ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
body .footer-img {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body .footer-img .footer-img-container {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
body .footer-img .footer-img-container img {
  width: 100%;
}
body footer {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-top: 50px;
}
body footer .footer-container {
  position: relative;
  width: auto;
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body footer .footer-container p {
  font-size: 12px;
  color: #888;
  line-height: 150%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
body footer .footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body footer .footer-container ul li {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
body footer .footer-container ul li a {
  color: #1E669A;
}
body footer .footer-container ul li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: #888;
}

@media screen and (max-width: 450px) {
  body header .header-container {
    padding: 20px;
  }
  body header .header-container .logo img {
    width: 120px;
  }
  body header .header-container .site-security img {
    width: 100px;
  }
  body .progress-bar .progress-bar-container {
    display: flex;
  }
  body .progress-bar .progress-bar-container .step {
    white-space: nowrap;
    box-sizing: border-box;
    width: auto;
    flex-grow: 7;
  }
  body .progress-bar .progress-bar-container .step .stepnum {
    display: none;
  }
  body .progress-bar .progress-bar-container .step .steptitle {
    font-size: 10px;
  }
  body .loading .loading-container {
    height: 300px;
    padding: 0 20px;
  }
  body .loading .loading-container .loading-header h2 {
    font-size: 12px;
  }
  body .loading .loading-container .loading-header h1 {
    font-size: 16px;
  }
  body .loading .loading-container .loading-bar {
    height: 14px;
  }
  body .loading .loading-container .loading-footer .loading-details {
    font-size: 14px;
  }
  body .loading .loading-container .loading-footer .loading-done {
    font-size: 13px;
  }
  body .headline {
    padding: 30px;
  }
  body .headline h1 {
    font-size: 20px;
    line-height: 120%;
  }
  body .headline h2 {
    font-size: 14px;
  }
  body .headline svg.down-arrow {
    width: 60px;
  }
  body .survey .survey-container {
    padding: 40px 20px;
    padding-bottom: 20px;
  }
  body .survey .survey-container form .question {
    padding: 0;
  }
  body .survey .survey-container form .question h2 {
    font-size: 18px;
    text-align: center;
  }
  body .survey .survey-container form .error-box {
    padding: 10px 15px;
    font-size: 13px;
  }
  body .survey .survey-container form .answer .options .input-wrapper {
    width: 100%;
    padding: 0 10px;
  }
  body .survey .survey-container form .answer .options .input-wrapper svg {
    padding: 10px;
    padding-left: 5px;
  }
  body .survey .survey-container form .answer .options .input-wrapper input {
    padding: 15px;
    padding-left: 0;
    font-size: 14px;
  }
  body .survey .survey-container form .answer .options .input-set {
    flex-direction: column;
    width: 100%;
  }
  body .survey .survey-container form .answer .options .input-set input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
  body .survey .survey-container form .answer .options .input-set input.phone-input {
    width: 100%;
  }
  body .survey .survey-container form .answer .options .get-paid {
    padding: 20px;
  }
  body .survey .survey-container form .answer .options .get-paid h2 {
    font-size: 16px;
  }
  body .survey .survey-container form .answer .options .get-paid h3 {
    font-size: 14px;
  }
  body .survey .survey-container form .answer .options .next-steps {
    gap: 50px;
  }
  body .survey .survey-container form .answer .options .next-steps h1 {
    font-size: 16px;
  }
  body .survey .survey-container form .answer .options .next-steps .step-cards {
    flex-direction: column;
    gap: 40px;
  }
  body .survey .survey-container form .answer .options .next-steps .step-cards .step-card {
    padding: 20px;
    padding-top: 50px;
    gap: 10px;
  }
  body .survey .survey-container form .answer .options .next-steps .step-cards .step-card img {
    top: -30px;
    width: 60px;
    margin-top: 0px;
  }
  body .survey .survey-container form .answer .options .next-steps .step-cards .step-card h1 {
    font-size: 16px;
  }
  body .survey .survey-container form .answer .options .next-steps .step-cards .step-card p {
    font-size: 13px;
  }
  body .survey .survey-container form .answer .options-horizontal {
    flex-direction: column;
    gap: 10px;
  }
  body .survey .survey-container form .answer .options-horizontal button {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }
  body .survey .survey-container form .answer .question-nav {
    margin-top: 20px;
  }
  body .survey .survey-container form .answer .question-nav button {
    padding: 10px 20px;
    font-size: 14px;
  }
  body .survey .survey-container form .answer .question-nav button.submit-btn {
    padding: 10px 40px;
  }
  body .survey .survey-container form .answer .other-info {
    padding: 0;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  body .survey .survey-container form .answer .other-info .mini-map {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  body .survey .survey-container form .answer .other-info .power-bill h2 {
    font-size: 16px;
  }
  body .survey .survey-container form .answer .other-info .power-bill .meters .meter-box {
    flex: 1;
  }
  body .survey .survey-container form .answer .other-info .power-bill .meters .meter-box img {
    width: 100%;
  }
  body .survey .survey-container form .answer .other-info .power-bill .meters .meter-box span {
    font-size: 12px;
  }
  body .survey .survey-container form .answer .other-info .power-bill .meters .meter-box p {
    font-size: 13px;
  }
  body .thankyou .thankyou-container {
    padding: 40px 20px;
  }
  body .thankyou .thankyou-container .slider {
    text-align: center;
  }
  body .thankyou .thankyou-container .slider h1 {
    font-size: 18px;
  }
  body .thankyou .thankyou-container .slider .slider-numbers {
    width: 100%;
  }
  body .thankyou .thankyou-container .slider .slider-numbers .slider-info {
    font-size: 14px;
  }
  body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-red, body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-orange, body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-green {
    font-size: 16px;
    width: 35%;
  }
  body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-orange::after {
    width: 70%;
  }
  body .thankyou .thankyou-container .slider .slider-numbers .slider-info .slider-details {
    text-align: left;
  }
  body .thankyou .thankyou-container .slider .slider-container {
    width: 100%;
  }
  body .thankyou .thankyou-container .slider .slider-container h2 {
    font-size: 16px;
  }
  body .thankyou .thankyou-container .slider .slider-container p {
    font-size: 14px;
  }
  body .thankyou .thankyou-container .whats-next {
    width: 100%;
  }
  body .thankyou .thankyou-container .whats-next h1 {
    font-size: 20px;
  }
  body .thankyou .thankyou-container .whats-next .next-info {
    flex-direction: column;
  }
  body .thankyou .thankyou-container .whats-next .next-info .next-img {
    width: 100%;
    height: 150px;
  }
  body .thankyou .thankyou-container .whats-next .next-info .next-details h2 {
    font-size: 14px;
  }
  body .thankyou .thankyou-container .whats-next .next-info .next-details p {
    font-size: 14px;
  }
  body .other-links .other-links-container {
    padding: 0px 20px;
    flex-direction: column;
  }
  body .other-links .other-links-container .other-link-block {
    padding: 20px;
  }
  body .other-links .other-links-container .other-link-block .upper-block h1 {
    font-size: 16px;
  }
  body .other-links .other-links-container .other-link-block .upper-block h2 {
    font-size: 14px;
  }
  body .other-links .other-links-container .other-link-block .upper-block ul li {
    font-size: 13px;
  }
  body .other-links .other-links-container .other-link-block button.continue-btn {
    padding: 15px;
  }
  body .info-cards .info-cards-container {
    padding: 20px;
    flex-direction: column;
  }
  body .info-cards .info-cards-container .card {
    padding: 20px;
    gap: 10px;
  }
  body .info-cards .info-cards-container .card h3 {
    font-size: 16px;
  }
  body .info-cards .info-cards-container .card p {
    font-size: 13px;
  }
  body .footer-img .footer-img-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body .footer-img .footer-img-container img {
    width: 130%;
  }
  body footer {
    margin-top: 20px;
  }
  body footer .footer-container {
    padding: 20px;
  }
  body footer .footer-container ul {
    flex-direction: column;
  }
  body footer .footer-container ul li a {
    font-size: 11px;
  }
  body footer .footer-container ul li:not(:last-child)::after {
    content: "";
  }
  body footer .footer-container p {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */