.gallery-module__lxKvZq__dropdown{background-color:#fff;border-radius:10px;flex-direction:column;width:fit-content;max-height:200px;margin-top:5px;display:flex;position:absolute;overflow-y:scroll;box-shadow:0 0 2px gray}.gallery-module__lxKvZq__dropdown span{border-bottom:1px solid #e0e0e0;padding:5px 10px}.gallery-module__lxKvZq__dropdown span:hover{background-color:#e8e8e8}.gallery-module__lxKvZq__input{box-sizing:border-box;background-color:#fff;border:2px solid #e1e5e9;border-radius:8px;width:100%;min-height:44px;padding:12px 16px;font-size:16px;transition:border-color .2s}.gallery-module__lxKvZq__input:focus{border-color:#538561;outline:none;box-shadow:0 0 0 3px #5385611a}.gallery-module__lxKvZq__verticalGap{flex-direction:column;gap:.5rem;min-width:min(500px,90vw);display:flex}.gallery-module__lxKvZq__verticalGap h3{color:#656363}.gallery-module__lxKvZq__verticalGap h5{color:#b6b6b6}.gallery-module__lxKvZq__button{color:#fff;cursor:pointer;background-color:#889c88;border:none;border-radius:5px;width:fit-content;margin-left:auto;padding:5px 10px;font-size:.9rem;font-weight:700;transition:all .2s ease-in-out}.gallery-module__lxKvZq__button:hover{background-color:#556a54;border-radius:10px}.gallery-module__lxKvZq__button:disabled{cursor:not-allowed;color:gray;background-color:#e9e7e7}.gallery-module__lxKvZq__uploadBox{color:#b6b5b5;cursor:pointer;background-color:#f5f4f4;border:2px dashed #e4e3e3;border-radius:5px;justify-content:center;align-items:center;width:100%;height:5rem;display:flex}.gallery-module__lxKvZq__fileInput{display:none}.gallery-module__lxKvZq__imageContainer{object-fit:contain;border-radius:10px;flex-grow:1;width:100%;height:fit-content;box-shadow:0 0 2px gray}.gallery-module__lxKvZq__imageContainer img{width:100%}.gallery-module__lxKvZq__innerHeader{flex-direction:row;flex-grow:1;align-items:center;gap:10px;display:flex}.gallery-module__lxKvZq__outerHeader{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.gallery-module__lxKvZq__check{color:green;animation:.6s ease-in-out gallery-module__lxKvZq__popIn}.gallery-module__lxKvZq__fields{flex-direction:column;gap:.5rem;transition:max-height 1s ease-in-out;display:flex;overflow:hidden}.gallery-module__lxKvZq__hiding{max-height:0}.gallery-module__lxKvZq__visible{max-height:100rem}.gallery-module__lxKvZq__dropdownButton{color:#989696;stroke-width:10px;font-size:25px;transition:all .2s ease-in-out}.gallery-module__lxKvZq__open,.gallery-module__lxKvZq__close{transform:rotate(180deg)}.gallery-module__lxKvZq__addStore{width:100%}.gallery-module__lxKvZq__titleBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;width:100%;margin:20px 0;display:flex}.gallery-module__lxKvZq__title{font-size:24px;font-weight:700}.gallery-module__lxKvZq__grid{flex-wrap:wrap;grid-template-columns:repeat(8,1fr);gap:20px;width:100%;display:grid}.gallery-module__lxKvZq__gridItem{background:#fff;border-radius:15px;flex-direction:column;justify-content:space-between;align-items:center;gap:15px;width:100%;padding:15px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000001a}.gallery-module__lxKvZq__gridItem:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.gallery-module__lxKvZq__companyImage{object-fit:contain;width:100%;height:100%}.gallery-module__lxKvZq__companyName{text-align:center;word-break:break-word;font-size:16px;font-weight:700}.gallery-module__lxKvZq__companyGrid{grid-template-columns:repeat(5,1fr);gap:10px;width:max(80vw,700px);display:grid}.gallery-module__lxKvZq__sampleWork{aspect-ratio:1;background-color:#fff;border-radius:10px;grid-column:span 1;justify-content:center;display:flex;position:relative;overflow:hidden;box-shadow:0 0 3px #cac9c9}.gallery-module__lxKvZq__sampleWork img{object-fit:contain;width:100%}.gallery-module__lxKvZq__editButton{cursor:pointer;background-color:#ffffff97;border-radius:100%;padding:4px;font-size:2rem;transition:all .2s ease-in-out;position:absolute;bottom:5%;right:5%}.gallery-module__lxKvZq__backArrow{cursor:pointer;background-color:#fff;border-radius:100%;justify-content:center;align-items:center;padding:3px;transition:background-color .2s ease-in-out;display:flex}.gallery-module__lxKvZq__backArrow:hover{background-color:#cfcfcf}.gallery-module__lxKvZq__editButton:hover{color:#fff;background-color:#19552ed6;transform:scale(1.05)}.gallery-module__lxKvZq__horizontalFlex,.gallery-module__lxKvZq__verticalFlex{display:flex}.gallery-module__lxKvZq__horizontalFlex{flex-direction:row;gap:20px}.gallery-module__lxKvZq__verticalFlex{flex-direction:column;gap:10px}.gallery-module__lxKvZq__spaceApart{justify-content:space-between;width:100%;display:flex}.gallery-module__lxKvZq__spaceApart button{margin-left:0!important}@keyframes gallery-module__lxKvZq__popIn{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.4)}to{opacity:1;transform:scale(1)}}@media (max-width:1200px){.gallery-module__lxKvZq__grid{grid-template-columns:repeat(5,1fr);gap:5px}}@media (max-width:768px){.gallery-module__lxKvZq__horizontalFlex{flex-direction:column}.gallery-module__lxKvZq__verticalFlex{width:100%!important}.gallery-module__lxKvZq__grid{grid-template-columns:repeat(3,1fr);gap:5px}.gallery-module__lxKvZq__imageContainer,.gallery-module__lxKvZq__companyGrid{width:100%}}
.uploadBanner-module__HplE3G__overlay{-webkit-backdrop-filter:blur(2px);z-index:1000;background-color:#00000080;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.uploadBanner-module__HplE3G__overlayIn{background-color:#fff;border-radius:20px;flex-direction:column;gap:10px;width:fit-content;min-width:40vw;max-width:90vw;margin:20px 0;padding:30px;display:flex;position:relative;overflow:visible;box-shadow:0 4px 20px #00000026}.uploadBanner-module__HplE3G__bannerContainer h2{color:#767676}.uploadBanner-module__HplE3G__bannerContainer{flex-direction:column;gap:10px;display:flex}.uploadBanner-module__HplE3G__bannerRow{color:#a29d9d;background-color:#fff;border-bottom:2px solid #e3e3e3;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.uploadBanner-module__HplE3G__bannerRow:hover{cursor:grab}.uploadBanner-module__HplE3G__rowElement{align-items:center;gap:10px;display:flex}.uploadBanner-module__HplE3G__header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.uploadBanner-module__HplE3G__button,.uploadBanner-module__HplE3G__submitButton{cursor:pointer;border:2px solid #fff;border-radius:5px;margin:1rem 0;padding:.5em 1em;font-size:10px;font-weight:700;transition:all .2s ease-in-out}.uploadBanner-module__HplE3G__submitButton{background-color:#4d966147;margin-left:auto}.uploadBanner-module__HplE3G__submitButtonContainer{width:100%;display:flex}.uploadBanner-module__HplE3G__button{background-color:#fff;border-radius:0}.uploadBanner-module__HplE3G__button:hover,.uploadBanner-module__HplE3G__submitButton:hover{color:#1e5a35;border:2px solid #1e5a35;border-radius:10px}.uploadBanner-module__HplE3G__button:disabled{color:#7a7a7a;border:2px solid #7a7a7a;border-radius:10px}.uploadBanner-module__HplE3G__grid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid}.uploadBanner-module__HplE3G__photoUploads{flex-direction:column;grid-column:span 1;gap:5px;display:flex}.uploadBanner-module__HplE3G__upload{color:#b9b9b9;cursor:pointer;background-color:#fff;border:2px dashed #b9b9b9;border-radius:5px;justify-content:center;width:100%;padding:5px;font-weight:700;transition:all .2s ease-in-out;display:flex}.uploadBanner-module__HplE3G__upload:hover{color:#727272;background-color:#ececec}.uploadBanner-module__HplE3G__formElement{border:2px solid #c6c6c6;border-radius:5px;width:100%;padding:5px 10px;font-size:1rem}.uploadBanner-module__HplE3G__fileInput{display:none}.uploadBanner-module__HplE3G__disabled{cursor:not-allowed}.uploadBanner-module__HplE3G__imageDesktop{object-fit:contain;aspect-ratio:1440/430;height:430px}.uploadBanner-module__HplE3G__imageMobile{object-fit:contain;aspect-ratio:393/523;height:430px}.uploadBanner-module__HplE3G__preview{object-fit:contain;z-index:9999;background-color:#fff;border-radius:20px;flex-direction:column;gap:10px;width:500px;padding:10px;font-weight:700;display:flex;position:absolute;transform:translate(-90%,1rem);box-shadow:0 0 2px gray}.uploadBanner-module__HplE3G__image{width:100%}@media (max-width:768px){.uploadBanner-module__HplE3G__grid{grid-template-columns:repeat(1,1fr)}}
.banner-module__EcKrJa__bannerWrapper{width:100%;max-width:100vw;overflow:hidden}.banner-module__EcKrJa__bannerContainer{touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;width:100%;position:relative;overflow:hidden}.banner-module__EcKrJa__bannerContainer:active{cursor:grabbing}.banner-module__EcKrJa__bannerImageContainer{background-color:#f0f0f0;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.banner-module__EcKrJa__bannerImage{object-fit:contain;object-position:center;user-drag:none;-webkit-user-drag:none;pointer-events:none;width:100%;height:auto;display:block}.banner-module__EcKrJa__bannerImageContents{background:linear-gradient(#000000bf,#1d2f3c);flex-direction:row;justify-content:center;align-items:center;gap:10rem;width:100%;height:100%;padding:20px 30px;display:flex;position:absolute;top:0;left:0}.banner-module__EcKrJa__internalImage{object-fit:contain;max-width:100%;height:75%}.banner-module__EcKrJa__textContent{color:#fff;text-shadow:2px 2px 4px #00000080;width:50%;font-size:1rem}.banner-module__EcKrJa__portalBanner{color:#3f3636;z-index:10;box-sizing:border-box;background-color:#e4ffece6;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;font-weight:700;display:flex;position:absolute;top:0;left:0;right:0}.banner-module__EcKrJa__portalBannerText{flex-shrink:0;font-size:.9rem}.banner-module__EcKrJa__portalBannerButtons{flex-shrink:0;gap:10px;display:flex}.banner-module__EcKrJa__portalBannerButton{color:#d9d9d9;cursor:pointer;white-space:nowrap;text-transform:uppercase;background-color:#243a2a98;border:none;border-radius:20px;justify-content:center;align-items:center;min-height:35px;padding:.5rem 1rem;font-size:.7rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.banner-module__EcKrJa__portalBannerButton:hover{background-color:#243a2acc}.banner-module__EcKrJa__selectBanner{z-index:10;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.banner-module__EcKrJa__selectBannerButtons{flex-direction:row;justify-content:center;gap:10px;display:flex}.banner-module__EcKrJa__bannerButton{cursor:pointer;background-color:#848484b3;border:none;border-radius:10px;width:40px;height:10px;transition:background-color .3s}.banner-module__EcKrJa__bannerButton:hover{background-color:#848484e6}.banner-module__EcKrJa__bannerButton.banner-module__EcKrJa__active{background-color:#538561!important}@media (max-width:768px){.banner-module__EcKrJa__bannerWrapper{flex-direction:column;display:flex}.banner-module__EcKrJa__bannerContainer{order:2;min-height:200px}.banner-module__EcKrJa__portalBanner{z-index:1000;text-align:center;background-color:#e4ffec;order:1;gap:8px;padding:8px 15px;position:static}.banner-module__EcKrJa__portalBannerText{margin-bottom:5px;font-size:.75rem}.banner-module__EcKrJa__portalBannerButtons{flex-wrap:wrap;justify-content:center;gap:8px}.banner-module__EcKrJa__portalBannerButton{min-height:30px;padding:.4rem .7rem;font-size:.5rem}.banner-module__EcKrJa__bannerImageContents{gap:2rem;padding:15px 20px}.banner-module__EcKrJa__internalImage{height:50%}.banner-module__EcKrJa__textContent{font-size:.75rem}.banner-module__EcKrJa__selectBanner{bottom:15px}.banner-module__EcKrJa__bannerButton{width:30px;height:8px}}
.calendar-module__o-WYDa__container{flex-direction:column;gap:.5rem;margin:20px;font-weight:700;display:flex}.calendar-module__o-WYDa__calendarContainer{grid-template-columns:repeat(7,1fr);gap:10px;width:100%;display:grid;overflow-x:scroll}.calendar-module__o-WYDa__weekDay{background-color:#fff;border:1px solid #ebe7e7;border-radius:10px;flex-direction:column;grid-column:span 1;min-width:10rem;padding:.5rem;display:flex}.calendar-module__o-WYDa__weekDay div:first-child{font-size:.9rem}.calendar-module__o-WYDa__weekDay div:nth-child(2){font-size:.8rem}
.servicesCarousel-module__1HQrSG__carouselContainer{flex:0 0 100%;gap:30px;width:100vw;margin:0 auto;padding:20px 0;display:flex;overflow:hidden}.servicesCarousel-module__1HQrSG__carouselContainer:hover .servicesCarousel-module__1HQrSG__group{transition:animation-duration .5s ease-out;animation-play-state:paused}.servicesCarousel-module__1HQrSG__serviceCard{aspect-ratio:1;justify-content:center;align-items:center;min-width:250px;display:flex;position:relative}.servicesCarousel-module__1HQrSG__serviceCardImage{object-fit:cover;object-position:center;border-radius:30px;width:100%;height:100%;box-shadow:0 0 4px #444}.servicesCarousel-module__1HQrSG__hoveredCard{opacity:0;background-color:#405869;border-radius:30px;width:100%;height:100%;position:absolute;left:0;right:0}.servicesCarousel-module__1HQrSG__serviceCard:hover .servicesCarousel-module__1HQrSG__hoveredCard{opacity:.9}.servicesCarousel-module__1HQrSG__textContainer{justify-content:center;width:100%;height:100%;display:flex;position:relative}.servicesCarousel-module__1HQrSG__text{color:#fff;text-transform:uppercase;padding:30px;font-size:30px;font-weight:700;position:absolute;bottom:30px}.servicesCarousel-module__1HQrSG__arrow{color:#fff;width:50px;height:50px;position:absolute;top:20px;right:20px}.servicesCarousel-module__1HQrSG__group{will-change:transform;gap:20px;animation:100s linear infinite servicesCarousel-module__1HQrSG__scrolling;display:flex}@keyframes servicesCarousel-module__1HQrSG__scrolling{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width:768px){.servicesCarousel-module__1HQrSG__text{font-size:20px}.servicesCarousel-module__1HQrSG__serviceCard{min-width:150px}.servicesCarousel-module__1HQrSG__serviceCardImage,.servicesCarousel-module__1HQrSG__hoveredCard{border-radius:10px}}
.customerCarousel-module__hU17FG__customerCarousel{grid-template-columns:repeat(5,1fr);gap:20px;padding:30px;display:grid;position:relative}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(5n+1){transform:translateY(0)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(5n+2){transform:translateY(40px)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(5n+3){transform:translateY(0)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(5n+4){transform:translateY(40px)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(5n+5){transform:translateY(0)}.customerCarousel-module__hU17FG__customerImageContainer:hover .customerCarousel-module__hU17FG__customerImage{transform:scale(1.05)}.customerCarousel-module__hU17FG__transparencyLayer1{background:linear-gradient(#fff 30%,#fff0);width:100%;height:250px;position:absolute;top:0}.customerCarousel-module__hU17FG__transparencyLayer2{background:linear-gradient(#fff0 30%,#fff 70%);width:100%;height:250px;position:absolute;bottom:-30px}@media (max-width:768px){.customerCarousel-module__hU17FG__customerCarousel{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:40px;padding:10px;transform:translate(-6px)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(3n+1){transform:translateY(0)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(3n+2){transform:translateY(40px)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(3n+3){transform:translateY(0)}.customerCarousel-module__hU17FG__customerImageContainer:nth-child(n+10){display:none}.customerCarousel-module__hU17FG__transparencyLayer2{height:300px;bottom:-80px}}.customerCarousel-module__hU17FG__customerImageContainer{aspect-ratio:1;width:100%;position:relative}.customerCarousel-module__hU17FG__customerImage{object-fit:cover;border-radius:8px;width:100%;height:100%;transition:transform .3s;box-shadow:0 4px 8px #0000001a}
.calendar-module__219z2W__page{flex-direction:column;gap:1rem;width:100%;display:flex}.calendar-module__219z2W__header{cursor:pointer;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex;position:relative}.calendar-module__219z2W__gridContainer{width:100%;overflow:scroll}.calendar-module__219z2W__grid{background-color:#c5c5c5;border:1px solid #c5c5c5;border-radius:5px;grid-template-columns:repeat(7,1fr);gap:1px;width:100%;font-weight:700;display:grid;overflow-x:scroll}.calendar-module__219z2W__grid>div{background-color:#fff;min-width:8rem;padding:.25rem}.calendar-module__219z2W__dateBlock{-webkit-user-select:none;user-select:none;height:6rem}.calendar-module__219z2W__gray{color:#bcb7b7}.calendar-module__219z2W__dropdown{background-color:#fff;border:1px solid #c7c1c1;border-radius:5px;flex-direction:column;height:10rem;font-size:1rem;font-weight:400;display:flex;position:absolute;top:100%;overflow:scroll;transform:translate(-10%)}.calendar-module__219z2W__dropdown div{border-bottom:1px solid #efeeee;padding:.25rem 1rem}.calendar-module__219z2W__dropdown div:hover{cursor:pointer;background-color:#f9f9f9}.calendar-module__219z2W__selectedGrid{flex-direction:column;gap:2px;display:flex}.calendar-module__219z2W__selectedGrid>div{cursor:pointer;border-radius:5px;flex-direction:row;justify-content:space-between;width:100%;padding:.5rem;display:flex}.calendar-module__219z2W__selectedRow{background-color:#e3f1fb}.calendar-module__219z2W__checkFlex{flex-direction:row;gap:1rem;display:flex}.calendar-module__219z2W__check{transition:all .2s ease-in-out}.calendar-module__219z2W__selected{color:green;transform:scale(1)}.calendar-module__219z2W__unselected{transform:scale(0)}.calendar-module__219z2W__radio{align-items:center;gap:.5rem;display:flex}.calendar-module__219z2W__input{border:1px solid #ddd;border-radius:5px;padding:.2rem .5rem;font-size:.8rem}
.saleBanner-module__TnuLJW__background{z-index:9999;background-color:#0000009b;width:100vw;height:100vh;position:absolute;bottom:0;left:0}.saleBanner-module__TnuLJW__popup{z-index:100000;background-color:#fff;border-radius:20px;width:60%;height:50%;padding:30px 30px 0;font-size:60px;font-weight:700;position:absolute;bottom:0%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.saleBanner-module__TnuLJW__exit{color:#9a2c2c;font-size:30px;position:absolute;top:10px;right:10px}.saleBanner-module__TnuLJW__exit:hover{cursor:pointer}.saleBanner-module__TnuLJW__container{white-space:nowrap;width:100%;height:2.5rem;font-family:Montserrat;position:absolute;bottom:0;left:0;overflow:hidden}.saleBanner-module__TnuLJW__scroll{white-space:nowrap;background:#ff5d5d;justify-content:flex-start;align-items:center;gap:0;height:100%;animation:50s linear infinite saleBanner-module__TnuLJW__loop;display:flex;position:absolute;top:0}.saleBanner-module__TnuLJW__scrollOne{animation-name:saleBanner-module__TnuLJW__loopOne}.saleBanner-module__TnuLJW__scrollTwo{animation-name:saleBanner-module__TnuLJW__loopTwo}.saleBanner-module__TnuLJW__fade{pointer-events:none;z-index:1;background:linear-gradient(90deg,#fff 0%,#0000 10% 90%,#fff 100%);width:100%;height:100%;position:absolute;top:0;left:0}@keyframes saleBanner-module__TnuLJW__loopOne{0%{transform:translate(0%)}to{transform:translate(-100%)}}@keyframes saleBanner-module__TnuLJW__loopTwo{0%{transform:translate(100%)}to{transform:translate(0%)}}.saleBanner-module__TnuLJW__item{color:#e2e8f0;white-space:nowrap;background-color:#ff5d5d;border-radius:.4rem;flex-shrink:0;align-items:center;padding:.7rem 1rem;font-size:.9rem;display:flex}.saleBanner-module__TnuLJW__styledButton{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;background-color:#538561;border:none;border-radius:40px;padding:.5rem 2rem;font-size:27px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:inset 0 0 3px #000}.saleBanner-module__TnuLJW__styledButton:hover{background-color:#3e6a4a}@media (max-width:900px){.saleBanner-module__TnuLJW__popup{width:90%;font-size:40px}.saleBanner-module__TnuLJW__styledButton{margin-top:1rem}}
