html,body{max-width:100%;overflow-x:hidden}
@supports (overflow:clip){html,body{overflow-x:clip}}
@media (max-width:900px){
  body{padding-top:70px}body.menu-open{overflow:hidden}
  .site-header{position:fixed;top:0;right:0;left:0;width:100%;z-index:950}
  .nav{height:70px;min-width:0}.brand{min-width:0;max-width:calc(100% - 66px)}.brand img{display:block;width:100%;height:auto}
  .menu-toggle{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid #cad5e4;border-radius:10px;background:#fff;color:#10233f;font-size:0;line-height:1;cursor:pointer;z-index:970}
  .menu-toggle::before{content:"";display:block;width:23px;height:2px;background:#10233f;border-radius:2px;box-shadow:0 -7px 0 #10233f,0 7px 0 #10233f}
  .menu-open .menu-toggle::before{content:"×";display:grid;place-items:center;width:24px;height:24px;background:none;box-shadow:none;font-family:Arial,sans-serif;font-size:2rem;font-weight:400;line-height:1}
  .menu-toggle::before,.menu-open .menu-toggle::before{display:none}
  .menu-icon{position:relative;display:flex;width:24px;height:18px;flex-direction:column;align-items:stretch;justify-content:space-between}
  .menu-icon span{display:block;width:24px;height:2px;margin:0;background:#10233f;border-radius:2px;transform-origin:center;transition:transform .22s ease,opacity .18s ease}
  .menu-open .menu-icon{justify-content:center}.menu-open .menu-icon span{position:absolute;top:8px;left:0}.menu-open .menu-icon span:nth-child(1){transform:rotate(45deg)}.menu-open .menu-icon span:nth-child(2){opacity:0}.menu-open .menu-icon span:nth-child(3){transform:rotate(-45deg)}
  .nav-links{position:fixed;top:70px;right:0;bottom:0;left:0;inset:70px 0 0;width:100%;height:calc(100vh - 70px);height:calc(100dvh - 70px);margin:0;padding:28px 24px 40px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;background:#fff;border-top:1px solid #e3eaf3;overflow-y:auto;overflow-x:hidden;visibility:hidden;opacity:0;transform:translateX(100%);transition:transform .28s ease,opacity .2s ease,visibility 0s linear .28s;z-index:960}
  .menu-open .nav-links{visibility:visible;opacity:1;transform:translateX(0);transition:transform .28s ease,opacity .2s ease}
  .nav-links>a:not(.button){width:100%;padding:17px 4px;border-bottom:1px solid #e6ecf4;font-size:1.05rem}.nav-links .button{width:100%;margin-top:24px;padding:16px 20px}
  .hero-grid,.feature-wrap,.demo-grid,.grid-3,.steps,.modules,.form-grid,.footer-grid{min-width:0}.hero-grid>*,.feature-wrap>*,.demo-grid>*,.grid-3>*,.steps>*,.modules>*,.form-grid>*,.footer-grid>*{min-width:0;max-width:100%}
  .hero-art,.hero-art img{width:100%;max-width:100%}.container{max-width:100%}
}
@media (max-width:620px){.brand{width:285px;max-width:calc(100% - 58px)}.hero{padding-top:44px}h1{overflow-wrap:anywhere}.form-card{max-width:100%;overflow:hidden}}
@media (max-width:360px){.g-recaptcha{transform:scale(.82);transform-origin:left top;margin-bottom:-14px}}
