#LUMA main {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 10% 8.5rem;
  max-width: 114rem;
  margin: 0 auto;
  color: #000;
}

#LUMA .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
#LUMA .font-regular-18 {
  font-size: 18px;
}
#LUMA .font-medium-16 {
  font-size: 16px;
}
#LUMA .font-bold-16 {
  font-size: 16px;
}
#LUMA .font-bold-18 {
  font-size: 18px;
}
#LUMA .font-bold-20 {
  font-size: 20px;
}
#LUMA .font-bold-22 {
  font-size: 22px;
}
#LUMA .font-bold-36 {
  font-size: 36px;
  line-height: 48px;
}
#LUMA .font-bold-48 {
  font-size: 48px;
}
#LUMA .font-bold-80 {
  font-size: 80px;
}

#LUMA img {
  width: 100%;
}

#LUMA ul {
  margin-left: -16px;
}

#LUMA .toggle-button {
  width: 1.56rem /* 30/19.2 */;
  height: 1.56rem /* 30/19.2 */;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#LUMA .toggle-button::before,
#LUMA .toggle-button::after {
  content: '';
  width: 0.78rem /* 15/19.2 */;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  transition: all 0.3s ease;
}

/* .toggle-button::before {
    transform: rotate(45deg);
  } */

#LUMA .toggle-button::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

#LUMA .toggle-button.active::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#LUMA .toggle-button.active::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#LUMA .mb-200 {
  margin-bottom: 200px;
}

#LUMA .banner {
  position: relative;
  margin-bottom: 110px;
}

#LUMA .banner .cont {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  /* left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%); */
  color: #fff;
}

#LUMA .banner .cont .title {
  margin-bottom: 24px;
}

#LUMA .banner .cont .desc {
  margin-bottom: 40px;
  line-height: 22px;
  width: 90%;
}
#LUMA .banner .cont a {
  min-width: 180px;
  height: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0 45px;
}
#LUMA .banner .cont a:hover {
  text-decoration: none;
}

#LUMA .banner img {
  width: 100%;
  position: relative;
  z-index: -1;
}

#LUMA .what-is-LUMA {
  gap: 150px;
}
#LUMA .what-is-LUMA .title {
  margin: 43px 0 40px;
}
#LUMA .who-can-join .title {
  margin-bottom: 40px;
}
#LUMA .who-can-join .left {
  width: 50%;
}
#LUMA .who-can-join .right {
  width: 50%;
  padding-left: 150px;
}
#LUMA .who-can-join .left img {
  width: 100%;
}
#LUMA .who-can-join .desc {
  font-size: 16px !important;
  line-height: 28px !important;
  font-family: 'Roboto-Regular' !important;
}
#LUMA .who-can-join .desc ul {
  color: #000;
  font-family: roboto-Medium;
}

#LUMA .incentives .title {
  margin-bottom: 60px;
}

#LUMA .incentives .incentives-list {
  flex-wrap: wrap;
  gap: 40px;
}

#LUMA .incentives .incentives-list .incentive-item {
  flex: 1 1 calc(50% - 40px);
  min-height: 160px;
  border-radius: 8px;
  background: linear-gradient(to right, #f7faff 20%, #f2f5f5 100%);
  height: 320px;
  padding: 0 5%;
}

#LUMA .incentives .incentives-list .incentive-item .title {
  margin-bottom: 5px;
}

#LUMA .incentives .incentives-list .incentive-item .desc {
  text-align: center;
  max-width: 80%;
}

#LUMA .incentives .incentives-list .incentive-item img {
  width: auto;
  height: 60px;
  margin-bottom: 30px;
}

#LUMA .how-it-works .title {
  margin-bottom: 70px;
}

#LUMA .how-it-works .steps {
  display: flex;
}
#LUMA .how-it-works .steps .seq {
  color: #ebebeb;
}
#LUMA .how-it-works .steps .step-desc {
  background: url('/s/images/homeowners/LUMA_step_bg.png') no-repeat center
    center;
  /* color: #fff;
  width: 410px;
  height: 160px;
  padding: 37px 62px;
  text-align: center; */
  position: relative;
  width: 100%;
  padding-top: 39.024%; /* 维持宽高比 */
  box-sizing: border-box;
  background-size: contain;
}
#LUMA .how-it-works .steps .step-desc .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 37px 62px;
}

