nav{display:flex;justify-content:space-between;position:fixed;z-index:100;width:100%;padding:0 30px;align-items:center;top:0;left:0;transition:.3s}#logo{font-family:plakkaat}#burger-btn{width:70px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;position:relative;cursor:pointer;z-index:1001}#burger-btn:hover span{scale:1.1 1.1}#burger-btn span{width:80%;height:12px;margin:5px;background-color:var(--textColor);border-radius:20px;position:absolute;transition:.3s}.burger-line1{transform:translateY(-10px)}.burger-line2{transform:translateY(10px)}.burger-line11{transform:rotate(45deg) translateY(0)}.burger-line22{transform:rotate(-45deg) translateY(0)}@media (max-width:600px){.grid{width:100%;flex-direction:column}nav{padding:0 5px}}footer{min-height:20vh;color:var(--textColor);display:flex;justify-content:center;align-items:center;flex-direction:column;padding:50px;max-width:100vw}footer #line{height:4px;width:90vw;background-color:var(--textColor);border-radius:50px}footer h4{font-size:25px}footer .footer-container{display:flex;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;min-width:0;border-radius:20px;margin:10px;font-family:tahoma;padding:50px}footer .content-box{flex-shrink:0;margin-top:20px;padding:20px 3vw;flex-grow:1;max-width:-moz-fit-content;max-width:fit-content}footer .content-box:nth-child(3){flex-grow:0}footer ul{display:flex;justify-content:space-between;margin-top:20px}.footer-menu-box{flex-wrap:wrap}footer div p{margin-top:20px;text-align:left;font-size:20px}footer ul li{margin-right:15px}footer ul li:last-child{margin-right:0}footer #credit{display:flex;justify-content:space-around;flex-wrap:wrap;width:100%;align-items:center}footer #credit p{opacity:.5;text-align:center}@media (max-width:800px){.footer{padding:0}footer .content-box,footer .footer-container{padding:10px;width:100vw}footer ul li{margin-bottom:5px}}main{min-height:100vh;min-height:100svh;min-height:100dvh;overflow:hidden}



