.Header_header__SQD4u{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:transform .3s ease,background-color .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Header_visible__wRa6O{transform:translateY(0)}.Header_hidden__A_0NI{transform:translateY(-100%)}.Header_container__dGdkP{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin:0 auto}.Header_logoLink__vJmo2{display:block;transition:transform .2s ease}.Header_logoLink__vJmo2:hover{transform:scale(1.05)}.Header_logo__0BY1u{height:40px;width:auto}.Header_hamburger__WSRh_{display:none;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:.5rem;z-index:1001}@media(max-width:768px){.Header_hamburger__WSRh_{display:block}.Header_menu__ZvKY9{position:fixed;top:0;right:0;height:100vh;width:0;background-color:inherit;overflow:hidden;transition:width .3s ease;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.Header_menuOpen__JqPXz{width:250px}}.Header_menuList__9Ur6n{display:flex;list-style:none;margin:0;padding:0}@media(max-width:768px){.Header_menuList__9Ur6n{flex-direction:column;padding:5rem 2rem 2rem}}.Header_link__XzVqI{margin:0 1rem}@media(max-width:768px){.Header_link__XzVqI{margin:1rem 0}}.Header_link__XzVqI a{color:#fff;text-decoration:none;font-weight:500;position:relative;padding:.5rem 0}.Header_link__XzVqI a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.Header_link__XzVqI a:hover:after{width:100%}.Header_dropdown__ATh9A{position:relative;display:inline-block}@media(min-width:769px){.Header_dropdown__ATh9A:hover .Header_dropdown_content__YLIV0{display:block;opacity:1;transform:translateY(0)}}.Header_dropbtn__nnPLA{color:#fff;font-weight:500;cursor:pointer;position:relative;display:inline-block}.Header_dropbtn__nnPLA:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fff;transition:width .3s ease}.Header_dropbtn__nnPLA:hover:after{width:100%}.Header_dropdownArrow__XSZI2{margin-left:5px;font-size:.8em}.Header_dropdown_content__YLIV0{position:absolute;background-color:#fff;min-width:200px;box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:4px;padding:.5rem 0;z-index:1}@media(min-width:769px){.Header_dropdown_content__YLIV0{display:none;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}}@media(max-width:768px){.Header_dropdown_content__YLIV0{position:static;display:none;box-shadow:none;background-color:rgba(0,0,0,0);padding-left:1rem;opacity:1;transform:none}}.Header_dropdown_content__YLIV0 a{color:#333;padding:.75rem 1rem;text-decoration:none;display:block;transition:background-color .2s ease}@media(max-width:768px){.Header_dropdown_content__YLIV0 a{color:#fff}}.Header_dropdown_content__YLIV0 a:hover{background-color:rgba(0,0,0,.05)}.Header_dropdownOpen__so5KQ{display:block}.Gallery_gallery__h2pFg{flex-direction:column;display:flex;gap:20px;position:relative;padding:20px}@media screen and (min-width:445px){.Gallery_gallery__h2pFg{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.Gallery_galleryContainer__Tly_b{position:relative;padding-top:140px;color:#3d312e;text-align:center}@media screen and (min-width:445px){.Gallery_galleryContainer__Tly_b{padding-top:80px}}@media screen and (min-width:1024px){.Gallery_galleryContainer__Tly_b{padding-top:0}}.Gallery_projectContainer__yuf53{--a:110px}.Gallery_projectContainer__yuf53 .Gallery_askToOpen__O1Uu4{position:relative;top:var(--a);border-top-left-radius:8px;border-top-right-radius:8px;background:rgba(0,0,0,.5);color:#fff;text-align:center;align-content:center;height:70px;padding:0;z-index:0;transition:top .3s ease}.Gallery_projectContainer__yuf53:hover{--a:10px}.Gallery_projectCard__H4wW6{position:relative;cursor:pointer;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;height:350px}.Gallery_projectCard__H4wW6:hover{transform:translateY(-5px);box-shadow:0 6px 10px rgba(0,0,0,.15)}.Gallery_projectCard__H4wW6 img{width:100%;height:100%;object-fit:cover;background-color:#efefef}.Gallery_projectCard__H4wW6 .Gallery_overlay__6_nHL{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.5);color:#fff;text-align:center;padding:10px;opacity:1;transition:opacity .3s ease}@media screen and (min-width:445px){.Gallery_projectCard__H4wW6 .Gallery_overlay__6_nHL{opacity:1}}.Gallery_projectCard__H4wW6 .Gallery_overlay__6_nHL h3{font-size:18px}.Gallery_projectCard__H4wW6:hover .Gallery_overlay__6_nHL{opacity:1}.Gallery_popup__fDVId{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.Gallery_popup__fDVId ::-webkit-scrollbar{width:12px;height:12px}.Gallery_popup__fDVId ::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.Gallery_popup__fDVId ::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:2px solid #f1f1f1}.Gallery_popup__fDVId ::-webkit-scrollbar-thumb:hover{background:#555}.Gallery_popup__fDVId ::-webkit-scrollbar-button{display:none}.Gallery_popup__fDVId html{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9{background-color:#efefef;padding:20px;border-radius:10px;width:90%;height:80%;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL{height:90%;display:flex;flex-direction:column;align-items:center;z-index:2}@media screen and (min-width:740px){.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL{flex-direction:row}}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL img{max-width:60%;height:-moz-fit-content;height:fit-content;max-height:100%}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL p{position:relative;text-align:left}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL div{flex-direction:column;position:relative;align-items:flex-start;padding:5px}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL div div{left:.5rem}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL div div div{flex-direction:row;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}.Gallery_popup__fDVId .Gallery_popupContent__CtPZ9 .Gallery_popupBody__kZzvL div div div div{flex-wrap:nowrap}.Gallery_popup__fDVId .Gallery_closeButton__lKnIl{position:relative;left:50%;background-color:rgba(0,0,0,0);border:none;color:#333;font-size:20px;cursor:pointer;z-index:1}.Gallery_popup__fDVId .Gallery_buttonContainer__LZnrH{display:flex;position:absolute;align-items:center;width:90%;height:80%;justify-content:space-between}@media screen and (min-width:4250px){.Gallery_popup__fDVId .Gallery_buttonContainer__LZnrH{width:80%}}.Gallery_popup__fDVId .Gallery_nextButton__SkkJz,.Gallery_popup__fDVId .Gallery_prevButton__GiUmU{position:relative;transform:translateY(-50%);background-color:hsla(0,0%,100%,.7);border:none;padding:0;font-size:15px;cursor:pointer;z-index:1001;border-radius:50%;transition:background-color .2s ease}.Gallery_popup__fDVId .Gallery_nextButton__SkkJz:hover,.Gallery_popup__fDVId .Gallery_prevButton__GiUmU:hover{background-color:#fff}.Gallery_detailsSection__HcBAQ{margin-top:20px;text-align:left}.Gallery_detailsSection__HcBAQ h4{margin-bottom:10px;font-size:1.2rem;color:#333}.Gallery_detailsList__61SH_{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.Gallery_detailItem__xD6kv{display:flex;flex-direction:column;align-items:center;text-align:center;width:100px}.Gallery_detailItem__xD6kv .Gallery_detailImage__v_GZJ{width:15px;height:80px;object-fit:contain;margin-bottom:5px}.Gallery_detailItem__xD6kv span{font-size:.9rem;color:#555;margin-left:5px}.Gallery_searchBar__jXAqb{display:flex;flex-direction:column;justify-content:center;padding:20px;align-items:center}.Gallery_searchBar__jXAqb input{width:100%;max-width:400px;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;outline:none;transition:border .2s ease-in-out}.Gallery_searchBar__jXAqb input:focus{border-color:#007bff}.Gallery_multiSelect__U9WX6{width:100%;padding:8px;margin-top:10px;border-radius:8px;border:1px solid #ccc;min-height:100px}.Gallery_sortControls__ZZ_8N{display:flex;align-items:center;gap:10px;margin-bottom:10px}.Gallery_sortButton__Pah1l{display:flex;align-items:center;gap:5px;padding:8px 12px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.Gallery_sortButton__Pah1l:hover{background-color:#e0e0e0}.Gallery_sortButton__Pah1l svg{margin-left:5px}.Gallery_projectDate__JGM7N{font-size:.9rem;margin-top:5px;opacity:.8}.Ui_transitionR_transition_ui__a1teZ{background:#d7d7d7;width:100%}.Ui_transitionR_transition_ui__a1teZ svg{display:block;width:100%;height:auto}@media screen and (min-width:1024px){.Ui_transitionR_transition_ui__a1teZ{grid-column:1/3}}