html,
body {
  overflow: unset;
  min-width: 100%;
  max-width: 100%;
}
#DUKE a {
  color: unset;
}
#DUKE p {
  margin: 0;
  padding: 0;
}

#DUKE main {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 10%;
  max-width: 114rem;
  margin: 0 auto;
}

#DUKE .font-regular-16 {
  font-size: 16px;
  line-height: 28px;
}
#DUKE .font-regular-18 {
  font-size: 18px;
}
#DUKE .font-medium-16 {
  font-size: 16px;
}
#DUKE .font-bold-16 {
  font-size: 16px;
}
#DUKE .font-bold-18 {
  font-size: 18px;
}
#DUKE .font-bold-20 {
  font-size: 20px;
}
#DUKE .font-bold-22 {
  font-size: 22px;
}
#DUKE .font-bold-36 {
  font-size: 36px;
}
#DUKE .font-bold-48 {
  font-size: 48px;
}
#DUKE table {
  color: #646464;
  font-size: 16px;
  margin-bottom: 80px;
}
#DUKE table[style*='width: 100%'] th:first-child,
#DUKE table[style*='width: 100%'] td:first-child,
#DUKE table[style*='width: 100%'] th:last-child,
#DUKE table[style*='width: 100%'] td:last-child {
  width: 1%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#DUKE table th {
  font-size: 16px;
  padding: 16px 0;
  text-align: center;
}
#DUKE table tr {
  border-bottom: 1px solid #b5b5b5;
}
#DUKE table td {
  text-align: center;
  padding: 16px 0;
}
#DUKE table td img {
  height: 80px;
  width: auto;
}

#DUKE .banner-container img,
#DUKE main img {
  width: 100%;
}

#DUKE .mb-200 {
  margin-bottom: 200px;
}
#DUKE .banner {
  position: sticky;
  top: 4.69rem;
  /* min-height: 100vh; */
  overflow: hidden;
}

#DUKE .banner-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 10;
}

#DUKE .banner .cont {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  transform: -webkit-translateX(-50%);
  color: #fff;
}

#DUKE .banner .cont .title {
  margin-bottom: 24px;
}

#DUKE .banner .cont .desc {
  margin-bottom: 25px;
  line-height: 22px;
}
#DUKE .banner .cont a {
  min-width: 180px;
  height: 48px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0 45px;
}
#DUKE .banner .cont a:hover {
  text-decoration: none;
}

#DUKE .banner img {
  width: 100%;
  position: relative;
  z-index: -1;
}
#DUKE .banner-overlay .program-options {
  gap: 80px;
  color: #fff;
}
#DUKE .banner-overlay .program-option {
  width: min(90vw, 400px);
  aspect-ratio: 71/41;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#DUKE .banner-overlay .program-option::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
#DUKE .banner-overlay .program-option .program-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
#DUKE .banner-overlay .program-option .title {
  margin-bottom: 40px;
}
#DUKE .banner-overlay .program-option button {
  padding: 6px 32px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  cursor: pointer;
  border: none;
}
#DUKE .program-content {
  padding-top: 200px;
  padding-bottom: 150px;
}
#DUKE .grid-right-img {
  gap: 150px;
}
#DUKE .grid-right-img .title {
  margin: 43px 0 40px;
}
#DUKE .grid-left-img .title {
  margin-bottom: 40px;
}
#DUKE .grid-left-img .left {
  width: 50%;
}
#DUKE .grid-left-img .right {
  width: 50%;
  padding-left: 100px;
}
#DUKE .grid-left-img .left img {
  width: 100%;
}
#DUKE .grid-left-img .desc {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto-Regular';
}
#DUKE .grid-left-img .desc ul {
  color: #646464;
  font-family: roboto-Medium;
}

#DUKE .incentives .title {
  margin-bottom: 34px;
}
#DUKE .incentives .desc {
  margin-bottom: 59px;
}
#DUKE .incentives strong {
  font-size: 20px;
  margin-bottom: 16px;
  display: inline-block;
}
#DUKE .incentives ul {
  color: #646464;
  display: grid;
  grid-template-columns: 40% 1fr;
}

