#root{margin:0 auto;text-align:center}.mobile__toggle,.header__rightmobile{display:none}.header__left{display:flex;align-items:center;justify-content:center}.mobile__menu{display:none}.header{display:flex;justify-content:space-between;animation:slide-in .5s ease-in-out .3s forwards;opacity:0}@keyframes slide-in{0%{opacity:0;transform:translateY(-10px)}50%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header__right ul{list-style-type:none}.header__right ul{display:flex;gap:20px}.header__right ul li{gap:10px;cursor:pointer}.header__right ul li:hover{opacity:.7}.header__right ul li a{color:gray}.landing__page{background:url(/assets/background_shape_object-8e39e506.svg);background-size:contain;background-repeat:no-repeat;height:100vh;padding:1rem 5rem 0rem;background-position:right top;color:var(--dark-font-color);text-align:left}.landingpage__body{height:93%;display:flex;justify-content:space-between}.brand__imagesmobile{display:none}.landingpage__left{height:100%}.landingpage__left>img{margin:0;height:auto;object-fit:contain;width:calc(35vw + 10vh)}.textsand__buttons h4{margin:-30px 0 0;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:lowercase;color:gray}.textsand__buttons>p{width:60%}.buttons button:first-child{background-color:var(--dark-maroon);color:var(--white);border:none;margin-right:10px}.buttons button:last-child{background-color:transparent;color:var(--light-maroon);border:1px solid var(--light-maroon)}.buttons{display:flex;flex-wrap:wrap}.buttons button{border-radius:10px;display:flex;align-items:center;justify-content:center;width:228px;height:52px;cursor:pointer}.buttons button:hover{opacity:.95}.buttons button:hover img{animation:iconAnimation .5s linear}@keyframes iconAnimation{0%{transform:translateY(-10)}to{transform:translateY(3px)}}.landingpage__right{height:100%;display:flex;align-items:flex-end;position:relative;border-radius:50%;animation:slide-in .5s ease-in-out .3s forwards;opacity:0}.brand__images{object-fit:contain;width:100%;height:100%;object-position:bottom center}.about__section{z-index:1;padding:3rem 2rem 2rem 0rem;height:90vh;background-color:var(--dark-green-shade);position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px}.vision__section{z-index:1;padding:3rem 2rem 2rem 7rem;height:80vh;background-color:var(--overlay-color);position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-direction:row-reverse}.about__statement{opacity:.2;cursor:pointer}.about__statement:hover{opacity:.25}.about__section:before{content:"";background:url(/assets/about_aesthetics-6f234d38.png) right bottom / contain no-repeat;position:absolute;top:0;left:0;right:0;bottom:-30px;z-index:-1}.vision__section:before{content:"";background:url(/assets/about_aesthetics-6f234d38.png) right bottom / cover no-repeat;position:absolute;top:0;left:0;right:0;bottom:-30px;z-index:-1;filter:grayscale(100%);transform:scaleX(-1)}.aboutsection__left{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:.5;opacity:0;transform:translate(-100px);transition:opacity .5s,transform .5s}.visionmission__left{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:.5}.aboutsection__left.slide__in{animation:slideInAnimation 1s forwards}.aboutsection__right.slide__in{animation:slideInAnimationBackwards 1s forwards}@keyframes slideInAnimation{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInAnimationBackwards{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.aboutsection__left p{width:60%;color:var(--light-green);text-align:left!important}.aboutsection__left img,.visionmission__left img{object-fit:contain;width:70%}.aboutsection__right{flex:.5;color:var(--white);text-align:left;min-height:60%;opacity:0;transform:translate(-100px);transition:opacity .5s,transform .5s}.visionmission__right{flex:.5;color:var(--white);text-align:left;min-height:30%}.aboutsection__right h1,.visionmission__right h1{margin-top:-50px}.aboutsection__body{width:90%}.satellite__div{width:calc(10vh + 2.3vw);height:auto;position:absolute;cursor:pointer;object-fit:contain}.satellite__div:hover{opacity:.9;animation:vibrateAnimation .5s linear 3}@keyframes vibrateAnimation{0%{transform:translate(0)}25%{transform:translate(-2px) rotate(-2deg)}50%{transform:translate(2px) rotate(2deg)}75%{transform:translate(-2px) rotate(-2deg)}to{transform:translate(0)}}.satellite__div:nth-child(1){top:0%;right:33.5%}.satellite__div:nth-child(2){top:2%;left:30%}.satellite__div:nth-child(3){top:13%;left:10%}.satellite__div:nth-child(4){top:33%;left:0%}.satellite__div:nth-child(5){top:75%;left:8%}.satellite__div:nth-child(6){top:55%;left:-1%}.satellite__div:nth-child(7){top:5%;right:12%}.products__section{height:85vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 2rem 2rem}.beforeand__afterproducts{display:none}.productsection__header{position:relative;padding:1rem 2rem}.productsection__header h1:first-child{color:var(--dark-font-color)}.productsection__header h1:last-child{position:absolute;top:3rem;left:-10%;font-size:5em;margin:0;color:var(--gray-font-color);z-index:-1;opacity:.1}.productsection__body{display:flex;position:relative}.productsection__body>div{text-align:left;color:var(--dark-font-color)}.click__icon{position:absolute;right:23%;top:40%;cursor:pointer;object-fit:contain}.click__icon:hover{object-fit:contain;animation:arrowShake .5s linear 3}@keyframes arrowShake{0%{transform:translate(10px)}to{transform:translate(40px)}}.next__product{object-fit:contain;opacity:.3;max-width:30%}.current__product{animation:productChange .5s linear 3;max-width:100%;height:auto}@keyframes productChange{0%{transform:translateY(-10)}to{transform:translateY(3px)}}footer{height:25vh;color:var(--gray-font-color);background-color:var(--dark-gray);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2em 6em}.footer img{object-fit:contain;width:90px}.footer__left p,.footer__right p{line-height:0%}.global__font{animation:slide-in .5s ease-in-out .3s forwards;opacity:0}@media (min-width: 768px) and (max-width: 1115px){.products__section{height:100%;padding:1em .5em 2em}.productsection__body .current__product{max-width:35%;margin-left:-35px}.productsection__body .next__product{width:20%;margin-left:60px}.productsection__body>div{max-width:40%;margin-left:-35px}.productsection__body>div h1{font-size:2em}.productsection__body .click__icon{right:210px}.aboutsection__right h1,.visionmission__right h1{margin-top:0}.about__section{padding:2rem 2rem 2rem 0rem}.vision__section{padding:2rem 2rem 2rem 5rem}.buttons button{margin-bottom:10px}.satellite__div:nth-child(1){top:0%;right:15%}.satellite__div:nth-child(2){top:2%;left:35%}.satellite__div:nth-child(7){top:5%;right:-13%}}@media (max-width: 767px){.header__rightmobile,.mobile__toggle{display:block}.header__right{display:none}.mobile__menu{display:inline-flex;position:fixed;left:0;right:0;top:55px;background:linear-gradient(to bottom,rgb(232,232,232) 0%,rgba(232,232,232,1) 25%,rgba(232,232,232,1) 50%,rgba(195,195,195,.4) 75%,rgba(232,232,232,0) 100%);height:100vh;z-index:99999!important;border-top-left-radius:15px;border-top-right-radius:15px;border-top:1px solid lightgrey;box-shadow:0 -2px 20px #80808096;overflow:hidden;padding:2em 1em;animation:mobileMenu .3s linear;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}@keyframes mobileMenu{0%{opacity:.1;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.mobile__menu ul{width:100%;padding:0}.mobile__menu li{list-style:none;margin-bottom:10px;border-bottom:1px solid rgb(206,206,206);padding-bottom:10px;display:flex;align-items:center}.mobile__menu li img{box-shadow:-2px 2px 2px #bdbdbd;border-radius:5px;margin:5px}.mobile__menu a{text-decoration:none;color:var(--green-shade);font-weight:700;margin-left:15px}.mobile__menu a:hover{opacity:.8}.landing__page{padding:1em .5em;background-size:cover;background-repeat:no-repeat;background-position:center top;height:90%}.landingpage__left>img{width:calc(70vw + 10vh);margin-top:40px}.textsand__buttons h4{font-size:15px;margin-top:-10px}.textsand__buttons>p{font-size:var(--mobile-p-font-size);width:85%;margin-top:0}.buttons button{width:130px;height:40px}.buttons img{object-fit:contain;width:20px}.buttons a{font-size:12px}.landingpage__body{position:relative;flex-direction:column;height:100%}.landingpage__right{position:absolute;top:0;right:58px;border-radius:0}.satellite__div{width:50px}.satellite__div:nth-child(1){top:26%;left:0}.satellite__div:nth-child(2){top:35%;right:0}.satellite__div:nth-child(3){top:44%;right:0}.satellite__div:nth-child(4){top:53%;right:0}.satellite__div:nth-child(5){top:62%;right:0}.satellite__div:nth-child(6){top:71%;right:0}.satellite__div:nth-child(7){top:17%;left:0}.brand__images{display:none}.brand__imagesmobile{display:inline;object-fit:contain;width:99%;margin-top:10px;margin-bottom:-20px}.about__section,.vision__section{flex-direction:column;height:100%;overflow:hidden;padding:3em .5em}.about__section:before{background-size:cover;background-position:right bottom}.vision__section:before{background-size:cover;background-position:right bottom}.visionmission__right h1,.aboutsection__right h1{font-size:18px;text-transform:uppercase!important}.aboutsection__right p,.visionmission__right p{font-size:var(--mobile-p-font-size)}.aboutsection__left p{margin-top:0;font-size:var(--mobile-p-font-size)}.aboutsection__right h1,.visionmission__right h1{margin:0;text-transform:capitalize}.aboutsection__body{width:100%}.visionmission__right{margin-top:20px}.products__section{height:100%;padding:3em .5em}.productsection__header h1:last-child{top:30px;left:0%;font-size:3.5em}.productsection__header h1:first-child{font-size:2.5em}.next__product{display:none}.current__product{width:100%;margin-top:-20px;display:none}.productsection__body{flex-direction:column}.productsection__body p{font-size:var(--mobile-p-font-size);margin:2px}.productsection__body h1{font-size:2em;line-height:0}.click__icon{display:none}.beforeand__afterproducts{display:flex;justify-content:space-between;padding:auto 0;margin-top:-20px;overflow:hidden}.current__productmobile{object-fit:contain;max-width:80%;height:auto;margin-left:-35px}.clickicon__mobile{object-fit:contain;width:10%;height:auto;margin-left:-30px}.next__productmobile{object-fit:contain;width:30%;height:auto;opacity:.3}.footer{flex-direction:column;padding:2em 1em}.footer__left p,.footer__right p{font-size:var(--mobile-p-font-size)}}.gallery__wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;height:100vh;width:100%;background-color:#001200e5;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff}.gallery__header{justify-content:flex-end;height:50px;width:100%;display:flex;align-items:center;padding:0 20px;box-sizing:border-box;gap:20px}.gallery__body{height:100%;display:flex;justify-content:center;align-items:center;width:100%}.slider{display:flex;transition:transform .5s ease-in-out}.slide{min-width:100%;box-sizing:border-box;opacity:0;transition:opacity .5s ease-in-out}.slide.active{opacity:1}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:1rem;cursor:pointer;z-index:9999}.prev-button{left:50px}.next-button{right:50px}.gallery__image{display:flex;height:100%;justify-content:center;align-items:flex-start;gap:50px;padding:0 150px 50px;box-sizing:border-box}.gallery__image img{height:auto;width:40%;max-width:40%;min-width:40%;border-radius:10px}.gallery__image>div:nth-child(2){text-align:left}.gallery__image>div:nth-child(2) h2{font-weight:700;font-size:xx-large}@media (min-width: 0px) and (max-width: 769px){.gallery__body{flex-direction:column;justify-content:flex-start;padding-top:10%}.nav-button{top:30%}.gallery__image{flex-direction:column;align-items:center;gap:10px;padding:0 20px 50px}.gallery__image img{width:50%}}.overlay-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.overlay-container{position:relative;max-width:90vw;max-height:90vh;background:rgba(18,18,18,0);border-radius:12px;padding:20px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;align-items:center}.close-button{position:absolute;top:10px;right:15px;background:none;border:none;font-size:30px;color:#666;cursor:pointer;z-index:10001;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-button:hover{background-color:#f0f0f0;color:#333}.image-carousel{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:20px}.image-container{display:flex;justify-content:center;align-items:center;max-width:600px;max-height:500px;margin:0 50px;touch-action:pan-y}.overlay-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #0000001a;transition:opacity .3s ease,transform .3s ease;opacity:1}.overlay-image.transitioning{opacity:0;transform:scale(.95)}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;font-size:24px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0003;transition:all .3s ease;z-index:10001}.nav-button:hover{background:white;transform:translateY(-50%) scale(1.1)}.nav-button.prev{left:10px}.nav-button.next{right:10px}.image-indicators{display:flex;gap:10px;justify-content:center}.indicator{width:12px;height:12px;border-radius:50%;border:none;background-color:#ddd;cursor:pointer;transition:all .3s ease}.indicator.active{background-color:#5f0068;transform:scale(1.2)}.indicator:hover{background-color:#5f006884;opacity:.7}@media (max-width: 768px){.overlay-container{max-width:95vw;max-height:95vh;padding:15px}.image-container{margin:0 40px}.nav-button{width:40px;height:40px;font-size:20px}.nav-button.prev{left:5px}.nav-button.next{right:5px}.close-button{top:5px;right:10px;font-size:25px;width:35px;height:35px}}@media (max-width: 480px){.overlay-container{padding:10px}.image-container{margin:0 30px}.nav-button{width:35px;height:35px;font-size:18px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--dark-gray: #222222;--dark-font-color: #696969;--gray-font-color: #8b8b8b;--green-shade: #156d3a;--dark-green-shade: #054721;--light-green: #16a52e;--overlay-opacity: .52;--overlay-color: #3b3b3b;--dark-maroon: #270a22;--light-maroon: #520446;--lighter-maroon: #8f007a;--white: #f1f1f1;--mobile-p-font-size: 14px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center}h1{font-size:3.2em;line-height:1.1}h2,h3,h4,h5,h6,p,button{animation:background-fade-in .5s ease-in-out .6s forwards;opacity:0}li a{text-decoration:none;color:var(--dark-font-color);font-weight:400}@keyframes background-fade-in{0%{opacity:0;filter:brightness(5%) contrast(-50%) hue-rotate(180deg) saturate(5%)}50%{filter:brightness(5%) contrast(-50%) hue-rotate(90deg) saturate(5%)}to{opacity:1;filter:brightness(100%) contrast(100%) hue-rotate(0deg) saturate(100%)}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
