@font-face{font-family:Kanit;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/kanit-v17-latin-regular.woff2) format("woff2")}@font-face{font-family:Kanit;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/kanit-v17-latin-500.woff2) format("woff2")}@font-face{font-family:Kanit;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/kanit-v17-latin-600.woff2) format("woff2")}:root{--header-height: 8rem;--solec-green: hsl(144, 99%, 27%);--title-color: hsl(0, 0%, 100%);--text-color: hsl(0, 0%, 37%);--container-color: hsl(203, 16%, 85%);--container-color-footer: hsl(0, 0%, 93%);--kanit-font: "Kanit", sans-serif;--title-size: clamp(2rem, 1rem + 3.5vw, 4.25rem);--description-font-size: 1.875rem;--footer-title-font-size: 1.5rem;--footer-font-size: 1.25rem;--header-font-size: 1.125rem;--textbox-font-size: 1rem;--weight-400: 400;--weight-500: 500;--weight-600: 600}*{margin:0;padding:0;box-sizing:border-box}input,textarea,button,body{font-family:var(--kanit-font);font-size:var(--textbox-font-size)}body{color:var(--text-color)}h1,h2,h3{font-family:var(--second-font);color:var(--title-color)}ul{list-style:none}p{line-height:1.8}a{text-decoration:none}input,textarea{border:none;outline:none}img{max-width:100%}.container{max-width:1200px;margin-inline:auto;padding-inline:.75rem}.grid{display:grid;gap:1.5rem}.btn{display:inline-block;color:var(--title-color);background:var(--solec-green);border:2px solid var(--solec-green);padding:1rem 1.5rem}.btn:hover{background-color:transparent;color:var(--solec-green)}.btn--flex{display:flex;align-items:center;column-gap:.25rem}.section{padding-block:7.5rem}.section__title{text-align:center;margin-bottom:3rem}.section__title:before{content:attr(data-title);display:block;color:var(--solec-green);font-family:var(--second-font);letter-spacing:2px;margin-bottom:.5rem}.title-left{text-align:left;margin-bottom:1rem}html,body{width:100%;overflow-x:hidden}.header{position:absolute;left:0;top:0;width:100%;z-index:100;transition:background .3s,box-shadow .3s}.header__top{background-color:var(--solec-green);color:var(--title-color);font-size:.9rem;font-weight:400}.header__top-container{display:flex;justify-content:right;align-items:center;padding:.3rem 0}.header__contact{display:flex;gap:4rem}.header__contact a{display:flex;align-items:center;gap:.4rem;color:var(--title-color);text-decoration:none;cursor:default;pointer-events:none}.header__contact .icon{font-size:1rem}.nav{position:relative;height:calc(var(--header-height) + 1.5rem);display:flex;align-items:center;justify-content:space-between}.nav__logo-img{width:170px;cursor:pointer;transform:translateY(2.5%)}.nav__list{display:flex;column-gap:2rem;color:var(--text-color)}.nav__link,.nav__toggle{color:var(--text-color);cursor:pointer;transition:color .3s}.nav__link{font-size:var(--header-font-size);font-weight:var(--weight-500)}.nav__link:hover{color:var( --solec-green)}.scroll-header{position:fixed;background:#fff;animation:slide-down .7s;box-shadow:0 2px 10px #0000001a;height:100px;transition:height .4s ease,padding .4s ease}.scroll-header .nav{height:100%;align-items:center}.scroll-header .nav__logo-img{transform:translateY(0);width:100px;transition:width .4s ease,transform .4s ease}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.nav__link.active,.nav__link:hover{color:var( --solec-green)!important}.nav__toggle{font-size:1.75rem;display:none;cursor:pointer;color:var( --solec-green);transition:color .3s}.nav__toggle:hover{color:var( --solec-green-alt)}@media screen and (max-width: 992px){.nav__list{flex-direction:column;align-items:center;padding:.5rem 0;row-gap:.25rem}.nav__menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;max-height:0;overflow:hidden;border-radius:0 0 1rem 1rem;transition:max-height .4s ease,opacity .3s ease;opacity:0;box-shadow:0 5px 15px #0000001a}.show-menu{max-height:300px;opacity:1}.nav__toggle{display:block}.nav__link{color:var(--text-color);font-size:1.1rem}}@media screen and (max-width: 576px){.nav__logo-img{width:140px}}.nav__dropdown{position:relative}.dropdown__menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;list-style:none;padding:.5rem 0;min-width:250px;display:none;z-index:999}.dropdown__menu.show,.nav__dropdown:hover .dropdown__menu{display:block}.dropdown__menu li a{display:block;padding:.6rem 1.2rem;color:var(--text-color);text-decoration:none;font-weight:500;transition:color .2s ease,background-color .2s ease}.dropdown__menu li:hover a{color:var(--solec-green);background-color:#0000000d}@media (max-width: 992px){.dropdown__menu{position:static;background:none;box-shadow:none;padding:0;display:none}.dropdown__menu.show{display:block}.dropdown__menu li a{padding:.4rem 0;color:var(--text-color);transition:color .2s ease}.dropdown__menu li:hover a{color:var(--solec-green);background:none}}.footer{background:var(--container-color-footer)}.footer__accreditations{display:flex;justify-content:space-between;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.accreditation__item{margin-top:4rem;margin-bottom:-4rem;background-color:#fff;padding:1rem;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:1;min-width:120px;box-shadow:0 0 8px #0000004d}.accreditation__item img{max-width:100%;max-height:60px;object-fit:contain}.footer__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-block:4rem;align-items:start}.footer__grid>:nth-child(1) .footer__contact li,.footer__grid>:nth-child(1) .footer__contact li .icon,.footer__grid>:nth-child(1) .footer__contact li a{color:var(--solec-green);gap:.5rem;text-decoration:none}.footer__grid>:nth-child(1) .footer__contact li a:hover{color:var(--solec-green)}.footer__grid>:nth-child(2){display:flex;flex-direction:column;gap:1rem}.footer__grid>:nth-child(2) .footer__links li,.footer__grid>:nth-child(2) .footer__links li .icon,.footer__grid>:nth-child(2) .footer__links li a{color:var(--solec-green);gap:.5rem;text-decoration:none}.footer__solar-parent{display:flex;flex-direction:column;gap:.5rem}.footer__solar-label{display:flex;align-items:center;justify-content:space-between;gap:.4rem;color:var(--solec-green);cursor:pointer;-webkit-user-select:none;user-select:none}.footer__solar-arrow{font-size:.9rem;color:var(--solec-green);transition:transform .3s ease}.footer__solar-submenu{margin-left:1.5rem;display:none;flex-direction:column;gap:.75rem;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.footer__solar-submenu.active{display:flex;opacity:1;max-height:200px}.footer__solar-submenu li{display:flex;align-items:center;gap:.4rem;color:var(--solec-green);cursor:pointer;transition:transform .2s ease,color .2s ease}.footer__solar-submenu li:hover{transform:scale(1.05);color:var(--solec-green-dark, #1a592c)}.footer__map{display:flex;flex-direction:column;gap:1rem}.footer__map iframe{width:100%;height:220px;border-radius:12px;box-shadow:0 2px 8px #0000004d;border:none}.footer__map .footer__title{margin-bottom:1rem}.footer__title,.footer__logo-img{margin-bottom:2rem;color:var(--solec-green)}.footer__logo-img{width:120px;margin-bottom:1rem}.footer__description{margin-bottom:1.25rem;color:var(--text-color)}.footer__links{display:flex;flex-direction:column;gap:1.5rem}.footer__link{display:flex;align-items:center;gap:.25rem;color:var(--title-color)}.footer__link .icon{color:var(--solec-green);filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.footer__title{font-size:var(--footer-title-font-size);letter-spacing:1.5px;padding-bottom:1.25rem;position:relative}.footer__title:before,.footer__title:after{content:"";position:absolute;bottom:0;height:2px;background-color:var(--solec-green)}.footer__title:before{width:12px;left:0}.footer__title:after{width:30px;left:1.125rem}.footer__bottom{width:100%;background:#fff;border-top:2px dashed hsla(0,0%,100%,.1);color:var(--text-color)}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;flex-wrap:wrap}.footer__bottom-content span{margin:.25rem 0}.footer__bottom-content strong{color:var(--solec-green)}.footer__grid>:nth-child(2) .footer__links li{transition:transform .2s ease}.footer__grid>:nth-child(2) .footer__links li:hover{transform:scale(1.05)}@media (max-width: 1024px){.footer__accreditations{justify-content:center;flex-wrap:wrap;gap:1rem}.accreditation__item{flex:1 1 28%;min-width:120px;margin-top:4rem}.footer__grid{grid-template-columns:repeat(12,1fr);gap:1.5rem}.footer__grid>:nth-child(1){grid-column:span 6}.footer__grid>:nth-child(2){grid-column:7 / span 6;padding-top:4rem}.footer__map{grid-column:span 12;margin-top:2rem}.footer__description,.footer__links{font-size:.95rem}.footer__title{font-size:1.05rem}}@media (max-width: 768px){.accreditation__item{flex:1 1 45%;min-width:100px}.footer__grid{gap:1.5rem}.footer__map{grid-column:1 / -1;width:100%;margin-top:2rem}.footer__description,.footer__links{font-size:.9rem}.footer__title{font-size:1rem}.footer__bottom-content{flex-direction:column;align-items:center;text-align:center;gap:.5rem}}@media (max-width: 576px){.footer__grid{display:flex;flex-direction:column;gap:2rem}.footer__grid>*{grid-column:auto}.footer__description,.footer__links{font-size:.9rem}.footer__title{font-size:1rem;text-align:left}}@media (max-width: 480px){.accreditation__item{flex:1 1 100%}.footer__logo-img{width:140px;margin-left:0;margin-top:0;margin-bottom:1rem}.footer__contact-item,.footer__links{flex-direction:column;gap:.5rem}.footer__title{font-size:1rem}}.hero{min-height:calc(100vh + var(--header-height));position:relative;filter:brightness(1.1);background-image:linear-gradient(to bottom,#fff,#fffffff2,#ffffffd9,#ffffffb3 30%,#ffffff4d 45%,#fff0 65%),linear-gradient(to bottom,#00000073 40%,#00000040),var(--hero-bg-image);background-position:center;background-size:cover;background-repeat:no-repeat}.hero__container{width:100%;text-align:center;padding:2rem 1rem}.hero__content{position:absolute;top:35%;left:50%;transform:translate(-50%);width:100%;max-width:1200px;text-align:center;color:#fff}.hero__title,.hero__description,.hero__sub-description{color:var(--title-color);text-shadow:0 4px 10px rgba(0,0,0,.6)}.hero__title{font-size:var(--title-size);font-weight:var(--weight-600)}.hero__description,.hero__sub-description{max-width:700px;margin:2rem auto 0;font-size:1.6rem;line-height:1.6}.hero__contact-link{color:#fff;background-color:var(--solec-green);text-decoration:none;font-weight:700;padding:.75rem 1.5rem;border-radius:2rem;display:inline-block;transition:all .3s ease;transform:scale(1)}.hero__contact-link:hover{transform:scale(1.08)}@media screen and (min-width: 1400px){.hero__content{max-width:1400px}}@media screen and (max-width: 1200px){.hero__content{padding-inline:2rem}}@media screen and (max-width: 992px){.hero__content{padding-inline:2rem}.hero__title,.hero__description,.hero__sub-description{text-align:center;padding-inline:2rem}.hero__description,.hero__sub-description{font-size:1.2rem;margin-top:1.5rem;max-width:85%;margin-inline:auto}}@media screen and (max-width: 768px){.hero__content{padding-inline:1.5rem}}@media screen and (max-width: 576px){.hero__content{top:35%;padding:0 .5rem}.hero__title{margin-block:.75rem}.hero__contact-link{padding:.5rem 1rem}}@media screen and (max-width: 400px){.hero__title{font-size:clamp(1.2rem,6vw,1.6rem)}.hero__description,.hero__sub-description{font-size:clamp(.9rem,4.5vw,1.2rem);max-width:95%;margin-inline:auto}}.home__info{padding:4rem 0}.home__info-container{max-width:1200px;margin:0 auto}.home__info-main-title{text-align:center;margin-bottom:2rem;color:var(--solec-green);text-shadow:0 2px 4px rgba(0,0,0,.2);font-size:var(--title-size)}.home__info-columns{display:flex;gap:3rem;flex-wrap:wrap}.home__info-column{flex:1;display:flex;flex-direction:column;gap:2rem}.home__info-section h2{color:var(--solec-green);margin-bottom:1rem}.home__info-section p{line-height:1.7;margin-bottom:1rem;color:var(--text-color)}.home__info-list{padding-left:1.5rem;list-style-type:disc}.home__info-list li{margin-bottom:.5rem;line-height:1.6}.home__info-list li::marker{color:var(--solec-green)}.home__info-image{width:100%;max-width:400px;aspect-ratio:1 / 1;overflow:hidden;margin:auto;border-radius:4px;box-shadow:0 0 16px #0009}.home__info-image img{width:100%;height:100%;object-fit:cover;display:block}.home__cta-bar{background-color:var(--solec-green);color:#fff;padding:1rem;margin-top:4rem;box-shadow:0 -2px 10px #00000014}.home__cta-row{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.75rem;flex-wrap:nowrap;text-align:center}.cta__lead{font-size:clamp(.5rem,1.2vw,1.5rem);font-weight:500;color:#fff;white-space:nowrap}.home__faq{padding:4rem 0;background-color:var(--background-color)}.home__faq-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.home__faq-title{text-align:center;font-size:var(--title-size);color:var(--solec-green);margin-bottom:2rem}.faq-item{background:var(--solec-green);border-radius:8px;padding:1rem 1.5rem;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease,transform .3s ease}.faq-item:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.03)}.faq-question{display:flex;align-items:center;font-weight:600;font-size:1.1rem;color:var(--title-color)}.faq-icon{font-weight:700;font-size:1.5rem;margin-right:1rem;color:var(--title-color)}.faq-answer{margin-top:1rem;font-weight:400;line-height:1.6;color:var(--title-color);transition:all .3s ease}@media screen and (min-width: 1400px){.home__info-columns{gap:4rem}}@media screen and (max-width: 1200px){.home__info-columns{gap:2rem}.home__info-image{max-width:350px}}@media screen and (max-width: 992px){.home__description{font-size:1.2rem;margin-top:1.5rem;max-width:85%;margin-inline:auto}.home__info-columns{flex-direction:column}.home__info-column{width:100%}.home__info-image{max-width:100%}.home__cta-row{flex-wrap:wrap;gap:1rem;text-align:center}}@media screen and (max-width: 768px){.home__description{margin-inline:auto;max-width:90%}}@media screen and (max-width: 576px){.home__cta-row{flex-direction:column!important;align-items:center;gap:.75rem;max-width:100%}.cta__lead{display:block;width:100%;white-space:normal!important;word-break:break-word;text-align:center;margin:0;font-size:clamp(.75rem,3vw,1rem)}.cta__button--filled{width:auto;text-align:center;margin:0;padding:.5rem 1rem}.home__faq-container{padding:0 1rem}}@media screen and (max-width: 400px){.cta__lead{font-size:clamp(.7rem,4vw,.9rem)}.home__description{font-size:clamp(.9rem,4.5vw,1.2rem);max-width:95%;margin-inline:auto}}.gallery__projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:4rem 2rem;justify-items:center;align-items:start}.gallery__item{width:100%;max-width:clamp(280px,30vw,420px);text-align:center;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%}.gallery__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:12px;box-shadow:0 4px 10px #0000004d}.gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__image-wrapper:hover .gallery__image{transform:scale(1.05)}.gallery__address{font-size:1.2rem;font-weight:600;color:var(--solec-green);margin-bottom:.5rem}.gallery__overlay{position:absolute;inset:0;background:#000000bf;color:#fff;opacity:0;transition:opacity .4s ease;display:flex;justify-content:center;align-items:center;padding:1.5rem;text-align:center}.gallery__image-wrapper:hover .gallery__overlay{opacity:1}.gallery__long{font-size:1rem;line-height:1.4}.gallery__cta-bar-container{width:100%;background:var(--solec-green)}.gallery__cta-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.gallery__cta-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}@media (max-width: 992px){.gallery__projects{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.gallery__projects{grid-template-columns:1fr}.gallery__item,.gallery__image-wrapper{width:100%;max-width:350px}}@media (max-width: 400px){.gallery__item,.gallery__image-wrapper{width:100%;max-width:100%;height:auto}.gallery__image-wrapper{aspect-ratio:1 / 1}}#about-info{padding:var(--sectionPadding, clamp(3.75rem, 7.82vw, 6.25rem) 1rem)}#about-info .about-section{padding:2.5rem 1rem;margin-bottom:2rem;box-sizing:border-box}#about-info .section__title{color:var(--solec-green);text-align:center;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:900}#about-info .about-container{width:100%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:clamp(3rem,6vw,4rem)}#about-info .about-content{text-align:left;width:100%;max-width:36.625rem;display:flex;flex-direction:column;align-items:flex-start}#about-info .about-topper{font-size:var(--topperFontSize, clamp(.8125rem, 1.6vw, 1rem));text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--solec-green);margin-bottom:.25rem;display:block}#about-info .about-title{font-size:var(--headerFontSize, clamp(1.9375rem, 3.9vw, 3.0625rem));font-weight:900;color:var(--solec-green);margin:0 0 1rem}#about-info .about-text{font-size:1rem;line-height:1.6;color:var(--text-color, #333);margin-bottom:1rem}#about-info .about-text:last-of-type{margin-bottom:2rem}#about-info .about-content .cta__button--filled{font-size:1rem;line-height:clamp(2.875rem,5.5vw,3.5rem);font-weight:700;text-align:center;color:#fff;min-width:9.375rem;padding:0 3rem;background-color:var(--solec-green);border-radius:999px;border:none;text-decoration:none;position:relative;overflow:hidden;z-index:1}#about-info .about-content .cta__button--filled:before{content:"";position:absolute;height:100%;width:0%;background:#000;top:0;left:0;z-index:0;transition:width .3s}#about-info .about-content .cta__button--filled:hover:before{width:100%}#about-info .about-image-group{font-size:min(1.959vw,.745em);width:32em;height:32em;position:relative;z-index:1;padding:1rem;box-sizing:border-box}#about-info .about-picture{position:absolute;width:100%;height:100%;padding:.5rem;box-sizing:border-box}#about-info .about-picture img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;border-radius:.5rem;box-shadow:0 6px 12px #00000026}#about-info .about-picture1{width:100%;height:100%;position:relative;z-index:-1}#about-info .about-picture1 img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;border-radius:.75rem;box-shadow:0 4px 12px #0000001a}#about-info .about-section.reverse{background-color:#f7f7f7}#about-info .about-section:nth-child(2n){background-color:#f9f9f9}#about-info .about-section:nth-child(odd){background-color:#fff}@media (min-width: 48rem){#about-info .about-container{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}#about-info .about-content{padding:3.75rem 0;align-self:center}#about-info .about-image-group{font-size:min(1.2vw,1em);flex:none;width:28em;height:28em}#about-info .about-section{margin-bottom:4rem;padding:3rem 2rem}#about-info .about-section.reverse .about-container{flex-direction:row-reverse;align-items:center}}.about-bar-container{width:100%;background:var(--solec-green);margin-top:-5rem}.about-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.about-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.cta__lead{font-size:clamp(1.25rem,1.2vw,1.5rem);font-weight:500;color:#fff;white-space:nowrap}.cta__button--filled{background-color:#fff;color:var(--solec-green);border:2px solid white;padding:.6rem 1.25rem;border-radius:999px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .22s ease,color .22s ease,transform .18s ease}.about__coverage{background-color:#fff;padding:4rem 1rem}.about__coverage h1{font-size:var(--title-size);font-weight:var(--weight-700);color:var(--solec-green);text-align:center;margin-bottom:2rem}.about__coverage h2{color:var(--solec-green);text-align:center;margin-top:1.5rem}.about__coverage-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.about__coverage-left{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.coverage-title{font-size:calc(var(--title-size) * .95);margin-bottom:1rem;color:var(--solec-green)}.coverage-list{display:grid;grid-template-columns:repeat(1,minmax(120px,1fr));gap:.75rem 1.25rem;list-style:none;padding:0;margin:0 auto;width:100%;max-width:720px}.coverage-list li{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-color);font-size:1.05rem;padding:.25rem .5rem}.coverage-list-icon{color:var(--solec-green);font-size:1.35rem;flex-shrink:0}.coverage-subtitle{color:var(--text-color);font-size:1rem;margin-top:1.25rem;max-width:56rem;text-align:center}.about__coverage-right{width:100%;max-width:420px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.about__coverage-right img{width:100%;height:auto;object-fit:contain;display:block;border-radius:0;box-shadow:none}@media (min-width: 420px){.coverage-list{grid-template-columns:repeat(2,minmax(120px,1fr))}}@media (min-width: 48rem){.about__coverage-container{flex-direction:row;align-items:flex-start;justify-content:center;gap:3rem}.about__coverage-left{flex:1;min-width:320px;align-items:flex-start;text-align:left}.coverage-title{text-align:left;margin-bottom:1rem}.coverage-subtitle{text-align:left}.about__coverage-right{flex:0 0 420px;height:420px}.about__coverage-right img{width:100%;height:100%;object-fit:cover}@media (min-width: 75rem){.coverage-list{grid-template-columns:repeat(3,minmax(120px,1fr));max-width:600px}}}@media (max-width: 36rem){.coverage-list li{font-size:1rem;gap:.4rem}.coverage-list{gap:.5rem 1rem}}.contact-section{padding:clamp(2rem,6vw,5rem) 1rem;background-color:#fff;text-align:center}.contact-section .section__title{color:var(--solec-green);margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:var(--weight-600)}.contact-grid{display:flex;justify-content:center;align-items:flex-start;gap:clamp(2rem,5vw,4rem);flex-wrap:wrap;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.contact-form-column{flex:1;min-width:320px;max-width:600px;display:flex;flex-direction:column;align-items:center}.contact-info-column{flex:1;min-width:280px;max-width:550px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;color:var(--text-color)}@media (min-width: 769px){.contact-info-column{padding-top:3.5rem}}.contact-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;background-color:#efefef;padding:clamp(2rem,5vw,3.5rem);border-radius:.75rem;box-sizing:border-box;box-shadow:0 6px 8px #0000001a}.contact-form-title{text-align:center;color:var(--solec-green);font-size:clamp(1.6rem,3vw,1.9rem);font-weight:var(--weight-600);margin-bottom:.25rem}.contact-form-subtitle{text-align:center;color:var(--text-color);font-size:1rem;margin-bottom:1rem;line-height:1.5}.contact-form-row{display:flex;gap:1rem;flex-wrap:wrap}.contact-form input,.contact-form textarea{padding:.75rem 1rem;border-radius:.5rem;border:1px solid #ccc;width:100%;font-size:1rem;font-family:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--solec-green);box-shadow:0 0 0 3px #4caf5026}.contact-form textarea{min-height:150px;resize:vertical}.contact-form button{padding:.85rem 1rem;border:none;border-radius:999px;background-color:var(--solec-green);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.contact-form button:hover{transform:scale(1.02);background-color:#2e8b3a}.status-message{margin-top:1rem;font-weight:700;color:var(--solec-green)}.contact-info-title{font-size:clamp(1.6rem,3vw,2rem);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:1rem}.contact-info-text{font-size:1.05rem;margin-bottom:1.5rem;color:var(--text-color);line-height:1.6;max-width:550px}.contact-info-list{list-style:none;padding:0;margin:0}.contact-info-list li{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--text-color);margin-bottom:.75rem}.contact-info-list .icon{color:var(--solec-green);font-size:1.3rem;flex-shrink:0}.contact-info-list a{text-decoration:none;color:var(--text-color);transition:color .2s ease}.contact-info-list a:hover{color:var(--solec-green)}@media (max-width: 992px){.contact-grid{gap:3rem}.contact-info-column{align-items:center;text-align:center}.contact-info-text,.contact-info-list{max-width:100%}}@media (max-width: 768px){.contact-grid{flex-direction:column;align-items:center;gap:2.5rem}.contact-form{padding:2rem}.contact-info-column{align-items:center;text-align:center}.contact-info-title{text-align:center}.contact-info-list li{justify-content:center}.contact-form-row{flex-direction:column}}@media (max-width: 480px){.contact-form{padding:1.5rem}.contact-form-title{font-size:1.5rem}.contact-info-title{font-size:1.6rem}.contact-info-text{font-size:1rem}}.homeSolar__why{background-color:#fff;padding:6rem 1rem;text-align:center}.homeSolar__why-container{max-width:1000px;margin:0 auto}.homeSolar__why-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:2rem}.homeSolar__why-text{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.homeSolar__cta-bar-container{width:100%;background:var(--solec-green)}.homeSolar__cta-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.homeSolar__cta-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.homeSolar__process{background-color:#fff;padding:6rem 1rem}.homeSolar__process-container{max-width:1200px;margin:0 auto;text-align:center;margin-top:-5rem}.homeSolar__process-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:1rem}.homeSolar__process-intro{font-size:1.2rem;color:var(--text-color);line-height:1.7;margin-bottom:4rem}.homeSolar__process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.homeSolar__process-step{background-color:#efefef;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 4px 10px #0000000d;transition:transform .2s ease-in-out}.homeSolar__process-step:hover{transform:translateY(-4px)}.homeSolar__process-number{display:inline-block;background-color:var(--solec-green);color:#fff;font-weight:var(--weight-600);font-size:1.4rem;border-radius:50%;width:45px;height:45px;line-height:45px;text-align:center;margin-bottom:1rem}.homeSolar__process-stepTitle{font-size:1.3rem;font-weight:var(--weight-600);margin-bottom:.8rem;color:var(--text-color)}.homeSolar__process-stepText{font-size:1.05rem;color:var(--text-color);line-height:1.7}@media (max-width: 1200px){.homeSolar__process-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.homeSolar__process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.homeSolar__process-step{padding:1.5rem 1rem}}@media (max-width: 480px){.homeSolar__process-steps{grid-template-columns:1fr;gap:1rem}.homeSolar__process-step{padding:1rem .75rem}.homeSolar__process-stepTitle{font-size:1.1rem}.homeSolar__process-stepText{font-size:1rem}.homeSolar__process-number{width:35px;height:35px;line-height:35px;font-size:1.1rem}}.homeSolarBattery__why{background-color:#fff;padding:6rem 1rem;text-align:center}.homeSolarBattery__why-container{max-width:1000px;margin:0 auto}.homeSolarBattery__why-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:2rem}.homeSolarBattery__why-text{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.homeSolarBattery__cta-bar-container{width:100%;background:var(--solec-green)}.homeSolarBattery__cta-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.homeSolarBattery__cta-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.homeSolarBattery__process{background-color:#fff;padding:6rem 1rem}.homeSolarBattery__process-container{max-width:1200px;margin:0 auto;text-align:center;margin-top:-5rem}.homeSolarBattery__process-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:1rem}.homeSolarBattery__process-intro{font-size:1.2rem;color:var(--text-color);line-height:1.7;margin-bottom:4rem}.homeSolarBattery__process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.homeSolarBattery__process-step{background-color:#efefef;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 4px 10px #0000000d;transition:transform .2s ease-in-out}.homeSolarBattery__process-step:hover{transform:translateY(-4px)}.homeSolarBattery__process-number{display:inline-block;background-color:var(--solec-green);color:#fff;font-weight:var(--weight-600);font-size:1.4rem;border-radius:50%;width:45px;height:45px;line-height:45px;text-align:center;margin-bottom:1rem}.homeSolarBattery__process-stepTitle{font-size:1.3rem;font-weight:var(--weight-600);margin-bottom:.8rem;color:var(--text-color)}.homeSolarBattery__process-stepText{font-size:1.05rem;color:var(--text-color);line-height:1.7}@media (max-width: 1200px){.homeSolarBattery__process-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.homeSolarBattery__process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.homeSolarBattery__process-step{padding:1.5rem 1rem}}@media (max-width: 480px){.homeSolarBattery__process-steps{grid-template-columns:1fr;gap:1rem}.homeSolarBattery__process-step{padding:1rem .75rem}.homeSolarBattery__process-stepTitle{font-size:1.1rem}.homeSolarBattery__process-stepText{font-size:1rem}.homeSolarBattery__process-number{width:35px;height:35px;line-height:35px;font-size:1.1rem}}.commercialSolar__why{background-color:#fff;padding:6rem 1rem;text-align:center}.commercialSolar__why-container{max-width:1000px;margin:0 auto}.commercialSolar__why-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:2rem}.commercialSolar__why-text{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.commercialSolar__cta-bar-container{width:100%;background:var(--solec-green)}.commercialSolar__cta-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.commercialSolar__cta-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.commercialSolar__process{background-color:#fff;padding:6rem 1rem}.commercialSolar__process-container{max-width:1200px;margin:0 auto;text-align:center;margin-top:-5rem}.commercialSolar__process-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:1rem}.commercialSolar__process-intro{font-size:1.2rem;color:var(--text-color);line-height:1.7;margin-bottom:4rem}.commercialSolar__process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.commercialSolar__process-step{background-color:#efefef;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 4px 10px #0000000d;transition:transform .2s ease-in-out}.commercialSolar__process-step:hover{transform:translateY(-4px)}.commercialSolar__process-number{display:inline-block;background-color:var(--solec-green);color:#fff;font-weight:var(--weight-600);font-size:1.4rem;border-radius:50%;width:45px;height:45px;line-height:45px;text-align:center;margin-bottom:1rem}.commercialSolar__process-stepTitle{font-size:1.3rem;font-weight:var(--weight-600);margin-bottom:.8rem;color:var(--text-color)}.commercialSolar__process-stepText{font-size:1.05rem;color:var(--text-color);line-height:1.7}@media (max-width: 1200px){.commercialSolar__process-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.commercialSolar__process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.commercialSolar__process-step{padding:1.5rem 1rem}}@media (max-width: 480px){.commercialSolar__process-steps{grid-template-columns:1fr;gap:1rem}.commercialSolar__process-step{padding:1rem .75rem}.commercialSolar__process-stepTitle{font-size:1.1rem}.commercialSolar__process-stepText{font-size:1rem}.commercialSolar__process-number{width:35px;height:35px;line-height:35px;font-size:1.1rem}}.electrical__why{background-color:#fff;padding:6rem 1rem;text-align:center}.electrical__why-container{max-width:1000px;margin:0 auto}.electrical__why-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:2rem}.electrical__why-text{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.electrical__cta-bar-container{width:100%;background:var(--solec-green)}.electrical__cta-bar{width:100%;padding:1rem 0;box-shadow:0 -2px 10px #00000014;margin:0 auto;max-width:none}.electrical__cta-row{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:wrap}.cta__lead{font-size:clamp(1.25rem,1.2vw,1.5rem);font-weight:var(--weight-600);color:#fff;white-space:nowrap}.cta__button--filled{background-color:#fff;color:var(--solec-green);border:2px solid white;padding:.6rem 1.25rem;border-radius:999px;font-weight:var(--weight-600);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .22s ease,color .22s ease,transform .18s ease}.cta__button--filled:hover,.cta__button--filled:focus{background-color:var(--solec-green);color:#fff;border-color:#fff;transform:translateY(-2px);outline:none}.electrical__process{background-color:#fff;padding:6rem 1rem}.electrical__process-container{max-width:1200px;margin:0 auto;text-align:center;margin-top:-5rem}.electrical__process-title{font-size:var(--title-size);font-weight:var(--weight-600);color:var(--solec-green);margin-bottom:1rem}.electrical__process-intro{font-size:1.2rem;color:var(--text-color);line-height:1.7;margin-bottom:4rem}.electrical__process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:stretch}.electrical__process-step{background-color:#efefef;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 4px 10px #0000000d;transition:transform .2s ease-in-out}.electrical__process-step:hover{transform:translateY(-4px)}.electrical__process-number{display:inline-block;background-color:var(--solec-green);color:#fff;font-weight:var(--weight-600);font-size:1.4rem;border-radius:50%;width:45px;height:45px;line-height:45px;text-align:center;margin-bottom:1rem}.electrical__process-stepTitle{font-size:1.3rem;font-weight:var(--weight-600);margin-bottom:.8rem;color:var(--text-color)}.electrical__process-stepText{font-size:1.05rem;color:var(--text-color);line-height:1.7}@media (max-width: 1200px){.electrical__process-steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.electrical__process-steps{grid-template-columns:repeat(2,1fr);gap:1.5rem}.electrical__process-step{padding:1.5rem 1rem}}@media (max-width: 480px){.electrical__process-steps{grid-template-columns:1fr;gap:1rem}.electrical__process-step{padding:1rem .75rem}.electrical__process-stepTitle{font-size:1.1rem}.electrical__process-stepText{font-size:1rem}.electrical__process-number{width:35px;height:35px;line-height:35px;font-size:1.1rem}}:root{--headerColor: #1a1a1a;--bodyTextColorWhite: #fafbfc;--topperFontSize: clamp(.75rem, 1.5vw, .9rem);--headerFontSize: clamp(1.7rem, 3.2vw, 2.75rem);--bodyFontSize: .9rem;--sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem}body{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}.cs-topper{font-size:var(--topperFontSize);line-height:1.2em;text-transform:uppercase;text-align:inherit;letter-spacing:.1em;font-weight:700;color:var(--headerColor);margin-bottom:.25rem;display:block}.cs-title{font-size:var(--headerFontSize);font-weight:900;line-height:1.2em;text-align:inherit;max-width:43.75rem;margin:0 0 1rem;color:var(--solec-green);position:relative}.cs-text{font-size:var(--bodyFontSize);line-height:1.55em;text-align:inherit;width:100%;max-width:40.625rem;margin:0;color:var(--text-color)}@media only screen and (min-width: 0rem){#RTsbs-459,#RTsbsr-459{padding:var(--sectionPadding)}.cs-container{width:100%;max-width:80rem;margin:auto;display:flex;flex-direction:column;justify-content:stretch;align-items:center;position:relative}.cs-content{text-align:left;width:auto;max-width:40.625rem;margin:-18.75rem 1rem 0;padding:clamp(2.2rem,6vw,3rem) clamp(1rem,5vw,3rem);background-color:#fafbfc;box-sizing:border-box;border-radius:.75rem;overflow:hidden;box-shadow:0 24px 54px #576b931f;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:10}.cs-content:before{content:"";width:100%;height:.4rem;background:var(--solec-green);position:absolute;top:0;left:0}.cs-text{margin-bottom:1rem}.cs-text:last-of-type{margin-bottom:2rem}.cs-button-solid{font-size:.95rem;line-height:clamp(2.6rem,5vw,3rem);text-decoration:none;font-weight:700;text-align:center;margin:0;color:#fff;min-width:8.5rem;padding:0 1.25rem;background-color:var(--solec-green);border-radius:.25rem;display:inline-block;position:relative;z-index:1;box-sizing:border-box;border:2px solid var(--solec-green);transition:all .3s ease}.cs-button-solid:hover,.cs-button-solid:focus{background-color:#fff;color:var(--solec-green);border:2px solid var(--solec-green)}.cs-picture{width:100%;height:auto;height:27.6875rem;overflow:hidden;border-radius:1.5rem;display:block;order:-1;position:relative}.cs-picture img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}}@media only screen and (min-width: 48rem){.cs-container{padding:3.75rem 0;position:relative;align-items:flex-end;justify-content:center}.cs-content{width:65%;margin:0}.cs-picture{width:clamp(29.0625rem,53vw,38.5625rem);position:absolute;left:0;height:100%}#RTsbsr-459 .cs-container{align-items:flex-start}#RTsbsr-459 .cs-picture{left:auto;right:0}}@media only screen and (min-width: 64rem){.cs-content{margin-right:clamp(5rem,8.5vw,6.75rem)}#RTsbsr-459 .cs-content{margin-right:0;margin-left:clamp(5rem,8.5vw,6.75rem)}}