#DUKE .enroll {
  gap: 137px;
}
#DUKE .enroll .right {
  width: 50%;
}
#DUKE .enroll .left {
  width: 40%;
}
#DUKE .enroll .title {
  margin-bottom: 40px;
}
#DUKE .enroll .box-icon {
  margin-top: 60px;
  gap: 32px;
}
#DUKE .enroll .box-icon .icons.link-google {
  width: 162px;
  height: 48px;
}
#DUKE .enroll .box-icon .icons.link-app {
  width: 146px;
  height: 48px;
}

#DUKE .faq {
  margin-bottom: 11.46rem /* 220/19.2 */;
}

#DUKE .faq .title {
  text-align: center;
  margin-bottom: 40px;
}
#DUKE .faq .tip {
  margin-top: 36px;
  color: #050000;
}
#DUKE .faq .content {
  border-top: 1px solid #b5b5b5;
}
#DUKE .faq .content .faq-item {
  font-size: 20px;
  cursor: pointer;
  padding: 36px 0;
  border-bottom: 1px solid #b5b5b5;
}

#DUKE .faq .content .faq-item .question {
  font-family: roboto-regular;
}

#DUKE .faq .content .faq-item .answer {
  color: #646464;
  font-size: 16px;
  font-family: roboto-regular;
  margin-top: 16px;
}

#DUKE .faq .content .faq-item .answer img {
  max-width: 100%;
}

#DUKE .form-section {
  margin-top: 187px;
}

#DUKE .form-section .form-container {
  gap: 90px;
}

#DUKE .form-section .form-left {
  width: 80%;
}

#DUKE .form-section .form-left img {
  width: 100%;
}

#DUKE .form-section .form-right .form-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

#DUKE .form-section #contactForm {
  margin-top: 26px;
}

#DUKE .form-section #contactForm label {
  margin-bottom: 2px;
}

#DUKE .form-section .one-line {
  gap: 5%;
}
#DUKE .form-section .one-line > div {
  flex: 1;
}
#DUKE .form-section .form-group {
  margin-bottom: 22px;
}
#DUKE .hide {
  display: none;
}
#DUKE .form-section .form-group .dropdown-toggle::after {
  position: absolute;
  right: 1.04rem;
}
#DUKE .form-section .sendCountDown,
#DUKE .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;
}

#DUKE .submit {
  width: 15.26rem;
  height: 3.18rem;
  background: #010101;
  border-radius: 1.93rem;
  color: #ffffff;
  margin: 30px auto 0;
  position: relative;
}

#DUKE #submit:disabled {
  background: rgba(4, 7, 13, 0.6);
  padding-left: 26px;
}

#DUKE #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);
  }
}

#DUKE .form-container .form-check-input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 0.94rem;
  height: 0.94rem;
  font-size: 0.83rem;
}
#DUKE .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;
}

#DUKE .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;
}
#DUKE .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;
}

#DUKE .search-input input {
  width: 95%;
  font-size: 12px;
}

#DUKE .search-input input,
#DUKE .search-input input:focus-visible,
#DUKE .search-input input:focus,
#DUKE .search-input input:focus-within {
  border: none;
  outline: none;
}

#DUKE .search-input img {
  width: 16px;
  height: 16px;
}

#DUKE .dropdown-menu ul {
  list-style: none;
  padding: 5px;
}
#DUKE .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;
}
#DUKE .form-section .dropdown-menu {
  width: 100%;
  z-index: 999;
  max-height: 500px;
  overflow: auto;
  max-height: 300px;
  min-height: 100px;
}
#DUKE .form-section .dropdown-title {
  padding: 11px 10px 6px;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
#DUKE .dropdown-title:hover {
  color: #000;
}
#DUKE .dropdown-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 14px;
}
#DUKE input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
#DUKE input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
#DUKE input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

#DUKE .form-control:focus {
  border-color: #000;
}

#DUKE .placeholder {
  color: #999;
  font-size: 14px;
}
#DUKE .form-control.is-valid,
#DUKE .was-validated .form-control:valid {
  border-color: #000;
}
#DUKE .form-control.is-valid:focus,
#DUKE .was-validated .form-control:valid:focus {
  box-shadow: none;
}
#DUKE .form-container .require-icon {
  color: rgba(252, 52, 52, 1);
  margin-left: 0.26rem /* 5/19.2 */;
}
#DUKE .is-invalid {
  border-color: #ff4d4f !important;
}
#DUKE .invalid-tooltip {
  padding-top: 0;
}
#DUKE #form-check-label {
  line-height: normal;
  margin-left: 5px;
}