/* !! COMING SOON COMPOENT Delete when unuse */#comingSoon{top:0;left:0;position:fixed;background-color:#fffff2;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:30px}#lottie{padding:0;max-height:60vh;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}#comingSoon h1{color:#000;font-size:9vw;text-align:center;border:10px solid #ffa800;background-color:#ffa800;padding:10px;border-radius:25px;position:relative}#comingSoon h1,h1:after,h1:before{animation:move 5s infinite alternate-reverse;box-shadow:7px 5px rgba(0,0,0,.537)}#comingSoon h1:before{width:100px;border-radius:20px}#comingSoon h1:after,#comingSoon h1:before{content:"";position:absolute;background-color:#ffa800;height:10px}#comingSoon h1:after{width:25px;border-radius:50%;border-radius:20px}#soonText1:before{bottom:-30px;left:40px}#soonText1:after{bottom:-50px;left:130px;left:115px}#soonText2:before{top:-30px;right:40px}#soonText2:after{top:-50px;right:130px;right:115px}@keyframes move{0%{translate:0 0}50%{translate:0 5px}}.theme-btn{border:3px solid var(--textColor);min-width:120px;height:40px;border-radius:25px;position:relative;transition:.5s;padding:10px 10px 10px 40px;color:var(--textColor)}.theme-btn div{transition:inherit}.theme-logo{border:3px solid var(--textColor);border-radius:50%;background:var(--bg);position:absolute;font-weight:900;left:-3px;translate:0 -50%;top:50%;height:40px;width:40px;transition:.5s}.theme-logo svg{font-size:20px;stroke-width:3px;position:absolute;top:50%;left:50%;translate:-50% -50%}.btnDark{rotate:1turn;left:70%}.theme-logo:hover{scale:1.1}#langue-btn select{color:var(--textColor);overflow:visible;height:100%;width:100%;position:absolute;padding-left:30px}#langue-btn select:focus{border-radius:25px}#langue-btn{padding-right:0;padding-left:0;display:flex;align-items:center;height:40px}#langue-btn span{font-size:25px;position:absolute;left:10px;top:50%;translate:5px -50%}#langue-btn svg{font-size:30px;position:absolute;top:50%;left:50%;translate:-50% -50%}.footer-banner{margin-top:200px;padding:50px}.footer-banner-text>*{margin-bottom:50px;font-family:plakkaat}.footer-banner-btn-container{display:flex;align-items:flex-end;justify-content:flex-end;width:100%}.footer-banner-btn{border-radius:50px;background-color:#000;padding:25px;color:#fff;font-size:25px;transition:.3s}.footer-banner-btn:hover{scale:1.2 1.2}div .introCard{translate:0 110dvh}div .introCard:first-child{translate:0 0}.activeAboutLi{transform:translateX(40px)}.value-section .valueList .activeAboutLi svg{scale:1;fill:inherit}.cardRouterHome{z-index:100}.cardRouterHome div{opacity:0}.cardRouterHome:before{animation:homeCardAnim .5s forwards}@keyframes homeCardAnim{0%{scale:1}to{scale:2}}.btnRouterAnim{z-index:10}.btnRouterAnim:before,.cardRouterHome:before,.reverseAnim:before,.routerAnim:before{content:"";width:100%;height:100%;position:absolute;background-color:inherit;top:50%;left:50%;translate:-50% -50%;border-radius:20px}@keyframes scrollRouterAnim{0%{scale:1}to{scale:3}}@keyframes reverseAnim{0%{scale:10;z-index:20}95%{scale:1;z-index:20;opacity:1}to{display:none;opacity:0}}@keyframes btnRouterAnim{0%{scale:1}to{scale:30}}.btnRouterAnim:before{z-index:101;position:fixed;animation:btnRouterAnim .5s forwards;animation-timing-function:ease-in}.routerAnim:before{z-index:10;animation:scrollRouterAnim .5s forwards}.reverseAnim:before{animation:reverseAnim .5s forwards;background-color:inherit}#introAnim>*{opacity:0;animation:introAnim .5s forwards}#introAnim>:first-child{animation-delay:.5s}#introAnim>:nth-child(2){animation-delay:.7s}#introAnim>:nth-child(3){animation-delay:.9s}@keyframes introAnim{0%{translate:0 100px;opacity:0}to{translate:0 0;opacity:1}}.splitTextOutDown{animation:splitTextAnim1 ease-in-out forwards;translate:0 0}@keyframes splitTextAnim1{0%{translate:0 0}to{translate:0 200%}}.splitTextOutUp{animation:splitTextAnim2 ease-in-out forwards;translate:0 0}@keyframes splitTextAnim2{0%{translate:0 0}to{translate:0 -200%}}.splitTextInDown{animation:splitTextAnim3 ease-in-out forwards;translate:0 200%}@keyframes splitTextAnim3{0%{translate:0 200%}to{translate:0 0}}.splitTextInUp{translate:0 -200%;animation:splitTextAnim4 ease-in-out forwards}@keyframes splitTextAnim4{0%{translate:0 -200%}to{translate:0 0}}:root{--textColor:#000;--reverseColor:#fff;--bg:#f1e3af;--html:#fff;--color1:#f1e3af;--gradient:linear-gradient(150deg,#fff,#c1d899)}body,html{padding:0;margin:0;background:var(--html);overflow-x:hidden}h1,h2,h3,h4,p{color:var(--textColor)}a,button,select{color:inherit;text-decoration:none;cursor:pointer}button,button>*,input{font-family:plakkaat}*{box-sizing:border-box;padding:0;margin:0;list-style:none;background:none repeat scroll 0 0 transparent;border:none;border-spacing:0;list-style:none outside none;text-align:left;text-decoration:none;text-indent:0}button,h1,h2,h3,h3 p,h3>*,h4{font-family:plakkaat;line-height:1em;font-weight:900}li,p,ul{font-family:tahoma;font-size:25px}.complex-text ul{padding-left:25px}.complex-text{color:inherit;max-width:100%}.complex-text p{color:inherit;flex-wrap:wrap;width:100%;display:flex}.complex-text p span{color:inherit;margin:.5rem;height:-moz-fit-content;height:fit-content}[data-theme=dark]{--textColor:#fff;--reverseColor:#000;--bg:radial-gradient(circle,#000,#1a1210,#281f17,#312e1c,#30402a);--bg:#71694f;--html:#000;--gradient:radial-gradient(circle,#000,#1a1210,#281f17,#312e1c,#30402a)}@font-face{font-family:plakkaat;src:url(/_next/static/media/Plakkaat.7ebd00b5.ttf);src:url(/_next/static/media/Gluten.dd1e9b62.ttf);src:url(/_next/static/media/DynaPuff.b033e7ef.ttf);font-display:swap}@font-face{font-family:tahoma;src:url(/_next/static/media/Tahoma.f9d62380.ttf);font-display:swap}@font-face{font-family:akkura;src:url(/_next/static/media/Akkurat.49aa0c90.ttf);font-display:swap}.page-header{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:50px}.page-header h1{text-align:center;font-size:8vw;margin-bottom:30px}.page-header p{font-size:2vw}