#LUMA .event-details .title {
  margin-bottom: 40px;
}

#LUMA .event-details .event-list {
  padding: 46px 65px 65px;
  background: #fafafa;
  border-radius: 20px;
  flex-wrap: wrap;
  column-gap: 60px;
}

#LUMA .event-details .event-list .event-item {
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
  flex: 1 1 calc(50% - 60px);
  min-height: 96px;
}
#LUMA .event-details .event-list .event-item .left {
  width: 82px;
  margin-right: 60px;
  color: #828282;
  min-width: 82px;
}
#LUMA .event-details .event-list .event-item .right {
  line-height: 1.67rem /* 32/19.2 */;
}

#LUMA .enroll {
  gap: 137px;
}
#LUMA .enroll .title {
  margin-bottom: 40px;
}
#LUMA .enroll .box-icon {
  margin-top: 60px;
  gap: 32px;
}
#LUMA .enroll .box-icon .icons.link-google {
  width: 162px;
  height: 48px;
}
#LUMA .enroll .box-icon .icons.link-app {
  width: 146px;
  height: 48px;
}

#LUMA .how-incentive-calculate {
  gap: 123px;
}
#LUMA .how-incentive-calculate .left .title {
  margin-bottom: 40px;
}
#LUMA .how-incentive-calculate .left .desc {
  line-height: 26px;
  margin-bottom: 40px;
}
#LUMA .how-incentive-calculate .left .text-wrapper {
  width: 80%;
}
#LUMA .how-incentive-calculate .left .tip {
  line-height: 26px;
}
#LUMA .how-incentive-calculate .calculate-item {
  margin-bottom: 40px;
}

#LUMA .form-section {
  margin-top: 187px;
}

#LUMA .form-section .form-container {
  gap: 90px;
}

#LUMA .form-section .form-left {
  width: 80%;
  /* min-width: 588px; */
}
/* #LUMA .form-section .form-right {
    margin-left: 90px;
  } */
#LUMA .form-section .form-left img {
  width: 100%;
}

#LUMA .form-section .form-right .form-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

#LUMA .form-section #contactForm {
  margin-top: 26px;
}

#LUMA .form-section #contactForm label {
  margin-bottom: 2px;
}

#LUMA .form-section .one-line {
  gap: 5%;
}
#LUMA .form-section .one-line > div {
  flex: 1;
}
#LUMA .form-section .form-group {
  margin-bottom: 22px;
}
#LUMA .hide {
  display: none;
}
#LUMA .form-section .form-group .dropdown-toggle::after {
  position: absolute;
  right: 1.04rem;
}
#LUMA .form-section .sendCountDown,
#LUMA .form-section .verifisend {
  background: #000;
  color: #fff;
  border-radius: 58px;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
  cursor: pointer;
  margin: auto 0;
  margin-left: 30px;
  padding: 7px 6px;
  white-space: nowrap;
  margin-left: 15px;
  min-width: 80px;
  user-select: none;
}

#LUMA .submit {
  width: 15.26rem;
  height: 3.18rem;
  background: #010101;
  border-radius: 1.93rem;
  color: #ffffff;
  margin: 30px auto 0;
  position: relative;
}

#LUMA #submit:disabled {
  background: rgba(4, 7, 13, 0.6);
  padding-left: 26px;
}

#LUMA #submit:disabled::before {
  content: '';
  position: absolute;
  left: 68px;
  width: 22px;
  height: 22px;
  border: 2px solid #00ce7a;
  border-bottom-color: #ccc;
  border-radius: 50%;
  margin-right: 12px;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#LUMA .form-container .form-check-input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 0.94rem;
  height: 0.94rem;
  font-size: 0.83rem;
}
#LUMA .form-container .form-check-input[type='checkbox']::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 0.94rem;
  height: 0.94rem;
  display: inline-block;
  visibility: visible;
  padding-left: 0rem;
  text-align: center;
  content: ' ';
  border-radius: 0.05rem;
}

