:root{--background:#ffffff;--foreground:#171717;--primary-color:#f5be91}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.Navbar_navbar__eZD5G{background-color:rgba(255,255,255);box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Navbar_navbar__eZD5G.Navbar_scrolled__rdpdG{background-color:rgba(255,255,255);box-shadow:0 4px 20px rgba(0,0,0,.15)}.Navbar_navContainer__eHny9{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.Navbar_logo__MAFPE{position:relative;z-index:2;transition:transform .3s ease}.Navbar_logoImage__l__6L{width:150px;height:auto}.Navbar_logo__MAFPE:hover{transform:scale(1.05)}.Navbar_navMenu__ejGAa{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.Navbar_navItem__k88y6{margin:0;position:relative}.Navbar_navLink__oTiRe{color:#333;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;padding:.5rem 0;position:relative}.Navbar_navLink__oTiRe:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.Navbar_navLink__oTiRe:hover{color:var(--primary-color)}.Navbar_navLink__oTiRe:hover:after{width:100%}.Navbar_hamburger__j91vL{display:none;cursor:pointer;z-index:2}.Navbar_hamburgerIcon__fZh2X{width:30px;height:20px;position:relative}.Navbar_hamburgerIcon__fZh2X span{display:block;position:absolute;height:3px;width:100%;background-color:#333;border-radius:3px;transition:all .3s ease-in-out}.Navbar_hamburgerIcon__fZh2X span:first-child{top:0}.Navbar_hamburgerIcon__fZh2X span:nth-child(2){top:8px}.Navbar_hamburgerIcon__fZh2X span:last-child{top:16px}.Navbar_hamburger__j91vL.Navbar_active__WxVct .Navbar_hamburgerIcon__fZh2X span:first-child{transform:rotate(45deg);top:8px}.Navbar_hamburger__j91vL.Navbar_active__WxVct .Navbar_hamburgerIcon__fZh2X span:nth-child(2){opacity:0}.Navbar_hamburger__j91vL.Navbar_active__WxVct .Navbar_hamburgerIcon__fZh2X span:last-child{transform:rotate(-45deg);top:8px}@media (max-width:768px){.Navbar_hamburger__j91vL{display:block}.Navbar_navMenu__ejGAa{position:fixed;right:-100%;top:0;width:100%;height:100vh;flex-direction:column;background-color:rgba(255,255,255);padding-top:120px;transition:.4s ease-in-out;gap:2rem}.Navbar_navMenu__ejGAa.Navbar_active__WxVct{right:0}.Navbar_navbarToggle__SEWab{display:block}.Navbar_navItem__k88y6{margin:1rem 0;opacity:0;transform:translateY(20px)}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6{opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.Navbar_navLink__oTiRe{font-size:1.3rem}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6:first-child{transition-delay:.1s}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6:nth-child(2){transition-delay:.2s}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6:nth-child(3){transition-delay:.3s}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6:nth-child(4){transition-delay:.4s}.Navbar_navMenu__ejGAa.Navbar_active__WxVct .Navbar_navItem__k88y6:nth-child(5){transition-delay:.5s}}@media (max-width:480px){.Navbar_navContainer__eHny9{padding:1rem}}.Footer_footer__4ORg_{background:linear-gradient(180deg,#fff,#f8f4f1);color:#333;position:relative}.Footer_footerContent__ybLti{max-width:1200px;margin:0 auto;padding:4rem 1rem}.Footer_footerGrid__ba1pZ{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem}.Footer_footerSection__LrKHh{display:flex;flex-direction:column;gap:1.5rem}.Footer_footerSection__LrKHh Image{width:150px;height:auto}.Footer_footerLogo__n68QE{margin-bottom:1rem}.Footer_companyDesc__FBNtc{color:#666;line-height:1.6;margin-bottom:1.5rem}.Footer_socialLinks__Ga5i3{display:flex;gap:1rem}.Footer_socialIcon__zqDiD{width:40px;height:40px;border-radius:50%;background:#f5be91;color:white;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.Footer_socialIcon__zqDiD:hover{background:#333;transform:translateY(-3px)}.Footer_footerTitle__Q9TW4{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem;position:relative;padding-bottom:.5rem}.Footer_footerTitle__Q9TW4:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#f5be91}.Footer_footerLinks__4enny{list-style:none;padding:0;display:flex;flex-direction:column;gap:.8rem}.Footer_footerLinks__4enny a{color:#666;text-decoration:none;transition:all .3s ease;display:inline-block}.Footer_footerLinks__4enny a:hover{color:#f5be91;transform:translateX(5px)}.Footer_contactInfo__aIWLt{display:flex;flex-direction:column;gap:1rem}.Footer_contactInfo__aIWLt p{display:flex;align-items:center;gap:.8rem;color:#666}.Footer_contactInfo__aIWLt a{color:#666;text-decoration:none;transition:color .3s ease}.Footer_contactInfo__aIWLt a:hover{color:#f5be91}.Footer_footerBottom__A1Xh3{border-top:1px solid rgba(245,190,145,.2);padding:1.5rem 0}.Footer_footerBottomContent__FjoNW{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;color:#666}.Footer_footerBottomLinks__gpv8f{display:flex;gap:2rem}.Footer_footerBottomLinks__gpv8f a{color:#666;text-decoration:none;transition:color .3s ease}.Footer_footerBottomLinks__gpv8f a:hover{color:#f5be91}.Footer_subLinks__sFGL_{padding-left:1rem;margin-top:.5rem;margin-bottom:1rem;list-style:none;border-left:1px solid rgba(245,190,145,.2)}.Footer_subLinks__sFGL_ li{margin:.3rem 0}.Footer_subLinks__sFGL_ a{font-size:.9rem;color:#888;transition:all .3s ease}.Footer_subLinks__sFGL_ a:hover{color:#f5be91;padding-left:.5rem}.Footer_footerLinks__4enny>li{margin-bottom:1rem}.Footer_footerLinks__4enny>li>a{color:#666;font-weight:500}.Footer_footerLinks__4enny>li>a:hover{color:#f5be91}.Footer_dropdownItem__daEY3{position:relative;margin-bottom:.5rem;list-style:none}.Footer_menuItem__R6f_e a{color:#666;font-weight:500;text-decoration:none;transition:color .3s ease}.Footer_dropdownToggle__rkG7W{color:#f5be91;font-size:1.2rem;transition:transform .3s ease;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.Footer_dropdownContent__JxeG1{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:1rem;margin-top:.2rem}.Footer_dropdownContent__JxeG1 li{margin:.5rem 0}.Footer_dropdownContent__JxeG1 a{color:#888;font-size:.9rem;transition:all .3s ease}.Footer_dropdownContent__JxeG1 a:hover{color:#f5be91;padding-left:.5rem}.Footer_dropdownItem__daEY3:focus-within .Footer_dropdownContent__JxeG1,.Footer_dropdownItem__daEY3:hover .Footer_dropdownContent__JxeG1{max-height:200px}.Footer_dropdownItem__daEY3:focus-within .Footer_dropdownToggle__rkG7W,.Footer_dropdownItem__daEY3:hover .Footer_dropdownToggle__rkG7W{transform:rotate(45deg);color:#f5be91}.Footer_dropdownItem__daEY3:focus-within .Footer_menuItem__R6f_e a,.Footer_dropdownItem__daEY3:hover .Footer_menuItem__R6f_e a{color:#f5be91}@media (max-width:768px){.Footer_dropdownItem__daEY3{text-align:center}.Footer_dropdownContent__JxeG1{padding-left:.5rem}.Footer_menuItem__R6f_e{padding:.3rem 0;text-align:center}.Footer_footerGrid__ba1pZ{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.Footer_footerBottomContent__FjoNW{flex-direction:column;text-align:center;gap:1rem}}@media (max-width:480px){.Footer_footerContent__ybLti{padding:3rem 1rem}.Footer_footerSection__LrKHh{text-align:center}.Footer_footerTitle__Q9TW4:after{left:50%;transform:translateX(-50%)}.Footer_contactInfo__aIWLt p,.Footer_socialLinks__Ga5i3{justify-content:center}}.AdminNavbar_navbar__ECCqh{background-color:rgba(255,255,255);box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.AdminNavbar_navbar__ECCqh.AdminNavbar_scrolled__VdO56{background-color:rgba(255,255,255);box-shadow:0 4px 20px rgba(0,0,0,.15)}.AdminNavbar_navContainer__dQMWZ{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.AdminNavbar_logo__AWLr9{position:relative;z-index:2;transition:transform .3s ease}.AdminNavbar_logoImage__PqwFI{width:150px;height:auto}.AdminNavbar_logo__AWLr9:hover{transform:scale(1.05)}.AdminNavbar_navMenu__2xQNO{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.AdminNavbar_navItem__FwRZg{margin:0;position:relative}.AdminNavbar_logoutButton__OkIKe,.AdminNavbar_navLink__XhSPx{color:#333;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;padding:.5rem 1rem;position:relative;display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer}.AdminNavbar_logoutButton__OkIKe{color:#dc3545}.AdminNavbar_logoutButton__OkIKe:after,.AdminNavbar_navLink__XhSPx:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.AdminNavbar_logoutButton__OkIKe:after{background-color:#dc3545}.AdminNavbar_navLink__XhSPx.AdminNavbar_active__sfJke,.AdminNavbar_navLink__XhSPx:hover{color:var(--primary-color)}.AdminNavbar_logoutButton__OkIKe:hover{color:#bd2130}.AdminNavbar_logoutButton__OkIKe:hover:after,.AdminNavbar_navLink__XhSPx.AdminNavbar_active__sfJke:after,.AdminNavbar_navLink__XhSPx:hover:after{width:100%}.AdminNavbar_hamburger__TNAFU{display:none;cursor:pointer;z-index:2}.AdminNavbar_hamburgerIcon__ZJuEg{width:30px;height:20px;position:relative}.AdminNavbar_hamburgerIcon__ZJuEg span{display:block;position:absolute;height:3px;width:100%;background-color:#333;border-radius:3px;transition:all .3s ease-in-out}.AdminNavbar_hamburgerIcon__ZJuEg span:first-child{top:0}.AdminNavbar_hamburgerIcon__ZJuEg span:nth-child(2){top:8px}.AdminNavbar_hamburgerIcon__ZJuEg span:last-child{top:16px}.AdminNavbar_hamburger__TNAFU.AdminNavbar_active__sfJke .AdminNavbar_hamburgerIcon__ZJuEg span:first-child{transform:rotate(45deg);top:8px}.AdminNavbar_hamburger__TNAFU.AdminNavbar_active__sfJke .AdminNavbar_hamburgerIcon__ZJuEg span:nth-child(2){opacity:0}.AdminNavbar_hamburger__TNAFU.AdminNavbar_active__sfJke .AdminNavbar_hamburgerIcon__ZJuEg span:last-child{transform:rotate(-45deg);top:8px}@media (max-width:768px){.AdminNavbar_hamburger__TNAFU{display:block}.AdminNavbar_navMenu__2xQNO{position:fixed;right:-100%;top:0;width:100%;height:100vh;flex-direction:column;background-color:rgba(255,255,255);padding-top:120px;transition:.4s ease-in-out;gap:2rem}.AdminNavbar_navMenu__2xQNO.AdminNavbar_active__sfJke{right:0}.AdminNavbar_navItem__FwRZg{margin:1rem 0;opacity:0;transform:translateY(20px)}.AdminNavbar_navMenu__2xQNO.AdminNavbar_active__sfJke .AdminNavbar_navItem__FwRZg{opacity:1;transform:translateY(0);transition:all .3s ease-in-out}.AdminNavbar_logoutButton__OkIKe,.AdminNavbar_navLink__XhSPx{font-size:1.3rem;justify-content:center}.AdminNavbar_navMenu__2xQNO.AdminNavbar_active__sfJke .AdminNavbar_navItem__FwRZg:first-child{transition-delay:.1s}.AdminNavbar_navMenu__2xQNO.AdminNavbar_active__sfJke .AdminNavbar_navItem__FwRZg:nth-child(2){transition-delay:.2s}.AdminNavbar_navMenu__2xQNO.AdminNavbar_active__sfJke .AdminNavbar_navItem__FwRZg:nth-child(3){transition-delay:.3s}}@media (max-width:480px){.AdminNavbar_navContainer__dQMWZ{padding:1rem}.AdminNavbar_logoImage__PqwFI{width:120px}}