/* !! Old css delete soon */.gradient-bg{background-image:linear-gradient(150deg,#e5d6a3,#c1d899);background-position:50%}.gradient-bg-light{background-image:linear-gradient(150deg,hsla(46,56%,77%,.5),hsla(82,45%,72%,.5));background-position:50%}

/* !! Old css end */.page{margin-bottom:20px}.complex-text p{padding-bottom:15px}.complex-text li{padding-bottom:10px}.scroll_container{width:100%;margin-bottom:40px}.scroll_container,.un_img,.un_txt{display:flex;align-items:center;justify-content:center}.un_img,.un_txt{height:80vh;outline:1px solid var(--textColor);position:relative;padding:20px}.all_img_box,.service_imgs{display:flex;flex-direction:column-reverse}.button_box{position:absolute;left:30px;width:60px}.button_box button{height:50px;width:50px;margin:0 10px 10px 0;background:var(--bg);border-radius:20px;color:var(--textColor);border:3px solid var(--textColor);transition:.3s;border-radius:50%;font-size:30px;display:flex;align-items:center;justify-content:center;position:relative}.button_box button:hover{scale:1.2 1.2}.button_box button:after{content:"";width:90%;height:90%;position:absolute;transition:.3s;border-radius:50%;border:2px solid var(--bg);z-index:-1}.button_box button:active{scale:1.5 1.5}.categCard{translate:0 70vh}.categCard:nth-child(2){scale:1}.categCard:nth-child(3){scale:1.1}@media (max-width:700px){.categCard{translate:0 75vh}}.Menu_modalMenu__zay_l{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:1000;transition:.4s}.Menu_blurbg__ihDDn{animation:Menu_blury__f_MEn 1s forwards}.Menu_emptyClose__E8bht{width:100%;height:100%;position:absolute;z-index:1;cursor:pointer}.Menu_menu__aV7x5{padding-top:10vh;padding-bottom:5vh;position:absolute;width:50vw;height:100vh;top:0;left:0;background:var(--bg);background:var(--bgColor);justify-content:space-between;animation:Menu_menuAnimation__X60ZE .5s ease-in-out forwards;animation-timing-function:cubic-bezier(.95,.05,.795,.035);animation-timing-function:ease-in;transition:.5s;z-index:99;opacity:unset;border:10px solid var(--textColor);border-left:unset}.Menu_container__Y5POt,.Menu_menu__aV7x5{display:flex;align-items:center;flex-direction:column}.Menu_container__Y5POt{justify-content:space-around;height:80%}.Menu_menu_deroulant__r3jR_{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:plakkaat;font-size:5vw;padding-top:20px;padding-bottom:20px;color:var(--textColor)}.Menu_shrink__d4C2S{transition:.3s;display:grid;grid-template-rows:0fr;overflow:hidden;font-size:3vw;font-family:plakkaat}.Menu_shrink__d4C2S div{overflow:hidden;display:flex;justify-content:center;align-items:left;flex-direction:column}.Menu_shrink__d4C2S a{font-weight:100;margin:10px}.Menu_menu_deroulant__r3jR_:hover .Menu_shrink__d4C2S{grid-template-rows:1fr;padding-top:5px}.Menu_link__6YoXC{font-family:plakkaat;font-size:5vw;padding-top:20px;padding-bottom:20px;z-index:100;color:var(--textColor);text-align:center}.Menu_img_container__gtoZ6{position:absolute;display:none;z-index:101;left:-8%}@keyframes Menu_blury__f_MEn{0%{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes Menu_menuAnimation__X60ZE{0%{transform:translateX(-100%);border-top-right-radius:20%;border-bottom-right-radius:20%}to{transform:translateX(0);border-top-right-radius:1%;border-bottom-right-radius:1%}}.Menu_btn_box__mSma4{width:80%;display:flex;justify-content:space-around;align-items:center}@media screen and (max-width:700px){.Menu_menu__aV7x5{width:100%;border:unset}.Menu_link__6YoXC,.Menu_menu_deroulant__r3jR_{font-size:12vw}.Menu_shrink__d4C2S{font-size:8vw}.Menu_btn_box__mSma4{height:70px;top:0;right:0;position:absolute}}