#DUKE .DUKE-energy-powerpair .incentives .title {
  margin-bottom: 0;
}
#DUKE .DUKE-energy-powerpair .incentives strong {
  margin-top: 80px;
  font-family: 'roboto-bold';
  color: #000;
}
#DUKE .DUKE-energy-powerpair .incentives table {
  margin-bottom: 0;
}
#DUKE .DUKE-energy-powerpair .incentives ul {
  display: block;
  padding-left: 25px;
  margin-bottom: 0;
}
#DUKE .DUKE-energy-powerpair .incentives p {
  color: #646464;
}
#DUKE .DUKE-energy-powerpair .incentives table img {
  width: 60px;
  height: auto;
}
#DUKE .DUKE-energy-powerpair .incentives table:last-of-type {
  margin-top: 40px;
}
#DUKE .DUKE-energy-powerpair .incentives,
#DUKE .DUKE-energy-powerpair .eligible {
  margin-bottom: 80px;
}
#DUKE .DUKE-energy-powerpair .eligible strong {
  color: #000;
}
#DUKE .DUKE-energy-powerpair .eligible .desc {
  color: #646464;
}
#DUKE .DUKE-energy-powerpair .eligible .desc ul {
  margin-top: 16px;
}
#DUKE .DUKE-energy-powerpair .home-incentives table {
  margin-bottom: 0;
}
#DUKE .DUKE-energy-powerpair .enroll .title {
  margin-bottom: 16px;
}
#DUKE .DUKE-energy-powerpair .enroll .desc {
  margin-bottom: 80px;
}
#DUKE .DUKE-energy-powerpair .enroll-list {
  gap: 6%;
}
#DUKE .DUKE-energy-powerpair .enroll .enroll-item {
  position: relative;
  min-width: 26%;
}
#DUKE .DUKE-energy-powerpair .enroll .arrow-icon {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
#DUKE .DUKE-energy-powerpair .enroll .tip {
  color: #646464;
  margin-top: 80px;
}
#DUKE .DUKE-energy-powerpair .eligible ul ul li {
  list-style: none;
  position: relative;
  left: -28px;
}