#LUMA .form-container .form-check-input[type='checkbox']:checked::after {
  content: '✓' !important;
  color: #fff;
  font-size: 0.63rem;
  line-height: 0.78rem;
  font-weight: bold;
  background-color: #00ce7a;
  border: 0.07rem /* 1.333/19.2 */ solid #00ce7a;
}
#LUMA .search-input {
  width: 90%;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  border-radius: 4px;
  padding: 4px 12px;
  white-space: nowrap;
  box-shadow: 0 0 0 1px#dcdfe6 inset;
}

#LUMA .search-input input {
  width: 95%;
  font-size: 12px;
}

#LUMA .search-input input,
#LUMA .search-input input:focus-visible,
#LUMA .search-input input:focus,
#LUMA .search-input input:focus-within {
  border: none;
  outline: none;
}

#LUMA .search-input img {
  width: 16px;
  height: 16px;
}

#LUMA .dropdown-toggle {
  width: 100%;
  min-height: 41px;
  background: #fff;
  /* border-width: 0px 0px 2px; */
  color: #242424;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 6px 12px;
}
#LUMA .dropdown-menu {
  width: 100%;
  z-index: 999;
  margin-left: 0;
  max-height: 500px;
  overflow: auto;
  max-height: 300px;
  /* min-height: 100px; */
}
#LUMA .dropdown-title {
  padding: 11px 10px 6px;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
#LUMA .dropdown-title:hover {
  color: #000;
}
#LUMA .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 14px;
}
#LUMA input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
#LUMA input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
#LUMA input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

#LUMA .form-control:focus {
  border-color: #000;
}

#LUMA .placeholder {
  color: #999;
  font-size: 14px;
}
#LUMA .form-control.is-valid,
#LUMA .was-validated .form-control:valid {
  border-color: #000;
}
#LUMA .form-control.is-valid:focus,
#LUMA .was-validated .form-control:valid:focus {
  box-shadow: none;
}
#LUMA .form-container .require-icon {
  color: rgba(252, 52, 52, 1);
  margin-left: 0.26rem /* 5/19.2 */;
}
#LUMA .is-invalid {
  border-color: #ff4d4f !important;
}
#LUMA .invalid-tooltip {
  padding-top: 0;
}
#LUMA #form-check-label {
  line-height: normal;
  margin-left: 5px;
}

