@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
:root{--site-frame-max:1200px;--site-frame-gutter:32px;--site-header-height:76px}
html{scrollbar-gutter:stable}
html,body{overflow-x:hidden}
.site-nav,body>nav{width:100%!important;height:var(--site-header-height)!important;min-height:var(--site-header-height)!important;margin:0!important;padding:0!important;box-sizing:border-box!important}
.site-nav>.w,body>nav>.nav-inner{width:min(var(--site-frame-max),calc(100% - (var(--site-frame-gutter) * 2)))!important;max-width:var(--site-frame-max)!important;height:var(--site-header-height)!important;min-height:var(--site-header-height)!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.site-nav .site-logo,body>nav .site-logo,body>nav .nav-logo-img{display:block!important;width:350px!important;max-width:min(350px,60vw)!important;height:auto!important}
.site-links,.nav-links,.site-nav .links{align-items:center!important;gap:28px!important}
.site-links a,.nav-links a,.site-nav .links a{font-family:"Open Sans",Arial,sans-serif!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;padding:0!important}
.site-links .site-cta,.nav-links .btn-nav,.site-nav .links .cta{font-family:"Open Sans",Arial,sans-serif!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;padding:12px 20px!important;border-radius:3px!important}
.site-footer,body>footer{width:100%!important;height:136px!important;min-height:136px!important;margin:0!important;padding:38px 0 26px!important;box-sizing:border-box!important}
.site-footer>.w,body>footer>.footer-inner{width:min(var(--site-frame-max),calc(100% - (var(--site-frame-gutter) * 2)))!important;max-width:var(--site-frame-max)!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important}
.footer-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-footer img.footer-logo,.footer-logo-img{display:block;width:270px!important;max-width:55vw;height:auto!important}
.footer-links{display:flex;align-items:center;justify-content:flex-end;gap:24px!important;flex-wrap:wrap}
.footer-links a{font-size:12px!important;line-height:1.3}
.footer-copy{margin-top:22px!important;font-size:11px!important;line-height:1.5;text-align:left!important}
body>footer>.footer-inner{grid-template-columns:270px 1fr!important;column-gap:30px!important;row-gap:18px!important}
body>footer>.footer-inner>.footer-copy{margin-top:0!important;font-size:10px!important;white-space:nowrap}
@media(min-width:961px){body .w,.site-nav>.w,body>nav>.nav-inner,.site-footer>.w,body>footer>.footer-inner{width:95%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.site-links,.nav-links,.site-nav .links{display:flex}.menu-toggle,.site-nav .menu,body>nav .nav-toggle{display:none!important}}
@media(max-width:960px){
  :root{--site-frame-gutter:24px}
  .site-nav>.w,body>nav>.nav-inner{position:relative}
  .menu-toggle,.site-nav .menu,body>nav .nav-toggle{display:flex!important;align-items:center!important;justify-content:center!important}
  .site-links,.nav-links,.site-nav .links{display:none!important;position:absolute!important;z-index:30!important;top:var(--site-header-height)!important;left:0!important;right:0!important;width:100%!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}
  .site-links.open,.nav-links.open,.site-nav .links.open{display:flex!important}
  .site-nav .site-links,.site-nav .links{padding:12px 20px 20px!important;background:#fff!important;border-bottom:1px solid #d9dde0!important;box-shadow:0 12px 24px rgba(20,47,73,.1)!important}
  .site-nav .site-links a,.site-nav .links a{display:block!important;padding:12px 5px!important;color:#24282b!important}
  .site-nav .site-links .site-cta,.site-nav .links .cta{color:#fff!important;text-align:center!important}
  body>nav .nav-links a{padding:12px 2px!important}
  .site-footer,body>footer{height:auto!important;min-height:0!important}
  .footer-row,.footer-inner{display:block!important}
  .footer-links{justify-content:flex-start;margin-top:24px}
  body>footer>.footer-inner>.footer-copy{margin-top:22px!important;font-size:11px!important;white-space:normal}
}
@media(max-width:540px){:root{--site-frame-gutter:16px}.site-nav .site-logo,body>nav .site-logo,body>nav .nav-logo-img{width:285px!important;max-width:72vw!important}.site-footer img.footer-logo,.footer-logo-img{width:245px!important}.footer-links{display:block!important}.footer-links a{display:block;padding:5px 0}}

