:root{--color-transparent:transparent;--grid-columns:12;--grid-gutter-x:var(--grid-gutter-mobile,15px);--grid-gutter-y:var(--grid-gutter-mobile,15px);--site-gutter:var(--site-gutter-small-mobile,20px)}@media screen and (min-width:480px){:root{--site-gutter:var(--site-gutter-mobile,30px)}}@media screen and (min-width:769px){:root{--grid-gutter-x:var(--grid-gutter-desktop,20px);--grid-gutter-y:var(--grid-gutter-desktop,20px)}}@media screen and (min-width:1024px){:root{--site-gutter:var(--site-gutter-tablet,60px)}}@media screen and (min-width:1440px){:root{--site-gutter:var(--site-gutter-desktop,120px)}}html,html a{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale}html{box-sizing:border-box;font-size:calc(var(--font-body-scale)*100%);height:100%;width:100%}body{display:grid;font-family:FactorA,Helvetica Neue,Helvetica,Arial,"sans-serif";font-size:.925rem;grid-template-columns:100%;grid-template-rows:auto auto 1fr auto;line-height:calc(1 + .8/var(--font-body-scale));margin:0;min-height:100%}body.locked{height:100vh;overflow:hidden;width:100%}@media screen and (min-width:769px){body{font-size:1rem}}*,:after,:before{box-sizing:inherit}:last-child{margin-bottom:0}#global-mask{background-color:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}