.header{background:var(--white);border-bottom:2px solid var(--green);position:sticky;top:0;width:100%;z-index:1000}.header .container{align-items:center;display:flex;height:70px;justify-content:space-between;max-width:var(--container-max);padding:0 var(--container-px)}.header__logo{flex-shrink:0;width:140px}.header__logo img{height:auto;width:100%}.header__nav{gap:40px}.header__links,.header__nav{align-items:center;display:flex}.header__links{gap:21px}.header__link{color:var(--gray-text);cursor:pointer;font-size:var(--fs-body);font-weight:var(--fw-regular);transition:color var(--transition)}.header__link.active,.header__link:hover{color:var(--orange);font-weight:var(--fw-medium)}.header__link.active{font-weight:var(--fw-medium)}.header__contact-btn{align-items:center;background-color:var(--green-dark);border:none;border-radius:var(--radius-sm);color:var(--white)!important;display:inline-flex;font-family:var(--font-family);font-size:var(--fs-label);font-weight:var(--fw-semibold)!important;justify-content:center;min-height:38px;padding:5px 20px;text-align:center!important;text-decoration:none;transition:opacity var(--transition)}.header__contact-btn:hover{color:var(--white);opacity:.9}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown .header__link{align-items:center;display:flex;gap:8px}.dropdown-icon{color:var(--green);height:16px;transition:transform .3s ease;width:16px}.nav-submenu{display:none;flex-direction:column;gap:5px;left:0;padding-top:15px;position:absolute;top:100%;z-index:100}.nav-dropdown:hover .nav-submenu{display:flex}.nav-dropdown:hover .dropdown-icon{transform:rotate(180deg)}.submenu-link{align-items:center;background:var(--white);border:1px solid var(--gray-border);border-radius:10px;color:var(--gray-text);display:flex;font-size:var(--fs-body);font-weight:var(--fw-regular);padding:12px 20px;text-decoration:none;transition:all var(--transition);width:180px}.submenu-link.active,.submenu-link:hover{background:var(--gradient-yellow);border-color:transparent;color:var(--white);font-weight:var(--fw-medium)}.header__hamburger{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:center;width:30px;z-index:1001}.header__hamburger span{background:var(--gray-dark);display:block;height:2px;transition:all var(--transition)}.header__hamburger span:first-child{width:24px}.header__hamburger span:nth-child(2){width:18px}.header__hamburger span:nth-child(3){width:12px}.header__hamburger span+span{margin-top:5px}.header__hamburger.open span{width:24px}.header__hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__mobile-nav{background:var(--white);box-shadow:0 20px 20px 0 rgba(0,0,0,.3);display:none;flex-direction:column;gap:10px;left:0;opacity:0;padding:20px 30px 40px;pointer-events:none;position:absolute;top:102%;transform:translateY(-10px);transition:all var(--transition);width:100%;z-index:999}.header__mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__mobile-nav>a,.mobile-dropdown>a{color:#737373;display:block;font-size:16px;font-weight:var(--fw-regular);padding:5px 0;text-align:left;text-decoration:none;transition:color var(--transition)}.header__mobile-nav>a.active,.mobile-dropdown>a.active{color:var(--orange);font-weight:var(--fw-medium)}.mobile-dropdown{display:flex;flex-direction:column;gap:5px;width:100%}.mobile-dropdown>a{align-items:center;display:flex;gap:8px}.mobile-submenu{display:flex;flex-direction:column;gap:5px;width:100%}.mobile-submenu .submenu-link{height:auto;text-align:left;width:100%}@media (max-width:768px){.header .container{height:100px;padding:0 30px}.header__nav{display:none}.header__hamburger,.header__mobile-nav{display:flex}}.footer{background:var(--green-dark);position:relative}.footer__bg{inset:0;bottom:0;position:absolute;z-index:0}.footer__bg img{height:100%;mix-blend-mode:luminosity;object-fit:cover;width:100%}.footer .container{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.footer__main{display:flex;gap:20px;justify-content:space-between}.footer__card{background:var(--white);border-radius:var(--radius-lg);display:flex;gap:20px;padding:50px 40px;width:715px}.footer__logo{flex-shrink:0;height:110px;width:130px}.footer__logo img{height:100%;object-fit:contain;width:100%}.footer__card-info{display:flex;flex:1;flex-direction:column;gap:10px}.footer__card-title{color:var(--gray-text);font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.footer__card-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.footer__card-ctas{display:flex;gap:10px}.footer__right{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between}.footer__links{display:flex;gap:20px}.footer__col{display:flex;flex-direction:column;gap:10px;width:190px}.footer__col a{background:var(--white);border-radius:var(--radius-sm);color:var(--gray-text);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:28px;padding:5px 20px;transition:color var(--transition)}.footer__col a:hover{color:var(--orange)}.footer__social{display:flex;gap:12px;margin-top:20px}.footer__social a{align-items:center;display:flex;height:24px;justify-content:center;transition:opacity var(--transition);width:24px}.footer__social a:hover{opacity:.7}.footer__social svg{fill:var(--white);height:24px;width:24px}.footer__bottom{align-items:center;display:flex;justify-content:space-between;padding-top:20px}.footer__copyright{color:var(--white);font-size:var(--fs-small)}.footer__legal-links{display:flex;gap:30px}.footer__legal-links a{color:var(--white);font-size:var(--fs-small);text-decoration:none;transition:color var(--transition)}.footer__legal-links a:hover{color:var(--white)}@media (max-width:768px){.footer__bottom{flex-direction:column;gap:15px;text-align:center}.footer__card,.footer__main{align-items:center;flex-direction:column}.footer__card{max-width:505px;padding:40px 20px;text-align:center;width:100%}.footer__card-ctas{justify-content:center}.footer__card-title{font-size:36px}.footer__right{align-items:center;gap:30px}.footer__links{max-width:300px}.footer__links,.footer__social{justify-content:center}}.hero{background:var(--white)}.hero .container{align-items:center;display:flex;gap:10px;min-height:400px;position:relative}.hero__content{flex-shrink:0;gap:20px;width:505px}.hero__content,.hero__texts{display:flex;flex-direction:column}.hero__texts{gap:10px}.hero__title{color:var(--green);font-size:var(--fs-hero);font-weight:var(--fw-semibold);line-height:var(--lh-none);text-transform:uppercase}.hero__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.hero__desc strong{color:var(--orange);font-weight:var(--fw-semibold)}.hero__ctas{display:flex;gap:10px}.hero__image{height:460px;position:absolute;right:17px;top:-60px;width:610px}.hero__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.hero .container{flex-direction:column;gap:20px;min-height:auto}.hero__content{align-items:center;text-align:center;width:100%}.hero__title{font-size:40px}.hero__image{aspect-ratio:610/460;height:auto;position:relative;right:auto;top:auto;width:100%}.hero__ctas{flex-wrap:wrap;justify-content:center}}.faq-section{background:var(--gray-bg)}.faq-section .container{display:flex;gap:20px;justify-content:center}.faq-section__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:295px}.faq-section__info .section-title{color:var(--orange)}.faq-section__content{align-items:center;display:flex;flex:1;flex-direction:column;gap:40px}.faq-accordion{display:flex;flex-direction:column;gap:10px;width:100%}.faq-item{width:100%}.faq-question{align-items:center;background:var(--gray-border);border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:20px;padding:30px 40px;text-align:left;transition:all var(--transition);width:100%}.faq-question__text{color:var(--gray-text);flex:1;font-size:var(--fs-faq);font-weight:var(--fw-semibold);line-height:var(--lh-normal)}.faq-question__icon{flex-shrink:0;height:24px;transition:transform var(--transition);width:24px}.faq-question__icon svg{fill:var(--gray-text);height:100%;width:100%}.faq-item.active .faq-question{background:var(--green);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.faq-item.active .faq-question__text{color:var(--green-dark)}.faq-item.active .faq-question__icon svg{fill:var(--green-dark)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer__inner{background:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg);color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal);padding:30px 40px}.faq-item.active .faq-answer{max-height:300px}.faq-contact{align-items:center;background:var(--white);border:2px solid var(--orange);border-radius:var(--radius-lg);display:flex;gap:20px;max-width:715px;padding:30px 40px;width:100%}.faq-contact__info{display:flex;flex:1;flex-direction:column;gap:10px}.faq-contact__title{color:var(--gray-text);font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.faq-contact__desc{color:var(--gray-dark);font-size:var(--fs-body);line-height:var(--lh-normal)}@media (max-width:768px){.faq-section .container{align-items:center;flex-direction:column}.faq-section__info{align-items:center;width:100%}.faq-contact,.faq-section__info{max-width:400px;text-align:center}.faq-contact{flex-direction:column}.faq-contact__title{font-size:32px}.faq-answer__inner,.faq-question{padding:20px 30px}}.free-quote{background:var(--white)}.free-quote .container{display:flex;gap:20px}.free-quote__info{background:var(--gradient-green);border-radius:var(--radius-lg);color:var(--white);display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:50px 40px;width:400px}.free-quote__title{font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.free-quote__desc{font-size:var(--fs-body);line-height:var(--lh-normal)}.free-quote__desc strong{font-weight:var(--fw-semibold)}.free-quote__ctas{display:flex;gap:10px;margin-top:10px}.free-quote__image{background:var(--gray-border);border-radius:var(--radius-lg);flex:1;min-height:300px}.free-quote__image img{bottom:0;margin-top:-57px;object-fit:cover;position:absolute}@media (max-width:768px){.free-quote .container{align-items:center;flex-direction:column}.free-quote__info{align-items:center;max-width:400px;text-align:center;width:100%}.free-quote__title{font-size:36px}.free-quote__ctas{justify-content:center}.free-quote__image{height:200px;max-width:400px;min-height:200px;overflow:hidden;width:100%}}.join-us{background:var(--white)}.join-us .container{display:flex;gap:20px;justify-content:space-between}.join-us__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:600px}.join-us__title{color:var(--gray-text);font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.join-us__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.join-us__form{display:flex;gap:5px}.join-us__input{border:2px solid var(--green);border-radius:var(--radius-sm);color:var(--gray-dark);font-size:var(--fs-body);height:38px;min-width:200px;padding:5px 20px}.join-us__input::placeholder{color:var(--gray-light)}.join-us__terms{color:var(--gray-text);font-size:var(--fs-small);line-height:var(--lh-normal)}.join-us__image{background:var(--gray-border);border-radius:var(--radius-lg);height:stretch;min-height:500px;overflow:hidden}.join-us__image img{height:100%;object-fit:cover;width:100%}.form-section,.join-us .form-section{width:100%}.join-us.style-2{background:var(--gris-fondo-40,hsla(0,0%,88%,.4))}.join-us.style-2 h2{color:#467d38}.join-us-v2{background:var(--white)}.join-us-v2 .container{display:flex;gap:20px}.join-us-v2 .join-us__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;justify-content:center;width:715px}.join-us-v2.style-2 .join-us__title{color:var(--green-dark)}.join-us-v2.bg_gray{background:var(--gris-fondo-40,hsla(0,0%,88%,.4))}.ctas-section{background:var(--Deg-Amarillo-Naranja,linear-gradient(180deg,#f9c033 0,#ee7a28 100%))}.ctas-section .container{display:flex;gap:20px}.ctas-section .join-us__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;justify-content:center;width:715px}.ctas-section .join-us__desc,.ctas-section .join-us__title{color:var(--gray-dark)}.ctas-section .join-us__image{overflow:initial}@media (max-width:768px){.join-us .container{align-items:center;flex-direction:column;gap:40px}.join-us__info{align-items:center;max-width:100%;text-align:center;width:100%}.join-us__title{font-size:36px}.join-us__image{width:100%}.ctas-section .container{align-items:center;flex-direction:column;gap:40px}}.payment-plans{background:var(--white)}.payment-plans .container{gap:40px}.payment-plans .container,.payment-plans__header{align-items:center;display:flex;flex-direction:column}.payment-plans__header{gap:10px;max-width:505px;text-align:center}.payment-plans__header .section-label{color:var(--green)}.payment-plans__header .section-title{color:var(--gray-text)}.payment-plans__content{align-items:stretch;display:flex;gap:20px;width:100%}.payment-plans__info{background:var(--gradient-green);border-radius:var(--radius-lg);color:var(--white);display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:50px 40px;width:505px}.payment-plans__label{font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.payment-plans__title{font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.payment-plans__desc{font-size:var(--fs-body);line-height:var(--lh-normal)}.payment-plans__ctas{display:flex;gap:10px;margin-top:10px}.btn-orange{max-width:fit-content}.payment-plans__image{border-radius:var(--radius-lg);flex:1;min-height:300px;overflow:hidden;position:relative}.payment-plans__image-bg{background:var(--yellow);border-radius:var(--radius-lg);inset:0;position:absolute}.payment-plans__image img{height:100%;mix-blend-mode:luminosity;object-fit:cover;position:relative;width:100%}@media (max-width:768px){.payment-plans__content{align-items:center;flex-direction:column}.payment-plans__info{align-items:center;max-width:505px;text-align:center;width:100%}.payment-plans__title{font-size:32px}.payment-plans__ctas{justify-content:center}.payment-plans__image{max-width:505px;min-height:250px;width:100%}}.real-numbers{background:var(--gray-bg)}.real-numbers .container{display:flex;gap:20px}.real-numbers__left{display:flex;flex-direction:column;flex-shrink:0;gap:40px;width:820px}.real-numbers__info-ctas{display:flex;flex-direction:column;gap:20px}.real-numbers__info{display:flex;flex-direction:column;gap:10px;max-width:505px}.real-numbers__info .section-label{color:var(--orange)}.real-numbers__info .section-title{color:var(--gray-text)}.real-numbers__info .section-desc strong{color:var(--green-dark);font-weight:var(--fw-semibold)}.real-numbers__ctas{display:flex;gap:10px}.real-numbers__image{aspect-ratio:820/610;border-radius:var(--radius-lg);overflow:hidden;width:100%}.real-numbers__image img{height:100%;object-fit:cover;width:100%}.real-numbers__cards{gap:20px}.real-numbers__cards,.stat-card{display:flex;flex-direction:column}.stat-card{background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);gap:10px;padding:50px 40px;width:400px}.stat-card__number{color:var(--green-dark);font-size:var(--fs-stat);font-weight:var(--fw-bold);line-height:var(--lh-none)}.stat-card__title-box{background:var(--orange);border-radius:var(--radius-sm);padding:10px 20px}.stat-card__title{color:var(--white);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.stat-card__desc-box{background:var(--gray-bg);border-radius:var(--radius-sm);padding:10px 20px}.stat-card__desc{color:var(--gray-dark);font-size:var(--fs-body);line-height:var(--lh-normal)}@media (max-width:1024px){.real-numbers .container{align-items:center;flex-direction:column}.real-numbers__left{width:100%}.real-numbers__info{align-items:center;max-width:100%;text-align:center}.real-numbers__ctas{justify-content:center}.real-numbers__cards,.stat-card{align-items:center}.stat-card{max-width:400px;text-align:center;width:100%}}.real-stories{background:var(--gradient-yellow)}.real-stories .container{display:flex;flex-direction:column;gap:40px}.real-stories__info{color:var(--gray-dark);display:flex;flex-direction:column;gap:10px;text-align:center;width:100%}.real-stories__carousel{position:relative;width:100%}.real-stories__track{padding-bottom:4px}.review-card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:20px;height:auto;padding:50px 40px}.review-card__content{display:flex;flex-direction:column;gap:10px}.review-card__stars{display:flex;gap:4px}.review-card__stars svg{fill:var(--yellow);height:20px;width:20px}.review-card__text{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.review-card__client{align-items:center;display:flex;gap:10px;margin-top:20px}.review-card__avatar{background:#d3d3d3;border-radius:50%;flex-shrink:0;height:85px;overflow:hidden;width:85px}.review-card__avatar img{height:100%;object-fit:cover;width:100%}.review-card__name{color:var(--gray-dark);font-weight:var(--fw-semibold)}.review-card__location,.review-card__name{font-size:var(--fs-body);line-height:var(--lh-normal)}.review-card__location{color:var(--gray-text)}.real-stories__nav{align-items:center;display:flex;justify-content:space-between;width:100%}.carousel-arrow{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:37px;justify-content:center;transition:background var(--transition);width:37px}.carousel-arrow:hover{background:hsla(0,0%,100%,.2)}.carousel-arrow svg{height:37px;width:37px}.carousel-dots{align-items:center;display:flex;gap:12px;justify-content:center}.carousel-dot{background:hsla(0,0%,100%,.4);border-radius:50%;cursor:pointer;height:8px;transition:all var(--transition);width:8px}.carousel-dot.active{background:var(--white)}@media (max-width:768px){.review-card{padding:40px 30px}}.solar-solution{background:var(--gradient-yellow)}.solar-solution .container{align-items:center;display:flex;flex-direction:column;gap:40px}.solar-solution__thumbnail{flex-shrink:0;height:579px;position:relative;width:1030px}.solar-solution__video-frame{border:3px solid var(--white);border-radius:var(--radius-lg);inset:0;overflow:hidden;position:absolute}.solar-solution__video-bg{background:var(--green);inset:0;position:absolute}.solar-solution__video-frame img{height:100%;object-fit:cover;position:relative;width:100%}.solar-solution__play-btn{cursor:pointer;height:115px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform var(--transition);width:164px;z-index:2}.solar-solution__play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.solar-solution__play-btn svg{filter:drop-shadow(0 4px 20px rgba(0,0,0,.3));height:100%;width:100%}@media (max-width:568px){.solar-solution__play-btn,.solar-solution__play-btn svg{height:90px;width:90px}}.solar-solution__info{color:var(--white);display:flex;gap:20px;width:100%}.solar-solution__heading{flex-shrink:0;font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none);width:400px}.solar-solution__text{flex:1;font-size:var(--fs-body);line-height:var(--lh-normal)}.solar-solution__text p+p{margin-top:16px}@media (max-width:1100px){.solar-solution__thumbnail{aspect-ratio:1030/579;height:auto;width:100%}}@media (max-width:768px){.solar-solution__info{flex-direction:column;gap:20px}.solar-solution__heading{font-size:36px;text-align:center;width:100%}.solar-solution__text{width:100%}}.video-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .35s ease,visibility .35s ease;visibility:hidden;z-index:9999}.video-modal.active{opacity:1;visibility:visible}.video-modal__backdrop{background:rgba(0,0,0,.85);inset:0;position:absolute}.video-modal__content{max-width:960px;position:relative;transform:scale(.9);transition:transform .35s ease;width:90%}.video-modal.active .video-modal__content{transform:scale(1)}.video-modal__close{background:none;border:none;cursor:pointer;height:40px;padding:0;position:absolute;right:0;top:-48px;width:40px;z-index:1}.video-modal__close svg{height:100%;stroke:var(--white);transition:stroke var(--transition);width:100%}.video-modal__close:hover svg{stroke:var(--green)}.video-modal__iframe-wrap{background:#000;border-radius:var(--radius-lg);overflow:hidden;padding-top:56.25%;position:relative;width:100%}.video-modal__iframe-wrap iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.solutions-hero{background:var(--green-dark);position:relative}.solutions-hero__bg{inset:0;overflow:hidden;position:absolute;z-index:0}.solutions-hero__bg img{height:230%;left:-21%;object-fit:cover;opacity:.2;position:absolute;top:-66%;width:160%}.solutions-hero .container{align-items:center;display:flex;gap:20px;position:relative;z-index:1}.solutions-hero__content{color:var(--white);display:flex;flex-direction:column;flex-shrink:0;gap:20px;width:610px}.solutions-hero__title{font-size:var(--fs-hero);font-weight:var(--fw-semibold);line-height:var(--lh-none);text-transform:uppercase}.solutions-hero__desc{font-size:var(--fs-body);line-height:var(--lh-normal)}.solutions-hero__image{border:3px solid var(--green);border-radius:var(--radius-lg);flex-shrink:0;height:295px;overflow:hidden;width:610px}.solutions-hero__image img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.solutions-hero .container{flex-direction:column;gap:30px}.solutions-hero__content{align-items:center;text-align:center;width:100%}.solutions-hero__title{font-size:40px}.solutions-hero__image{aspect-ratio:610/295;height:auto;width:100%}}.three-paths{background:var(--gray-bg)}.three-paths .container{gap:40px}.three-paths .container,.three-paths__info{align-items:center;display:flex;flex-direction:column}.three-paths__info{gap:10px;max-width:505px;text-align:center}.three-paths__info .section-label{color:var(--orange)}.three-paths__info .section-title{color:var(--gray-text)}.three-paths__cards{display:flex;gap:20px}.path-card{background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);display:flex;flex-direction:column;height:auto;justify-content:space-between;padding:40px;transition:transform var(--transition),box-shadow var(--transition);width:400px}.path-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.path-card__icon{margin-bottom:40px}.path-card__icon,.path-card__icon img,.path-card__icon svg{height:85px;width:85px}.path-card__info{display:flex;flex-direction:column;gap:10px}.path-card__label{color:var(--orange);font-size:var(--fs-label);text-transform:uppercase}.path-card__label,.path-card__title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.path-card__title{color:var(--green-dark);font-size:var(--fs-card-title)}.path-card__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}@media (max-width:1024px){.three-paths__cards{flex-wrap:wrap;justify-content:center}.path-card{min-width:300px;width:calc(50% - 10px)}}@media (max-width:768px){.three-paths__cards{align-items:center;flex-direction:column}.path-card{height:auto;max-width:400px;min-height:300px;width:100%}}.timeline .container{align-items:flex-start;gap:48px}.timeline__info{flex:0 0 380px;max-width:380px}.timeline__label{color:var(--orange);font-weight:var(--fw-bold);letter-spacing:1.5px;margin-bottom:16px}.timeline__title{color:var(--black);font-size:40px;font-weight:var(--fw-bold);line-height:var(--lh-tight);margin-bottom:20px}.timeline__desc{line-height:1.7;margin-bottom:32px}.timeline__ctas{gap:12px}.timeline__carousel-wrap{-webkit-mask-image:linear-gradient(90deg,#000 70%,transparent);mask-image:linear-gradient(90deg,#000 70%,transparent);overflow:hidden}.step-card{background:var(--gray-bg);border:1px solid var(--gray-border);flex-direction:column;min-height:200px;padding:36px 28px}.step-card__number{background:var(--gradient-green);border-radius:14px;font-size:28px;font-weight:var(--fw-bold);height:64px;width:64px}.step-card__text{color:var(--gray-dark);line-height:1.7}.timeline__nav{gap:16px;margin-top:36px}.timeline__arrow{height:44px;width:44px}.timeline__arrow svg{height:20px;width:20px}@media (max-width:1024px){.timeline .container{flex-direction:column;gap:32px}.timeline__info{flex:none;max-width:100%;text-align:center}.timeline__ctas{justify-content:center}.timeline__title{font-size:32px}}@media (max-width:768px){.timeline{padding:var(--section-py-m) 0}.timeline__title{font-size:28px}.step-card{min-height:170px;padding:28px 22px}.step-card__number{border-radius:12px;font-size:24px;height:52px;width:52px}}.what-we-offer{background:var(--green-dark);position:relative}.what-we-offer__bg{inset:0;position:absolute;z-index:0}.what-we-offer__bg img{height:100%;mix-blend-mode:luminosity;object-fit:cover;width:100%}.what-we-offer .container{align-items:center;display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}.what-we-offer__info{color:var(--white);display:flex;flex-direction:column;gap:10px;max-width:400px;text-align:center}.what-we-offer__cards{display:flex;gap:20px;width:100%}.offer-card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;width:295px}.offer-card__img{aspect-ratio:295/190;overflow:hidden;width:100%}.offer-card__img img{height:100%;object-fit:cover;width:100%}.offer-card__info{display:flex;flex-direction:column;gap:10px;padding:30px 40px}.offer-card__label{color:var(--orange);font-size:var(--fs-label);text-transform:uppercase}.offer-card__label,.offer-card__title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.offer-card__title{color:var(--green);font-size:var(--fs-card-title)}.offer-card__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.offer-card--wide{background:linear-gradient(180deg,#f9c033,#fff 39.9%);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:0;justify-content:flex-end;min-height:441px;position:relative;width:610px}.offer-card--wide__panels{pointer-events:none;position:absolute;right:0;top:-77px;width:550px;z-index:0}.offer-card--wide__panels img{filter:drop-shadow(0 20px 30px rgba(0,0,0,.3));height:auto;width:90%}.offer-card--wide__info{display:flex;gap:20px;justify-content:space-between;padding:30px 40px;position:relative;z-index:1}.offer-card--wide__col1{display:flex;flex-direction:column;gap:10px;width:250px}.offer-card--wide__col2{display:flex;flex:1;gap:20px;justify-content:flex-end}.offer-card--wide__col2-info{display:flex;flex:1;flex-direction:column;gap:15px}.offer-card--wide__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:1.4}.offer-card--wide__icon{flex-shrink:0;height:60px;width:60px}@media (max-width:1024px){.what-we-offer__cards{align-items:center;flex-direction:column}.offer-card,.offer-card--wide{max-width:505px;width:100%}.offer-card--wide{min-height:480px}.offer-card--wide__panels{max-width:400px;right:-47px;top:-31px;width:120%}.offer-card--wide__info{flex-direction:column;gap:20px}.offer-card--wide__col1{width:100%}.offer-card--wide__col2{align-items:center;justify-content:flex-start;width:100%}}.why-go-solar{background:var(--white)}.why-go-solar .container{display:flex;flex-direction:column;gap:40px}.why-go-solar__info{display:flex;flex-direction:column;gap:10px;max-width:505px}.why-go-solar__info .section-label{color:var(--green-dark)}.why-go-solar__info .section-title{color:var(--orange)}.why-go-solar__bullets{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.bullet{align-items:flex-start;display:flex;gap:20px;width:400px}.bullet__icon-box,.bullet__icon-box img,.bullet__icon-box svg{height:85px;width:85px}.bullet__info{display:flex;flex:1;flex-direction:column;gap:10px}.bullet__label{color:var(--orange);font-size:var(--fs-label);text-transform:uppercase}.bullet__label,.bullet__title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.bullet__title{color:var(--green);font-size:var(--fs-card-title)}.bullet__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}@media (max-width:1024px){.why-go-solar__info{align-items:center;max-width:100%;text-align:center}.why-go-solar__bullets{align-items:center;flex-direction:column;gap:40px}.bullet{max-width:400px;width:100%}}.res-hero{background:var(--gradient-yellow)}.res-hero .container{align-items:center;display:flex;gap:20px}.res-hero__content{color:var(--white);display:flex;flex-direction:column;flex-shrink:0;gap:20px;width:400px}.res-hero__title{font-size:var(--fs-hero);font-weight:var(--fw-semibold);line-height:var(--lh-none);text-transform:uppercase}.res-hero__desc{font-size:var(--fs-body);line-height:var(--lh-normal)}.res-hero__image{border-radius:var(--radius-lg);flex:1;min-width:610px}.res-hero__image img{height:100%;object-fit:cover;width:100%}.res-hero.v2 .res-hero__content{color:#333;width:49%}@media (max-width:1024px){.res-hero .container{align-items:center;flex-direction:column;gap:40px}.res-hero__content{align-items:center;max-width:400px;text-align:center;width:100%}.res-hero__title{font-size:40px}.res-hero__image{aspect-ratio:505/182;height:auto;max-width:505px;min-width:100%;width:100%}.res-hero.v2 .res-hero__content{width:100%}.res-process.v2 .res-process__info{width:100%!important}}.res-process{background:var(--white)}.res-process .container{align-items:center;display:flex;gap:20px}.res-process__info{display:flex;flex-direction:column;flex-shrink:1;gap:40px;min-width:0;width:505px}.res-process__header{display:flex;flex-direction:column;gap:10px}.res-process__label{color:var(--green-dark)}.res-process__desc,.res-process__title{color:var(--gray-text)}.res-process__bullets{display:flex;flex-direction:column;gap:20px}.res-process__bullet{align-items:center;background:var(--gray-bg);border-radius:var(--radius-sm);display:flex;gap:20px;padding:10px 20px}.res-process__bullet-icon{flex-shrink:0;height:16px;width:17px}.res-process__bullet-icon svg{height:100%;width:100%}.res-process__bullet-text{color:var(--green-dark);font-size:var(--fs-body);font-weight:var(--fw-semibold);line-height:var(--lh-normal)}.res-process__ctas{display:flex;gap:10px}.res-process__image{border-radius:var(--radius-lg);flex:1;height:505px;min-width:0;overflow:hidden}.res-process__image img{height:100%;object-fit:cover;width:100%}.res-process.support{background:var(--gris-fondo-40,hsla(0,0%,88%,.4))}.res-process.support .support__bullet{background:#fff;border-radius:20px;padding:20px 30px;text-align:left}.res-process.support .res-process__info{margin-right:100px;width:450px}.res-process.support .support__bullet h3{color:var(--green);font-size:40px;font-weight:600;letter-spacing:.2px;line-height:100%;margin-bottom:10px}.res-process.support .support__bullet:nth-child(2n) h3{color:var(--orange)}.res-process.v2 .container{justify-content:space-between}.res-process.v2 .res-process__image{height:400px;max-width:610px}.res-process.v2 .res-process__info{width:505px}@media (max-width:1024px){.res-process .container{align-items:center;flex-direction:column;gap:40px}.res-process__info{align-items:center;max-width:505px;text-align:center;width:100%}.res-process__bullets{width:100%}.res-process__bullet{text-align:left}.res-process__ctas{justify-content:center}.res-process__image{aspect-ratio:505/357;height:auto;max-width:505px;width:100%}.res-process.support .res-process__info{margin-right:0;width:100%}}.res-why-solar{background:var(--green-dark);padding:0!important;position:relative}.res-why-solar .container{padding:var(--section-py-m) var(--section-px-m)!important}.res-why-solar__bg{bottom:0;left:0;pointer-events:none;position:absolute;z-index:0}.res-why-solar__bg img{height:100%;object-fit:contain;width:100%}.res-why-solar .container{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;position:relative;z-index:1}.res-why-solar__info{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;width:505px}.res-why-solar__label{color:var(--green)}.res-why-solar__title{color:var(--white)}.res-why-solar__desc{color:var(--white);font-size:var(--fs-body);line-height:var(--lh-normal)}.res-why-solar__bullets{display:flex;flex-direction:column;gap:40px}.res-why-solar__bullet{align-items:flex-start;display:flex;gap:20px;max-width:610px;width:100%}.res-why-solar__bullet-icon{align-items:center;display:flex;flex-shrink:0;height:85px;justify-content:center;width:85px}.res-why-solar__bullet-icon img{height:85px;object-fit:contain;width:85px}.res-why-solar__bullet-info{display:flex;flex:1;flex-direction:column;gap:10px}.res-why-solar__bullet-label{color:var(--yellow);font-size:var(--fs-label);text-transform:uppercase}.res-why-solar__bullet-label,.res-why-solar__bullet-title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.res-why-solar__bullet-title{color:var(--white);font-size:var(--fs-card-title)}.res-why-solar__bullet-desc{color:var(--white);font-size:var(--fs-body);line-height:var(--lh-normal)}.res-why-solar__bullet-link{align-items:center;color:var(--green);cursor:pointer;display:inline-flex;font-size:var(--fs-label);font-weight:var(--fw-medium);gap:5px;transition:color var(--transition)}.res-why-solar__bullet-link:hover{opacity:.8}.res-why-solar__bullet-link svg{height:13px;width:13px}@media (max-width:1024px){.res-why-solar .container{align-items:center;flex-direction:column;gap:40px}.res-why-solar__info{max-width:505px;text-align:center;width:100%}.res-why-solar__bullets{align-items:center;width:100%}.res-why-solar__bullet{max-width:505px;width:100%}}@media (max-width:568px){.res-why-solar .container{padding-bottom:0!important}.res-why-solar__bg{bottom:auto;height:auto;left:auto;position:relative;width:100%}.res-why-solar__bg img{height:auto;object-fit:cover;width:100%}}.res-impact{background:var(--gray-border)}.res-impact .container{align-items:flex-start;display:flex;gap:20px}.res-impact__info{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;width:400px}.res-impact__label{color:var(--green-dark)}.res-impact__desc,.res-impact__title{color:var(--gray-text)}.res-impact__desc{font-size:var(--fs-body);line-height:var(--lh-normal)}.res-impact__cards{display:flex;flex-wrap:wrap;gap:20px}.res-impact__card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:1;min-width:0;overflow:hidden;width:400px}.res-impact__card-img{height:295px;overflow:hidden;width:100%}.res-impact__card-img img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.res-impact__card:hover .res-impact__card-img img{transform:scale(1.08)}.res-impact__card-info{display:flex;flex-direction:column;gap:10px;padding:30px 40px}.res-impact__card-label{color:var(--green);font-size:var(--fs-label);text-transform:uppercase}.res-impact__card-label,.res-impact__card-title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.res-impact__card-title{color:var(--orange);font-size:var(--fs-card-title)}.res-impact__card-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.res-impact__card-link{align-items:center;color:var(--green-dark);cursor:pointer;display:inline-flex;font-size:var(--fs-label);font-weight:var(--fw-medium);gap:5px;transition:color var(--transition)}.res-impact__card-link:hover{color:var(--orange)}.res-impact__card-link:hover svg{transform:translateX(4px)}.res-impact__card-link svg{height:13px;transition:transform var(--transition);width:13px}@media (max-width:1024px){.res-impact .container{align-items:center;flex-direction:column;gap:40px}.res-impact__info{max-width:505px;text-align:center;width:100%}.res-impact__cards{align-items:center;flex-direction:column}.res-impact__card{max-width:400px;width:100%}}.res-steps{background:var(--white)}.res-steps .container{align-items:center;display:flex;flex-direction:column;gap:40px}.res-steps__header{display:flex;flex-direction:column;gap:10px;max-width:715px;text-align:center;width:100%}.res-steps__label{color:var(--orange)}.res-steps__title{color:var(--green)}.res-steps__desc{color:var(--gray-text)}.res-steps__bullets{display:flex;flex-wrap:wrap;gap:20px}.res-steps__bullet{align-items:flex-start;display:flex;gap:20px;max-width:610px;width:100%}.res-steps__bullet-icon{align-items:center;display:flex;flex-shrink:0;height:85px;justify-content:center;width:85px}.res-steps__bullet-icon img{height:85px;object-fit:contain;width:85px}.res-steps__bullet-info{display:flex;flex:1;flex-direction:column;gap:10px}.res-steps__bullet-label{color:var(--green-dark);font-size:var(--fs-label);text-transform:uppercase}.res-steps__bullet-label,.res-steps__bullet-title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.res-steps__bullet-title{color:var(--gray-text);font-size:var(--fs-card-title)}.res-steps__bullet-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.res-steps__bullet-ctas{display:flex;gap:10px}.btn-outline-green{background:var(--white);border:1px solid var(--green-dark);color:var(--green-dark)}@media (max-width:1024px){.res-steps__header{max-width:505px;width:100%}.res-steps__bullets{align-items:center;flex-direction:column;gap:40px}.res-steps__bullet{max-width:505px;width:100%}}.res-quote{background:var(--white)}.res-quote .container{align-items:flex-start;display:flex;gap:20px;justify-content:center}.res-quote__info{background:var(--gray-dark);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;padding:50px 40px;width:400px}.res-quote__title{color:var(--green);font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.res-quote__desc{color:var(--white);font-size:var(--fs-body);line-height:var(--lh-normal)}.res-quote__ctas{display:flex;gap:10px;margin-top:10px}.res-quote__image{border-radius:var(--radius-lg);flex:1;min-height:282px;overflow:hidden;position:relative}.res-quote__image-bg{inset:0;position:absolute}.res-quote__image img{height:100%;object-fit:cover;position:relative;width:100%;z-index:1}.res-quote.orange{background:var(--Deg-Amarillo-Naranja,linear-gradient(180deg,#f9c033 0,#ee7a28 100%))}.res-quote.orange .res-quote__info{background:var(--white)}.res-quote.orange .res-quote__desc,.res-quote.orange .res-quote__title{color:var(--gray-text)}.res-quote.bg_gray{background:var(--gris-fondo-40,hsla(0,0%,88%,.4))}.res-quote.blog .res-quote__info{max-width:295px}.res-quote.blog .res-quote__image{min-height:317px}@media (max-width:1024px){.res-quote .container{align-items:center;flex-direction:column}.res-quote__info{align-items:center;max-width:400px;text-align:center;width:100%}.res-quote__ctas{justify-content:center}.res-quote__image{max-width:400px;min-height:137px;width:100%}.res-quote.blog .res-quote__image{min-height:auto}}.hsw-hero{background:var(--white)}.hsw-hero .container{align-items:center;display:flex;gap:20px}.hsw-hero__content{display:flex;flex-direction:column;flex-shrink:1;gap:20px;min-width:0;width:610px}.hsw-hero__title{color:var(--green);font-size:var(--fs-hero);font-weight:var(--fw-semibold);line-height:var(--lh-none);text-transform:uppercase}.hsw-hero__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.hsw-hero__image{border-radius:var(--radius-lg);flex-shrink:1;height:295px;min-width:0;overflow:hidden;width:610px}.hsw-hero__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.hsw-hero .container{align-items:center;flex-direction:column;gap:40px}.hsw-hero__content{align-items:center;max-width:505px;text-align:center;width:100%}.hsw-hero__title{font-size:40px}.hsw-hero__image{aspect-ratio:505/244;height:auto;max-width:505px;width:100%}}.hsw-steps{position:relative}.hsw-steps__bg{inset:0;overflow:hidden;position:absolute;z-index:0}.hsw-steps__bg img{height:100%;object-fit:cover;opacity:.3;width:100%}.hsw-steps__bg:after{background:var(--green-dark);content:"";inset:0;mix-blend-mode:multiply;position:absolute}.hsw-steps .container{align-items:center;display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}.hsw-steps__info{display:flex;flex-direction:column;gap:10px;max-width:610px;text-align:center;width:100%}.hsw-steps__label{color:var(--green)}.hsw-steps__desc,.hsw-steps__title{color:var(--white)}.hsw-steps__cards{display:flex;gap:20px;padding-bottom:60px;position:relative;width:100%}.hsw-step-card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex:1;flex-direction:column;height:390px;justify-content:space-between;min-width:0;padding:40px}.hsw-step-card__top{display:flex;flex-direction:column;gap:20px}.hsw-step-card__number{align-items:center;background:var(--gradient-yellow);border-radius:var(--radius-lg);color:var(--white);display:flex;font-size:var(--fs-hero);font-weight:var(--fw-semibold);height:85px;justify-content:center;line-height:var(--lh-none);width:85px}.hsw-step-card__info{display:flex;flex-direction:column;gap:10px}.hsw-step-card__title{color:var(--gray-text);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.hsw-step-card__desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.hsw-step-card__link{align-items:center;color:var(--green);cursor:pointer;display:inline-flex;font-size:var(--fs-label);font-weight:var(--fw-medium);gap:5px;transition:color var(--transition)}.hsw-step-card__link:hover{color:var(--orange)}.hsw-step-card__link svg{height:13px;transition:transform var(--transition);width:13px}.hsw-step-card__link:hover svg{transform:translateX(3px)}.hsw-steps__cards .swiper-slide{height:auto}.hsw-steps__cards .swiper-slide .hsw-step-card{height:100%}.hsw-steps__nav{display:none;gap:16px;justify-content:center;margin-top:30px}.hsw-steps__nav-btn{align-items:center;background:#fff;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;transition:background var(--transition);width:44px}.hsw-steps__nav-btn:hover{background:hsla(0,0%,100%,.35)}@media (max-width:1024px){.hsw-steps__nav{bottom:0;display:flex;position:absolute;width:100%}.hsw-step-card{height:auto}}.hsw-three{background:var(--white)}.hsw-three .container{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.hsw-three__info{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;width:505px}.hsw-three__label{color:var(--green)}.hsw-three__desc,.hsw-three__title{color:var(--gray-text)}.hsw-three__bullets{display:flex;flex-direction:column;gap:40px}.hsw-three__bullet{align-items:flex-start;display:flex;gap:20px;max-width:610px;width:100%}.hsw-three__bullet-icon{height:85px;width:85px}.hsw-three__bullet-icon img{height:85px;object-fit:contain;width:85px}.hsw-three__bullet-info{display:flex;flex:1;flex-direction:column;gap:10px}.hsw-three__bullet-title{color:var(--green);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.hsw-three__bullet-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}@media (max-width:1024px){.hsw-three .container{align-items:center;flex-direction:column;gap:40px}.hsw-three__info{max-width:505px;text-align:center}.hsw-three__bullets,.hsw-three__info{align-items:center;width:100%}.hsw-three__bullet{max-width:505px;width:100%}}.hsw-metering{background:var(--gray-bg)}.hsw-metering .container{align-items:center;display:flex;flex-direction:column;gap:40px}.hsw-metering__header{display:flex;flex-direction:column;gap:10px;max-width:610px;text-align:center;width:100%}.hsw-metering__label{color:var(--green-dark)}.hsw-metering__desc,.hsw-metering__title{color:var(--gray-text)}.hsw-metering__content{align-items:center;display:flex;gap:20px;justify-content:center;width:100%}.hsw-metering__card{background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;padding:50px 40px;width:610px}.hsw-metering__card-label{color:var(--green);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.hsw-metering__card-title{color:var(--orange);font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.hsw-metering__card-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.hsw-metering__image{border-radius:var(--radius-lg);flex-shrink:0;height:313px;overflow:hidden;width:400px}.hsw-metering__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.hsw-metering__content{align-items:center;flex-direction:column}.hsw-metering__card{max-width:505px;width:100%}.hsw-metering__image{aspect-ratio:400/313;height:auto;max-width:400px;width:100%}.hsw-metering__card-title{font-size:30px}}.hsw-gains{background:var(--gradient-yellow)}.hsw-gains .container{align-items:flex-start;display:flex;gap:20px}.hsw-gains__info{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;width:400px}.hsw-gains__desc,.hsw-gains__label,.hsw-gains__title{color:var(--gray-dark)}.hsw-gains__card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex:1;flex-direction:column;gap:40px;min-width:0;padding:50px 40px}.hsw-gains__tabs{display:flex;flex-wrap:wrap;gap:10px}.hsw-gains__tab{border-radius:var(--radius-sm);cursor:pointer;font-size:18px;font-weight:var(--fw-medium);line-height:28px;padding:7.5px 40px;transition:all var(--transition);white-space:nowrap}.hsw-gains__tab--active{background:var(--green-dark);border:1px solid var(--green-dark);color:var(--white)}.hsw-gains__tab--inactive{background:var(--white);border:1px solid #f4a823;color:#f4a823}.hsw-gains__tab--inactive:hover{background:#f4a823;color:var(--white)}.hsw-gains__tab-content{align-items:flex-start;display:flex;gap:10px}.hsw-gains__tab-info{display:flex;flex:1;flex-direction:column;gap:10px;min-width:0}.hsw-gains__tab-label{color:var(--gray-dark);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.hsw-gains__tab-title{color:var(--green);font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.hsw-gains__tab-desc{color:var(--gray-text);font-size:var(--fs-body);line-height:var(--lh-normal)}.hsw-gains__tab-link{align-items:center;color:var(--orange);cursor:pointer;display:inline-flex;font-size:var(--fs-label);font-weight:var(--fw-medium);gap:5px;transition:color var(--transition)}.hsw-gains__tab-link:hover{opacity:.8}.hsw-gains__tab-link svg{height:13px;transition:transform var(--transition);width:13px}.hsw-gains__tab-link:hover svg{transform:translateX(3px)}.hsw-gains__tab-image{border-radius:var(--radius-lg);flex-shrink:0;height:295px;overflow:hidden;width:295px}.hsw-gains__tab-image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.hsw-gains .container{align-items:center;flex-direction:column}.hsw-gains__info{align-items:center;text-align:center}.hsw-gains__card,.hsw-gains__info{max-width:505px;width:100%}.hsw-gains__tabs{justify-content:center}.hsw-gains__tab-content{align-items:center;flex-direction:column}.hsw-gains__tab-image{aspect-ratio:1;height:auto;max-width:400px;width:100%}}.hsw-hero-green{position:relative}.hsw-hero-green .bg-image{inset:0;overflow:hidden;position:absolute;z-index:0}.hsw-hero-green .bg-image img{height:100%;object-fit:cover;width:100%}.hsw-hero-green .hsw-hero__desc,.hsw-hero-green .hsw-hero__title{color:var(--white);text-align:center}.hsw-hero-green .hsw-hero__content{margin:0 auto;width:820px}@media (max-width:768px){.hsw-hero-green .hsw-hero__content{margin:0 auto;width:100%}}.com-benefits{background:var(--gray-bg)}.com-benefits .container{align-items:center;display:flex;flex-direction:column;gap:40px}.com-benefits__info{display:flex;flex-direction:column;gap:10px;max-width:715px;text-align:center;width:100%}.com-benefits__label{color:var(--orange)}.com-benefits__title{color:var(--green-dark)}.com-benefits__desc{color:var(--gray-text)}.com-benefits__bullets{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;width:100%}.com-benefits__bullet{align-items:flex-start;display:flex;gap:20px;max-width:400px;width:100%}.com-benefits__bullet-icon{height:85px;width:85px}.com-benefits__bullet-icon img{height:85px;object-fit:contain;width:85px}.com-benefits__bullet-info{display:flex;flex:1;flex-direction:column;gap:10px}.com-benefits__bullet-label{color:var(--green-dark);font-size:var(--fs-label);text-transform:uppercase}.com-benefits__bullet-label,.com-benefits__bullet-title{font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-tight)}.com-benefits__bullet-title{color:var(--gray-text);font-size:var(--fs-card-title)}.com-benefits__bullet-desc{color:var(--gray-text);font-size:var(--fs-body);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.com-benefits__bullet-link{align-items:center;color:var(--orange);cursor:pointer;display:inline-flex;font-size:var(--fs-label);font-weight:var(--fw-medium);gap:5px;letter-spacing:var(--tracking);transition:color var(--transition)}.com-benefits__bullet-link:hover{opacity:.8}.com-benefits__bullet-link svg{height:13px;stroke:var(--orange);transition:transform var(--transition);width:13px}.com-benefits__bullet-link:hover svg{transform:translateX(3px)}@media (max-width:1024px){.com-benefits__bullets{align-items:center;flex-direction:column}.com-benefits__bullet{max-width:505px;width:100%}}.com-simple{background:var(--green-dark);position:relative}.com-simple__bg{inset:0;overflow:hidden;position:absolute;z-index:0}.com-simple__bg img{height:100%;object-fit:cover;opacity:.2;width:100%}.com-simple .container{align-items:center;display:flex;flex-direction:column;gap:40px;position:relative;z-index:1}.com-simple__header{display:flex;flex-direction:column;gap:10px;max-width:610px;text-align:center;width:100%}.com-simple__label{color:var(--green)}.com-simple__desc,.com-simple__title{color:var(--white)}.com-simple__content{align-items:center;display:flex;gap:20px;justify-content:center;width:100%}.com-simple__card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;padding:50px 40px;width:505px}.com-simple__card-label{color:var(--orange);font-size:var(--fs-label);line-height:var(--lh-tight);text-transform:uppercase}.com-simple__card-label,.com-simple__card-title{font-weight:var(--fw-semibold);letter-spacing:var(--tracking)}.com-simple__card-title{color:var(--gray-text);font-size:40px;line-height:var(--lh-none)}.com-simple__card-desc{color:var(--gray-text);font-size:var(--fs-body);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.com-simple__card-ctas{display:flex;gap:10px;margin-top:10px}.com-simple__image{border:3px solid var(--white);border-radius:var(--radius-lg);flex-shrink:1;height:331px;min-width:0;overflow:hidden;width:505px}.com-simple__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.com-simple__content{align-items:center;flex-direction:column}.com-simple__card,.com-simple__image{max-width:505px;width:100%}.com-simple__image{aspect-ratio:505/244;height:auto}}.com-start{background:var(--white)}.com-start .container{align-items:flex-start;display:flex;gap:20px;justify-content:center}.com-start__info{display:flex;flex-direction:column;flex-shrink:1;gap:10px;min-width:0;width:400px}.com-start__label{color:var(--green)}.com-start__title{color:var(--gray-text)}.com-start__ctas{display:flex;gap:10px;margin-top:10px}.com-start__bullets{display:flex;flex-direction:column;flex-shrink:1;gap:20px;min-width:0;width:400px}.com-start__bullet{align-items:flex-start;background:var(--gray-bg);border-radius:var(--radius-sm);display:flex;gap:20px;padding:20px 40px;position:relative}.com-start__bullet-arrow{align-items:center;display:flex;height:30px;justify-content:center;left:-16px;position:absolute;top:20px;width:32px}.com-start__bullet-arrow svg{height:17px;width:18px}.com-start__bullet-info{display:flex;flex:1;flex-direction:column;gap:10px}.com-start__bullet-title{color:var(--green-dark);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-tight)}.com-start__bullet-desc{color:var(--gray-text);font-size:var(--fs-body);letter-spacing:var(--tracking);line-height:var(--lh-normal)}@media (max-width:1024px){.com-start .container{align-items:center;flex-direction:column}.com-start__info{align-items:center;max-width:400px;text-align:center;width:100%}.com-start__ctas{justify-content:center}.com-start__bullets{max-width:400px;width:100%}}.comp-proven{background:var(--white)}.comp-proven .container{align-items:center;display:flex;gap:20px;justify-content:space-between}.comp-proven__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:400px}.comp-proven__label{color:var(--green-dark)}.comp-proven__title{color:var(--orange)}.comp-proven__desc{color:var(--gray-text)}.comp-proven__ctas{display:flex;gap:10px;margin-top:20px}.comp-proven__image{border-radius:var(--radius-lg);flex:1;height:400px;max-width:610px;min-width:0;overflow:hidden}.comp-proven__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.comp-proven .container{align-items:center;flex-direction:column;gap:40px}.comp-proven__info{align-items:center;max-width:400px;text-align:center;width:100%}.comp-proven__ctas{justify-content:center}.comp-proven__image{aspect-ratio:505/331;height:auto;max-width:505px;width:100%}}.comp-values{background:#e0e0e0}.comp-values .container{gap:40px}.comp-values .container,.comp-values__header{align-items:center;display:flex;flex-direction:column}.comp-values__header{gap:10px;max-width:100%;text-align:center;width:505px}.comp-values__label{color:var(--green-dark)}.comp-values__desc,.comp-values__title{color:var(--gray-text)}.comp-values__cards{display:flex;gap:20px;width:100%}.comp-values__card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex:1;flex-direction:column;min-width:0;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.comp-values__card:hover{box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateY(-6px)}.comp-values__card-info{display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:300px;padding:30px 40px}.comp-values__card-texts{display:flex;flex-direction:column;gap:10px}.comp-values__card-label{color:var(--orange);font-size:var(--fs-label);text-transform:uppercase}.comp-values__card-label,.comp-values__card-title{font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-tight)}.comp-values__card-title{color:var(--green);font-size:var(--fs-card-title)}.comp-values__card-desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.comp-values__card-img{flex:1;min-height:295px;overflow:hidden}.comp-values__card-img img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.comp-values__card-img{min-height:auto}.comp-values__cards{align-items:center;flex-direction:column}.comp-values__card{max-width:400px;width:100%}}.comp-impact{background:var(--white)}.comp-impact .container{align-items:flex-start;display:flex;gap:20px}.comp-impact__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:400px}.comp-impact__label{color:var(--green)}.comp-impact__desc,.comp-impact__title{color:var(--gray-text)}.comp-impact__ctas{display:flex;gap:10px;margin-top:10px}.comp-impact__stats{display:flex;flex:1;flex-wrap:wrap;gap:20px;min-width:0}.comp-impact__stat{background:var(--gray-bg);border-radius:var(--radius-sm);padding:20px 40px;text-align:center;width:calc(50% - 10px)}.comp-impact__stat-number{color:var(--green-dark);font-size:90px;font-weight:var(--fw-bold);letter-spacing:var(--tracking);line-height:var(--lh-none)}.comp-impact__stat-plus{color:var(--orange)}.comp-impact__stat-label{color:var(--gray-text);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-tight)}@media (max-width:1024px){.comp-impact .container{align-items:center;flex-direction:column}.comp-impact__info{align-items:center;max-width:400px;text-align:center;width:100%}.comp-impact__ctas{justify-content:center}.comp-impact__stats{max-width:560px;width:100%}.comp-impact__stat{width:100%}.comp-impact__stat-number{font-size:60px}}.comp-certs{background:var(--gradient-yellow)}.comp-certs .container{align-items:flex-start;display:flex;gap:20px}.comp-certs__info{display:flex;flex-direction:column;flex-shrink:0;gap:10px;width:400px}.comp-certs__desc,.comp-certs__title{color:var(--gray-dark)}.comp-certs__ctas{display:flex;gap:10px;margin-top:10px}.comp-certs__logos{display:flex;flex:1;gap:20px;min-width:0}.comp-certs__logo-card{background:var(--white);border-radius:var(--radius-lg);flex:1;flex-direction:column;gap:10px;min-height:295px;min-width:0;padding:20px}.comp-certs__logo-card,.comp-certs__logo-icon{align-items:center;display:flex;justify-content:center}.comp-certs__logo-icon{height:125px;width:125px}.comp-certs__logo-icon img,.comp-certs__logo-icon svg{height:100%;object-fit:contain;width:100%}.comp-certs__logo-text{color:var(--gray-dark);font-size:40px;font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-none)}@media (max-width:1024px){.comp-certs .container{align-items:center;flex-direction:column}.comp-certs__info{align-items:center;max-width:400px;text-align:center;width:100%}.comp-certs__ctas{justify-content:center}.comp-certs__logos{align-items:center;flex-direction:column;max-width:560px;width:100%}.comp-certs__logo-card{max-width:400px;width:100%}}.comp-crew{background:var(--white)}.comp-crew .container{gap:40px}.comp-crew .container,.comp-crew__header{align-items:center;display:flex;flex-direction:column}.comp-crew__header{gap:10px;max-width:100%;text-align:center;width:610px}.comp-crew__label{color:var(--green-dark)}.comp-crew__desc,.comp-crew__title{color:var(--gray-text)}.comp-crew__grid{display:flex;flex-wrap:wrap;gap:20px;width:100%}.comp-crew__card{background:var(--green-dark);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:20px;min-height:370px;padding:20px 40px;transition:transform .35s ease,box-shadow .35s ease}.comp-crew__card:hover{box-shadow:0 12px 32px rgba(0,0,0,.18);transform:translateY(-6px)}.comp-crew__card-avatar{border-radius:var(--radius-lg);flex-shrink:0;height:170px;overflow:hidden;width:170px}.comp-crew__card-avatar img{height:100%;object-fit:cover;width:100%}.comp-crew__card-info{gap:10px}.comp-crew__card-info,.comp-crew__card-name-role{display:flex;flex-direction:column}.comp-crew__card-name{color:var(--white);font-size:var(--fs-card-title)}.comp-crew__card-name,.comp-crew__card-role{font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-tight)}.comp-crew__card-role{color:var(--yellow);font-size:var(--fs-label);text-transform:uppercase}.comp-crew__card-desc{color:var(--white);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.comp-crew__join{align-items:center;background:var(--white);border:2px solid var(--orange);border-radius:var(--radius-lg);display:flex;gap:20px;max-width:100%;padding:30px 40px;width:715px}.comp-crew__join-info{display:flex;flex:1;flex-direction:column;gap:10px;min-width:0}.comp-crew__join-title{color:var(--gray-text);font-size:40px;font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-none)}.comp-crew__join-desc{color:var(--gray-dark);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.btn-orange{background:var(--orange);color:var(--white)}@media (min-width:1025px){.comp-crew__grid .swiper-wrapper{display:flex;flex-wrap:wrap;gap:20px}.comp-crew__grid .swiper-slide{flex-shrink:0;margin-right:0!important;width:calc(25% - 15px)!important}.comp-crew__pagination{display:none}}@media (max-width:1024px){.comp-crew__grid{overflow:visible}.comp-crew__grid .swiper-slide{height:auto}.comp-crew__card{height:100%}.comp-crew__join{flex-direction:column;text-align:center}.comp-crew__join,.comp-crew__join-info{align-items:center}}.comp-crew__pagination{display:none;gap:8px;justify-content:center;margin-top:24px}@media (max-width:1024px){.comp-crew__pagination{display:none}}.comp-crew__pagination .swiper-pagination-bullet{background:var(--gray-light);border-radius:50%;height:10px;opacity:1;transition:background .3s ease,transform .3s ease;width:10px}.comp-crew__pagination .swiper-pagination-bullet-active{background:var(--green-dark);transform:scale(1.25)}.comp-crew__nav{align-items:center;display:none;gap:12px;justify-content:center;margin-top:20px}@media (max-width:1024px){.comp-crew__nav{display:flex}}.comp-crew__nav-btn{align-items:center;background:var(--green);border:none;border-radius:50%;color:var(--white);cursor:pointer;display:flex;height:44px;justify-content:center;transition:background .3s ease,transform .2s ease;width:44px}.comp-crew__nav-btn:hover{background:var(--green);transform:scale(1.08)}.comp-crew__nav-btn.swiper-button-disabled{cursor:default;opacity:.4;transform:none}@media (max-width:768px){.comp-hero__title{font-size:36px}.comp-impact__stat-number{font-size:48px}.comp-certs__logo-text,.comp-crew__join-title{font-size:30px}}.timeline{background:var(--white);padding:var(--section-py-d) 0}.timeline .container{align-items:center;border-radius:var(--radius-lg);display:flex;gap:0;overflow:hidden;padding:0 20px}.timeline__info{display:flex;flex:0 0 400px;flex-direction:column;gap:10px;margin-right:100px;max-width:400px}.timeline__label{color:var(--green);font-size:var(--fs-label);line-height:var(--lh-tight);text-transform:uppercase}.timeline__label,.timeline__title{font-weight:var(--fw-semibold);letter-spacing:var(--tracking)}.timeline__title{color:var(--gray-text);font-size:48px;line-height:var(--lh-none)}.timeline__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.timeline__ctas{display:flex;gap:10px;margin-top:10px}.timeline__carousel-wrap{align-items:center;display:flex;flex:1;flex-direction:column;gap:20px;min-width:0}.timeline__carousel-container{-webkit-mask-image:linear-gradient(90deg,#000 80%,transparent);mask-image:linear-gradient(90deg,#000 80%,transparent);overflow:hidden;width:100%}.timeline__carousel{overflow:visible}.step-card{align-items:center;background:var(--white);border:2px solid #ababab;border-radius:var(--radius-lg);cursor:grab;display:flex;flex-direction:row;gap:20px;min-height:auto;padding:20px;transition:box-shadow var(--transition),transform var(--transition)}.step-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.step-card__number{align-items:center;background:linear-gradient(180deg,var(--green) 0,var(--green-dark) 100%);border-radius:var(--radius-lg);color:var(--white);display:flex;flex-shrink:0;font-size:56px;font-weight:var(--fw-semibold);height:85px;justify-content:center;letter-spacing:var(--tracking);min-width:85px;text-transform:uppercase;width:85px}.step-card__text{color:var(--gray-text);flex:1;font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal);min-width:0}.timeline__nav{gap:12px}.timeline__arrow,.timeline__nav{align-items:center;display:flex;justify-content:center}.timeline__arrow{background:var(--orange);border:none;border-radius:50%;cursor:pointer;height:37px;padding:0;transition:background var(--transition),transform var(--transition);width:37px}.timeline__arrow:hover{background:#d96a1e;transform:scale(1.08)}.timeline__arrow svg{fill:var(--white);height:18px;width:18px}.timeline__arrow.swiper-button-disabled{cursor:default;opacity:.35;transform:none}.timeline .swiper{padding:20px 0}@media (max-width:1024px){.timeline .container{align-items:stretch;flex-direction:column;gap:32px;padding:0}.timeline__info{align-items:center;flex:none;margin-right:0;max-width:100%;text-align:center}.timeline__ctas{justify-content:center}.timeline__title{font-size:36px}.timeline__carousel-container{-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 85%,transparent)}}@media (max-width:768px){.timeline{padding:var(--section-py-m) 0}.timeline__title{font-size:28px}.step-card{gap:14px;padding:16px}.step-card__number{border-radius:14px;font-size:36px;height:60px;min-width:60px;width:60px}}.ow-hero{background:var(--white);padding:100px 0}.ow-hero .container{align-items:center;display:flex;justify-content:center}.ow-hero__content{display:flex;flex-direction:column;gap:20px;max-width:820px;text-align:center}.ow-hero__title{color:var(--green);font-size:56px;font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-none);text-transform:uppercase}.ow-hero__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.ow-gallery{background:hsla(0,0%,88%,.4);padding:100px 0}.ow-gallery .container{align-items:center;border-radius:var(--radius-lg);display:flex;gap:20px;overflow:hidden;padding:0 20px}.ow-gallery__info{display:flex;flex:0 0 295px;flex-direction:column;gap:10px;max-width:295px}.ow-gallery__title{color:var(--orange);font-size:48px;font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-none)}.ow-gallery__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.ow-gallery__carousel-wrap{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:20px;min-width:0}.ow-gallery__carousel-container{-webkit-mask-image:linear-gradient(90deg,#000 80%,transparent);mask-image:linear-gradient(90deg,#000 80%,transparent);overflow:hidden;width:100%}.ow-gallery__carousel{overflow:visible}.ow-gallery__img{border-radius:var(--radius-lg);height:295px;overflow:hidden;width:100%}.ow-gallery__img img{height:100%;object-fit:cover;width:100%}.ow-gallery__nav{align-items:center;display:flex;gap:12px}.ow-gallery__arrow{align-items:center;background:var(--green-dark);border:none;border-radius:50%;color:var(--white);cursor:pointer;display:flex;height:37px;justify-content:center;padding:0;transition:background .3s ease,transform .2s ease;width:37px}.ow-gallery__arrow:hover{background:var(--green);transform:scale(1.08)}.ow-gallery__arrow svg{fill:var(--white);height:18px;width:18px}.ow-gallery__arrow.swiper-button-disabled{cursor:default;opacity:.35;transform:none}.ow-portfolio{overflow:hidden;padding:100px 0;position:relative}.ow-portfolio__bg{inset:0;overflow:hidden;position:absolute;z-index:0}.ow-portfolio__bg img{height:100%;object-fit:cover;opacity:.2;width:100%}.ow-portfolio__bg:after{background:#387d42;content:"";inset:0;mix-blend-mode:multiply;position:absolute}.ow-portfolio .container{align-items:center;display:flex;gap:20px;justify-content:center;position:relative;z-index:1}.ow-portfolio__image{border:3px solid var(--white);border-radius:var(--radius-lg);flex:0 0 610px;height:400px;max-width:610px;overflow:hidden}.ow-portfolio__image img{height:100%;object-fit:cover;width:100%}.ow-portfolio__projects{display:flex;flex:0 0 610px;flex-direction:column;gap:10px;max-width:610px}.ow-project{align-items:center;background:#e0e0e0;border:2px solid var(--white);border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:20px;padding:20px;transition:background .35s ease,transform .25s ease,box-shadow .35s ease}.ow-project:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-3px)}.ow-project__number{align-items:center;background:var(--white);border-radius:10px;display:flex;height:65px;justify-content:center;min-width:65px;width:65px}.ow-project__number span{color:var(--gray-text);font-size:40px;font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-none)}.ow-project__info{align-items:center;display:flex;flex:1;justify-content:space-between;min-width:0}.ow-project__name{font-size:32px;line-height:var(--lh-tight)}.ow-project__name,.ow-project__tag{color:var(--gray-text);font-weight:var(--fw-semibold);letter-spacing:var(--tracking)}.ow-project__tag{background:var(--white);border-radius:10px;font-size:var(--fs-label);padding:10px 20px;text-transform:uppercase;white-space:nowrap}.ow-project--active{background:linear-gradient(180deg,var(--green) 0,var(--green-dark) 100%);border-color:var(--green)}.ow-project--active .ow-project__number span{color:var(--green)}.ow-project--active .ow-project__name{color:var(--white)}.ow-project--active .ow-project__tag{color:var(--orange)}@media (max-width:1024px){.ow-hero{padding:80px 0}.ow-hero__title{font-size:42px}.ow-gallery .container{align-items:stretch;flex-direction:column;gap:30px}.ow-gallery__info{align-items:center;flex:none;max-width:100%;text-align:center}.ow-gallery__title{font-size:36px}.ow-gallery__carousel-wrap{align-items:center}.ow-gallery__carousel-container{-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 85%,transparent)}.ow-portfolio .container{flex-direction:column;gap:30px}.ow-portfolio__image{height:300px}.ow-portfolio__image,.ow-portfolio__projects{flex:none;max-width:100%;width:100%}.ow-project__name{font-size:24px}}@media (max-width:768px){.ow-hero{padding:60px 0}.ow-hero__title{font-size:32px}.ow-gallery{padding:60px 0}.ow-gallery__title{font-size:30px}.ow-gallery__img{height:220px;width:100%}.ow-portfolio{padding:60px 0}.ow-portfolio__image{height:220px}.ow-project{gap:14px;padding:14px}.ow-project__number{height:50px;min-width:50px;width:50px}.ow-project__number span{font-size:28px}.ow-project__name{font-size:20px}.ow-project__tag{font-size:11px;padding:6px 12px}}.sa-header{background:var(--white)}.sa-header .container{align-items:center;display:flex;gap:20px}.sa-header__content{display:flex;flex:1;flex-direction:column;gap:20px;letter-spacing:var(--tracking);line-height:0}.sa-header__title{color:var(--green);font-size:var(--fs-hero);font-weight:var(--fw-semibold);line-height:var(--lh-none);text-transform:uppercase}.sa-header__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-header__image{border-radius:var(--radius-lg);flex-shrink:0;height:295px;overflow:hidden;position:relative;width:505px}.sa-header__image img{display:block;height:100%;object-fit:cover;width:100%}.sa-header__image:after{background:#f9c033;border-radius:var(--radius-lg);content:"";inset:0;mix-blend-mode:color;pointer-events:none;position:absolute}.sa-how-it-works{overflow:hidden;position:relative}.sa-how-it-works__bg{inset:0;position:absolute;z-index:0}.sa-how-it-works__bg img{height:100%;object-fit:cover;opacity:.2;width:100%}.sa-how-it-works__bg:after{background:#387d42;content:"";inset:0;mix-blend-mode:multiply;position:absolute}.sa-how-it-works .container{gap:40px;position:relative;z-index:1}.sa-how-it-works .container,.sa-how-it-works__info{align-items:center;display:flex;flex-direction:column}.sa-how-it-works__info{color:var(--white);gap:10px;letter-spacing:var(--tracking);line-height:0;max-width:100%;text-align:center}.sa-how-it-works__title{font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.sa-how-it-works__desc{font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-how-it-works__cards{display:flex;flex-wrap:wrap;gap:20px}.sa-hiw-card{background:var(--white);border-radius:var(--radius-lg);display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:340px;padding:40px;width:370px}.sa-hiw-card__icon-box{flex-shrink:0;height:85px;margin-bottom:10px;width:85px}.sa-hiw-card__icon-box img{height:100%;width:100%}.sa-hiw-card__info{display:flex;flex-direction:column;gap:10px;letter-spacing:var(--tracking);line-height:0}.sa-hiw-card__label{color:var(--orange);font-size:var(--fs-label);text-transform:uppercase}.sa-hiw-card__label,.sa-hiw-card__title{font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.sa-hiw-card__title{color:var(--green-dark);font-size:var(--fs-card-title)}.sa-hiw-card__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-utility{background:var(--gray-bg)}.sa-utility .container{gap:40px}.sa-utility .container,.sa-utility__header{align-items:center;display:flex;flex-direction:column}.sa-utility__header{color:var(--gray-text);gap:10px;letter-spacing:var(--tracking);max-width:610px;text-align:center}.sa-utility__title{font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.sa-utility__subtitle{font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-utility__content{align-items:center;display:flex;gap:20px;justify-content:center;width:100%}.sa-utility__info{background:var(--white);border:2px solid var(--green);border-radius:var(--radius-lg);display:flex;flex-direction:column;flex-shrink:0;gap:10px;letter-spacing:var(--tracking);padding:50px 40px;width:610px}.sa-utility__label{color:var(--green);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.sa-utility__info-title{color:var(--orange);font-size:40px;font-weight:var(--fw-semibold);line-height:var(--lh-none)}.sa-utility__info-desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-utility__ctas{display:flex;gap:10px;margin-top:10px}.sa-utility__image{border-radius:var(--radius-lg);flex:1;height:371px;overflow:hidden}.sa-utility__image img{height:100%;object-fit:cover;width:100%}.sa-locations{background:var(--white)}.sa-locations .container{align-items:center;display:flex;gap:20px;justify-content:space-between}.sa-locations__left{display:flex;flex-direction:column;flex-shrink:0;gap:40px;width:400px}.sa-locations__info{display:flex;flex-direction:column;gap:10px;letter-spacing:var(--tracking);line-height:0}.sa-locations__label{color:var(--green);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.sa-locations__title{color:var(--gray-text);font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.sa-locations__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.sa-locations__bullets{display:flex;flex-direction:column;gap:20px}.sa-location-bullet{align-items:flex-start;border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:20px;padding:20px;transition:border-color var(--transition)}.sa-location-bullet--active{border:2px solid var(--green)}.sa-location-bullet__icon{flex-shrink:0;height:85px;width:85px}.sa-location-bullet__icon img{height:100%;width:100%}.sa-location-bullet__icon--muted{filter:grayscale(100%);opacity:.5}.sa-location-bullet__info{display:flex;flex:1;flex-direction:column;gap:5px;letter-spacing:var(--tracking)}.sa-location-bullet__name{color:var(--gray-text);font-size:var(--fs-card-title);font-weight:var(--fw-semibold);line-height:var(--lh-tight)}.sa-location-bullet__name--active{color:var(--orange)}.sa-location-bullet__cities{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.explore-link--green{color:var(--green-dark)}.explore-link--green svg{stroke:var(--green-dark)}.explore-link--orange{color:#ee7a28}.explore-link--orange svg{stroke:#ee7a28}.sa-location-bullet--active .explore-link--orange{color:#467d38}.sa-location-bullet--active .explore-link--orange svg{stroke:#467d38}.sa-locations__image{border-radius:var(--radius-lg);flex:1;height:820px;max-width:715px;overflow:hidden}.sa-locations__image img{height:100%;object-fit:cover;width:100%}@media (max-width:1024px){.sa-header .container{flex-direction:column;text-align:center}.sa-header__title{font-size:40px}.sa-header__image{aspect-ratio:505/295;height:auto;width:100%}.sa-how-it-works__cards{align-items:center;flex-direction:column}.sa-hiw-card{height:auto;max-width:505px;width:100%}.sa-utility__content{flex-direction:column}.sa-utility__info{width:100%}.sa-utility__image{height:300px;width:100%}.sa-locations .container{flex-direction:column}.sa-locations__left{width:100%}.sa-locations__image{height:400px;max-width:100%;width:100%}}@media (max-width:768px){.sa-header__title{font-size:32px}.sa-how-it-works__title{font-size:36px}.sa-hiw-card{padding:30px}.sa-utility__title{font-size:36px}.sa-utility__info-title{font-size:28px}.sa-utility__info{padding:30px 20px}.sa-utility__image{height:240px}.sa-locations__title{font-size:36px}.sa-locations__image{height:300px}.sa-location-bullet{padding:15px}.sa-location-bullet__icon{height:60px;width:60px}}@media (max-width:480px){.sa-header__title,.sa-how-it-works__title,.sa-utility__title{font-size:28px}.sa-utility__info-title{font-size:24px}.sa-locations__title{font-size:28px}.sa-locations__image{height:220px}}.contact-section{background:var(--gray-bg)}.contact-section .container{align-items:flex-start;display:flex;gap:40px;justify-content:space-between}.contact__left{flex-shrink:0;gap:40px;width:400px}.contact__info,.contact__left{display:flex;flex-direction:column}.contact__info{gap:10px;letter-spacing:var(--tracking);line-height:0;text-align:left}.contact__label{color:var(--orange);font-size:var(--fs-label);font-weight:var(--fw-semibold);line-height:var(--lh-tight);text-transform:uppercase}.contact__title{color:var(--gray-text);font-size:var(--fs-section);font-weight:var(--fw-semibold);line-height:var(--lh-none)}.contact__desc{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-normal)}.contact__details{display:flex;flex-direction:column;gap:10px}.contact__detail-row{align-items:center;border-radius:var(--radius-lg);display:flex;gap:20px}.contact__detail-icon{align-items:center;background:var(--white);border-radius:12px;display:flex;flex-shrink:0;height:51px;justify-content:center;width:51px}.contact__detail-icon svg{height:24px;stroke:var(--green);width:24px}.contact__detail-text{color:var(--gray-text);font-size:var(--fs-body);font-weight:var(--fw-semibold);letter-spacing:var(--tracking);line-height:var(--lh-normal)}.contact__right{flex:1;max-width:610px}.contact__form-placeholder{border-radius:var(--radius-sm);min-height:400px}@media (max-width:1024px){.contact-section .container{flex-direction:column}.contact__left{width:100%}.contact__right{max-width:100%;width:100%}}@media (max-width:768px){.contact__title{font-size:36px}.contact__detail-row{gap:15px}.contact__info{text-align:center}}@media (max-width:480px){.contact__title{font-size:28px}.contact__left{gap:30px}.contact__detail-icon{height:42px;width:42px}.contact__detail-icon svg{height:20px;width:20px}}