:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--black:#000;--white:#fff;--muted:#d8d8d8;--header-height:85px;--footer-height:82px}*{box-sizing:border-box}html,body{background:var(--white);width:100%;height:100%;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden}body{height:100dvh}img{max-width:100%;height:auto;display:block}.page-shell{grid-template-rows:var(--header-height) minmax(0, 1fr) var(--footer-height);background:var(--white);width:100%;height:100dvh;display:grid;overflow:hidden}.site-header{height:var(--header-height);background:var(--black);justify-content:center;align-items:center;padding:5px 20px;display:flex}.jommain-logo{object-fit:contain;width:75px;height:75px}.hero{justify-content:center;align-items:center;min-height:0;padding:20px 24px;display:flex;overflow:hidden}.vgb-logo{width:min(760px,86vw);max-height:calc(100dvh - var(--header-height) - var(--footer-height) - 40px);object-fit:contain;filter:drop-shadow(0 14px 22px #0a142d1f)}.site-footer{height:var(--footer-height);background:var(--black);color:var(--muted);text-align:center;letter-spacing:.02em;justify-content:center;align-items:center;padding:18px 20px;font-size:15px;display:flex}.site-footer p{margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){:root{--header-height:72px;--footer-height:64px}.site-header{padding:5px 16px}.jommain-logo{width:62px;height:62px}.hero{padding:16px 18px}.vgb-logo{width:min(94vw,520px);max-height:calc(100dvh - var(--header-height) - var(--footer-height) - 32px)}.site-footer{font-size:13px}}
