.Sidebar-module__Zs5MQW__sidebar{height:calc(100dvh - var(--headerHeight) - 30px);margin-top:-5px}@media only screen and (min-width:1024px){.Sidebar-module__Zs5MQW__sidebar{height:calc(100dvh - var(--headerHeight) - 30px);top:calc(var(--headerHeight) - 25px)}}.Sidebar-module__Zs5MQW__sidebar{text-align:left;background-color:var(--color9);width:260px;min-width:260px;box-shadow:var(--boxShadow1);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px 16px;animation:.35s Sidebar-module__Zs5MQW__slideIn;display:flex;position:absolute;left:0;overflow:hidden auto}@keyframes Sidebar-module__Zs5MQW__slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.Sidebar-module__Zs5MQW__sidebar_closeButton{cursor:pointer;width:32px;height:32px;color:var(--color2);transition:all .2s;position:absolute;top:18px;right:16px}.Sidebar-module__Zs5MQW__sidebar_closeButton:hover{transform:scale(1.1)}.Sidebar-module__Zs5MQW__sidebar_items{width:100%;color:var(--color2);flex-direction:column;gap:6px;display:flex}.Sidebar-module__Zs5MQW__sidebar_items a{border:1px solid #0000;border-radius:12px;width:100%;padding:12px 14px;font-size:18px;font-weight:600;text-decoration:none;transition:all .25s;position:relative;overflow:hidden}.Sidebar-module__Zs5MQW__sidebar_items a.Sidebar-module__Zs5MQW__active{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#9800df59,#0077ff59);border:1px solid #fff3;box-shadow:0 10px 30px #07f3,inset 0 0 25px #ffffff14}.Sidebar-module__Zs5MQW__sidebar_items a:hover{-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#9800df2e,#0077ff2e);border:1px solid #ffffff26;transform:translate(5px);box-shadow:0 8px 25px #0077ff26,inset 0 0 20px #ffffff0d}.Sidebar-module__Zs5MQW__sidebar::-webkit-scrollbar{width:6px}.Sidebar-module__Zs5MQW__sidebar::-webkit-scrollbar-thumb{border-radius:999px}
.Navbar-module__L3qtea__navbar{--hamMenuWidth:30vw}@media only screen and (min-width:1024px){.Navbar-module__L3qtea__navbar{--hamMenuWidth:20vw}}.Navbar-module__L3qtea__navbar{width:var(--windowWidth);height:var(--headerHeight);padding-left:calc((100vw - var(--windowWidth)) / 2);padding-right:calc((100vw - var(--windowWidth)) / 2);background-color:var(--color9);box-shadow:var(--boxShadow1);z-index:10;border-bottom-right-radius:35px;border-bottom-left-radius:35px;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;transition:all .3s ease-in-out;display:flex;position:fixed}.Navbar-module__L3qtea__navbar_logo{width:calc(var(--headerHeight) * 3);height:var(--headerHeight);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__L3qtea__navbar_logo img{object-fit:contain}.Navbar-module__L3qtea__navbar_items{width:fit-content;height:var(--headerHeight);flex-direction:row;justify-content:center;align-items:center;gap:20px;display:none}@media only screen and (min-width:1024px){.Navbar-module__L3qtea__navbar_items{display:flex}}.Navbar-module__L3qtea__navbar_items a{font-size:calc(var(--fontSize) + 4px);color:var(--color2);text-transform:uppercase}.Navbar-module__L3qtea__navbar_items a:hover,.Navbar-module__L3qtea__navbar_items .Navbar-module__L3qtea__link,.Navbar-module__L3qtea__navbar_items .Navbar-module__L3qtea__active{color:var(--color2);font-weight:700}.Navbar-module__L3qtea__navbar_iconsContainer{width:fit-content;height:var(--headerHeight);flex-direction:row;justify-self:center;align-items:center;gap:10px;display:flex}.Navbar-module__L3qtea__navbar_iconsContainer svg{color:var(--color2);width:calc(var(--headerHeight) * 60 / 100);height:calc(var(--headerHeight) * 60 / 100);cursor:pointer;border-radius:50%}.Navbar-module__L3qtea__navbar_hamMenu{text-align:left;min-width:var(--hamMenuWidth);max-width:fit-content;min-height:min-content;max-height:calc(100dvh - var(--headerHeight) - 40px);background-color:var(--color9);box-shadow:var(--boxShadow1);border-bottom-left-radius:35px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;padding:20px;animation:.3s ease-in-out Navbar-module__L3qtea__slideIn;display:flex;position:absolute;top:100%;right:0}@keyframes Navbar-module__L3qtea__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.Navbar-module__L3qtea__navbar_hamMenu_item{font-size:calc(var(--fontSize) + 4px);color:var(--color2);text-transform:uppercase;cursor:pointer}.Navbar-module__L3qtea__navbar_hamMenu_item:hover,.Navbar-module__L3qtea__navbar_hamMenu_item .Navbar-module__L3qtea__link,.Navbar-module__L3qtea__navbar_hamMenu_item .Navbar-module__L3qtea__active{color:var(--color2);font-weight:700}
.Footer-module__PYKVZa__footer{background:var(--color9);width:100%;color:var(--color2);margin-top:-30px;padding:60px 0 25px}.Footer-module__PYKVZa__container{flex-direction:column;gap:35px;width:100%;margin:auto;display:flex}.Footer-module__PYKVZa__footer_top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;display:flex}.Footer-module__PYKVZa__footer_top_logo{width:210px;height:65px;margin-left:220px;position:relative}.Footer-module__PYKVZa__footer_top_logo img{object-fit:contain}.Footer-module__PYKVZa__footer_top_socialIcons{gap:18px;margin-right:300px;display:flex}.Footer-module__PYKVZa__footer_top_socialIcons a{color:var(--color2);transition:all .3s}.Footer-module__PYKVZa__footer_top_socialIcons svg{width:24px;height:24px}.Footer-module__PYKVZa__footer_top_socialIcons a:hover{color:var(--color3);transform:translateY(-4px)}.Footer-module__PYKVZa__footer hr{background:#ffffff26;border:none;height:1px}.Footer-module__PYKVZa__footer_content{justify-content:space-between;align-items:flex-center;flex-wrap:wrap;gap:220px;display:flex}.Footer-module__PYKVZa__footer_links{flex-wrap:wrap;flex:1;justify-content:space-between;gap:50px;margin-left:50px;display:flex}.Footer-module__PYKVZa__footer_navItems{flex-direction:column;gap:14px;min-width:200px;margin-right:30px;display:flex}.Footer-module__PYKVZa__footer_navItems_title{color:#fff;margin-bottom:6px;font-size:1.25rem;font-weight:700}.Footer-module__PYKVZa__footer_navItems a{color:#ffffffbf;align-items:center;text-decoration:none;transition:all .25s}.Footer-module__PYKVZa__footer_navItems a:hover{color:#fff;transform:translate(5px)}.Footer-module__PYKVZa__footer_newsletterSubscription{flex-direction:column;gap:18px;width:360px;margin-right:30px;display:flex}.Footer-module__PYKVZa__footer_newsletterSubscription_title{font-size:1.2rem;font-weight:700}.Footer-module__PYKVZa__footer_newsletterSubscription_description{color:#ffffffbf;line-height:1.6}.Footer-module__PYKVZa__footer_newsletterSubscription form{background:#fff;border-radius:12px;align-items:center;display:flex;overflow:hidden}.Footer-module__PYKVZa__footer_newsletterSubscription input{border:none;outline:none;flex:1;padding:14px 18px;font-size:15px}.Footer-module__PYKVZa__footer_newsletterSubscription button{cursor:pointer;background:var(--color1);color:#fff;border:none;height:50px;padding:0 22px;transition:all .3s}.Footer-module__PYKVZa__footer_newsletterSubscription button:hover{opacity:.9}.Footer-module__PYKVZa__footer_copyright{text-align:center;color:#fff9;font-size:.95rem}@media (max-width:900px){.Footer-module__PYKVZa__footer{padding:45px 0 20px}.Footer-module__PYKVZa__footer_top{text-align:center;justify-content:center}.Footer-module__PYKVZa__footer_content{flex-direction:column;gap:45px}.Footer-module__PYKVZa__footer_links{justify-content:center;width:100%}.Footer-module__PYKVZa__footer_navItems{text-align:center;align-items:center}.Footer-module__PYKVZa__footer_newsletterSubscription{text-align:center;width:100%}}@media (max-width:600px){.Footer-module__PYKVZa__footer_links{flex-direction:column;align-items:center;gap:35px}.Footer-module__PYKVZa__footer_top_logo{width:180px;height:55px}.Footer-module__PYKVZa__footer_top_socialIcons{gap:14px}}@media (max-width:480px){.Footer-module__PYKVZa__footer{margin-top:-15px}.Footer-module__PYKVZa__container{gap:25px}.Footer-module__PYKVZa__footer_top{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px}.Footer-module__PYKVZa__footer_top_logo{width:170px;height:50px;margin-left:0}.Footer-module__PYKVZa__footer_top_socialIcons{flex-wrap:wrap;justify-content:center;gap:16px;margin-right:0}.Footer-module__PYKVZa__footer_top_socialIcons svg{width:22px;height:22px}.Footer-module__PYKVZa__footer_content{flex-direction:column;align-items:center;gap:30px}.Footer-module__PYKVZa__footer_links{flex-direction:column;align-items:center;gap:30px;width:100%;margin-left:0}.Footer-module__PYKVZa__footer_navItems{min-width:unset;text-align:center;align-items:center;gap:10px;width:100%;margin-right:0}.Footer-module__PYKVZa__footer_navItems_title{font-size:1.1rem}.Footer-module__PYKVZa__footer_newsletterSubscription{text-align:center;align-items:center;width:100%;margin-right:0}.Footer-module__PYKVZa__footer_newsletterSubscription_description{max-width:300px}.Footer-module__PYKVZa__footer_newsletterSubscription form{width:70%}.Footer-module__PYKVZa__footer_newsletterSubscription input{font-size:14px}.Footer-module__PYKVZa__footer_newsletterSubscription button{height:46px;padding:0 18px}.Footer-module__PYKVZa__footer_copyright{padding:0 10px;font-size:.8rem;line-height:1.5}}
.NewsletterForm-module__xfcbDG__form{text-align:center;background-color:var(--color2);width:fit-content;height:fit-content;box-shadow:var(--boxShadow1);border-radius:10px;flex-direction:row;justify-content:center;align-items:center;gap:5px;padding:5px;display:flex}.NewsletterForm-module__xfcbDG__form input{border:unset;outline:unset;font-size:var(--fontSize);width:var(--inputWidth);background-color:#0000}.NewsletterForm-module__xfcbDG__form button{border:unset;outline:unset;cursor:pointer;background-color:#0000}.NewsletterForm-module__xfcbDG__form button svg{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);color:var(--color1)}
.FloatButtons-module__A__B8q__floatButtons{flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex;position:fixed;bottom:20px;right:20px}.FloatButtons-module__A__B8q__floatButtons_button{border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.FloatButtons-module__A__B8q__floatButtons_button:first-of-type{background-color:#25d366}.FloatButtons-module__A__B8q__floatButtons_button svg{width:calc(var(--fontSize) + 16px);height:calc(var(--fontSize) + 16px);color:var(--color2)}
.SidebarButton-module__BePa2q__buttons{width:fit-content;height:fit-content;top:calc(var(--headerHeight) - 20px);flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;left:20px}.SidebarButton-module__BePa2q__buttons svg{width:calc(var(--fontSize) + 10px);height:calc(var(--fontSize) + 10px);color:var(--color1);cursor:pointer}@media only screen and (min-width:1024px){.SidebarButton-module__BePa2q__buttons svg{top:calc(var(--headerHeight) - 15px)}}@media (max-width:480px){.SidebarButton-module__BePa2q__buttons{left:12px;top:calc(var(--headerHeight) - 16px);gap:8px}.SidebarButton-module__BePa2q__buttons svg{width:calc(var(--fontSize) + 4px);height:calc(var(--fontSize) + 4px)}}
.layout-module__T8_2_W__dashboard{padding-top:calc(var(--headerHeight) - 15px + 10px);height:calc(100dvh - var(--headerHeight) - 10px);margin-bottom:-15px}@media only screen and (min-width:1024px){.layout-module__T8_2_W__dashboard{padding-top:calc(var(--headerHeight) - 30px + 10px);height:calc(100dvh - var(--headerHeight) - 10px);margin-bottom:-30px}}.layout-module__T8_2_W__dashboard{width:100vw;height:calc(100dvh - var(--headerHeight) - 10px);flex-direction:column;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow:hidden}.layout-module__T8_2_W__dashboard_content{width:var(--windowWidth);height:calc(100dvh - var(--headerHeight) - 10px);padding-left:calc((100vw - var(--windowWidth)) / 2);padding-right:calc((100vw - var(--windowWidth)) / 2);flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;display:flex;position:relative;overflow:hidden auto}
