@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";
html,body{-webkit-overflow-scrolling:touch;width:100%;height:100%;margin:0;padding:0;overflow:hidden auto}body{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--primary-text-color);margin:0;padding:0;font-family:Inter,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}body.light{--background-color:#edeaea;--primary-text-color:#333;--secondary-text-color:#666;--card-background:#fffcfc;--border-color:#b1aeae;--button-background:#082028;--button-text-color:#fff;--button-hover-background:#0056b3;--button-hover-text-color:#fff;--link-hover-color:#007bff;--mobile-menu-overlay-background:#000000e6;--mobile-menu-text-color:#fff;--mobile-link-hover-color:#007bff}body.dark{--background-color:#1a1a1a;--primary-text-color:#f0f0f0;--secondary-text-color:#ccc;--card-background:#2a2a2a;--border-color:#444;--button-background:#082028;--button-text-color:#fff;--button-hover-background:#6ab0fd;--button-hover-text-color:#fff;--link-hover-color:#8ac0ff;--mobile-menu-overlay-background:#000000f2;--mobile-menu-text-color:#fff;--mobile-link-hover-color:#8ac0ff}
.Footer-module__UDEoiW__footer{color:#fff;background-color:#082028;padding:3rem 2rem;font-family:Inter,sans-serif;position:relative;overflow:hidden}.Footer-module__UDEoiW__footerContent{text-align:center;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.Footer-module__UDEoiW__col1,.Footer-module__UDEoiW__col2,.Footer-module__UDEoiW__col3{flex:1;padding:1rem}.Footer-module__UDEoiW__col1{flex-direction:column;justify-content:center;align-items:center;display:flex}.Footer-module__UDEoiW__logoContainer{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Footer-module__UDEoiW__logoText{color:#fff;margin-left:.5rem;font-size:1.5rem;font-weight:700}.Footer-module__UDEoiW__contactInfo{text-align:center;margin-bottom:2rem}.Footer-module__UDEoiW__contactItem{color:#fff;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:1rem;display:flex}.Footer-module__UDEoiW__footerButton{color:#000;background-color:#fff;border-radius:8px;padding:.8rem 3rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.Footer-module__UDEoiW__footerButton:hover{background-color:var(--button-hover-background,#e0e0e0)}.Footer-module__UDEoiW__col2{text-align:center}.Footer-module__UDEoiW__navLinks{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__navLinks li{margin-bottom:.8rem}.Footer-module__UDEoiW__footerLink{color:#fff;font-size:1rem;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__col3{text-align:center}.Footer-module__UDEoiW__followUsTitle{color:#fff;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.Footer-module__UDEoiW__socialIcons{justify-content:center;gap:1rem;display:flex}.Footer-module__UDEoiW__socialIcons img{filter:brightness(0)invert();transition:filter .2s}.Footer-module__UDEoiW__socialIcons img:hover{filter:brightness(0)invert(.5)sepia()hue-rotate(180deg)saturate(2000%)}.Footer-module__UDEoiW__bottomRow{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__UDEoiW__footerContent{text-align:left;flex-direction:row;gap:3rem;padding-bottom:2rem}.Footer-module__UDEoiW__col1{align-items:flex-start}.Footer-module__UDEoiW__logoContainer{justify-content:flex-start}.Footer-module__UDEoiW__contactInfo{text-align:left}.Footer-module__UDEoiW__contactItem{justify-content:flex-start}.Footer-module__UDEoiW__col2{text-align:left;padding-top:3.2rem}.Footer-module__UDEoiW__col3{text-align:left}.Footer-module__UDEoiW__socialIcons{justify-content:flex-start}.Footer-module__UDEoiW__footerContent:before,.Footer-module__UDEoiW__footerContent:after{content:"";background-color:var(--border-color);width:1px;position:absolute;top:10%;bottom:10%}.Footer-module__UDEoiW__footerContent:before{left:33%}.Footer-module__UDEoiW__footerContent:after{left:66%}.Footer-module__UDEoiW__col1{padding-right:2rem}.Footer-module__UDEoiW__col2{padding-left:2rem;padding-right:2rem}.Footer-module__UDEoiW__col3{padding-left:2rem}}@media (min-width:1024px){.Footer-module__UDEoiW__footerContent{gap:4rem}.Footer-module__UDEoiW__footerContent:before{left:30%}.Footer-module__UDEoiW__footerContent:after{left:60%}}
.NavBar-module__jBqX8a__navBar{background-color:var(--background-color);z-index:1000;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 4px #0000001a}.NavBar-module__jBqX8a__logoContainer{align-items:center;margin-left:10px;display:flex}.NavBar-module__jBqX8a__navLinks{display:none}.NavBar-module__jBqX8a__navLinkItem{width:auto;height:15px;color:var(--primary-text-color);flex-wrap:nowrap;justify-content:center;align-items:center;margin-left:1rem;padding:0 .5rem;font-family:Inter,sans-serif;font-size:10px;font-weight:500;text-decoration:none;transition:color .2s ease-in-out;display:flex}.NavBar-module__jBqX8a__burgerMenu{cursor:pointer;background:0 0;border:none;padding:.5rem 2rem .5rem .5rem;display:block}.NavBar-module__jBqX8a__burgerIcon{width:24px;height:24px;stroke:var(--primary-text-color)}.NavBar-module__jBqX8a__mobileMenuOverlay{background-color:var(--mobile-menu-overlay-background,#000000e6);z-index:1001;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.NavBar-module__jBqX8a__closeMenuButton{color:var(--mobile-menu-text-color,#fff);cursor:pointer;z-index:1002;background:0 0;border:none;font-size:3rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.NavBar-module__jBqX8a__mobileMenuLinks{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.NavBar-module__jBqX8a__mobileLinkItem{color:var(--mobile-menu-text-color,#fff);padding:.5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s ease-in-out}.NavBar-module__jBqX8a__mobileLinkItem:hover{color:var(--mobile-link-hover-color,#007bff)}@media (min-width:768px){.NavBar-module__jBqX8a__navBar{justify-content:space-between;gap:initial;width:calc(100% - 15px);padding:0 0}.NavBar-module__jBqX8a__navLinks{flex-wrap:nowrap;margin-right:20px;display:flex}.NavBar-module__jBqX8a__navLinkItem{height:auto;margin-left:1.5rem;padding:0;font-size:.9rem}.NavBar-module__jBqX8a__burgerMenu,.NavBar-module__jBqX8a__mobileMenuOverlay{display:none}}@media (max-width:767px){.NavBar-module__jBqX8a__navBar{width:100%;padding:0 0}}
