@font-face{font-family:Inter;src:url(/_astro/Inter.FIwubZjA.woff2) format("woff2");font-display:swap}html{scroll-behavior:smooth!important;scroll-padding-top:90px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1.2}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box;font-family:Inter,Roboto,Helvetica Neue,Arial Nova,Nimbus Sans,Arial,sans-serif!important}.drawer-container{position:relative;height:100dvh;width:600px;background:#fff;overflow:hidden;padding:64px}.drawer-container .drawer-close-btn{display:flex;justify-content:center;align-items:center;position:absolute;top:35px;right:25px;cursor:pointer;background:#3333331a;border:none;color:#666;padding:5px;border-radius:50%}.drawer-container .drawer-header{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:15px;border-bottom:1px solid #eee;padding:25px 0}.drawer-container .drawer-header img{width:180px;height:auto}.drawer-container .drawer-header p{font-size:18px;color:#888;font-weight:500}.drawer-container .drawer-list{display:flex;flex-direction:column;padding:25px 0}.drawer-container .drawer-list ul{display:flex;flex-direction:column;gap:25px}.drawer-container .drawer-list ul li a{display:flex;text-decoration:none;color:#333;font-weight:600;font-size:14px;padding:10px 15px;background:#eee;border-radius:5px;cursor:pointer;transition:all .3s ease;width:100%;&:hover{background:#f5f5f5;color:#000}}@media (max-width: 630px){.MuiDrawer-paperAnchorRight{width:100%}.drawer-container{width:100%;padding:24px}}@media (max-width: 450px){.drawer-container .drawer-header img{width:150px}.drawer-container .drawer-header p{font-size:14px}}nav{position:fixed;top:0;width:100%;display:flex;justify-content:center;align-items:center;padding:25px;z-index:100}nav .nav-container{width:100%;max-width:1350px;background:transparent;padding:10px 35px;display:grid;grid-template-columns:1fr 1fr;align-items:center;border-radius:5px;transition:all .3s ease}nav .nav-container.scroll{background:#fff;box-shadow:0 1px 5px #0000001a}nav .nav-container .logo-container{display:flex;justify-content:flex-start;align-items:center}nav .nav-container .logo-container img{width:100px;height:auto}nav .nav-container .nav-links{display:flex;justify-content:flex-end;align-items:center;gap:20px}.nav-links .dropdown{position:relative;display:inline-block}.nav-links .dropbtn{color:inherit;padding:10px 15px;border-radius:5px;font-weight:600;font-size:14px;transition:all .3s ease;cursor:pointer;text-decoration:none}.nav-links .dropdown-content{display:none;position:absolute;top:150%;left:0;background:#fff;border-radius:5px;box-shadow:0 8px 16px #00000026;z-index:999;overflow:hidden}.nav-links .dropdown-content .dropdown-link{padding:10px 15px;display:block;text-decoration:none;font-size:14px;font-weight:600;color:#333;transition:background .2s;border-bottom:1px solid #f5f5f5;display:flex;align-items:center;gap:10px;&:last-child{border-bottom:none}}.nav-links .dropdown-content .dropdown-link:hover{background:#0000000d}.nav-links .dropdown-content .dropdown-link .icon{font-size:16px;color:#666}.nav-links .dropdown:hover .dropdown-content{display:block}.nav-container.scroll .dropdown-content{background:#fff}nav .nav-container .nav-links a{color:#eee;padding:10px 15px;border-radius:5px;transition:all .3s ease;cursor:pointer;&:hover{background:#ffffff1a}}nav.dark .nav-container .nav-links a{padding:10px 15px;border-radius:5px;transition:all .3s ease;cursor:pointer;&:hover{background:#0000001a}}nav .nav-container.scroll .nav-links a{&:hover{background:#0000001a;& a{color:#000}}}nav .nav-container .nav-links a{text-decoration:none;color:#eee;font-weight:600;transition:all .3s ease;font-size:14px}nav.dark .nav-container .nav-links a{text-decoration:none;color:#333;font-weight:600;transition:all .3s ease;font-size:14px}nav .nav-container.scroll .nav-links a{color:#333}nav .nav-container .burger-menu{display:none;justify-content:flex-end;align-items:center}nav .hamburger{cursor:pointer;display:flex;justify-content:center;align-items:center;width:35px;height:35px}nav .hamburger input{display:none}nav .hamburger svg{height:3em;transition:transform .6s cubic-bezier(.4,0,.2,1)}nav .nav-container.scroll .line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}nav .nav-container .line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line-top-bottom{stroke-dasharray:12 63}nav .hamburger input:checked+svg{transform:rotate(-45deg)}nav .hamburger input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}@media (max-width: 810px){nav{padding:15px}nav .nav-container{padding:8px 15px}nav .nav-container .logo-container img{width:80px}nav .nav-container .nav-links{display:none}nav .nav-container .burger-menu{display:flex}nav .hamburger svg{height:2em}nav .hamburger input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}nav .hamburger input:checked+svg .line{stroke-dasharray:20 300;stroke-dashoffset:-32.42}}@media (max-width: 450px){nav .nav-container .logo-container img{width:60px}nav .hamburger svg{height:1.8em}}.footer-info-content{width:65%;display:grid;grid-template-columns:repeat(4,1fr);align-items:flex-start;justify-content:space-between;gap:50px}.footer-info-content .footer-content-item{display:flex;flex-direction:column;gap:25px}.footer-info-content .footer-content-item h3{color:#fff;font-size:16px;font-weight:600}.footer-info-content .footer-content-item ul{display:flex;flex-direction:column;gap:15px}.footer-info-content .footer-content-item ul li{list-style:none;color:#ffffffb3;font-size:14px}.footer-info-content .footer-content-item ul li span{color:#fff;font-weight:500}.footer-info-content .footer-content-item ul li a{color:#ffffffb3;font-size:14px;text-decoration:none;transition:all .2s ease;&:hover{color:#fff}}@media (max-width: 1200px){.footer-info-content{width:50%;grid-template-columns:repeat(2,1fr);justify-content:flex-end}.footer-info-content .footer-content-item{width:fit-content}}@media (max-width: 910px){.footer-info-content{width:100%;grid-template-columns:repeat(4,1fr);justify-content:flex-start}}@media (max-width: 715px){.footer-info-content{gap:30px}}@media (max-width: 650px){.footer-info-content{grid-template-columns:repeat(2,1fr);justify-content:flex-start}.footer-info-content .footer-content-item{margin-bottom:30px}}@media (max-width: 360px){.footer-info-content{grid-template-columns:repeat(1,1fr)}}footer{width:100%;padding:80px 80px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1013%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(4%2c 3%2c 73%2c 1)'%3e%3c/rect%3e%3cpath d='M 0%2c274 C 288%2c231 1152%2c102 1440%2c59L1440 560L0 560z' fill='rgba(8%2c 7%2c 83%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c392 C 288%2c405 1152%2c444 1440%2c457L1440 560L0 560z' fill='rgba(7%2c 5%2c 103%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1013'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");background-size:cover;gap:25px}footer .footer-container{max-width:1250px;width:100%;display:flex;gap:100px}footer .footer-container .footer-logo-content{width:35%;display:flex;flex-direction:column;gap:20px}footer .footer-container .footer-logo-content p{color:#fff9;font-size:14px;line-height:1.5}footer .footer-container .footer-logo-content .social-links{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:10px;margin-top:10px}footer .footer-container .footer-logo-content .social-links a{display:flex;justify-content:center;align-items:center;opacity:.7;transition:all .2s ease;padding:8px;border-radius:5px;gap:10px;color:#fff;text-decoration:none;font-size:14px;background:#ffffff1a;&:hover{opacity:1;background:#fff3}}footer .footer-container .footer-logo-content .social-links a img{width:20px;height:auto}footer .divider{width:100%;height:1px;background:#ffffff1a;margin:10px 0}footer .footer-bottom{color:#fff9;font-size:14px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer .footer-bottom p a{color:#fffc;text-decoration:none;transition:all .2s ease;&:hover{color:#fff}}@media (max-width: 1270px){footer .footer-container{gap:25px}}@media (max-width: 1200px){footer .footer-container{justify-content:space-between}}@media (max-width: 910px){footer .footer-container{flex-direction:column;gap:50px}footer .footer-container .footer-logo-content{width:100%}}@media (max-width: 820px){footer{padding:50px 30px 15px}}@media (max-width: 650px){footer .footer-bottom{flex-direction:column;text-align:center}}@media (max-width: 500px){footer{padding:50px 25px 15px}footer .footer-bottom .developed-by{font-size:12px}}
