*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");.Footer_footer__pQtti{background-color:#f2f2f2;font-family:Segoe UI,sans-serif;color:#222;padding:60px 40px 0}.Footer_footerTop__aHjwR{display:flex;align-items:flex-start;justify-content:start;gap:40px;max-width:1200px;margin:auto;border-bottom:1px solid #ccc;padding-bottom:40px}.Footer_footerLeft___Lh3w{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:300px;flex-shrink:0}.Footer_footerBrand__s5UQq{display:flex;align-items:flex-start;gap:16px;margin-bottom:10px}.Footer_footerLogo__4BA6d{height:64px;width:auto}.Footer_footerTitle__sYXFH{font-size:20px;font-weight:600;color:#222;line-height:1.3}.Footer_line1__fhVCx,.Footer_line2__n_RpL{display:block}.Footer_socialIcons__PPLhr{display:flex;gap:16px;margin-top:10px}.Footer_socialIcons__PPLhr a{font-size:18px;color:#111;background-color:#e5e5e5;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .3s ease}.Footer_socialIcons__PPLhr a:hover{background-color:#38a5cc;color:#fff}.Footer_footerNavColumns__9_f0h{display:flex;flex:1 1;justify-content:space-between;gap:80px;align-items:flex-start;margin-top:4px}.Footer_footerColumn__kGECR{min-width:160px}.Footer_footerColumn__kGECR h4{font-size:18px;margin-bottom:12px;color:#111}.Footer_footerColumn__kGECR a{display:block;width:-moz-fit-content;width:fit-content;padding:4px 8px;color:#444;text-decoration:none;font-size:15px;margin-bottom:8px;transition:color .3s}.Footer_footerColumn__kGECR a:hover{background-color:#38a5cc;color:#fff}.Footer_footerBottom__YIYBj{text-align:center;padding:30px 20px;background-color:#222;color:#ccc;font-size:14px}.Footer_footerBottom__YIYBj a{color:#ccc;text-decoration:underline}.Footer_footerBottom__YIYBj a:hover{color:#38a5cc}.Footer_footerQuote__F7TvF{font-style:italic;margin-bottom:8px}@media only screen and (max-width:767px){.Footer_footerTop__aHjwR{flex-direction:column;gap:16px}.Footer_footerLeft___Lh3w{width:100%;align-items:center;text-align:center;gap:8px;display:flex;flex-direction:column}.Footer_footerBrand__s5UQq{justify-content:center}.Footer_footerNavColumns__9_f0h{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;text-align:left}.Footer_footerColumn__kGECR{flex:1 1 45%;min-width:140px}.Footer_footerColumn__kGECR:nth-child(3){flex-basis:100%;width:100%;margin-top:16px;text-align:center;display:flex;flex-direction:column;align-items:center}.Footer_footerColumn__kGECR h4{font-size:22px;margin-bottom:8px}.Footer_footerColumn__kGECR a{font-size:14px;margin-bottom:6px;display:block}.Footer_footerBottom__YIYBj{font-size:13px;padding:20px 10px;text-align:center}.Footer_footerQuote__F7TvF{font-size:13px}}.Header_header__KwdYD{background-color:#000;height:64px;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.2);border-bottom:4px solid #38a5cc}.Header_container__vrI8C{max-width:1200px;margin:0 auto;padding:0 10px;height:100%;display:flex;justify-content:space-between;align-items:center}.Header_logo____uDV{display:flex;align-items:center;gap:10px;text-decoration:none}.Header_titleText__H_fYV{color:#fff;font-family:Segoe UI,sans-serif;font-size:20px;font-weight:700;white-space:nowrap}.Header_navMenu__9IvfC{list-style:none;margin:0;padding:0;display:flex;gap:10px}.Header_navMenu__9IvfC li a{text-decoration:none;color:#fff;font-family:Segoe UI,sans-serif;font-size:15px;font-weight:500;padding:8px 14px;border-radius:6px;transition:background-color .3s ease}.Header_navMenu__9IvfC li a:hover{background-color:#38a5cc}.Header_hamburgerGrid__Ns2SH{display:none}.Header_backdrop___4FUC{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .35s ease-in-out;z-index:1100}.Header_backdrop___4FUC.Header_show__FldZX{opacity:1;pointer-events:auto}@media only screen and (max-width:767px){.Header_titleText__H_fYV{font-size:16px;line-height:1.3;white-space:normal}.Header_container__vrI8C{flex-direction:column;align-items:flex-start;padding:10px 16px;height:auto}.Header_logo____uDV{margin-bottom:10px}.Header_hamburgerGrid__Ns2SH{display:grid;align-items:center;justify-content:center;grid-template-columns:repeat(3,10px);grid-gap:4px;gap:4px;cursor:pointer;margin-left:auto;margin-top:-40px}.Header_hamburgerGrid__Ns2SH span{width:8px;height:8px;background-color:#fff;border-radius:50%}.Header_navMenu__9IvfC{position:fixed;left:0;right:0;bottom:0;height:75vh;padding:24px 20px;background-color:#000;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;gap:16px;transform:translate3d(0,100%,0);transition:transform .35s ease-in-out;z-index:1200;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased;overscroll-behavior:contain}.Header_navMenu__9IvfC.Header_open__J2_dJ{transform:translateZ(0)}.Header_navMenu__9IvfC li a{font-size:18px;padding:12px}}@media (prefers-reduced-motion:reduce){.Header_backdrop___4FUC,.Header_navMenu__9IvfC{transition:none}}