:root {
  --white: white;
  --orange: #f27c27;
  --black: #000;
  --transparent: #0000;
  --_base---color-3: #f02b2b;
  --_base---green: #00c917;
  --_base---color-4: #cc5118;
  --_base---orange: #f27c27;
  --_base---y: #ffe83d;
  --_base---black: black;
  --_base---white: white;
  --_base---color-2: #c2c2c2;
  --_base-2---color-4: #cc5118;
  --_base-2---color-3: #f02b2b;
  --_base-2---black: black;
  --_base-2---orange: #f27c27;
  --_base-2---y: #ffe83d;
  --_base-2---color-2: #c2c2c2;
  --_base-2---white: white;
  --_base-2---green: #00c917;
  --white-smoke: whitesmoke;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main-body {
  font-family: Noto Sans Thai, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.standard-container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.standard-container.navbar-set {
  max-width: 1600px;
}

.standard-container.price-set {
  width: 100%;
  max-width: 1340px;
}

.standard-container.full {
  width: 95%;
  max-width: 1400px;
}

.navbar-flex-cover {
  justify-content: space-between;
  align-items: center;
}

.navbar-logo {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.navbar-link {
  color: var(--white);
  border-radius: 100px;
  padding: 5px 15px;
  transition: all .2s;
}

.navbar-link:hover {
  background-color: var(--orange);
  text-align: left;
}

.navbar-link.w--current {
  color: var(--white);
}

.navbar-social-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.social-icon-link {
  background-color: var(--orange);
  border-radius: 100px;
  padding: 9px;
}

.social-icon-link.green {
  background-color: #3cce14;
}

.social-icon {
  width: 100%;
  max-width: 25px;
  height: auto;
}

.home-slider {
  background-color: #0000;
  height: auto;
}

.home-slider-cover {
  background-image: linear-gradient(135deg, black, var(--transparent) 76%), url('../images/home-bannner-abstract.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 75vw;
  max-height: 800px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.home-slider-cover.slide-2 {
  background-image: linear-gradient(#000c, #0000), url('../images/selected-banner-3.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.home-slider-cover.slide-3 {
  background-image: linear-gradient(#000c, #0000), url('../images/home-slide-bg-new-2.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.home-slider-cover.slide-4 {
  background-image: linear-gradient(#000c, #0000), url('../images/home-slide-bg-new-1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.home-slider-cover.slide-5 {
  background-image: linear-gradient(#000c, #0000), url('../images/factory50-featured-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-section.after-header {
  padding-top: 80px;
}

.page-section.after-header.bg {
  background-image: url('../images/circle-bg-test.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.page-section.after-header.black {
  color: var(--white);
  background-image: linear-gradient(#000, #3339), url('../images/home-bannner-abstract.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-section.footer {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(135deg, #000, #632e08);
}

.page-section.map {
  color: var(--white);
  background-image: linear-gradient(135deg, #000000ab, #2b2b2ba6), url('../images/map-bg-pattern.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.before-divide {
  padding-bottom: 100px;
}

.page-section.before-divide.bg {
  background-image: linear-gradient(180deg, var(--white), #ffffffa6 80%), url('../images/circle-bg-test.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-section._80px-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.why-us {
  padding-top: 80px;
}

.page-section.microinverter {
  background-image: none;
}

.page-section.microinverter:where(.w-variant-6a1b6731-bfa1-5fab-82f3-787f9777c2a7) {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.form {
  background-image: linear-gradient(45deg, black, var(--transparent)), url('../images/solar-form-bg.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.calculation {
  background-image: url('../images/abstract-bg-test-2.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.customer {
  color: var(--white);
  background-image: url('../images/home-banner-bg-test.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 60px;
}

.page-section.overflow {
  overflow: hidden;
}

.page-section.black-bg {
  color: var(--white);
  background-image: url('../images/home-banner-bg-test.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
}

.page-section.colored-divide {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 20px;
}

.page-section.work-header {
  background-image: linear-gradient(135deg, #00000080, #3f3f3fcc 69%, #0c0c0c80), url('../images/dark-bg-test.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-section.solar-factory {
  background-image: linear-gradient(180deg, #000c, var(--transparent)), url('../images/factory50-featured-5.jpg');
  color: var(--white);
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.page-section.price-code {
  padding-top: 80px;
  padding-bottom: 0;
}

.page-section.orange-header {
  background-image: linear-gradient(180deg, #cf5700, var(--orange) 23%, white 90%);
  color: var(--white);
  padding-top: 80px;
}

.page-section.loan-table {
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-section.loan-table.icbc {
  background-image: linear-gradient(135deg, #c7131be6, #720005cc), url('../images/work-old-rose-roof-home-5-kw-2_1work-old-rose-roof-home-5-kw-2.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-section.loan-table.mitsib {
  background-image: linear-gradient(135deg, #f47519e6, #f3611ccc), url('../images/home-slide-bg-new-1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-section.loan-table.ttb {
  color: #333;
  background-image: linear-gradient(135deg, #fff, #f5f5f5e6), url('../images/new-potforlio-may-2025-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-section.loan-table.ghb {
  background-image: linear-gradient(135deg, #f05423e6, #a72800cc), url('../images/work-blue-roof-bkk-5-kw-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.page-section.loan-table.pay-solution {
  background-image: linear-gradient(135deg, #0524a7e6, #00156ff2), url('../images/new-potfolio-june-2025-3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.page-section.work-bg {
  background-image: url('../images/work-bg-v2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.page-section.factory-lead {
  background-image: linear-gradient(180deg, var(--white), var(--transparent) 25%, #0000 75%, var(--white)), url('../images/work-bg-factory.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.page-section.orange-bg {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  color: var(--white);
}

.page-section.orange-circle-bg {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.home-install-type {
  background-image: url('../images/work-bg-homeset.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-section.thank-you {
  color: var(--white);
  background-image: linear-gradient(#000 20%, #1d1d1d);
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.below-padding {
  padding-bottom: 60px;
}

.home-slide-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  position: relative;
}

.home-slide-card.card-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.home-banner-heading {
  max-width: 800px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.home-banner-text {
  max-width: 500px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.home-banner-text.other-pages {
  max-width: 500px;
  font-weight: 400;
  display: block;
}

.inline-break-span {
  display: inline-block;
}

.home-banner-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #e9c00a, var(--orange));
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.home-banner-button:hover {
  transform: scale(1.05);
}

.button-icon {
  width: 10px;
}

.page-section-flex {
  justify-content: flex-start;
  align-items: center;
}

.page-section-flex.v-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.page-section-flex.why-us {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.page-section-flex.review {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.page-section-flex.form {
  justify-content: flex-start;
  align-items: flex-start;
}

.page-section-flex.customer-full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: none;
}

.page-section-flex.business {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  perspective: 2000px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.page-section-flex.package {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.page-section-flex.map-display, .page-section-flex.map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.page-section-flex.pricing, .page-section-flex.factory-header {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.page-section-flex.home-sample {
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.section-texts.subhead {
  font-size: 20px;
  line-height: 27px;
}

.section-texts.huawei {
  text-align: center;
  max-width: 650px;
}

.section-texts.highlight {
  background-color: #db0000;
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
}

.section-texts.factory-intro {
  font-size: 20px;
  line-height: 27px;
}

.section-texts.price-detail {
  max-width: 600px;
  font-size: 20px;
  line-height: 27px;
}

.section-header {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
}

.section-colored-heading {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.section-colored-heading.static-color {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.section-colored-heading.solar-install {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  max-width: 350px;
  font-size: 3rem;
  line-height: 3.5rem;
}

.section-heading-flex.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.section-heading-flex.factory-set {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-heading-flex.huawei {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.section-heading-flex.form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.section-heading-flex.news-4 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.hidden {
  display: none;
}

.solar-price-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #000000a6;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 19%;
  min-height: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.solar-price-header {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.solar-price-header-text {
  padding-left: 5px;
  padding-right: 5px;
}

.solar-price-header-text.bigger {
  background-color: var(--orange);
  color: var(--white);
  padding: 5px 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
}

.solar-group-type.small {
  font-size: 14px;
  line-height: 20px;
}

.solar-price-number {
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
}

.solar-price-number.orange {
  color: var(--orange);
}

.solar-set-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.solar-set-image {
  width: 100px;
}

.solar-set-number-flex {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.solar-set-number {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.solar-set-number.orange-span {
  font-weight: 700;
}

.solar-price-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.solar-price-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.orange-span {
  color: var(--orange);
  font-weight: 600;
}

.package-heading {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.package-heading.colored {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  font-size: 4rem;
  line-height: 4.5rem;
}

.package-banner {
  border-radius: 25px;
  width: 50%;
  height: auto;
}

.package-banner.map {
  object-fit: cover;
  object-position: 50% 21%;
  max-width: 500px;
  max-height: 500px;
}

.package-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.brand-logo {
  width: 100px;
  height: auto;
}

.work-more-button {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
}

.work-more-button:hover {
  background-color: var(--black);
  transform: scale(1.05);
}

.colored {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.location-place-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
}

.location-place {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #313131a6;
  border-radius: 100px;
  width: 170px;
  padding: 7px 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.location-place-text {
  font-size: 25px;
  line-height: 32px;
}

.dropdown-cover {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-cover.widget-call {
  width: 100%;
  height: auto;
}

.dropdown-icon {
  margin: 0;
  position: relative;
}

.faq-answer-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.faq-question-heading {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.faq-answer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.faq-detail-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  width: 100%;
}

.faq-bullets {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.faq-bullets.number {
  list-style-type: decimal;
}

.faq-more-icon {
  width: 30px;
}

.faq-warpper {
  background-image: linear-gradient(135deg, var(--orange), #eeab00);
  color: var(--white);
  border-bottom: 2px solid #e2e2e2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
}

.form-code {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  padding: 20px;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
}

.footer-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.footer-logo {
  object-fit: cover;
  width: 150px;
  height: auto;
  max-height: 100px;
}

.footer-company-name {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.footer-address-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.footer-address-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  max-width: 330px;
}

.footer-address-heading {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
}

.footer-address-text {
  font-size: 14px;
  line-height: 20px;
}

.dbd-link {
  margin-top: 10px;
}

.dbd-logo {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.copyright-code {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.footer-contact-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-contact-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 250px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.footer-contact-icon {
  width: 50px;
  height: auto;
}

.footer-dropdown-list.w--open {
  background-color: var(--orange);
  border-radius: 10px;
  top: 57px;
}

.footer-dropdown-link {
  color: var(--white);
  text-align: center;
  font-weight: 600;
}

.presenter-sample {
  object-fit: cover;
  object-position: 50% 0%;
  width: 45vw;
  max-width: 650px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.why-us-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 45%;
  position: relative;
}

.why-reason-grid {
  grid-template-rows: auto auto auto;
}

.why-reason-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}

.why-reason-icon {
  width: 20px;
}

.why-brand-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #d6d6d6;
  padding-top: 20px;
}

.why-brand-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.why-us-image {
  filter: drop-shadow(10px 10px 5px #00000040);
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: auto;
}

.why-us-warranty-card {
  border: 5px solid var(--white);
  filter: drop-shadow(4px 6px 5px #00000040);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  background-color: #000000b3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: -15px;
  right: -15px;
}

.warranty-icon {
  width: 80px;
}

.warranty-heading {
  margin-bottom: 10px;
}

.review-main-banner {
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
}

.review-banner-flex {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.review-main-cover {
  transform-style: preserve-3d;
  background-image: linear-gradient(135deg, #4b4b4b, #e0e0e0 55%, #494949);
  border-radius: 25px;
  width: 45%;
  padding: 5px;
  position: relative;
  overflow: hidden;
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.review-main-cover.set-2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0);
}

.review-text-cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, #0000 46%, var(--orange) 95%);
  color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 20px 30px;
  display: flex;
  position: absolute;
  inset: 5px;
}

.review-card-heading {
  font-size: 30px;
  line-height: 37px;
}

.review-card-list {
  padding-left: 25px;
}

.review-video-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
}

.review-video-lightbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.review-video-lightbox:hover {
  transform: scale(1.05);
}

.review-video-thumbnail {
  border-radius: 15px;
}

.review-video-cover {
  position: relative;
}

.review-video-line {
  background-color: var(--orange);
  border-radius: 100px;
  width: 100%;
  height: 5px;
}

.video-play-icon {
  width: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.call-to-action-segment {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  background-color: #4cc764;
  background-image: linear-gradient(135deg, #000, #3a3a3a 50%, #000);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-button:hover {
  background-image: none;
  transform: scale(1.1);
}

.cta-button.call {
  background-color: var(--orange);
}

.cta-button.fb {
  background-color: #0866ff;
}

.cta-icon {
  width: 35px;
}

.cta-dropdown-list.w--open {
  background-color: var(--orange);
  border-radius: 10px;
  top: 60px;
  right: -7px;
}

.cta-dropdown-link {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.widget-cover {
  z-index: 10;
  filter: drop-shadow(0 4px 5px #00000040);
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.widget-toggle {
  background-color: var(--black);
  border-radius: 100px;
  padding: 15px;
}

.widget-icon {
  width: 50px;
}

.widget-list.w--open {
  background-color: var(--black);
  border-radius: 20px;
  bottom: 90px;
  right: 0;
}

.widget-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.widget-link:hover {
  background-color: var(--orange);
}

.widget-link.above {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.widget-link.below {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.widget-link-icon {
  width: 40px;
}

.social-icon-list.w--open {
  background-color: var(--orange);
  border-radius: 10px;
  top: 55px;
  right: 0;
}

.social-list-link {
  color: var(--white);
  font-weight: 500;
}

.home-preferred-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffad;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.home-preferred-text {
  color: var(--black);
  max-width: 230px;
  font-size: 18px;
}

.service-bg {
  z-index: -1;
  width: 100%;
  height: auto;
  position: relative;
}

.service-bg-cover {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.service-bg-cover.home {
  justify-content: flex-start;
  align-items: center;
}

.service-bg-text-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding: 20px 40px 20px 3.5vw;
  display: flex;
  position: absolute;
  left: 0;
}

.service-bg-text-group.home-set {
  width: 37%;
  padding-left: 40px;
  padding-right: 3.5vw;
  left: auto;
  right: 0;
}

.service-header-text {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2vw;
}

.service-header-text.big {
  font-size: 4vw;
  line-height: 4.5vw;
}

.service-image-slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 25px;
  overflow: hidden;
}

.service-image-slider.home-set {
  left: 15px;
}

.service-image-slide {
  width: 100%;
}

.service-image-cover {
  filter: drop-shadow(0 5px 3px #0000004d);
  padding: 10px 15px 10px 10px;
}

.service-image-lightbox {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffc;
  border-radius: 20px;
  padding: 8px;
  transition: all .2s;
}

.service-image-lightbox:hover {
  transform: scale(1.05);
}

.service-image-lightbox.no-border {
  background-color: #0000;
  padding: 0;
}

.service-lightbox-cover {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.service-slider-mask {
  width: 33.33%;
  overflow: visible;
}

.service-slide-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  font-size: 30px;
  display: flex;
}

.service-sample-group {
  color: var(--white);
  background-image: linear-gradient(270deg, #000, #0000);
  padding: 10px 20px;
  font-size: 20px;
  line-height: 27px;
  position: absolute;
  top: 30px;
  right: 0;
}

.service-sample-group.home-set {
  background-image: linear-gradient(90deg, #000, #0000);
  left: 0;
  right: auto;
}

.service-sample-text {
  text-align: right;
  max-width: 400px;
}

.calculation-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.calculation-code {
  width: 50%;
  max-width: 600px;
}

.calculation-code.page {
  width: 100%;
  max-width: 800px;
}

.calculation-detail-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 50%;
}

.home-preferred-logo {
  width: 170px;
}

.pricing-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(180deg, var(--transparent), #000000b5), url('../images/pricing-full-bg.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.pricing-header-text-group {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1340px;
  padding: 20px 40px;
  display: flex;
}

.pricing-heading {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.pricing-heading.bigger {
  filter: drop-shadow(3px 3px #0000008c);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ee5930, #eeab00);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 5vw;
  font-weight: 800;
  line-height: 7.5vw;
}

.pricing-line {
  background-image: linear-gradient(90deg, var(--transparent), black 50%, var(--transparent));
  color: var(--white);
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 25px;
  line-height: 32px;
}

.huawei-main-banner {
  object-fit: cover;
  object-position: 50% 100%;
  width: 50%;
  height: auto;
  max-height: 750px;
}

.huawei-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #000, #000 53%, gray 81%, #000);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
}

.huawei-partner-flex {
  background-image: linear-gradient(180deg, var(--white), #dbfaff 50%, var(--white));
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.huawei-partner-detail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px 40px;
}

.huawei-lightbox-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.huawei-headline-tag {
  background-color: var(--orange);
  color: var(--white);
  padding: 5px 20px;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.huawei-logo-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
}

.huawei-logo-set {
  width: 80px;
}

.huawei-logo-set.bigger {
  width: 110px;
}

.huawei-detail-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.service-more-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 15px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.service-more-button:hover {
  background-color: var(--orange);
}

.news-more-buttons {
  background-color: var(--orange);
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  transition: all .2s;
}

.news-more-buttons:hover {
  background-color: var(--black);
}

.news-slider {
  background-color: var(--transparent);
  height: auto;
}

.news-full-banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 61vw;
  max-height: 750px;
}

.news-full-banner.news-2 {
  object-position: 50% 50%;
}

.news-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-detail-flex {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
}

.news-detail-flex.set-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  border-radius: 20px;
  max-width: 550px;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  box-shadow: 0 6px 5px 3px #0003;
}

.news-detail-flex.set-3 {
  z-index: 2;
  color: var(--black);
  justify-content: center;
  align-items: flex-end;
  left: auto;
  right: 80px;
}

.news-detail-flex.set-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000009c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding: 20px 40px;
  position: absolute;
  inset: 50px auto auto;
  box-shadow: 0 5px 5px 1px #0003;
}

.news-heading {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4rem;
}

.news-heading.set-2 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.news-heading.set-3 {
  font-size: 1.7rem;
  line-height: 2rem;
}

.news-heading.set-3-color {
  color: var(--orange);
  font-size: 3rem;
  line-height: 3.5rem;
}

.news-heading.set-4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.news-heading.set-4-big {
  color: var(--orange);
  font-size: 3rem;
  line-height: 3.5rem;
}

.news-section {
  position: relative;
}

.news-header {
  z-index: 2;
  border: 3px solid var(--orange);
  background-color: var(--orange);
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 25px;
  left: 25px;
}

.news-icon {
  width: 50px;
}

.news-section-heading {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.news-slide-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-slide-nav {
  font-size: 12px;
  line-height: 20px;
}

.map-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ff6b00, #ffd000);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4rem;
}

.news-arrow-icon {
  width: 40px;
}

.calculation-image {
  filter: drop-shadow(0 8px 8px #0006);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  height: auto;
}

.swiper_component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-slide {
  z-index: 0;
  flex: none;
  transition: transform .3s;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -10px;
  left: 0%;
  right: 0%;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--white);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 15px auto auto;
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: var(--orange);
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-custom-style {
  display: none;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--white);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto auto 15px;
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: var(--orange);
}

.swiper-wrapper {
  filter: drop-shadow(0 8px 5px #0000008c);
  flex-flow: row;
  display: flex;
}

.work-block {
  padding-left: 40px;
  padding-right: 40px;
}

.work-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.work-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.work-slide-mask {
  padding-bottom: 40px;
  overflow: visible;
}

.work-slide-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-arrow-icon {
  width: 50px;
}

.solar-form-cover {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #0000008a;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 40px;
}

.widget-call-list.w--open {
  background-color: var(--black);
  border-radius: 10px;
  bottom: 0;
  right: 95px;
  overflow: hidden;
}

.widget-call-link {
  color: var(--white);
  text-align: center;
  transition: all .2s;
}

.widget-call-link:hover {
  background-color: var(--orange);
}

.home-slider-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-arrow-icon {
  width: 35px;
}

.carousel-horizontal {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-logo {
  border-radius: 100px;
  width: 150px;
  padding: 5px;
}

.service-arrow-icon {
  width: 30px;
}

.package-lightbox {
  filter: drop-shadow(0 10px 5px #0006);
  background-image: linear-gradient(135deg, #fff, #a0a0a0 50%, #fff);
  border-radius: 25px;
  width: 50%;
  padding: 10px;
  transition: all .2s;
}

.package-lightbox:hover {
  transform: scale(1.02);
}

.package-lightbox.set-3 {
  width: 33%;
}

.package-poster {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.package-poster.stretch {
  object-fit: cover;
  height: 100%;
}

.gradient-color {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.service-bg-image-cover {
  background-image: linear-gradient(#0000 50%, #000);
  border-top-left-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 63%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-bg-image-cover.home-set {
  border-top-left-radius: 0;
  border-bottom-right-radius: 70px;
}

.service-detail-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.carousel-fade {
  background-image: linear-gradient(90deg, var(--white) 15%, var(--transparent));
  width: 250px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-fade.inversed {
  background-image: linear-gradient(270deg, var(--white) 15%, var(--transparent));
  inset: 0% 0% 0% auto;
}

.home-slide-nav {
  font-size: 14px;
}

.pricing-heading-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.pricing-logo-set {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.pricing-logo {
  width: 120px;
}

.pricing-logo.huawei {
  width: 150px;
}

.pricing-logo-divide {
  background-color: var(--black);
  border-radius: 10px;
  width: 2px;
  height: 40px;
}

.certificate-image {
  border-radius: 5px;
  width: 200px;
}

.home-certificate-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.page-header {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/home-slide-bg-new-1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 100%;
  height: 600px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.page-header.factory {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/home-slide-bg-new-2.avif');
}

.page-header.works {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/home-slider-banner-3.jpg');
}

.page-header.loan {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/solar-home-banner.avif');
}

.page-header.blog {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/factory-sample-set-1-6.avif');
}

.page-header.contact {
  background-image: linear-gradient(135deg, #000000c4 20%, var(--transparent) 90%), url('../images/factory50-featured-1.jpg');
  background-position: 0 0, 50% 100%;
}

.page-header-flex {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.solar-benefit-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.solar-benefit {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #0006;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  padding: 20px;
  display: flex;
}

.solar-benefit-icon {
  width: 80px;
}

.solar-benefit-heading, .solar-benefit-heading.v2 {
  font-size: 2rem;
  line-height: 2.3rem;
}

.counting-flex {
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}

.counting-flex.four-set {
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.counting-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.counting-text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.counting-number-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
}

.counting-number {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
}

.counting-number.text {
  justify-content: center;
  align-items: flex-end;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 3rem;
  line-height: 4rem;
}

.counting-divide {
  background-color: #e0e0e0;
  width: 2px;
  height: 100px;
}

.counting-divide.special {
  display: none;
}

.page-section-heading {
  font-size: 30px;
  line-height: 37px;
}

.page-section-heading.thanks {
  font-size: 3rem;
  line-height: 4rem;
}

.install-type-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.install-type-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  display: flex;
}

.install-type-icon {
  width: 130px;
}

.install-type-name {
  text-align: center;
  max-width: 220px;
  font-size: 20px;
  line-height: 27px;
}

.why-us-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.section-dual-flex-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 45%;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.standout-text-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.standout-text {
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 4.5rem;
}

.standout-text.big {
  color: var(--orange);
  font-size: 3rem;
  line-height: 3rem;
}

.standout-text.big-text {
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 6rem;
}

.business-type {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business-type.align-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.business-type.align-right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0);
}

.business-type.center {
  transform: scale(.97);
}

.business-type-image {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.business-type-text {
  filter: drop-shadow(0 2px 5px #000000b3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  background-color: #00000080;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.solar-install-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.past-work-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.past-work-lightbox {
  color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.past-work-lightbox.hidden {
  display: none;
}

.past-work-cover {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.featured-work-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 700px;
}

.featured-work-block {
  background-image: linear-gradient(180deg, #000000b3, var(--transparent));
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.featured-work-heading {
  font-size: 3rem;
  line-height: 3.5rem;
}

.featured-work-heading.subhead {
  font-size: 2rem;
  line-height: 2.5rem;
}

.past-work-text-cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000073;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 85px;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.past-work-icon {
  width: 30px;
  height: 30px;
}

.past-work-icon:where(.w-variant-f5411004-e999-96bf-3c58-19b0a3b6ca0e) {
  width: 50px;
  height: 50px;
}

.loan-table-heading-main {
  color: #fff;
  background-color: #920006;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.loan-detail-slot {
  border-bottom: 1px solid #a3a3a3;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.loan-detail-slot.bolder {
  font-weight: 600;
}

.loan-detail-slot.bolder.more {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
}

.loan-company-logo {
  width: 400px;
  height: auto;
}

.loan-company-logo.logo-2 {
  border-radius: 20px;
  width: 200px;
}

.loan-company-logo.logo-3, .loan-company-logo.logo-5 {
  width: 200px;
}

.loan-company-logo.logo-4 {
  width: 250px;
  margin-bottom: 20px;
}

.loan-company-logo.logo-1 {
  background-color: var(--white);
  border-radius: 20px;
  padding: 10px 20px 10px 30px;
}

.loan-table-heading {
  color: #fff;
  background-color: #c7131b;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.loan-table-heading.mitsib {
  background-color: #ff5a25;
}

.loan-time {
  color: #fff;
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  display: flex;
}

.loan-time.corner-right {
  border-top-right-radius: 10px;
}

.loan-detail-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.loan-detail-flex.no-table {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.loan-table-bigger-text {
  font-size: 3rem;
  line-height: 3rem;
}

.loan-detail-splash {
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
}

.loan-price-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: drop-shadow(0 8px 5px #00000080);
  color: #333;
  text-align: center;
  background-image: linear-gradient(135deg, #dbdbdb, #fff 70%, #c2c2c2);
  border-radius: 15px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 47%;
  max-width: 550px;
  padding: 10px;
  overflow: hidden;
}

.loan-price-table-grid._2-column {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.loan-detail-heading-flex {
  justify-content: center;
  align-items: flex-start;
}

.loan-detail-heading-flex._w-gap, .loan-detail-heading-flex.ttb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.loan-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.loan-contact-dropdown {
  z-index: auto;
  background-color: var(--black);
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.loan-contact-dropdown:hover {
  background-color: var(--orange);
  filter: drop-shadow(0 2px 2px #00000063);
  transform: scale(1.05);
}

.loan-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 15px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.loan-dropdown-icon {
  width: 30px;
  height: auto;
}

.loan-dropdown-list.w--open {
  background-color: #cc5118;
  border-radius: 10px;
  top: 55px;
  right: -3px;
}

.loan-phone-link {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.loan-detail-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.loan-detail-paragraph.max-width {
  max-width: 600px;
}

.loan-detail-small {
  color: #fff;
  background-color: #333;
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.loan-notice-ttb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.loan-detail-splash-sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.loan-notice-ttb-heading {
  font-weight: 500;
}

.loan-notice-list {
  text-align: left;
  max-width: 780px;
  padding-left: 20px;
}

.loan-notice-list.inside-grid {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.loan-price-table-heading-2 {
  color: #fff;
  text-align: center;
  background-color: gray;
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.loan-price-table-heading-2.darker-bg {
  background-color: #004ff0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
}

.loan-price-table-heading-2.darker-bg.ghb {
  background-color: #ee3900;
}

.loan-notice-ttb-paragraph {
  max-width: 620px;
}

.loan-notice-ghb {
  font-weight: 500;
}

.number-note {
  font-size: 14px;
  line-height: 20px;
  top: -10px;
}

.loan-detail-notice {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.loan-detail-notice.ghb {
  margin-top: 20px;
  margin-bottom: 10px;
}

.loan-divide {
  width: 100%;
  height: 5px;
}

.contact-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.contact-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.contact-card-icon {
  width: 100px;
  height: auto;
}

.contact-card-heading {
  font-weight: 600;
}

.contact-call-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.dropdown-arrow-icon {
  margin: 0;
  position: static;
}

.contact-call-list.w--open {
  background-color: var(--black);
  border-radius: 10px;
}

.contact-call-link {
  color: var(--white);
  text-align: center;
  transition: all .2s;
}

.contact-call-link:hover {
  color: var(--orange);
}

.map-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
}

.map-code {
  width: 100%;
  height: 400px;
}

.map-card-heading {
  text-align: center;
}

.past-work-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.factory-showcase-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 500px;
}

.factory-show-lightbox {
  width: 100%;
}

.factory-slide-cover {
  padding: 10px;
}

.factory-tag-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.factory-tag-name {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: #ffffffb3;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.factory-content-image {
  filter: drop-shadow(10px 10px 5px #00000040);
  object-fit: cover;
  border-radius: 30px;
  width: 45%;
  height: auto;
}

.featured-work-cover {
  position: relative;
}

.news-article-logo-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.news-article-logo {
  width: 130px;
}

.news-banner-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  align-self: flex-end;
  width: 75%;
  height: auto;
  margin-left: -15vw;
}

.news-2-banner-image {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 0%;
  align-self: flex-end;
  width: 60%;
  max-width: 650px;
  height: auto;
}

.news-logo-divide {
  background-color: var(--black);
  width: 2px;
  height: 60px;
}

.work-lightbox {
  width: 100%;
}

.news-cover-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  bottom: 0;
}

.loan-detail-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 47%;
}

.work-main-lightbox {
  border-radius: 25px;
  width: 100%;
  height: auto;
  transition: all .2s;
  overflow: hidden;
}

.work-main-lightbox:hover {
  transform: scale(1.03);
}

.featured-circle-image {
  width: 40%;
  max-width: 500px;
  height: auto;
}

.solar-benefit-v2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #0006;
  background-image: url('../images/benefit-corner-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 130px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  min-height: 200px;
  padding: 20px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.solar-benefit-v2.slot-2 {
  background-image: url('../images/benefit-corner-2.png');
}

.solar-benefit-v2.slot-3 {
  background-image: url('../images/benefit-corner-3.png');
}

.solar-benefit-v2.slot-4 {
  background-image: url('../images/benefit-corner-4.png');
}

.solar-benefit-v2.slot-5 {
  background-image: url('../images/benefit-corner-5.png');
}

.solar-benefit-v2.slot-6 {
  background-image: url('../images/benefit-corner-6.png');
}

.solar-benefit-v2.slot-7 {
  background-image: url('../images/benefit-corner-7.png');
}

.solar-benefit-v2.slot-8 {
  background-image: url('../images/benefit-corner-8.png');
}

.benefit-icon-bg {
  opacity: .35;
  mix-blend-mode: multiply;
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.factory-lead-select {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 25px;
}

.factory-lead-cover {
  position: relative;
}

.factory-lead-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 550px;
}

.factory-lead-image.set-4 {
  object-position: 50% 70%;
}

.factory-lead-image.set-3 {
  object-position: 50% 50%;
}

.factory-lead-text-block {
  background-image: linear-gradient(180deg, black, var(--transparent));
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 40px;
  font-size: 25px;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.factory-lead-heading {
  background-image: linear-gradient(135deg, #eeab00, var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 10px;
  font-size: 3rem;
  line-height: 4rem;
}

.factory-lead-tab {
  background-color: var(--black);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column-reverse;
  display: flex;
  overflow: hidden;
}

.factory-lead-link {
  background-color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: flex;
}

.factory-lead-link.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.factory-lead-slider {
  background-color: var(--transparent);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: auto;
  overflow: hidden;
}

.factory-lead-slide-nav {
  font-size: 13px;
  line-height: 20px;
}

.factory-content-slider {
  background-color: var(--transparent);
  filter: drop-shadow(10px 10px 5px #00000040);
  width: 45%;
  height: auto;
}

.factory-content-slide-card {
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.factory-content-mask {
  border-radius: 30px;
}

.factory-content-lightbox {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.factory-lightbox-cover {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 450px;
}

.factory-content-slide-nav {
  font-size: 13px;
}

.standout-flex {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}

.standout-group {
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-cover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  display: flex;
}

.call-white-icon {
  width: 30px;
  height: auto;
}

.home-style-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.home-style-flex.two-set {
  width: 48.5%;
}

.home-style-flex.banner {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home-style-lightbox {
  width: 32%;
  height: auto;
  transition: transform .2s;
}

.home-style-lightbox:hover {
  transform: scale(1.05);
}

.home-style-lightbox.two-set {
  width: 48%;
}

.home-style-lightbox.four-set {
  width: 23.5%;
}

.home-style-lightbox.banner {
  width: 45%;
  max-width: 500px;
}

.home-style-cover {
  border-radius: 15px 0;
  width: 100%;
  height: auto;
}

.home-style-cover.no-corner {
  border-radius: 0;
}

.home-style-heading {
  border-bottom: 2px solid var(--orange);
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 2.3rem;
  line-height: 2.5rem;
}

.home-style-heading.big {
  text-align: left;
  max-width: 400px;
  font-size: 3.5rem;
  line-height: 4rem;
}

.home-style-two-cover {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
}

.home-style-banner {
  width: 45%;
  max-width: 600px;
  height: auto;
}

.call-cta-text {
  position: relative;
  top: 2px;
}

.thank-you-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.thanks-text {
  max-width: 800px;
  font-size: 20px;
  line-height: 27px;
}

.thanks-text.subhead {
  font-size: 20px;
  line-height: 27px;
}

.thanks-text.huawei {
  text-align: center;
  max-width: 650px;
}

.thanks-text.highlight {
  background-color: #db0000;
  margin-top: 10px;
  padding: 5px 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
}

.thanks-text.factory-intro {
  font-size: 20px;
  line-height: 27px;
}

.container-2 {
  max-width: 1100px;
}

@media screen and (max-width: 991px) {
  .standard-container.navbar-set {
    padding-right: 10px;
  }

  .navbar-link:hover {
    background-color: var(--black);
  }

  .navbar-link-flex {
    background-color: var(--orange);
    padding: 10px;
  }

  .home-slider-cover {
    height: 100vw;
  }

  .page-section.work-header {
    padding-bottom: 20px;
  }

  .page-section.loan-table {
    padding-top: 50px;
  }

  .home-slide-card {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-slide-card.home {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .home-banner-heading {
    max-width: 600px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .home-banner-text {
    max-width: 450px;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .page-section-flex.why-us {
    flex-flow: column;
  }

  .page-section-flex.customer-full {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .page-section-flex.business {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .page-section-flex.package, .page-section-flex.map-display, .page-section-flex.map {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .page-section-flex.home-sample {
    grid-row-gap: 20px;
  }

  .section-texts.factory-intro {
    max-width: 800px;
  }

  .section-colored-heading {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .section-colored-heading.solar-install {
    text-align: center;
  }

  .section-heading-flex.factory-set, .section-heading-flex.form {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-heading-flex.news {
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading-flex.news-4 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading-flex.news-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .solar-price-card {
    justify-content: flex-start;
    align-items: stretch;
    width: 45%;
    max-width: 350px;
    min-height: auto;
  }

  .solar-price-group {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .faq-detail-box {
    padding-bottom: 0;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .copyright-code {
    margin-top: 20px;
  }

  .footer-contact-flex {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 680px;
  }

  .presenter-sample {
    width: 65%;
    right: -40px;
  }

  .why-us-flex {
    width: 100%;
    max-width: 600px;
  }

  .review-main-banner {
    width: 50%;
  }

  .review-banner-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .review-main-cover {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 750px;
    padding: 10px;
    display: flex;
    transform: none;
  }

  .review-main-cover.set-2 {
    transform: none;
  }

  .review-text-cover {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    position: static;
  }

  .review-video-flex {
    flex-flow: wrap;
  }

  .review-video-lightbox {
    width: 30%;
  }

  .home-preferred-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-preferred-text {
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }

  .service-bg-cover {
    flex-flow: wrap;
  }

  .service-bg-text-group {
    padding-bottom: 0;
  }

  .service-image-cover {
    padding: 5px;
  }

  .service-sample-text {
    font-size: 18px;
    line-height: 23px;
  }

  .home-preferred-logo {
    width: 150px;
  }

  .pricing-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(180deg, var(--transparent), #000000b5), url('../images/pricing-bg-long.jpg');
  }

  .pricing-header-text-group {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing-heading.bigger {
    font-size: 7vw;
    line-height: 11vw;
  }

  .huawei-main-banner {
    object-position: 50% 50%;
    order: 9999;
    width: 100%;
    max-height: 400px;
    display: none;
  }

  .huawei-partner-flex {
    flex-flow: column;
    height: 740px;
    padding-bottom: 20px;
  }

  .huawei-partner-detail {
    width: 100%;
  }

  .news-full-banner {
    object-position: 80% 50%;
    height: 740px;
    max-height: none;
  }

  .news-full-banner.news-2, .news-full-banner.news-3 {
    object-position: 0% 50%;
  }

  .news-full-banner.news-4 {
    object-position: 50% 50%;
  }

  .news-detail-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    bottom: 50px;
    left: auto;
  }

  .news-detail-flex.set-2 {
    left: auto;
  }

  .news-detail-flex.set-3 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    top: 50px;
    bottom: auto;
    right: auto;
  }

  .news-icon {
    width: 40px;
  }

  .news-section-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .work-arrow-icon {
    width: 35px;
  }

  .pricing-heading-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .certificate-image {
    width: 150px;
  }

  .home-certificate-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .page-header {
    height: 400px;
  }

  .page-header-flex {
    padding-top: 40px;
  }

  .solar-benefit {
    width: 30%;
  }

  .solar-benefit-icon {
    width: 60px;
  }

  .solar-benefit-heading, .solar-benefit-heading.v2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .counting-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .counting-number {
    font-size: 4rem;
    line-height: 4rem;
  }

  .counting-number.text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .page-section-heading.factory {
    max-width: 550px;
  }

  .section-dual-flex-text {
    width: 100%;
    max-width: 600px;
  }

  .solar-install-flex {
    flex-flow: column;
  }

  .past-work-lightbox {
    width: 30%;
  }

  .past-work-cover {
    height: 250px;
  }

  .featured-work-block {
    padding: 20px;
  }

  .featured-work-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .featured-work-heading.subhead {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .loan-company-logo.logo-3 {
    width: 150px;
  }

  .loan-company-logo.logo-1 {
    width: 300px;
  }

  .loan-detail-flex {
    flex-flow: column;
  }

  .loan-detail-flex.no-table {
    justify-content: center;
    align-items: center;
    min-height: 350px;
  }

  .loan-detail-splash {
    font-size: 25px;
    line-height: 32px;
  }

  .loan-price-table-grid {
    width: 100%;
    max-width: 600px;
  }

  .loan-detail-heading-flex, .loan-notice-ttb {
    justify-content: center;
    align-items: center;
  }

  .loan-detail-splash-sub {
    font-size: 25px;
    line-height: 32px;
  }

  .loan-notice-list {
    max-width: 550px;
  }

  .navbar-menu-button {
    color: var(--white);
  }

  .navbar-menu-button.w--open {
    background-color: var(--orange);
    border-radius: 10px;
  }

  .past-work-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .work-slide-nav {
    font-size: 10px;
  }

  .factory-content-image {
    order: 9999;
    width: 100%;
    max-width: 600px;
  }

  .news-banner-image {
    order: 9999;
    align-self: center;
    width: 500px;
    margin-left: 0;
    left: auto;
  }

  .news-2-banner-image {
    align-self: center;
    width: 90%;
    max-height: 420px;
    left: auto;
    right: auto;
  }

  .news-cover-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
  }

  .loan-detail-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 600px;
  }

  .solar-benefit-v2 {
    width: 30%;
    min-height: 250px;
    font-size: 16px;
    line-height: 22px;
  }

  .factory-lead-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .factory-content-slider {
    width: 100%;
    max-width: 600px;
  }

  .home-style-flex.two-set {
    width: 100%;
  }

  .home-style-flex.banner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-style-lightbox {
    width: 45%;
    max-width: 400px;
  }

  .home-style-lightbox.two-set, .home-style-lightbox.four-set {
    width: 45%;
  }

  .home-style-lightbox.banner {
    width: 80%;
    max-width: 700px;
  }

  .home-style-heading {
    font-size: 2rem;
  }

  .home-style-heading.big {
    text-align: center;
    max-width: 600px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .thanks-text {
    max-width: 500px;
    font-size: 18px;
    line-height: 23px;
  }

  .thanks-text.factory-intro {
    max-width: 800px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-link {
    padding-left: 0;
  }

  .home-slider-cover {
    height: 800px;
    max-height: none;
  }

  .page-section.after-header {
    padding-top: 60px;
  }

  .page-section.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-section.map {
    padding-top: 40px;
  }

  .page-section.before-divide {
    padding-bottom: 60px;
  }

  .page-section.why-us {
    padding-top: 40px;
  }

  .page-section.calculation {
    background-image: none;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-section.colored-divide, .page-section.work-header {
    padding-top: 40px;
  }

  .page-section.price-code, .page-section.orange-header {
    padding-top: 60px;
  }

  .page-section.orange-bg, .page-section.orange-circle-bg {
    padding-top: 30px;
  }

  .home-slide-card.home {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .home-banner-heading {
    max-width: 500px;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .home-banner-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .home-banner-text.other-pages {
    max-width: 300px;
  }

  .page-section-flex.form {
    justify-content: center;
    align-items: center;
  }

  .page-section-flex.map-display {
    flex-flow: column;
  }

  .page-section-flex.map {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-texts.subhead {
    text-align: center;
  }

  .section-texts.highlight {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-texts.factory-intro {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }

  .section-texts.price-detail {
    text-align: center;
  }

  .section-colored-heading.static-color.promo {
    max-width: 450px;
  }

  .section-colored-heading.solar-install {
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .section-heading-flex {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading-flex.factory-set {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-heading-flex.form {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .solar-price-card {
    width: 48%;
  }

  .solar-price-group {
    flex-flow: wrap;
  }

  .package-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .package-heading.colored {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .package-banner.map {
    object-position: 50% 0%;
    width: 60%;
    max-height: 450px;
  }

  .package-details {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .location-place-flex {
    justify-content: center;
    align-items: center;
  }

  .location-place-text {
    font-size: 20px;
    line-height: 27px;
  }

  .faq-detail-box {
    max-width: 700px;
  }

  .footer-address-flex {
    flex-flow: wrap;
  }

  .presenter-sample {
    width: 100%;
    max-width: 450px;
    max-height: 250px;
    position: relative;
    right: auto;
  }

  .why-us-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .why-us-flex.install {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .why-reason-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why-reason-flex {
    width: 45%;
  }

  .why-brand-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .why-brand-list {
    justify-content: center;
    align-items: center;
  }

  .review-text-cover {
    font-size: 14px;
    line-height: 20px;
  }

  .review-card-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .review-video-lightbox {
    width: 45%;
  }

  .widget-toggle {
    padding: 10px;
  }

  .widget-icon {
    width: 30px;
  }

  .widget-list.w--open {
    border-radius: 15px;
    bottom: 60px;
  }

  .widget-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 7px;
    line-height: 10px;
  }

  .widget-link.above {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .widget-link.below {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .widget-link-icon {
    width: 25px;
  }

  .home-preferred-block {
    flex-flow: row;
  }

  .service-bg-cover {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-bg-cover.home {
    padding-top: 10px;
  }

  .service-bg-text-group {
    width: 100%;
    max-width: 550px;
    position: static;
  }

  .service-bg-text-group.home-set {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-header-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-header-text.big {
    font-size: 3rem;
    line-height: 3rem;
  }

  .service-image-slider {
    bottom: 20px;
  }

  .service-image-slider.home-set {
    left: auto;
  }

  .calculation-flex {
    flex-flow: column;
  }

  .calculation-code {
    width: 100%;
  }

  .calculation-detail-flex {
    width: 100%;
    max-width: 500px;
  }

  .pricing-heading {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .pricing-heading.bigger {
    font-size: 3rem;
    line-height: 5rem;
  }

  .huawei-partner-flex, .news-full-banner {
    height: 650px;
  }

  .news-full-banner.news-3 {
    object-position: 10% 50%;
  }

  .news-detail-flex.set-2 {
    max-width: 500px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .news-detail-flex.set-4 {
    max-width: 500px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .news-heading.set-2, .news-heading.set-3-color {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .news-heading.set-4-big {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .news-header {
    top: 15px;
    left: 15px;
  }

  .calculation-image {
    object-fit: cover;
    height: 250px;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .work-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-slide-arrow {
    width: 40px;
  }

  .widget-call-list.w--open {
    top: 0;
    bottom: auto;
    right: 55px;
  }

  .widget-call-link {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .carousel-horizontal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customer-logo {
    width: 100px;
  }

  .service-bg-image-cover {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    max-width: 600px;
    position: relative;
  }

  .service-bg-image-cover.home-set {
    border-radius: 0 50px;
  }

  .pricing-logo {
    width: 100px;
  }

  .pricing-logo.huawei {
    width: 130px;
  }

  .solar-benefit {
    width: 45%;
  }

  .solar-benefit-heading {
    max-width: 300px;
  }

  .counting-flex {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .counting-flex.four-set {
    flex-flow: wrap;
  }

  .counting-card {
    width: 45%;
  }

  .counting-divide.line-2 {
    display: none;
  }

  .counting-divide.special {
    display: block;
  }

  .page-section-heading.factory {
    font-size: 25px;
    line-height: 32px;
  }

  .standout-text-flex {
    width: 45%;
  }

  .standout-text {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .standout-text.big-text {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .business-type {
    width: 45%;
  }

  .business-type.align-left, .business-type.align-right, .business-type.center {
    transform: none;
  }

  .business-type-image {
    border-radius: 10px;
  }

  .business-type-text {
    right: auto;
  }

  .past-work-lightbox {
    width: 45%;
  }

  .featured-work-image {
    height: 350px;
    max-height: none;
  }

  .featured-work-block {
    padding: 20px;
  }

  .featured-work-heading.subhead {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .past-work-icon:where(.w-variant-f5411004-e999-96bf-3c58-19b0a3b6ca0e) {
    width: 35px;
    height: 35px;
  }

  .loan-detail-slot {
    font-size: 18px;
    line-height: 24px;
  }

  .loan-detail-slot.bolder.more {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .loan-table-heading {
    padding: 0 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .loan-table-bigger-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .loan-detail-splash {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
  }

  .loan-detail-splash-sub {
    font-size: 20px;
    line-height: 27px;
  }

  .contact-card {
    width: 45%;
  }

  .contact-card-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .map-card {
    width: 100%;
  }

  .map-code {
    height: 300px;
  }

  .past-work-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .news-article-logo {
    width: 100px;
  }

  .news-banner-image {
    order: 9999;
    align-self: center;
    width: 400px;
    margin-left: 0;
  }

  .news-2-banner-image {
    flex: none;
    align-self: center;
    max-width: 500px;
    max-height: 350px;
  }

  .news-cover-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .work-main-lightbox {
    border-radius: 15px;
  }

  .featured-circle-image {
    order: -9999;
    width: 70%;
    max-width: 400px;
  }

  .solar-benefit-v2 {
    width: 45%;
  }

  .factory-lead-image {
    height: 400px;
  }

  .factory-lead-text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .factory-lead-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .home-style-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .home-style-heading.big {
    width: 80%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .thanks-text.subhead {
    text-align: center;
  }

  .thanks-text.highlight {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .thanks-text.factory-intro {
    text-align: center;
    font-size: 18px;
    line-height: 23px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .standard-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-container.full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo {
    max-width: 100px;
  }

  .home-slider-cover {
    height: 670px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-section.after-header {
    padding-top: 40px;
  }

  .page-section.footer {
    padding-bottom: 20px;
  }

  .page-section._80px-gap, .page-section.calculation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-section.work-header {
    padding: 20px 20px 0;
  }

  .page-section.price-code, .page-section.orange-header {
    padding-top: 40px;
  }

  .home-slide-card.home {
    justify-content: flex-end;
    align-items: center;
    padding-top: 40px;
  }

  .home-banner-heading {
    max-width: 400px;
    font-size: 1.8rem;
  }

  .home-banner-text {
    max-width: 330px;
  }

  .home-banner-button {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 22px;
  }

  .page-section-flex.v-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .page-section-flex.why-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .page-section-flex.review {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .page-section-flex.package {
    flex-flow: wrap;
  }

  .page-section-flex.factory-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-texts.subhead {
    font-size: 16px;
    line-height: 22px;
  }

  .section-texts.highlight {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-texts.factory-intro, .section-texts.price-detail {
    font-size: 16px;
    line-height: 22px;
  }

  .section-colored-heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .solar-price-card {
    width: 100%;
  }

  .solar-set-image {
    width: 80px;
  }

  .solar-price-group {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .package-heading.colored {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .package-banner.map {
    max-height: 350px;
  }

  .work-more-button {
    font-size: 20px;
    line-height: 27px;
  }

  .location-place {
    width: 100%;
    max-width: 140px;
    font-size: 18px;
    line-height: 23px;
  }

  .location-place-text {
    font-size: 18px;
    line-height: 23px;
  }

  .faq-answer-text {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-question-heading {
    max-width: 230px;
    font-size: 20px;
    line-height: 27px;
  }

  .faq-bullets {
    font-size: 16px;
    line-height: 22px;
  }

  .copyright-code {
    width: 85%;
  }

  .presenter-sample {
    max-height: 320px;
  }

  .why-us-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .why-us-flex.install {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .why-us-flex.banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .why-reason-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .why-reason-flex {
    width: 100%;
    max-width: 250px;
  }

  .why-brand-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .why-brand-list {
    justify-content: center;
    align-items: center;
  }

  .why-us-image {
    border-radius: 15px;
    height: 50vw;
  }

  .why-us-warranty-card {
    z-index: 1;
    order: -9999;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 25px;
    right: auto;
  }

  .warranty-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .review-main-banner {
    width: 100%;
  }

  .review-banner-flex {
    max-width: 350px;
  }

  .review-main-cover {
    flex-flow: column;
  }

  .review-video-lightbox {
    width: 100%;
    max-width: 320px;
  }

  .cta-button {
    font-size: 16px;
    line-height: 23px;
  }

  .cta-icon {
    width: 30px;
  }

  .cta-dropdown-list.w--open {
    top: 55px;
    right: -14px;
  }

  .home-preferred-block {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: absolute;
    bottom: 30px;
  }

  .home-preferred-text {
    max-width: 150px;
    font-size: 10px;
    line-height: 16px;
  }

  .service-bg {
    object-fit: cover;
    height: 300px;
  }

  .service-header-text {
    font-size: 1.5rem;
  }

  .service-header-text.big {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-image-slider {
    margin-top: -83px;
    position: relative;
    bottom: auto;
  }

  .service-image-slider.home-set {
    left: auto;
  }

  .service-image-lightbox {
    border-radius: 10px;
    padding: 5px;
  }

  .service-lightbox-cover {
    border-radius: 5px;
  }

  .service-slider-mask {
    width: 50%;
  }

  .service-sample-group {
    padding-left: 60px;
  }

  .service-sample-group.home-set {
    padding-left: 20px;
    padding-right: 40px;
  }

  .service-sample-text {
    font-size: 14px;
    line-height: 20px;
  }

  .home-preferred-logo {
    width: 100px;
  }

  .pricing-heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .pricing-heading.bigger {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .pricing-line {
    font-size: 16px;
    line-height: 23px;
  }

  .huawei-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .huawei-partner-flex {
    height: 550px;
  }

  .huawei-lightbox-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .huawei-headline-tag {
    font-size: 20px;
    line-height: 27px;
  }

  .huawei-detail-flex {
    font-size: 14px;
    line-height: 20px;
  }

  .news-full-banner {
    height: 550px;
  }

  .news-detail-flex.set-3 {
    top: 25px;
  }

  .news-detail-flex.set-4 {
    max-width: 350px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .news-heading.set-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .news-heading.set-3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .news-heading.set-3-color {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .news-heading.set-4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .news-heading.set-4-big {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .news-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    left: auto;
  }

  .news-section-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .news-slide-arrow {
    width: 40px;
  }

  .map-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .news-arrow-icon {
    width: 30px;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-button-next, .swiper-button-prev {
    width: 2.4rem;
    height: 2.4rem;
  }

  .work-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-image {
    border-radius: 10px;
  }

  .work-slide-mask {
    overflow: hidden;
  }

  .work-slide-arrow {
    display: none;
  }

  .solar-form-cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slider-arrow {
    width: 40px;
  }

  .home-arrow-icon {
    width: 20px;
  }

  .carousel-horizontal-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .package-lightbox {
    width: 100%;
    max-width: 300px;
  }

  .package-poster {
    border-radius: 10px;
  }

  .service-bg-image-cover {
    background-image: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-flow: column;
  }

  .carousel-fade {
    width: 70px;
  }

  .pricing-logo-set {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .pricing-logo {
    width: 80px;
  }

  .pricing-logo.huawei {
    width: 100px;
  }

  .pricing-logo-divide {
    display: none;
  }

  .certificate-image {
    width: 120px;
  }

  .page-header {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solar-benefit {
    width: 100%;
    max-width: 350px;
  }

  .counting-flex.four-set {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .counting-card {
    width: 100%;
  }

  .counting-divide, .counting-divide.special {
    display: none;
  }

  .page-section-heading.factory {
    font-size: 18px;
    line-height: 23px;
  }

  .page-section-heading.thanks {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .install-type-icon {
    width: 80px;
  }

  .why-us-list {
    max-width: 220px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .section-dual-flex-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
  }

  .standout-text-flex {
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
  }

  .standout-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .standout-text.big {
    font-size: 11vw;
    line-height: 11vw;
  }

  .standout-text.big-text {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .business-type {
    width: 100%;
  }

  .business-type-image {
    object-fit: cover;
    max-height: 150px;
  }

  .business-type-text {
    padding: 5px 20px;
    font-size: 1.3rem;
    bottom: 10px;
    left: 10px;
    right: auto;
  }

  .past-work-lightbox {
    width: 90%;
    max-width: 450px;
  }

  .past-work-cover {
    height: 230px;
  }

  .featured-work-image {
    height: 300px;
  }

  .featured-work-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .featured-work-heading.subhead {
    font-weight: 500;
  }

  .past-work-icon, .past-work-icon:where(.w-variant-f5411004-e999-96bf-3c58-19b0a3b6ca0e) {
    width: 20px;
    height: 20px;
  }

  .loan-table-heading-main {
    font-size: 4vw;
    line-height: 4vw;
  }

  .loan-detail-slot {
    padding: 3vw 5px 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .loan-detail-slot.bolder.more {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .loan-company-logo, .loan-company-logo.logo-2 {
    width: 150px;
  }

  .loan-company-logo.logo-3 {
    width: 100px;
  }

  .loan-company-logo.logo-5 {
    width: 150px;
  }

  .loan-company-logo.logo-4 {
    width: 180px;
  }

  .loan-company-logo.logo-1 {
    border-radius: 10px;
    width: 200px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .loan-table-heading {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .loan-time {
    padding: 2vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .loan-table-bigger-text {
    font-size: 6vw;
    line-height: 6vw;
  }

  .loan-detail-splash {
    font-size: 18px;
    line-height: 24px;
  }

  .loan-price-table-grid {
    border-radius: 10px;
    margin-top: 20px;
    padding: 2vw;
  }

  .loan-contact {
    flex-flow: column;
  }

  .loan-detail-small {
    padding-top: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .loan-detail-splash-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .loan-notice-ttb-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .loan-price-table-heading-2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .loan-notice-ghb {
    font-size: 20px;
    line-height: 27px;
  }

  .number-note {
    font-size: 2.5vw;
    line-height: 2.5vw;
    top: -1.6vw;
  }

  .contact-card {
    width: 100%;
    max-width: 350px;
  }

  .factory-showcase-image {
    height: 400px;
  }

  .factory-tag-flex {
    text-align: center;
  }

  .factory-tag-name {
    font-size: 16px;
    line-height: 22px;
  }

  .factory-content-image {
    filter: drop-shadow(0 5px 5px #00000040);
    border-radius: 10px;
    max-width: 400px;
  }

  .news-article-logo-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .news-article-logo {
    width: 80px;
  }

  .news-banner-image, .news-2-banner-image {
    width: 100%;
  }

  .news-logo-divide {
    height: 40px;
  }

  .news-cover-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-circle-image {
    width: 80%;
    max-width: 300px;
  }

  .solar-benefit-v2 {
    width: 100%;
    max-width: 350px;
    min-height: 200px;
  }

  .factory-lead-image {
    height: 350px;
  }

  .factory-lead-text-block {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 27px;
  }

  .standout-flex {
    grid-column-gap: 20px;
  }

  .call-cover {
    font-size: 14px;
    line-height: 20px;
  }

  .call-white-icon {
    width: 20px;
  }

  .home-style-cover {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .thanks-text {
    max-width: 400px;
    font-size: 16px;
    line-height: 22px;
  }

  .thanks-text.subhead {
    font-size: 16px;
    line-height: 22px;
  }

  .thanks-text.highlight {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .thanks-text.factory-intro {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-_71d9f151-3009-0fdb-cbdb-92cc50f738c3-17eb7f89 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_71d9f151-3009-0fdb-cbdb-92cc50f738c9-17eb7f89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-df80fa7d-51a7-0f7d-3e13-a31961573ffd-17eb7f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65288c9a-5607-129d-1176-8000fc7a8020-17eb7f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_9e6842af-9d31-30be-2319-dfb8d2ab1db7-17eb7f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


