:root{--background-primary-light:#fff;--background-secondary-light:#f6f7f9;--background-tertiary-light:#f1f2f4;--text-primary-light:#1d1d1f;--text-secondary-light:#1d1d1f99;--text-tertiary-light:#1d1d1f66;--text-callout:#6c29e0;--text-header-size:80px;--text-subtext-size:25px;--text-footer-size:16px;--searchbar-height:calc(var(--text-header-size) * 1.5);--max-view-width:1520px;--grid-l:30px;--grid-m:20px;--grid-s:10px}@media (width>=929px) and (width<=1520px){:root{--text-header-size:50px;--text-subtext-size:22px;--text-footer-size:14px}}@media (width>=575px) and (width<=950px){:root{--text-header-size:30px;--text-subtext-size:14px;--text-footer-size:12px}}@media (width<=575px){:root{--text-header-size:20px;--text-subtext-size:11px;--text-footer-size:11px}}@font-face{font-family:LabGrotesque-Light;src:url(/assets/labgrotesque-light-w01tOXs1.ttf)}@font-face{font-family:LabGrotesque-Regular;src:url(/assets/labgrotesque-regular-KqQIhNgI.ttf)}@font-face{font-family:LabGrotesque-Medium;src:url(/assets/labgrotesque-medium-BOBoAn9O.ttf)}@font-face{font-family:LabGrotesque-Black;src:url(/assets/labgrotesque-black-BvcaX9Gu.ttf)}@font-face{font-family:LabGrotesque-Bold;src:url(/assets/labgrotesque-bold-urRNAZVW.ttf)}html,body{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;width:100%;height:100%;color:var(--text-primary-light);background:linear-gradient(150deg, var(--background-secondary-light) 0%, var(--background-tertiary-light) 33%, var(--background-tertiary-light) 100%) 100% no-repeat;margin:0;padding:0;font-family:LabGrotesque-Regular,-apple-system,Segoe UI,Roboto,sans-serif;font-size:100%;overflow:hidden}body{justify-content:center;align-items:center;height:100vh;display:flex;position:relative}h1{font-weight:400;font-size:var(--text-header-size);white-space:nowrap;margin:0;padding:0;line-height:1}#app-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.subtext{font-size:var(--text-subtext-size);color:var(--text-tertiary-light);padding-top:calc(var(--searchbar-height) / 3)}#svg-logo{height:var(--searchbar-height);justify-self:right;width:auto}#search-bar{background-color:var(--background-primary-light);border-radius:calc(var(--searchbar-height) / 2);height:var(--searchbar-height);justify-content:space-between;align-items:center;display:flex;overflow:hidden;box-shadow:0 4px 8px #0000003d}#search-bar h1{margin-left:calc(var(--searchbar-height) / 4)}#search-bar .h1-callout{margin-left:0;margin-right:calc(var(--searchbar-height) / 6);color:var(--text-callout)}#footer-container{width:100%;max-width:var(--max-view-width);margin-bottom:var(--grid-l);margin-left:var(--grid-l);margin-right:var(--grid-l);font-size:var(--text-footer-size);color:var(--text-tertiary-light);flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;bottom:0}.footer-column{margin-left:var(--grid-l);margin-right:var(--grid-l);flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}
