*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f4f4;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;font-family:Open Sans,sans-serif;display:flex;overflow-x:hidden}.header{background-color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1rem;display:flex;position:relative}.navigation{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;display:flex}.page-link,.hover-link{color:#000;font-size:16px;text-decoration:none;transition:all .3s}.hover-link{color:#fff;text-align:center;background-color:#213981;border:.5px solid #213981;border-radius:4px;min-width:142px;padding:16px 38px;text-decoration:none;transition:all .3s ease-in-out}.hover-link:hover{color:#213981;background-color:#fff;border:.5px solid #213981}.dropdown,.language-dropdown{display:flex;position:relative}.dropdown .page-link,.language-dropdown .language-dropdown-button{align-items:center;gap:.05rem;display:flex}.dropdown-link,.language-dropdown-button{color:#000;align-items:center;gap:6px;padding:10px 16px;text-decoration:none;display:flex}.arrow{transition:transform .4s}.dropdown-menu,.language-dropdown-menu{opacity:0;visibility:hidden;z-index:100;background:#fff;flex-direction:column;gap:.25rem;min-width:6rem;padding:.5rem;transition:all .3s;display:flex;position:absolute;top:130%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #0000001a}.dropdown-link:hover,.language-dropdown-button:hover{background:#f4f4f4}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu,.language-dropdown:hover .language-dropdown-menu,.language-dropdown:focus-within .language-dropdown-menu{opacity:1;visibility:visible;color:#213981;transform:translateY(0)}.dropdown:hover .arrow,.dropdown:focus-within .arrow,.language-dropdown:hover .arrow,.language-dropdown:focus-within .arrow{color:#213981;transform:rotate(180deg)}.language-dropdown-button{background:#fff;border:none;align-items:center;gap:.5rem;padding:.5rem;display:flex}.burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:32px;height:22px;padding:0;display:none}.burger span{background:#000;width:100%;height:3px;transition:all .3s;display:block}.burger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobileMenu{z-index:1000;background:#fff;flex-direction:column;gap:1.5rem;width:80%;height:100vh;padding:6rem 2rem;font-family:Open Sans,sans-serif;font-weight:550;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.mobile-link{color:#000;margin-top:1.5rem;font-size:20px;text-decoration:none}.mobileMenu.show{right:0}.heroSwiper{width:100%;max-width:100vw;height:80vh}.slide{background-position:50%;background-size:cover;width:100%;height:80vh;position:relative}.overlay{color:#fff;text-align:center;background:#0006;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.overlay h1{margin-bottom:20px;font-size:3rem;line-height:1.2}.heroSwiper .swiper-pagination{flex-wrap:wrap;justify-content:center;gap:12px;display:flex;bottom:30px}.heroSwiper .swiper-pagination-bullet{opacity:1;background:#fff6;border-radius:0;width:6rem;height:.25rem;transition:all .3s}.heroSwiper .swiper-pagination-bullet-active{background:#fff}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:0 0;border:.5px solid #fff;border-radius:5rem;width:4.5rem;height:4.5rem;padding:1rem;transition:all .3s}.heroSwiper .swiper-button-prev:after,.heroSwiper .swiper-button-next:after{font-size:10px;font-weight:700}.heroSwiper .swiper-button-prev{left:40px}.heroSwiper .swiper-button-next{right:40px}.about{flex-direction:column;width:100%;max-width:1400px;margin-left:5.5rem;padding:2rem;display:flex}.about h1{margin-top:4rem;font-size:48px}.home-about-navigation{flex-wrap:wrap;gap:2rem;margin-top:5rem;display:flex}.home-hover-link,.home-hover-link-special{color:#213981;text-align:center;background-color:#fff;border:.5px solid #213981;border-radius:4px;min-width:fit-content;margin-top:4rem;padding:1rem;font-size:16px;text-decoration:none;transition:all .3s ease-in-out}.home-hover-link-special{min-width:15rem}.home-hover-link:hover,.home-hover-link-special:hover{color:#fff;background-color:#213981}.home-about-variations{flex-wrap:wrap;justify-content:center;align-items:center;gap:4rem;margin-top:4rem;display:flex}.service-card{justify-content:center;align-items:center;width:40rem;max-width:40rem;height:20rem;display:flex;position:relative;overflow:hidden}.service-card-bg{z-index:1;background-image:url(/services.jpg);background-position:50%;background-size:cover;transition:transform .5s;position:absolute;inset:0}.service-card-bg:hover{transform:scale(1.05)}.overlay2{z-index:2;color:#fff;justify-content:center;align-items:center;display:flex;position:relative}.home-service-link{color:#fff;font-size:28px;text-decoration:none;display:flex}.service:hover{color:#213981;stroke:#213981;fill:#213981}.line2{background-color:#5d5d5d;width:100%;max-width:60rem;height:.5px;margin-top:.75rem;margin-bottom:.75rem}.service{color:#000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;text-decoration:none;transition:all .3s ease-in-out;display:flex}.projects{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;margin-top:2rem;padding:1.25rem;display:flex}.projects-container{grid-template-columns:repeat(2,1fr);gap:1.75rem;width:100%;margin-top:4rem;margin-bottom:4rem;display:grid}.projects-card{background-color:#fff;justify-content:space-between;gap:13rem;width:100%;height:15rem;display:flex;position:relative;overflow:hidden}.project-photo-1,.project-photo-2,.project-photo-3,.project-photo-4{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:20rem;transition:transform .3s;position:absolute;inset:0}.project-photo-1{background-image:url(/solar20.jpg)}.project-photo-2{background-image:url(/solar2.jpg)}.project-photo-3{background-image:url(/sliderphoto.jpg)}.project-photo-4{background-image:url(/solar8.jpg)}.project-photo-1:hover,.project-photo-2:hover,.project-photo-3:hover,.project-photo-4:hover{transform:scale(1.05)}.project-overlay,.project-info{z-index:2;position:relative}.project-overlay{color:#fff;background-color:#213981;margin:1rem;padding:.3rem;font-size:14px}.project-info{flex-direction:column;width:30rem;padding:1rem;display:flex}.project-info h1{font-size:24px;font-weight:600}.more-info{color:#fff;background-color:#213981;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;margin-top:.5rem;padding:.5rem;text-decoration:none;display:flex}.direction{justify-content:space-between;gap:2rem;margin-top:2rem;display:flex}.direction-info{max-width:40rem}.direction-image img{width:25rem;max-height:20rem}.filterContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.filterBtn{color:#213981;cursor:pointer;background-color:#fff;border:.5px solid #213981;border-radius:4px;width:182px;padding:1.25rem;font-size:18px;transition:all .3s}.filterBtnActive{color:#fff;background-color:#213981}.projectsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:1200px;padding:2rem;display:grid}.projectCard{background-color:#fff;border:none;border-radius:4px;gap:1rem;margin-top:1rem;padding:1rem}.projectCard img{width:35rem;height:22rem}.feedback{width:100%;height:80vh;margin-top:4rem;display:flex}.feedback-info{color:#fff;background-color:#6f8697;flex-direction:column;gap:2rem;width:50%;padding:2rem;display:flex}.feedback-info h1{margin-top:6rem;font-size:38px}.feedback-info p{width:40rem;font-size:20px}.feedback-photo img{object-fit:cover;width:50vw;height:80vh}.cv-link{color:#fff;background-color:#7e92a2;border:1px solid #fff;border-radius:4px;justify-content:center;align-items:center;width:25rem;padding:1rem;text-decoration:none;transition:all .3s ease-in-out;display:flex}.cv-link:hover{color:#213981;background-color:#fff}.news{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:8rem;display:flex}.news-container{flex-wrap:wrap;justify-content:center;gap:1.75rem;margin-top:4rem;display:flex}.news-card{flex-direction:column;width:100%;max-width:40rem;display:flex;overflow:hidden}.news-card-img{height:20rem;transition:all .3s;overflow:hidden}.news-card-img img{object-fit:cover;width:100%;height:20rem;transition:all .3s}.news-info{flex-direction:column;margin-top:.75rem;font-size:22px;font-weight:700;transition:all .3s;display:flex}.news-date{color:#a1a1a1;margin-top:.75rem;font-size:14px}.news-card:hover .news-card-img{transform:scale(1.05)}.news-card:hover .news-info{color:#213981}.news-main{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.newspage-container{grid-template-columns:repeat(2,1fr);gap:3rem;width:100%;max-width:1400px;margin-top:3rem;display:grid}.marquee{cursor:pointer;border-radius:16px;width:100%;height:20rem;margin-top:4rem;position:relative;overflow:hidden}.marquee-bg-text{pointer-events:none;align-items:center;gap:10rem;display:flex;position:absolute;inset:0;overflow:hidden}.marquee-bg-text span{white-space:nowrap;opacity:.08;color:#5d5d5d;width:max-content;font-size:136px;font-weight:800;transition:all .3s;animation:8s linear infinite marquee}.marquee-content{z-index:2;justify-content:center;align-items:center;padding:20px;display:flex;position:relative}.marquee-arrow-cont{background-color:#000;border-radius:10rem;padding:2rem;transition:all .3s ease-in-out}.marquee-arrow{color:#fff;width:52px;height:48px}.marquee:hover .marquee-bg-text span{color:#000;opacity:1}.marquee:before{content:"";transform-origin:50%;z-index:-1;transition:transform .4s;position:absolute;inset:0;transform:scaleX(0)}.marquee:hover:before{transform:scaleX(1)}.marquee:hover .marquee-arrow-cont{background-color:#213981}.badge{width:fit-content;margin-top:.5rem;margin-bottom:.5rem;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.servicespage main{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.servicepage-content{flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:4rem;display:flex}.services-card{background-color:#fff;flex-wrap:wrap;gap:8rem;height:auto;min-height:20.5rem;margin-top:4rem;padding:2rem;display:flex}.services-card img{width:auto;max-width:100%;height:16.5625rem}.services-information{flex-direction:column;flex:1;gap:1.5rem;min-width:300px;display:flex}.destination{flex-wrap:wrap;align-items:center;gap:.25rem;margin-top:1rem;margin-left:4rem;padding:2rem;display:flex}.destination-link{color:#5d5d5d;font-size:18px;text-decoration:none}.destination-link-located{color:#000;font-size:18px;text-decoration:none}.phone-number p{margin-top:1.25rem}.location{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:2.5rem;display:flex}.location-info{background-color:#fff;flex-direction:column;justify-content:center;width:100%;max-width:25rem;height:30rem;padding:1rem;display:flex}.google-map{border:none;width:100%;max-width:60rem;height:30rem}.phone,.adress,.email,.hours,.map{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.aboutmain{flex-wrap:wrap;gap:2rem;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.aboutnavbar{color:#fff;background-color:#6f8697;flex-direction:column;justify-content:center;gap:2rem;width:100%;max-width:23rem;height:25rem;padding:2rem;font-size:18px;font-weight:700;display:flex}.about-card{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;display:flex}.aboutinformation{flex-direction:column;flex:1;gap:2rem;min-width:300px;display:flex}.aboutinformation-card{background-color:#fff;flex-direction:column;gap:1rem;width:100%;padding:2rem;display:flex}.aboutinformation-card img{max-width:100%;height:auto}.aboutinformation-card p,.card-desc-info{word-spacing:4px;font-size:18px;line-height:1.5}.aboutinformation-card-desc{word-spacing:4px;flex-wrap:wrap;gap:1rem;line-height:1.5;display:flex}.aboutinformation-card h1{font-size:54px}.aboutinformation-card h2{font-size:40px}.licenses-photo{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.licenses-photo img{max-width:100%;height:auto}footer{color:#fff;background-color:#000;flex-direction:column;width:100%;padding:5rem;display:flex}.main-container{grid-template-columns:repeat(3,1fr);justify-content:center;align-items:start;gap:2rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.socials{flex-wrap:wrap;gap:1rem;display:flex}footer .page-link{color:#fff}.footer-navigation,.contact-info{flex-direction:column;gap:15px;margin-top:15px;display:flex}.colored{color:#474d4a}.line{background-color:#5d5d5d;width:100%;max-width:85rem;height:2px;margin-top:1rem;margin-bottom:1rem}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:10px;width:90%;max-width:400px;padding:30px;position:relative}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:450px;max-height:80vh;padding:24px;position:relative;overflow-y:auto}.close-btn{cursor:pointer;background:0 0;border:none;font-size:18px;position:absolute;top:10px;right:10px}.adress{display:flex}.adress svg{width:32px;height:32px}.home-information-card-desc{background-color:#fff;flex-direction:column;width:35rem;padding:2rem;display:flex}.home-information-card-desc .home-hover-link{margin-top:1rem}.home-card-desc-info{grid-template-columns:repeat(2,2fr);gap:1rem;display:grid}.products{flex-direction:column;display:flex}.products-container{justify-content:center;align-items:center;display:flex}.products-grid{grid-template-columns:repeat(2,4fr);gap:1rem;display:grid}.product{background-color:#fff;border:.5px solid #213981;border-radius:.5rem;flex-direction:column;padding:1rem;display:flex}.product-photo img{width:14rem;height:14rem}.product-photo-alone img{justify-content:center;align-items:center;width:100%;height:20rem;display:flex}.product-type{color:#fff;text-align:center;background-color:#213981;border:none;border-radius:.5rem;width:10rem;margin-top:.25rem;padding:.4rem}.video-section{height:100vh;position:relative;overflow:hidden}.video-section:before{content:"";z-index:0;background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.video-background{object-fit:cover;z-index:-1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.video-content{z-index:1;color:#fff;text-align:center;padding:0 20px;position:relative;top:50%;transform:translateY(-50%)}.video-section video{width:100%}@media (max-width:768px){.header{flex-wrap:nowrap;gap:1rem;padding:1rem}.home-information-card{flex-direction:column;justify-content:center;align-items:center;margin-left:0;display:flex}.home-information-card-desc{max-width:30rem}.video-section{height:100vh;margin-top:0;padding:0}.video-section:before{height:25vh}.video-section h1{font-size:18px}.header img{width:auto;height:80px}.burger{display:flex}.navigation{display:none}.heroSwiper,.slide{height:50vh}.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{display:none}.heroSwiper .swiper-pagination-bullet{width:3rem}.about{flex-direction:column;justify-content:center;align-items:center;margin-left:0;padding:2rem 1rem;display:flex}.home-about-navigation{justify-content:center;align-items:center;margin-top:2rem;display:flex}.home-about-variations{flex-direction:column;gap:2rem}.service-card{width:25rem;height:20rem}.home-hover-link,.home-hover-link-special{width:80%;margin-top:2rem}.home-hover-link-special{width:80%}.projects{padding:.5rem}.modal-content{max-width:350px}.projects-container{grid-template-columns:1fr;gap:2rem;margin-top:2rem;margin-bottom:2rem}.projects-card{background-color:#fff;flex-direction:column;gap:0;width:100%;height:auto}.project-photo-1,.project-photo-2,.project-photo-3,.project-photo-4{width:100%;height:200px;position:relative}.project-info{width:100%;padding:1rem}.project-info h1{font-size:18px}.filterContainer{flex-direction:column;gap:.75rem;width:100%;padding:0 1rem}.filterBtn{width:100%;max-width:320px;padding:.9rem;font-size:16px}.projectsGrid{grid-template-columns:1fr;padding:1rem}.projectCard{padding:.75rem}.products-grid{flex-direction:column;display:flex}.feedback{flex-direction:column;width:100%;height:auto;margin-top:2rem}.feedback-info{order:2;width:100%;padding:2rem}.feedback-info p{width:100%;max-width:20rem;font-size:16px}.feedback-info h1{font-size:24px}.feedback-photo img{order:1;width:100%;height:auto}.cv-link{width:100%}.news{padding:2rem 1rem}.news-container{flex-direction:column;gap:1rem;margin-top:2rem}.news-card{width:100%}.news-card-img,.news-card-img img{height:15rem}.news-info{font-size:18px}.newspage-container{grid-template-columns:1fr;gap:1.5rem;padding:1rem}footer{width:100%;padding:2rem 1rem}.main-container{grid-template-columns:1fr;gap:2rem;margin-left:0;padding:0 1rem}.marquee{height:15rem;margin-top:2rem}.marquee-bg-text span{gap:5rem;font-size:60px}.servicepage-content{padding:2rem 1rem}.services-card{flex-direction:column;gap:2rem;height:auto;padding:1.5rem}.services-card img{width:100%;height:auto}.destination{margin-top:3rem;margin-left:1rem;padding:1rem}.location{flex-direction:column;padding:1rem}.location-info{width:100%;height:auto}.google-map{width:100%;height:20rem}.aboutmain{flex-direction:column;gap:1rem;margin-left:0;padding:0 1rem}.about-card{flex-direction:column;gap:1.5rem}.aboutnavbar{gap:1rem;width:100%;height:auto;padding:1rem;font-size:16px}.aboutinformation{gap:1.5rem}.aboutinformation-card{padding:1.5rem}.aboutinformation-card h1{font-size:32px}.aboutinformation-card h2{font-size:24px}.aboutinformation-card p,.card-desc-info{word-spacing:2px;font-size:16px}.aboutinformation-card-desc{flex-direction:column;gap:1rem}.licenses-photo{grid-template-columns:1fr}h1{font-size:24px}p{font-size:20px}.adress svg{width:32px;height:32px}.direction{flex-direction:column;display:flex}}@media (min-width:769px) and (max-width:1024px){.header{gap:2rem;padding:1rem 2rem}.navigation{gap:20px;margin-right:2rem}.heroSwiper,.slide{height:60vh}.overlay h1{font-size:2.5rem}.about{padding:4rem 2rem}.about h1{font-size:36px}.home-about-variations{flex-wrap:wrap;justify-content:center}.service-card{width:100%;max-width:45rem}.projects-container{grid-template-columns:1fr;gap:1.5rem}.projects-card{width:100%;height:16rem}.filterBtn{width:160px;padding:1rem;font-size:16px}.projectsGrid{gap:1rem;padding:1.5rem}.feedback{height:60vh}.feedback-info{padding:4rem}.feedback-photo img{width:40vw;height:60vh}.news-container{flex-wrap:wrap;justify-content:center}.news-card{width:calc(50% - 1rem)}.main-container{grid-template-columns:repeat(2,1fr);gap:2rem;margin-left:2rem}.services-card{flex-direction:column;gap:2rem;height:auto}.services-card img{width:100%;height:auto}.location{padding:2rem}.newspage-container{grid-template-columns:repeat(2,1fr);gap:2rem}.aboutmain{gap:1.5rem;padding:0 1.5rem}.about-card{flex-direction:column;gap:2rem}.aboutnavbar{width:100%;height:auto;padding:1.5rem}.aboutinformation-card h1{font-size:42px}.aboutinformation-card h2{font-size:32px}.licenses-photo{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.header{padding:.75rem}.overlay h1{font-size:1.5rem}.heroSwiper .swiper-pagination-bullet{width:2rem;height:.2rem}.about h1{font-size:24px}.home-hover-link,.home-hover-link-special{padding:.75rem;font-size:14px}.service-card{height:12rem}.home-service-link{font-size:20px}.filterBtn{padding:.75rem;font-size:15px}.marquee-bg-text span{font-size:40px}.video-section{height:35vh}.video-section h1{font-size:18px}.video-section:before{height:35vh}.marquee-arrow-cont{padding:1.5rem}.marquee-arrow{width:32px;height:32px}footer{width:100%;padding:2rem .5rem}.mobileMenu{width:100%}.aboutmain{padding:0 .5rem}.aboutinformation-card{padding:1rem}.aboutinformation-card h1{font-size:28px}.aboutinformation-card h2{font-size:20px}.adress svg{width:32px;height:32px}.products-grid{flex-direction:column;display:flex}}@media (min-width:1440px){.heroSwiper,.slide{max-width:1400px}.projects-card,.news-card,.news-card-img img{width:45rem}.aboutmain,.newspage-container{max-width:1400px}}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{max-width:750px}}@media (min-width:992px){.container{max-width:970px}}@media (min-width:1200px){.container{max-width:1170px}}img,video{max-width:100%;height:auto}html{font-size:16px}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:12px}}@media (max-width:768px){.desktop-only{display:none!important}}@media (min-width:769px){.mobile-only{display:none!important}}.page-link:hover,.hover-link:hover{color:#213981}
@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/3ce154ad7d54dc86-s.f170796f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7cdbb9ca823c0a73-s.f2244ea0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1e239d59b95c7889-s.4a36b7d0.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a421df443b3f383b-s.90e10d49.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/c2873153dc73d9e3-s.6884c055.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/d38a53d0ba90b32d-s.3eaec13b.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/5b0229109f6656bb-s.6c710ca8.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ca19bc83075b2625-s.195cce89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/2aec202ebfcf461b-s.d55a2306.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/cf514f5d0007dafa-s.p.417aa1a2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/3ce154ad7d54dc86-s.f170796f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7cdbb9ca823c0a73-s.f2244ea0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1e239d59b95c7889-s.4a36b7d0.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/a421df443b3f383b-s.90e10d49.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/c2873153dc73d9e3-s.6884c055.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/d38a53d0ba90b32d-s.3eaec13b.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/5b0229109f6656bb-s.6c710ca8.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ca19bc83075b2625-s.195cce89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/2aec202ebfcf461b-s.d55a2306.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/cf514f5d0007dafa-s.p.417aa1a2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/3ce154ad7d54dc86-s.f170796f.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7cdbb9ca823c0a73-s.f2244ea0.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/1e239d59b95c7889-s.4a36b7d0.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a421df443b3f383b-s.90e10d49.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/c2873153dc73d9e3-s.6884c055.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/d38a53d0ba90b32d-s.3eaec13b.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/5b0229109f6656bb-s.6c710ca8.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ca19bc83075b2625-s.195cce89.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/2aec202ebfcf461b-s.d55a2306.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/cf514f5d0007dafa-s.p.417aa1a2.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Open Sans Fallback;src:local(Arial);ascent-override:101.65%;descent-override:27.86%;line-gap-override:0.0%;size-adjust:105.15%}.open_sans_fe92556-module__l8b0NG__className{font-family:Open Sans,Open Sans Fallback;font-style:normal}
