.footer-container{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#f5f5f5;border-top:1px solid #ddd;flex-wrap:wrap}.dark .footer-container{background-color:#4a4a4a;border-top:1px solid #010}.footer-company{display:flex;flex-direction:column;align-items:center}.footer-logo{margin-bottom:8px}.footer-brand{font-size:1.5rem;font-weight:700;align-self:center}.footer-terms{align-self:center;display:flex;justify-content:center;align-items:center;flex-direction:row;gap:.8rem}.footer-rights{margin:10px 0}.footer-nav-links{display:flex;justify-content:center;gap:15px;align-self:center}.footer-nav-link{text-decoration:none;font-weight:500}.footer-nav-link:hover{color:#0070f3}.dark .footer-nav-link:hover{color:#9570db}@media (max-width:933px){.footer-container{flex-direction:column;align-items:center}.footer-terms{align-self:center}.footer-company{margin-bottom:10px}.footer-nav-links{flex-direction:column;align-items:center;margin-bottom:4rem}.footer-nav-link{margin:4px 0}}.navbar{background-color:#d2dce6;position:fixed;padding:15px 6px;z-index:8;left:0;height:4.4rem;right:0;display:flex;align-items:center;justify-content:space-between;transition:background-color .1s ease}.four{display:none}.dark .navbar{background-color:#1b1c1e}.burger{display:none}.nav-icon{display:flex;font-weight:700;align-items:center;margin-left:1.5rem}.nav-name{margin-left:.44rem;font-size:1.5rem;font-style:italic}.nav-links{float:left;display:flex;margin-right:1.5rem;align-items:center;list-style-type:none}.toggle-button-theme{border-radius:10px;padding:6.2px;margin-left:.5rem;background-color:rgba(187,193,201,.8);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;height:35px;line-height:1}.nav-link{text-decoration:none;text-align:center;font-weight:700;font-size:17px;padding:0 8px;color:var(--foreground-light)}.dark .nav-link{color:var(--foreground-dark)}.backdrop,.mobile-home{display:none}@media only screen and (max-width:933px){.navbar{position:fixed;z-index:17;bottom:0}.nav-links,.navbar{justify-content:space-evenly}.nav-links{width:100%;padding:0}.dark .navbar{background-color:#1b1c1e}.toggle-button-theme{display:none}.burger{display:block;font-size:24px;background:none;border:none;cursor:pointer;outline:none;margin-left:.5rem;z-index:14;margin-bottom:.21rem}.dark .burger{color:#fff}.nav-icon{display:none}.nav-link{padding-left:4.5px;padding-right:4.5px;flex:1 1;text-align:center}.mobile-home{display:block}.burger-link{display:none}.drop-up-menu{width:100%;height:100%;margin-top:4rem;z-index:20;display:flex;flex-direction:column;align-items:center}.drop-up-menu li{margin-bottom:1rem}.drop-up-menu li:last-child{margin-bottom:0}.drop-up-item button{border:none;font-size:2.5rem;font-weight:600;font-style:italic;background:transparent;margin-top:1.5rem;color:#fff}.dark .drop-up-item button{color:#000}.backdrop{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.9);z-index:10;display:flex;justify-content:center;align-items:flex-start;padding:6rem}.dark .backdrop{background-color:hsla(0,0%,100%,.9)}}@media only screen and (max-width:390px){.four{display:block}.extra{display:none}.burger{margin-bottom:.25rem}}@font-face{font-family:__geistSans_1e4310;src:url(/_next/static/media/4473ecc91f70f139-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistSans_Fallback_1e4310;src:local("Arial");ascent-override:85.83%;descent-override:20.52%;line-gap-override:9.33%;size-adjust:107.19%}.__className_1e4310{font-family:__geistSans_1e4310,__geistSans_Fallback_1e4310}.__variable_1e4310{--font-geist-sans:"__geistSans_1e4310","__geistSans_Fallback_1e4310"}@font-face{font-family:__geistMono_c3aa02;src:url(/_next/static/media/463dafcda517f24f-s.p.woff) format("woff");font-display:swap;font-weight:100 900}@font-face{font-family:__geistMono_Fallback_c3aa02;src:local("Arial");ascent-override:69.97%;descent-override:16.73%;line-gap-override:7.61%;size-adjust:131.49%}.__className_c3aa02{font-family:__geistMono_c3aa02,__geistMono_Fallback_c3aa02}.__variable_c3aa02{--font-geist-mono:"__geistMono_c3aa02","__geistMono_Fallback_c3aa02"}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;overflow-x:hidden;font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:700}a{color:inherit;text-decoration:none}:root{--background-light:#f3f4f3;--foreground-light:#171717;--background-dark:#28292a;--foreground-dark:#f1f1f1}@media (prefers-color-scheme:light){:root{--background:var(--background-light);--foreground:var(--foreground-light)}}body{color:var(--foreground-light);background-color:var(--background-light)}.dark body,body{transition:background-color .1s ease,color .1s ease}.dark body{color:var(--foreground-dark);background-color:var(--background-dark)}@media (max-width:339px){body{display:none}}