@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap";:root,[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f0f2ff;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-tertiary: #666666;--primary: #050c9c;--primary-text: #050c9c;--primary-hover: #040a7a;--primary-light: rgba(5, 12, 156, .1);--hover-bg: rgba(0, 0, 0, .04);--active-bg: rgba(5, 12, 156, .08);--border-color: rgba(0, 0, 0, .08);--border-color-strong: rgba(0, 0, 0, .12);--border-color-subtle: rgba(0, 0, 0, .04);--shadow-sm: 0 2px 16px rgba(0, 0, 0, .06);--shadow-md: 0 4px 24px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .16);--spinner-bg: #f0f2ff;--spinner-color: #050c9c;--color-text-primary: var(--text-primary);--color-text-secondary: var(--text-secondary);--color-text-tertiary: var(--text-tertiary);--color-bg-primary: var(--bg-primary);--color-bg-secondary: var(--bg-secondary);--color-bg-tertiary: var(--bg-tertiary);--color-brand: #050c9c;--color-brand-hover: #040a7a;--color-success: #10b981;--color-error: #ef4444;--color-warning: #f59e0b;--border-radius-none: 0;--border-radius-sm: .25rem;--border-radius-md: .5rem;--border-radius-lg: 1rem;--border-radius-xl: 1.5rem;--border-radius-2xl: 2rem;--border-radius-full: 9999px;--border-width-none: 0;--border-width-thin: 1px;--border-width-base: 2px;--border-width-thick: 4px;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--easing-in: cubic-bezier(.4, 0, 1, 1);--easing-out: cubic-bezier(0, 0, .2, 1);--easing-in-out: cubic-bezier(.4, 0, .2, 1);--easing-bounce: cubic-bezier(.68, -.55, .265, 1.55);--font-family-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-mono: "Courier New", Courier, monospace;--font-xs: .75rem;--font-sm: .875rem;--font-base: 1rem;--font-lg: 1.125rem;--font-xl: 1.25rem;--font-2xl: 1.5rem;--space-0: 0;--space-1: .125rem;--space-2: .25rem;--space-4: .25rem;--space-6: .375rem;--space-8: .5rem;--space-10: .625rem;--space-12: .75rem;--space-14: .875rem;--space-16: 1rem;--space-20: 1.25rem;--space-24: 1.5rem;--space-32: 2rem;--space-40: 2.5rem;--space-48: 3rem;--space-64: 4rem;--z-base: 0;--z-dropdown: 1000;--z-sticky: 1100;--z-fixed: 1200;--z-modal-backdrop: 1300;--z-modal: 1400;--z-popover: 1500;--z-tooltip: 1600;--z-toast: 1700}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #242424;--bg-tertiary: #2a2a3a;--text-primary: #e5e5e5;--text-secondary: #c4c4c4;--text-tertiary: #a0a0a0;--primary: #050c9c;--primary-text: #6b78ff;--primary-hover: #040a7a;--primary-light: rgba(5, 12, 156, .15);--hover-bg: rgba(255, 255, 255, .08);--active-bg: rgba(5, 12, 156, .15);--border-color: rgba(255, 255, 255, .12);--border-color-strong: rgba(255, 255, 255, .18);--border-color-subtle: rgba(255, 255, 255, .08);--shadow-sm: 0 2px 16px rgba(0, 0, 0, .3);--shadow-md: 0 4px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .7);--spinner-bg: #2a2a3a;--spinner-color: #050c9c;--color-text-primary: var(--text-primary);--color-text-secondary: var(--text-secondary);--color-text-tertiary: var(--text-tertiary);--color-bg-primary: var(--bg-primary);--color-bg-secondary: var(--bg-secondary);--color-bg-tertiary: var(--bg-tertiary);--color-brand: #6b78ff;--color-brand-hover: #8891ff;--color-success: #10b981;--color-error: #ef4444;--color-warning: #f59e0b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-base);scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;padding:0;font-family:var(--font-family-sans);font-size:var(--font-base);line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}@font-face{font-family:Peanut;src:url(./Peanut%20Butter.lWsSP3Ua.ttf)}.poppins-regular{font-family:Poppins,sans-serif;font-style:normal;font-weight:400}html{overflow-x:hidden;overflow-y:auto;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}body{width:100%;overflow-x:hidden;background-color:var(--bg-primary);color:var(--text-primary)}html.has-video-background,body.has-video-background{background-color:transparent}html.has-video-background{background:transparent}table thead tr{background-color:var(--bg-secondary)!important}table th,table td{border-color:var(--border-color)!important;color:var(--text-primary)!important}h1,h2,h3,h4,h5,h6{margin:0;padding:0}main{background-color:var(--bg-primary);margin:0;padding:120px 0 100px;display:flex;align-items:center;flex-direction:column;position:relative;z-index:1}main>*{width:65%;max-width:1064px}@media(max-width:548px){main>*{width:75%}}@media(max-width:406px){main>*{width:85%}}@media(max-width:310px){main>*{width:90%}}p{text-align:justify;text-justify:inter-word;word-spacing:-.05em;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:6 3 2}h2,h3{text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:6 3 2}h1{text-align:center}.navbar-wrapper.svelte-rfuq4y{position:fixed!important;top:20px!important;left:0;right:0;z-index:9999!important;display:flex!important;justify-content:center;pointer-events:none;visibility:visible!important;opacity:1!important}.navbar.svelte-rfuq4y{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;transition:all .2s ease-in-out;box-shadow:var(--shadow-sm);pointer-events:all}.navbar.scrolled.svelte-rfuq4y{box-shadow:var(--shadow-md)}.navbar-container.svelte-rfuq4y{padding:0 24px;height:64px;display:flex;align-items:center}.navbar-brand.svelte-rfuq4y{display:flex;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s ease-in-out;flex-shrink:0;height:38px;margin-right:60px}.navbar-brand.svelte-rfuq4y:hover{opacity:.8}.logo.svelte-rfuq4y{width:38px;height:38px;flex-shrink:0}.brand-name.svelte-rfuq4y{font-family:Poppins,sans-serif;font-size:24px;color:var(--primary-text);font-weight:700;line-height:1;margin:0;padding:0;transform:translateY(-1px)}.navbar-center.svelte-rfuq4y{display:flex;align-items:center;gap:8px;flex:1;margin-right:60px}.nav-item-wrapper.svelte-rfuq4y{position:relative}.nav-link.svelte-rfuq4y{display:flex;align-items:center;padding:10px 16px;text-decoration:none;color:var(--text-primary);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;border-radius:8px;transition:all .2s ease-in-out;white-space:nowrap}.nav-link.svelte-rfuq4y:hover{background:var(--hover-bg)}.nav-link.active.svelte-rfuq4y{background:var(--active-bg);color:var(--primary-text)}.nav-item.svelte-rfuq4y{display:flex;align-items:center;gap:6px;padding:10px 16px;background:none;border:none;color:var(--text-primary);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease-in-out;white-space:nowrap}.nav-item.svelte-rfuq4y:hover{background:var(--hover-bg)}.nav-item.active.svelte-rfuq4y{background:var(--active-bg);color:var(--primary-text)}.chevron{transition:transform .2s ease-in-out}.chevron.rotated{transform:rotate(180deg)}.dropdown-menu.svelte-rfuq4y{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:var(--bg-primary);border-radius:12px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);padding:8px;animation:svelte-rfuq4y-dropdownFadeIn .2s ease-in-out;z-index:100}@keyframes svelte-rfuq4y-dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item.svelte-rfuq4y{display:flex;align-items:flex-start;gap:12px;padding:12px;text-decoration:none;color:var(--text-primary);border-radius:8px;transition:all .2s ease-in-out}.dropdown-item.svelte-rfuq4y:hover{background:var(--hover-bg)}.dropdown-item.active.svelte-rfuq4y{background:var(--active-bg)}.dropdown-item.svelte-rfuq4y svg{color:var(--primary-text);margin-top:2px;flex-shrink:0}.dropdown-item-content.svelte-rfuq4y{display:flex;flex-direction:column;gap:2px}.dropdown-item-label.svelte-rfuq4y{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:var(--text-primary)}.dropdown-item-desc.svelte-rfuq4y{font-family:Poppins,sans-serif;font-size:13px;color:var(--text-secondary);line-height:1.4}.navbar-actions.svelte-rfuq4y{display:flex;align-items:center;gap:16px;flex-shrink:0}.btn-primary.svelte-rfuq4y{padding:10px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;color:#fff;background:#050c9c;text-decoration:none;border-radius:8px;transition:all .2s ease-in-out;box-shadow:0 2px 8px #050c9c33}.btn-primary.svelte-rfuq4y:hover{background:#040a7a;transform:translateY(-1px);box-shadow:0 4px 12px #050c9c4d}.mobile-menu-toggle.svelte-rfuq4y{display:none;background:none;border:none;font-size:24px;color:var(--text-primary);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease-in-out}.mobile-menu-toggle.svelte-rfuq4y:hover{background:var(--hover-bg)}@media(max-width:1100px){.navbar-container.svelte-rfuq4y{padding:0 20px;gap:24px}.navbar-center.svelte-rfuq4y{gap:4px}.nav-link.svelte-rfuq4y,.nav-item.svelte-rfuq4y{padding:8px 12px;font-size:14px}}.mobile-lang-switcher.svelte-rfuq4y,.mobile-menu-header.svelte-rfuq4y{display:none}@media(max-width:900px){.navbar-wrapper.svelte-rfuq4y{top:16px;left:16px;right:16px}.navbar.svelte-rfuq4y{position:relative;z-index:10003}.navbar-container.svelte-rfuq4y{justify-content:space-between;position:relative;z-index:10003}.navbar-brand.svelte-rfuq4y{margin-right:0}.navbar-actions.svelte-rfuq4y{display:none}.mobile-menu-header.svelte-rfuq4y{display:flex;align-items:center;justify-content:center;gap:12px;padding:0;margin:0 auto 10px}.mobile-logo.svelte-rfuq4y{width:50px;height:50px}.mobile-brand-name.svelte-rfuq4y{font-family:Poppins,sans-serif;font-size:32px;color:var(--primary-text);font-weight:700}.mobile-lang-switcher.svelte-rfuq4y{display:flex;justify-content:center;align-items:center;gap:12px;padding:0;margin:0 auto 24px}.mobile-menu-toggle.svelte-rfuq4y{display:block;z-index:10004;position:relative}.navbar-center.svelte-rfuq4y{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:var(--bg-primary);display:block;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 20px;box-sizing:border-box;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:10001}.navbar-center.svelte-rfuq4y::-webkit-scrollbar{width:0;display:none}.navbar-center.svelte-rfuq4y:before{content:"";display:block;height:100px}.navbar-center.svelte-rfuq4y:after{content:"";display:block;height:50px}.navbar-center.mobile-open.svelte-rfuq4y{transform:translateY(0);opacity:1;pointer-events:all}.nav-link.svelte-rfuq4y{font-size:18px;font-weight:600;padding:14px 32px;width:auto;min-width:280px;text-align:center;border-radius:12px;margin:0 auto 12px;background:var(--bg-secondary);border:2px solid transparent;transition:all .25s ease;display:block}.nav-link.svelte-rfuq4y:active{transform:scale(.97)}.nav-link.active.svelte-rfuq4y{background:var(--primary);color:#fff;border-color:var(--primary)}.nav-item-wrapper.svelte-rfuq4y{display:flex;flex-direction:column;align-items:center;width:auto;padding:0;margin:0 auto 12px}.nav-item.svelte-rfuq4y{font-size:18px;font-weight:600;padding:14px 32px;width:auto;min-width:280px;text-align:center;justify-content:center;gap:10px;border-radius:12px;background:var(--bg-secondary);border:2px solid transparent;transition:all .25s ease}.nav-item.svelte-rfuq4y:active{transform:scale(.97)}.nav-item.active.svelte-rfuq4y{background:var(--primary);color:#fff;border-color:var(--primary)}.nav-item.active.svelte-rfuq4y .chevron{color:#fff}.dropdown-menu.svelte-rfuq4y{position:static;box-shadow:none;border:none;background:transparent;border-radius:0;margin:8px 0 0;padding:0;width:auto;display:flex;flex-direction:column;align-items:center;gap:8px;animation:svelte-rfuq4y-fadeIn .3s ease}@keyframes svelte-rfuq4y-fadeIn{0%{opacity:0}to{opacity:1}}.dropdown-item.svelte-rfuq4y{padding:12px 24px;border-radius:10px;margin:0 auto;gap:10px;background:var(--bg-primary);border:1px solid var(--border-color);min-width:240px;max-width:280px;transition:all .2s ease}.dropdown-item.svelte-rfuq4y:active{transform:scale(.97)}.dropdown-item.active.svelte-rfuq4y{background:var(--active-bg);border-color:var(--primary)}.dropdown-item.svelte-rfuq4y svg{color:var(--primary-text)}.dropdown-item-content.svelte-rfuq4y{text-align:center}.dropdown-item-label.svelte-rfuq4y{font-size:15px;font-weight:600}.dropdown-item-desc.svelte-rfuq4y{font-size:12px;color:var(--text-tertiary)}}@media(max-width:480px){.navbar-wrapper.svelte-rfuq4y{top:10px;left:10px;right:10px}.navbar-container.svelte-rfuq4y{padding:0 14px;height:54px}.brand-name.svelte-rfuq4y{font-size:17px}.logo.svelte-rfuq4y{width:30px;height:30px}.navbar-center.svelte-rfuq4y{padding:0 16px;box-sizing:border-box}.navbar-center.svelte-rfuq4y:before{height:90px}.mobile-logo.svelte-rfuq4y{width:42px;height:42px}.mobile-brand-name.svelte-rfuq4y{font-size:28px}.mobile-menu-header.svelte-rfuq4y{padding:0;margin:0 0 8px}.mobile-lang-switcher.svelte-rfuq4y{padding:0;margin:0 0 20px}.mobile-lang-switcher.svelte-rfuq4y .lang-dropdown{left:50%;right:auto;transform:translate(-50%)}.nav-link.svelte-rfuq4y,.nav-item.svelte-rfuq4y{font-size:16px;padding:12px 28px;min-width:260px}.dropdown-item.svelte-rfuq4y{padding:10px 20px;min-width:220px}.dropdown-item-label.svelte-rfuq4y{font-size:14px}.dropdown-item-desc.svelte-rfuq4y{font-size:11px}}@media(max-width:360px){.nav-link.svelte-rfuq4y,.nav-item.svelte-rfuq4y{font-size:15px;padding:10px 20px;min-width:0;width:100%;max-width:240px}.dropdown-item.svelte-rfuq4y{padding:10px 16px;min-width:0;width:100%;max-width:200px}}.brand-text{color:#050c9c!important;font-family:Peanut,cursive!important}header.svelte-1elxaub{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;flex-direction:column;font-size:20px;position:relative;z-index:0}header.svelte-1elxaub figure:where(.svelte-1elxaub){margin:0 0 80px;display:flex;justify-content:center;align-items:center;flex-direction:column;width:auto}header.svelte-1elxaub figure:where(.svelte-1elxaub) img:where(.svelte-1elxaub){max-width:40vw}.typing.svelte-1elxaub{min-height:66px;font-size:40px;display:block;text-align:center;max-width:90vw;line-height:1.4;color:#1a1a1a}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){position:absolute;z-index:3;bottom:75px;left:50%;cursor:pointer;animation-name:svelte-1elxaub-go-to-bottom-anim;animation-duration:3.5s;animation-iteration-count:infinite;padding:0 15px;border-radius:16px;border:3px solid #ffffff}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){color:#fff;font-size:30px;display:flex;justify-content:center;height:66px;align-items:center;transition:all .3s ease-in-out;gap:8px}@keyframes svelte-1elxaub-go-to-bottom-anim{0%{transform:scale(1) translate(-50%)}50%{transform:translate3d(0,-12px,0) scale(1.01) translate(-50%)}to{transform:scale(1) translate(-50%)}}@media only screen and (max-width:1024px){header.svelte-1elxaub figure:where(.svelte-1elxaub) img:where(.svelte-1elxaub){max-width:60vw}}@media only screen and (max-width:682px){.typing.svelte-1elxaub{font-size:36px;min-height:100px}header.svelte-1elxaub{font-size:16px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){font-size:24px;height:62px}header.svelte-1elxaub figure:where(.svelte-1elxaub) img:where(.svelte-1elxaub){max-width:80vw}}@media only screen and (max-width:582px){.typing.svelte-1elxaub{font-size:30px;min-height:90px}header.svelte-1elxaub{font-size:14px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){font-size:20px;height:57px}}@media only screen and (max-width:512px){.typing.svelte-1elxaub{font-size:26px;min-height:80px}header.svelte-1elxaub{font-size:11px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){font-size:18px;height:54px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){bottom:45px}}@media only screen and (max-width:418px){.typing.svelte-1elxaub{font-size:22px;min-height:70px}header.svelte-1elxaub{font-size:9px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){font-size:12px;height:45px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){bottom:35px}}@media only screen and (max-width:340px){.typing.svelte-1elxaub{font-size:16px;min-height:60px}header.svelte-1elxaub{font-size:8px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){font-size:12px;height:35px}}@media only screen and (max-height:618px){header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){bottom:50px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){height:50px}}@media only screen and (max-height:452px){header.svelte-1elxaub figure:where(.svelte-1elxaub){margin-bottom:110px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){bottom:28px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){height:44px}}@media only screen and (max-height:376px){header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub){bottom:20px}header.svelte-1elxaub .scroll-button:where(.svelte-1elxaub) span:where(.svelte-1elxaub){height:40px;font-size:18px}header.svelte-1elxaub{font-size:14px}.typing.svelte-1elxaub{font-size:28px;min-height:85px}}footer.svelte-jz8lnl{display:flex;flex-direction:column;align-items:center;border-top:1px solid var(--border-color);background-color:var(--bg-primary);padding-top:40px}footer.svelte-jz8lnl>:where(.svelte-jz8lnl){width:80%}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl){display:flex;justify-content:center;margin:30px 0;align-items:center}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .banner:where(.svelte-jz8lnl){display:flex;align-items:center;justify-content:center;width:45%}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .banner:where(.svelte-jz8lnl) figure:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){height:100px}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl){display:flex;width:50%;justify-content:space-around}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl){padding:0}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) h3:where(.svelte-jz8lnl){margin:0 0 10px}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl){display:block;margin-bottom:8px}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) ul:where(.svelte-jz8lnl) li:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){text-decoration:none;color:var(--text-primary)}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) .contact-links:where(.svelte-jz8lnl) .unxwares:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){display:flex;align-items:center}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) .contact-links:where(.svelte-jz8lnl) .unxwares:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){width:16px;height:16px;margin-right:5px}[data-theme=dark] footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl) .contact-links:where(.svelte-jz8lnl) .unxwares:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){filter:brightness(10)}footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){margin:3px 0;width:80%;border:none;border-top:1px double var(--border-color);color:var(--text-secondary)}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl){display:flex;justify-content:space-between;align-items:center}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl){display:flex;align-items:center;font-size:16px;margin:5px}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl){text-decoration:none;display:flex;align-items:center;color:var(--text-primary)}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl) a:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){width:25px;height:25px;margin:0 4px}@media screen and (max-width:1482px){footer.svelte-jz8lnl>:where(.svelte-jz8lnl){width:90%}footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){width:90%}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl){width:55%;justify-content:space-evenly}}@media screen and (max-width:1182px){footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl){flex-direction:column}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl){width:100%}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl){flex-direction:column}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl){text-align:center}footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){width:75%}}@media screen and (max-width:768px){footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){width:85%}}@media screen and (max-width:674px){footer.svelte-jz8lnl>:where(.svelte-jz8lnl){width:100%}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .banner:where(.svelte-jz8lnl) figure:where(.svelte-jz8lnl) img:where(.svelte-jz8lnl){height:70px}footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl){width:50%;flex-direction:column;font-size:1.2rem}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl):first-child{width:70%}footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){width:70%}}@media screen and (max-width:458px){footer.svelte-jz8lnl .footer-infos:where(.svelte-jz8lnl) .footer-links:where(.svelte-jz8lnl){width:70%}footer.svelte-jz8lnl .copyright:where(.svelte-jz8lnl) p:where(.svelte-jz8lnl):first-child{width:80%}footer.svelte-jz8lnl hr:where(.svelte-jz8lnl){width:80%}}.page-content.svelte-12qhfyh{min-height:50vh}.loading-screen.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:var(--bg-primary)}.loading-spinner.svelte-12qhfyh{width:50px;height:50px;border:4px solid var(--spinner-bg);border-top:4px solid var(--spinner-color);border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
