.services-hero{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.services-hero__video{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.services-hero__video video,.services-hero__video img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.services-hero__overlay{background:linear-gradient(#00000040,#00000073);position:absolute;inset:0}.services-hero__content{z-index:3;text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;margin-top:120px;padding:40px 24px;display:flex;position:relative}.services-hero__content__cards{gap:16 px;width:100%;margin-top:40px;display:flex}.services-hero__content__cards-card{color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:0 0;border-radius:25px;flex-direction:column;justify-content:space-between;gap:43px;padding:24px 32px;font-size:16px;font-weight:400;display:flex}.services-hero__content__cards-card-title{justify-content:space-between;align-items:center;gap:12px;width:430px;margin-bottom:12px;font-size:64px;font-weight:400;display:flex}.services-hero__content__cards-card-title svg{width:50px;height:50px}.services-hero__content__cards-card-description{text-align:start;font-size:24px;font-weight:400}.services-hero__title{max-width:850px;margin-bottom:12px;font-size:72px;font-weight:500}.services-hero__desc{color:#ffffffe6;max-width:450px;margin-bottom:40px;font-size:24px;font-weight:400}.services-hero__btns{justify-content:space-between;gap:12px;display:flex}.services-hero__btns-btn{color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 26px;font-size:18px;font-weight:500;text-decoration:none;transition:background .18s,transform .18s;display:flex}.services-hero__btns-btn--primary{background:#4db96d;transition:all .3s}.services-hero__btns-btn--primary:hover{background:#39a36e86}.services-hero__btns-btn--secondary{color:#1e1e1e;background:#fff;transition:all .3s}.services-hero__btns-btn--secondary svg path{stroke:#1e1e1e}.services-hero__btns-btn--secondary:hover{color:#fff;background:#4db96d}.services-hero__btns-btn--secondary:hover svg path{stroke:#fff}.services__cards{background:#f4f4f4;flex-direction:column;align-items:center;margin:0 auto;display:flex}.services__cards__wrapper{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:1400px;margin-top:60px;margin-bottom:60px;display:grid}.services__cards__wrapper__card{background:#fff;border-radius:25px;flex-direction:column;justify-content:space-between;height:580px;padding:32px;transition:all .3s;display:flex;position:relative;overflow:hidden}.services__cards__wrapper__card:after{content:"";opacity:.25;pointer-events:none;border-radius:inherit;filter:brightness(0)saturate()invert(95%)sepia(0%)saturate(0%)hue-rotate()brightness(103%)contrast(90%);background:url(/images/main/energy.svg) 50%/contain no-repeat;position:absolute;inset:0}.services__cards__wrapper__card-icon path{stroke:#4db96d}.services__cards__wrapper__card__content-title{color:#1e1e1e;font-size:20px;font-weight:600}.services__cards__wrapper__card__content-description{color:#6f6f6f;border-bottom:1px solid #dacdcd;padding-bottom:24px;font-size:14px;font-weight:400}.services__cards__wrapper__card__content-link{color:#1e1e1e;align-items:center;gap:16px;margin-top:24px;font-size:18px;font-weight:500;display:flex}.services__cards__wrapper__card__content-link svg path{stroke:#1e1e1e}.services__cards__wrapper__card:hover{color:#fff;background:#4db96d}.services__cards__wrapper__card:hover .services__cards,.services__cards__wrapper__card:hover .services__cards__wrapper__card__content-link{color:#fff}.services__cards__wrapper__card:hover .services__cards__wrapper__card__content-link svg path,.services__cards__wrapper__card:hover .services__cards__wrapper__card-icon path{stroke:#fff}.services__cards__wrapper-link{color:#fff;background:#4db96d;border-radius:40px;justify-content:center;align-items:center;gap:6px;margin-top:40px;padding:16px 32px;font-size:20px;font-weight:500;display:flex}.services__cards__wrapper-link svg path{stroke:#fff}.services__cards__facts{background:#fff;border-radius:25px;justify-content:center;height:440px;margin-top:120px;margin-bottom:80px;display:flex}.services__cards__facts__card{border-right:1px solid #1e1e1e;flex-direction:column;justify-content:space-between;width:320px;margin:32px 0;padding:0 32px;display:flex}.services__cards__facts__card:last-child{border-right:none}.services__cards__facts__card-title{color:#4db96d;font-size:100px;font-weight:500}.services__cards__facts__card-description{color:#000;font-size:24px;font-weight:400}.services__cards__facts__card:first-child{width:400px}.services__cards__facts__card:first-child .services__cards__facts__card-title{color:#1e1e1e;width:215px;font-size:44px}.dialog-video{background:#fff;border-radius:25px;width:55%;height:70%;padding:50px}.dialog-video-player{width:100%;height:100%}.services__solutions{padding-top:0}.services__solutions .services__cards__wrapper__card{height:auto;min-height:420px}.services__solutions-title{color:#1e1e1e;text-align:center;margin-bottom:40px;font-size:40px;font-weight:500}@media (max-width:768px){.services__solutions-title{margin-bottom:24px;font-size:26px}}
@media (max-width:768px){.services-hero{min-height:600px}.services-hero__title{font-size:32px}.services-hero__desc{max-width:350px;font-size:16px}.services-hero__btns{flex-direction:column}.services-hero__btns-btn{width:100%;font-size:16px;font-weight:500}.services-hero__btns-btn svg{width:14px;height:14px}.services-hero__content__cards{flex-direction:column;align-items:center}.services-hero__content__cards-card{width:100%;max-width:400px;padding:20px}.services-hero__content__cards-card-title{font-size:36px}.services-hero__content__cards-card-description{font-size:18px}.services__cards__wrapper{grid-template-columns:1fr;padding:16px}.services__cards__wrapper__card{height:auto}.services__cards__wrapper__card-icon svg{width:60px;height:60px}.services__cards__wrapper__card__content-title{margin-top:16px;font-size:20px}.services__cards__wrapper__card__content-description,.services__cards__wrapper__card__content-link{font-size:16px}.services__cards__wrapper__card__content-link svg{width:12px;height:12px}.services__cards__facts{flex-direction:column;align-items:center}.services__cards__facts__card{text-align:center;border-bottom:1px solid #1e1e1e;width:100%}.services__cards__facts__card:first-child .services__cards__facts__card-title{font-size:32px}.dialog-video{width:90%;height:55%;padding:20px}}