@media (max-width: 1000px) {
  #LUMA main {
    padding: 0 5% 60px;
  }

  #LUMA .banner img {
    top: 0;
    height: 589px;
    width: auto;
  }

  #LUMA .w-50 {
    width: 100% !important;
  }

  #LUMA .font-bold-36 {
    font-size: 26px;
  }

  #LUMA .form-section {
    margin-top: 50px;
  }

  #LUMA .form-container {
    margin-bottom: 100px;
  }

  #LUMA .form-container .form-left {
    display: none;
  }

  #LUMA .form-section .form-container {
    gap: 0;
  }

  #LUMA #form-check-label {
    font-size: 14px;
    margin-left: 12px;
    line-height: normal;
    font-family: roboto-regular;
  }

  #LUMA .form-check-input {
    margin-top: 0;
  }
  #LUMA .mb-200 {
    margin-bottom: 70px;
  }

  #LUMA .what-is-LUMA {
    gap: 0;
    flex-wrap: wrap;
  }

  #LUMA .what-is-LUMA .title {
    margin-top: 0;
    text-align: center;
  }

  #LUMA .what-is-LUMA .right {
    margin-top: 15px;
    width: 100%;
  }

  #LUMA .what-is-LUMA .right img {
    width: 100%;
  }

  #LUMA .who-can-join {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #LUMA .who-can-join .left {
    width: 100%;
  }

  #LUMA .who-can-join .right {
    width: 100%;
    padding-left: 0;
  }

  #LUMA .who-can-join .title {
    text-align: center;
  }
  #LUMA .incentives > .title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 26px;
  }

  #LUMA .incentives .incentives-list {
    gap: 15px;
  }

  #LUMA .incentives .incentives-list .incentive-item {
    width: 100%;
    flex: unset;
    min-height: 114px;
    height: unset;
    padding: 0;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }

  #LUMA .how-it-works .steps {
    flex-direction: column;
  }
  #LUMA .how-it-works .steps .step-desc .cont {
    color: #000;
    position: static;
    padding: 0 !important;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  #LUMA .how-it-works .steps .step-desc .desc {
    text-align: left !important;
    margin-left: 20px;
  }
  #LUMA .how-it-works .step-item {
    flex-direction: row !important;
    margin-bottom: 20px;
    position: relative;
    align-items: flex-start !important;
    width: 100%;
    justify-content: flex-start !important;
    min-height: 100px;
  }
  #LUMA .how-it-works .step-item::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 20px;
    width: 2px;
    height: 100%;
    background: #252525;
  }
  #LUMA .how-it-works .step-item .seq-number {
    width: 32px;
    height: 32px;
    border-radius: 90px;
    font-size: 16px;
    color: #fff;
    background: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #LUMA .how-it-works .step-item .step-title {
    margin: 0 20px;
    text-align: left !important;
  }
  #LUMA .how-it-works .step-item:last-child::after {
    display: none;
  }
  #LUMA .how-it-works .steps .step-desc {
    background: none;
    color: #000;
    padding: 0 !important;
    height: unset;
    width: unset;
    display: block !important;
    text-align: left;
  }
  #LUMA .how-it-works .title {
    margin-bottom: 30px;
  }

  #LUMA .enroll {
    gap: 80px;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  #LUMA .enroll .title {
    text-align: center;
  }

  #LUMA .enroll .left img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }

  #LUMA .event-details .event-list {
    padding: 20px 20px 40px;
  }

  #LUMA .event-details .event-list .event-item {
    flex: unset;
    width: 100%;
    min-height: 60px;
    padding: 12px 0;
  }

  #LUMA .banner .cont {
    width: 100%;
    top: 100px;
  }

  #LUMA .banner .cont .title {
    font-size: 36px;
    line-height: normal;
  }

  #LUMA .incentives .incentives-list .incentive-item img {
    height: 40px;
    margin: 0 30px 0 20px;
  }
  #LUMA .incentives .incentives-list .incentive-item .right {
    align-items: flex-start !important;
    width: 100%;
  }
  #LUMA .incentives .incentives-list .incentive-item .desc {
    text-align: left;
    width: 100%;
  }

  #LUMA .how-incentive-calculate {
    gap: 0;
    flex-wrap: wrap;
  }
  #LUMA .how-incentive-calculate .left .title {
    text-align: center;
  }

  #LUMA .how-incentive-calculate .left {
    flex: unset !important;
  }
  #LUMA .how-incentive-calculate .right {
    flex: unset !important;
    width: 100%;
  }
  #LUMA .how-incentive-calculate .right img {
    width: 100%;
    margin-top: 15px;
  }
  #LUMA .how-incentive-calculate .left .text-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #LUMA .banner .cont {
    top: 80px;
  }
  #LUMA .banner .cont .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #LUMA .banner .cont .desc {
    line-height: normal;
  }
  #LUMA .event-details .event-list .event-item .left {
    min-width: 53px;
    max-width: 53px;
  }
}

@media screen and (max-width: 1200px) {
  #LUMA main {
    padding-left: 5%;
    padding-right: 5%;
  }
  #LUMA .form-section .form-container {
    gap: 30px;
  }
  /* #LUMA .banner .cont {
    width: 76%;
  } */
}
@media screen and (max-width: 1400px) {
  #LUMA .form-section .form-left {
    width: 90%;
  }

  #LUMA label {
    margin-bottom: 0;
  }

  #LUMA .how-it-works .steps .step-desc .cont {
    padding: 18px 20px 18px 50px;
  }

  #LUMA .how-it-works .steps .step-desc .desc {
    line-height: 18px;
  }
}
@media screen and (max-width: 2000px) {
  #LUMA main {
    max-width: 105rem;
  }
}

@media screen and (max-width: 2200px) {
  #LUMA main {
    max-width: 108rem;
  }
}

@media screen and (min-width: 2800px) {
  #LUMA main {
    max-width: 122rem;
  }
}

@media screen and (min-width: 4000px) {
  #LUMA main {
    max-width: 138rem;
  }
}

@media screen and (min-width: 1700px) {
  /* #LUMA .banner .cont {
    top: 135px;
  } */

  #LUMA .form-section .form-container {
    gap: 150px;
  }

  #LUMA .form-section .form-right .form-title {
    margin-bottom: 40px;
    padding-bottom: 34px;
  }

  #LUMA .submit {
    margin-top: 80px;
  }
}