@media (max-width: 1000px) {
  #DUKE .dropdown-toggle {
    padding: 10px 12px;
  }
  #DUKE .font-regular-16 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #DUKE .font-bold-20 {
    font-size: 18px !important;
  }
  #DUKE main {
    padding: 0 5%;
  }
  #DUKE .program-content {
    padding-bottom: 80px;
  }
  #DUKE .banner-container {
    top: 60px;
    height: 100vh;
  }

  #DUKE .banner img {
    top: 0;
    width: auto;
    height: 100vh;
  }
  #DUKE .banner-overlay .program-option .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Roboto-Regular';
  }

  #DUKE .w-50 {
    width: 100% !important;
  }

  #DUKE .font-bold-36 {
    font-size: 26px;
  }

  #DUKE .form-section {
    margin-top: 50px;
  }

  #DUKE .form-container {
    margin-bottom: 100px;
  }

  #DUKE .form-container .form-left {
    display: none;
  }

  #DUKE .form-section .form-container {
    gap: 0;
  }

  #DUKE #form-check-label {
    font-size: 14px;
    margin-left: 12px;
    line-height: normal;
    font-family: roboto-regular;
  }

  #DUKE .form-check-input {
    margin-top: 0;
  }
  #DUKE .mb-200 {
    margin-bottom: 80px;
  }
  #DUKE .banner {
    top: 60px;
  }
  #DUKE .banner-overlay .program-options {
    flex-direction: column;
    gap: 40px;
  }
  #DUKE .banner-overlay .program-option {
    width: min(90vw, 400px);
    padding-bottom: 57.75%; /* 41/71 * 100% */
  }
  #DUKE .program-content {
    padding-top: 80px;
  }
  #DUKE table {
    margin-bottom: 0px;
  }
  #DUKE .program-content .DUKE-energy-battery table {
    margin-bottom: 10px;
  }
  #DUKE .program-content .DUKE-energy-battery table:last-of-type,
  #DUKE .DUKE-energy-powerpair .incentives table:last-of-type {
    margin-top: 24px;
  }

  #DUKE .incentives ul {
    grid-template-columns: unset;
  }
  #DUKE table th {
    font-size: 14px;
    line-height: 20px;
    width: 23% !important;
    white-space: normal !important;
  }

  #DUKE .grid-right-img {
    gap: 0;
    flex-wrap: wrap;
  }

  #DUKE .grid-right-img .title {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  #DUKE .incentives strong {
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 10px !important;
  }
  #DUKE .grid-right-img .right {
    margin-top: 15px;
    width: 100%;
  }

  #DUKE .grid-right-img .right img {
    width: 100%;
  }

  #DUKE .grid-left-img {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #DUKE .grid-left-img .left {
    width: 100%;
  }
  #DUKE .DUKE-energy-powerpair .eligible {
    flex-direction: column;
  }
  #DUKE .DUKE-energy-powerpair .eligible .left {
    margin-bottom: 15px;
  }
  #DUKE .DUKE-energy-powerpair .home-incentives {
    flex-direction: column-reverse;
    gap: 15px;
  }

  #DUKE .grid-left-img .right {
    width: 100%;
    padding-left: 0;
  }

  #DUKE .banner .cont {
    width: 100%;
    top: 100px;
  }

  #DUKE .banner .cont .title {
    font-size: 36px;
    line-height: normal;
  }

  #DUKE .enroll {
    gap: 40px;
    flex-direction: column;
  }
  #DUKE .enroll .left,
  #DUKE .enroll .right {
    width: 100%;
  }

  #DUKE .enroll .title {
    text-align: center;
    margin-bottom: 20px;
  }
  #DUKE .enroll .box-icon {
    margin-top: 30px;
  }

  #DUKE .enroll .left img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
  #DUKE .faq .content .faq-item {
    font-size: 14px;
    padding: 20px 0;
  }
  #DUKE .faq .content .faq-item .answer {
    font-size: 14px;
  }

  #DUKE .content .faq-item {
    padding: 10px;
  }
  #DUKE .faq .tip {
    margin-top: 25px;
  }
  #DUKE table td {
    font-size: 14px;
  }
  #DUKE .DUKE-energy-powerpair .enroll-list {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  #DUKE .DUKE-energy-powerpair .enroll .enroll-item {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 10px;
    width: 100%;
  }
  #DUKE .DUKE-energy-powerpair .enroll .tip {
    margin-top: 0;
  }
  #DUKE .DUKE-energy-powerpair .enroll .arrow-icon {
    display: none;
  }
  #DUKE .incentives .title {
    margin-bottom: 20px;
  }
  #DUKE .DUKE-energy-powerpair .eligible .desc {
    margin-bottom: 20px;
  }
  #DUKE .grid-left-img .title {
    margin-bottom: 20px;
    text-align: center;
  }
  #DUKE .grid-left-img .desc,
  #DUKE .DUKE-energy-powerpair .enroll .desc,
  #DUKE .incentives .desc {
    margin-bottom: 20px;
  }
  #DUKE .grid-left-img .desc ul {
    font-family: roboto-regular;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  #DUKE .banner .cont {
    top: 80px;
  }
  #DUKE .banner .cont .title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #DUKE .banner .cont .desc {
    line-height: normal;
  }
}

@media screen and (max-width: 1200px) {
  #DUKE main {
    padding-left: 5%;
    padding-right: 5%;
  }
  #DUKE .form-section .form-container {
    gap: 30px;
  }
  #DUKE .banner .cont {
    width: 76%;
  }
}
@media screen and (max-width: 1400px) {
  #DUKE .form-section .form-left {
    width: 90%;
  }

  #DUKE label {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 2000px) {
  #DUKE main {
    max-width: 105rem;
  }
}

@media screen and (max-width: 2200px) {
  #DUKE main {
    max-width: 108rem;
  }
}

@media screen and (min-width: 2800px) {
  #DUKE main {
    max-width: 122rem;
  }
}

@media screen and (min-width: 4000px) {
  #DUKE main {
    max-width: 138rem;
  }
}

@media screen and (min-width: 1700px) {
  #DUKE .banner .cont {
    top: 135px;
  }

  #DUKE .form-section .form-container {
    gap: 150px;
  }

  #DUKE .form-section .form-right .form-title {
    margin-bottom: 40px;
    padding-bottom: 34px;
  }

  #DUKE .submit {
    margin-top: 80px;
  }
}
.banner-container {
  position: sticky;
  top: 4.69rem;
  height: 200vh;
}
